Skip to content

Instantly share code, notes, and snippets.

@suztomo
Created July 3, 2019 15:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save suztomo/ccbcd15e8822ebad217de76bace82783 to your computer and use it in GitHub Desktop.
Save suztomo/ccbcd15e8822ebad217de76bace82783 to your computer and use it in GitHub Desktop.
Linkage Checker for spring-cloud-gcp-core for #762
The note for https://github.com/GoogleCloudPlatform/cloud-opensource-java/issues/762
[ERROR] Linkage Checker rule found 249 errors. Linkage error report:
Class reactor.core.publisher.BaseSubscriber is not found;
referenced by 1 class file
org.springframework.core.io.buffer.DataBufferUtils (spring-core-5.2.0.M3.jar)
Class reactor.core.publisher.FluxSink is not found;
referenced by 1 class file
org.springframework.core.io.buffer.DataBufferUtils (spring-core-5.2.0.M3.jar)
Class reactor.core.publisher.SynchronousSink is not found;
referenced by 1 class file
org.springframework.core.io.buffer.DataBufferUtils (spring-core-5.2.0.M3.jar)
Class io.netty.buffer.CompositeByteBuf is not found;
referenced by 1 class file
org.springframework.core.io.buffer.NettyDataBufferFactory (spring-core-5.2.0.M3.jar)
Class io.netty.buffer.ByteBufAllocator is not found;
referenced by 1 class file
org.springframework.core.io.buffer.NettyDataBufferFactory (spring-core-5.2.0.M3.jar)
Class io.netty.buffer.Unpooled is not found;
referenced by 1 class file
org.springframework.core.io.buffer.NettyDataBufferFactory (spring-core-5.2.0.M3.jar)
Class io.netty.buffer.ByteBuf is not found;
referenced by 2 class files
org.springframework.core.io.buffer.NettyDataBufferFactory (spring-core-5.2.0.M3.jar)
org.springframework.core.io.buffer.NettyDataBuffer (spring-core-5.2.0.M3.jar)
Class reactor.core.publisher.Mono is not found;
referenced by 7 class files
org.springframework.core.io.buffer.DataBufferUtils (spring-core-5.2.0.M3.jar)
org.springframework.core.ReactiveAdapterRegistry (spring-core-5.2.0.M3.jar)
org.springframework.core.codec.AbstractDataBufferDecoder (spring-core-5.2.0.M3.jar)
org.springframework.core.codec.ResourceRegionEncoder (spring-core-5.2.0.M3.jar)
org.springframework.core.codec.Decoder (spring-core-5.2.0.M3.jar)
org.springframework.util.concurrent.MonoToListenableFutureAdapter (spring-core-5.2.0.M3.jar)
org.springframework.core.CoroutinesUtils (spring-core-5.2.0.M3.jar)
Class reactor.core.publisher.Flux is not found;
referenced by 11 class files
org.springframework.core.io.buffer.DataBufferUtils (spring-core-5.2.0.M3.jar)
org.springframework.core.ReactiveAdapterRegistry (spring-core-5.2.0.M3.jar)
org.springframework.core.codec.DataBufferEncoder (spring-core-5.2.0.M3.jar)
org.springframework.core.codec.AbstractDataBufferDecoder (spring-core-5.2.0.M3.jar)
org.springframework.core.codec.DataBufferDecoder (spring-core-5.2.0.M3.jar)
org.springframework.core.codec.CharSequenceEncoder (spring-core-5.2.0.M3.jar)
org.springframework.core.codec.AbstractSingleValueEncoder (spring-core-5.2.0.M3.jar)
org.springframework.core.codec.ByteArrayEncoder (spring-core-5.2.0.M3.jar)
org.springframework.core.codec.ResourceDecoder (spring-core-5.2.0.M3.jar)
org.springframework.core.codec.ResourceRegionEncoder (spring-core-5.2.0.M3.jar)
org.springframework.core.codec.ByteBufferEncoder (spring-core-5.2.0.M3.jar)
Class io.netty.buffer.ByteBufInputStream is not found;
referenced by 1 class file
org.springframework.core.io.buffer.NettyDataBuffer (spring-core-5.2.0.M3.jar)
Class io.netty.buffer.ByteBufOutputStream is not found;
referenced by 1 class file
org.springframework.core.io.buffer.NettyDataBuffer (spring-core-5.2.0.M3.jar)
Class io.netty.buffer.ByteBufUtil is not found;
referenced by 1 class file
org.springframework.core.io.buffer.NettyDataBuffer (spring-core-5.2.0.M3.jar)
Class org.aspectj.weaver.bcel.BcelWorld is not found;
referenced by 1 class file
org.springframework.core.type.filter.AspectJTypeFilter (spring-core-5.2.0.M3.jar)
Class org.aspectj.weaver.patterns.PatternParser is not found;
referenced by 1 class file
org.springframework.core.type.filter.AspectJTypeFilter (spring-core-5.2.0.M3.jar)
Class org.aspectj.weaver.patterns.SimpleScope is not found;
referenced by 1 class file
org.springframework.core.type.filter.AspectJTypeFilter (spring-core-5.2.0.M3.jar)
Class org.aspectj.weaver.patterns.FormalBinding is not found;
referenced by 1 class file
org.springframework.core.type.filter.AspectJTypeFilter (spring-core-5.2.0.M3.jar)
Class org.aspectj.bridge.IMessageHandler is not found;
referenced by 2 class files
org.springframework.core.type.filter.AspectJTypeFilter (spring-core-5.2.0.M3.jar)
org.springframework.aop.aspectj.AspectJWeaverMessageHandler (spring-aop-5.2.0.M3.jar)
Class org.aspectj.weaver.World is not found;
referenced by 1 class file
org.springframework.core.type.filter.AspectJTypeFilter (spring-core-5.2.0.M3.jar)
Class org.aspectj.weaver.patterns.TypePattern is not found;
referenced by 1 class file
org.springframework.core.type.filter.AspectJTypeFilter (spring-core-5.2.0.M3.jar)
Class org.aspectj.weaver.patterns.Bindings is not found;
referenced by 1 class file
org.springframework.core.type.filter.AspectJTypeFilter (spring-core-5.2.0.M3.jar)
Class kotlin.reflect.KParameter is not found;
referenced by 3 class files
org.springframework.core.KotlinReflectionParameterNameDiscoverer (spring-core-5.2.0.M3.jar)
org.springframework.core.MethodParameter (spring-core-5.2.0.M3.jar)
org.springframework.beans.BeanUtils (spring-beans-5.2.0.M3.jar)
Class kotlin.reflect.KFunction is not found;
referenced by 4 class files
org.springframework.core.KotlinReflectionParameterNameDiscoverer (spring-core-5.2.0.M3.jar)
org.springframework.core.MethodParameter (spring-core-5.2.0.M3.jar)
org.springframework.core.CoroutinesUtils (spring-core-5.2.0.M3.jar)
org.springframework.beans.BeanUtils (spring-beans-5.2.0.M3.jar)
Class kotlin.reflect.jvm.ReflectJvmMapping is not found;
referenced by 5 class files
org.springframework.core.KotlinReflectionParameterNameDiscoverer (spring-core-5.2.0.M3.jar)
org.springframework.core.MethodParameter (spring-core-5.2.0.M3.jar)
org.springframework.core.CoroutinesUtils (spring-core-5.2.0.M3.jar)
org.springframework.beans.factory.config.DependencyDescriptor (spring-beans-5.2.0.M3.jar)
org.springframework.beans.BeanUtils (spring-beans-5.2.0.M3.jar)
Class kotlin.reflect.KParameter$Kind is not found;
referenced by 2 class files
org.springframework.core.KotlinReflectionParameterNameDiscoverer (spring-core-5.2.0.M3.jar)
org.springframework.core.MethodParameter (spring-core-5.2.0.M3.jar)
Class org.reactivestreams.Publisher is not found;
referenced by 3 class files
org.springframework.core.ReactiveAdapterRegistry (spring-core-5.2.0.M3.jar)
org.springframework.core.ReactiveAdapter (spring-core-5.2.0.M3.jar)
org.springframework.core.CoroutinesUtils (spring-core-5.2.0.M3.jar)
Class io.reactivex.Flowable is not found;
referenced by 1 class file
org.springframework.core.ReactiveAdapterRegistry (spring-core-5.2.0.M3.jar)
Class io.reactivex.Observable is not found;
referenced by 1 class file
org.springframework.core.ReactiveAdapterRegistry (spring-core-5.2.0.M3.jar)
Class io.reactivex.Single is not found;
referenced by 1 class file
org.springframework.core.ReactiveAdapterRegistry (spring-core-5.2.0.M3.jar)
Class io.reactivex.Maybe is not found;
referenced by 1 class file
org.springframework.core.ReactiveAdapterRegistry (spring-core-5.2.0.M3.jar)
Class io.reactivex.Completable is not found;
referenced by 1 class file
org.springframework.core.ReactiveAdapterRegistry (spring-core-5.2.0.M3.jar)
Class io.reactivex.BackpressureStrategy is not found;
referenced by 1 class file
org.springframework.core.ReactiveAdapterRegistry (spring-core-5.2.0.M3.jar)
Class kotlinx.coroutines.flow.Flow is not found;
referenced by 2 class files
org.springframework.core.ReactiveAdapterRegistry (spring-core-5.2.0.M3.jar)
org.springframework.core.CoroutinesUtils (spring-core-5.2.0.M3.jar)
Class kotlinx.coroutines.reactive.flow.FlowAsPublisherKt is not found;
referenced by 2 class files
org.springframework.core.ReactiveAdapterRegistry (spring-core-5.2.0.M3.jar)
org.springframework.core.CoroutinesUtils (spring-core-5.2.0.M3.jar)
Class kotlinx.coroutines.flow.FlowKt is not found;
referenced by 1 class file
org.springframework.core.ReactiveAdapterRegistry (spring-core-5.2.0.M3.jar)
Class kotlinx.coroutines.reactive.flow.PublisherAsFlowKt is not found;
referenced by 1 class file
org.springframework.core.ReactiveAdapterRegistry (spring-core-5.2.0.M3.jar)
Class reactor.core.publisher.MonoProcessor is not found;
referenced by 2 class files
org.springframework.core.codec.Decoder (spring-core-5.2.0.M3.jar)
org.springframework.util.concurrent.MonoToListenableFutureAdapter (spring-core-5.2.0.M3.jar)
Class kotlin.reflect.KType is not found;
referenced by 3 class files
org.springframework.core.MethodParameter (spring-core-5.2.0.M3.jar)
org.springframework.core.CoroutinesUtils (spring-core-5.2.0.M3.jar)
org.springframework.beans.factory.config.DependencyDescriptor (spring-beans-5.2.0.M3.jar)
Class kotlinx.coroutines.Deferred is not found;
referenced by 2 class files
org.springframework.core.ReactiveAdapterRegistry (spring-core-5.2.0.M3.jar)
org.springframework.core.CoroutinesUtils (spring-core-5.2.0.M3.jar)
Class kotlinx.coroutines.CompletableDeferredKt is not found;
referenced by 1 class file
org.springframework.core.ReactiveAdapterRegistry (spring-core-5.2.0.M3.jar)
Class joptsimple.OptionSet is not found;
referenced by 1 class file
org.springframework.core.env.JOptCommandLinePropertySource (spring-core-5.2.0.M3.jar)
Class joptsimple.OptionSpec is not found;
referenced by 1 class file
org.springframework.core.env.JOptCommandLinePropertySource (spring-core-5.2.0.M3.jar)
Class rx.Observable is not found;
referenced by 1 class file
org.springframework.core.ReactiveAdapterRegistry (spring-core-5.2.0.M3.jar)
Class rx.Single is not found;
referenced by 1 class file
org.springframework.core.ReactiveAdapterRegistry (spring-core-5.2.0.M3.jar)
Class rx.Completable is not found;
referenced by 1 class file
org.springframework.core.ReactiveAdapterRegistry (spring-core-5.2.0.M3.jar)
Class rx.RxReactiveStreams is not found;
referenced by 1 class file
org.springframework.core.ReactiveAdapterRegistry (spring-core-5.2.0.M3.jar)
Class kotlin.jvm.internal.Intrinsics is not found;
referenced by 10 class files
org.springframework.core.env.PropertyResolverExtensionsKt (spring-core-5.2.0.M3.jar)
org.springframework.core.CoroutinesUtils (spring-core-5.2.0.M3.jar)
org.springframework.context.support.BeanDefinitionDsl (spring-context-5.2.0.M3.jar)
org.springframework.context.support.BeanDefinitionDslKt (spring-context-5.2.0.M3.jar)
org.springframework.context.support.GenericApplicationContextExtensionsKt (spring-context-5.2.0.M3.jar)
org.springframework.context.annotation.AnnotationConfigApplicationContextExtensionsKt (spring-context-5.2.0.M3.jar)
org.springframework.ui.ModelMapExtensionsKt (spring-context-5.2.0.M3.jar)
org.springframework.ui.ModelExtensionsKt (spring-context-5.2.0.M3.jar)
org.springframework.beans.factory.ListableBeanFactoryExtensionsKt (spring-beans-5.2.0.M3.jar)
org.springframework.beans.factory.BeanFactoryExtensionsKt (spring-beans-5.2.0.M3.jar)
Class kotlin.coroutines.jvm.internal.SuspendLambda is not found;
referenced by 1 class file
org.springframework.core.CoroutinesUtils (spring-core-5.2.0.M3.jar)
Class kotlin.jvm.functions.Function2 is not found;
referenced by 2 class files
org.springframework.core.CoroutinesUtils (spring-core-5.2.0.M3.jar)
org.springframework.context.support.BeanDefinitionDsl (spring-context-5.2.0.M3.jar)
Class kotlin.coroutines.intrinsics.IntrinsicsKt is not found;
referenced by 1 class file
org.springframework.core.CoroutinesUtils (spring-core-5.2.0.M3.jar)
Class kotlin.ResultKt is not found;
referenced by 1 class file
org.springframework.core.CoroutinesUtils (spring-core-5.2.0.M3.jar)
Class kotlinx.coroutines.CoroutineScope is not found;
referenced by 1 class file
org.springframework.core.CoroutinesUtils (spring-core-5.2.0.M3.jar)
Class kotlin.coroutines.Continuation is not found;
referenced by 1 class file
org.springframework.core.CoroutinesUtils (spring-core-5.2.0.M3.jar)
Class kotlin.Unit is not found;
referenced by 1 class file
org.springframework.core.CoroutinesUtils (spring-core-5.2.0.M3.jar)
Class kotlin.TypeCastException is not found;
referenced by 2 class files
org.springframework.core.CoroutinesUtils (spring-core-5.2.0.M3.jar)
org.springframework.context.support.BeanDefinitionDsl (spring-context-5.2.0.M3.jar)
Class kotlin.reflect.KCallable is not found;
referenced by 1 class file
org.springframework.core.CoroutinesUtils (spring-core-5.2.0.M3.jar)
Class kotlin.jvm.internal.SpreadBuilder is not found;
referenced by 1 class file
org.springframework.core.CoroutinesUtils (spring-core-5.2.0.M3.jar)
Class kotlin.ranges.IntRange is not found;
referenced by 1 class file
org.springframework.core.CoroutinesUtils (spring-core-5.2.0.M3.jar)
Class kotlin.collections.ArraysKt is not found;
referenced by 2 class files
org.springframework.core.CoroutinesUtils (spring-core-5.2.0.M3.jar)
org.springframework.context.support.BeanDefinitionDsl (spring-context-5.2.0.M3.jar)
Class kotlin.reflect.full.KCallables is not found;
referenced by 1 class file
org.springframework.core.CoroutinesUtils (spring-core-5.2.0.M3.jar)
Class kotlinx.coroutines.reactive.AwaitKt is not found;
referenced by 1 class file
org.springframework.core.CoroutinesUtils (spring-core-5.2.0.M3.jar)
Class kotlinx.coroutines.GlobalScope is not found;
referenced by 1 class file
org.springframework.core.CoroutinesUtils (spring-core-5.2.0.M3.jar)
Class kotlinx.coroutines.Dispatchers is not found;
referenced by 1 class file
org.springframework.core.CoroutinesUtils (spring-core-5.2.0.M3.jar)
Class kotlin.coroutines.CoroutineContext is not found;
referenced by 1 class file
org.springframework.core.CoroutinesUtils (spring-core-5.2.0.M3.jar)
Class kotlinx.coroutines.reactor.MonoKt is not found;
referenced by 1 class file
org.springframework.core.CoroutinesUtils (spring-core-5.2.0.M3.jar)
Class kotlinx.coroutines.BuildersKt is not found;
referenced by 1 class file
org.springframework.core.CoroutinesUtils (spring-core-5.2.0.M3.jar)
Class kotlin.jvm.internal.Reflection is not found;
referenced by 2 class files
org.springframework.core.CoroutinesUtils (spring-core-5.2.0.M3.jar)
org.springframework.context.support.BeanDefinitionDsl (spring-context-5.2.0.M3.jar)
Class org.apache.tools.ant.Task is not found;
referenced by 1 class file
org.springframework.cglib.transform.AbstractProcessTask (spring-core-5.2.0.M3.jar)
Class org.apache.tools.ant.types.FileSet is not found;
referenced by 1 class file
org.springframework.cglib.transform.AbstractProcessTask (spring-core-5.2.0.M3.jar)
Class org.apache.tools.ant.DirectoryScanner is not found;
referenced by 1 class file
org.springframework.cglib.transform.AbstractProcessTask (spring-core-5.2.0.M3.jar)
Class org.apache.tools.ant.BuildException is not found;
referenced by 1 class file
org.springframework.cglib.transform.AbstractProcessTask (spring-core-5.2.0.M3.jar)
Class org.springframework.instrument.InstrumentationSavingAgent is not found;
referenced by 1 class file
org.springframework.instrument.classloading.InstrumentationLoadTimeWeaver (spring-context-5.2.0.M3.jar)
Class javax.enterprise.concurrent.ManagedExecutors is not found;
referenced by 1 class file
org.springframework.scheduling.concurrent.ConcurrentTaskExecutor (spring-context-5.2.0.M3.jar)
Class javax.enterprise.concurrent.ManagedScheduledExecutorService is not found;
referenced by 1 class file
org.springframework.scheduling.concurrent.ConcurrentTaskScheduler (spring-context-5.2.0.M3.jar)
Class javax.enterprise.concurrent.Trigger is not found;
referenced by 1 class file
org.springframework.scheduling.concurrent.ConcurrentTaskScheduler (spring-context-5.2.0.M3.jar)
Class javax.enterprise.concurrent.LastExecution is not found;
referenced by 1 class file
org.springframework.scheduling.concurrent.ConcurrentTaskScheduler (spring-context-5.2.0.M3.jar)
Class groovy.lang.GroovyObject is not found;
referenced by 3 class files
org.springframework.context.support.GenericGroovyApplicationContext (spring-context-5.2.0.M3.jar)
org.springframework.scripting.groovy.GroovyScriptFactory (spring-context-5.2.0.M3.jar)
org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader (spring-beans-5.2.0.M3.jar)
Class groovy.lang.GroovySystem is not found;
referenced by 2 class files
org.springframework.context.support.GenericGroovyApplicationContext (spring-context-5.2.0.M3.jar)
org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader (spring-beans-5.2.0.M3.jar)
Class groovy.lang.MetaClassRegistry is not found;
referenced by 2 class files
org.springframework.context.support.GenericGroovyApplicationContext (spring-context-5.2.0.M3.jar)
org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader (spring-beans-5.2.0.M3.jar)
Class groovy.lang.MetaClass is not found;
referenced by 3 class files
org.springframework.context.support.GenericGroovyApplicationContext (spring-context-5.2.0.M3.jar)
org.springframework.scripting.groovy.GroovyScriptFactory (spring-context-5.2.0.M3.jar)
org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader (spring-beans-5.2.0.M3.jar)
Class javax.ejb.EJB is not found;
referenced by 1 class file
org.springframework.context.annotation.CommonAnnotationBeanPostProcessor (spring-context-5.2.0.M3.jar)
Class org.aspectj.weaver.loadtime.ClassPreProcessorAgentAdapter is not found;
referenced by 1 class file
org.springframework.context.weaving.AspectJWeavingEnabler (spring-context-5.2.0.M3.jar)
Class bsh.Interpreter is not found;
referenced by 2 class files
org.springframework.scripting.bsh.BshScriptEvaluator (spring-context-5.2.0.M3.jar)
org.springframework.scripting.bsh.BshScriptUtils (spring-context-5.2.0.M3.jar)
Class bsh.EvalError is not found;
referenced by 3 class files
org.springframework.scripting.bsh.BshScriptEvaluator (spring-context-5.2.0.M3.jar)
org.springframework.scripting.bsh.BshScriptFactory (spring-context-5.2.0.M3.jar)
org.springframework.scripting.bsh.BshScriptUtils (spring-context-5.2.0.M3.jar)
Class bsh.Primitive is not found;
referenced by 1 class file
org.springframework.scripting.bsh.BshScriptUtils (spring-context-5.2.0.M3.jar)
Class bsh.XThis is not found;
referenced by 1 class file
org.springframework.scripting.bsh.BshScriptUtils (spring-context-5.2.0.M3.jar)
Class org.codehaus.groovy.control.CompilerConfiguration is not found;
referenced by 2 class files
org.springframework.scripting.groovy.GroovyScriptEvaluator (spring-context-5.2.0.M3.jar)
org.springframework.scripting.groovy.GroovyScriptFactory (spring-context-5.2.0.M3.jar)
Class groovy.lang.GroovyShell is not found;
referenced by 2 class files
org.springframework.scripting.groovy.GroovyScriptEvaluator (spring-context-5.2.0.M3.jar)
org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader (spring-beans-5.2.0.M3.jar)
Class groovy.lang.Binding is not found;
referenced by 2 class files
org.springframework.scripting.groovy.GroovyScriptEvaluator (spring-context-5.2.0.M3.jar)
org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader (spring-beans-5.2.0.M3.jar)
Class groovy.lang.GroovyRuntimeException is not found;
referenced by 1 class file
org.springframework.scripting.groovy.GroovyScriptEvaluator (spring-context-5.2.0.M3.jar)
Class groovy.lang.GroovyClassLoader is not found;
referenced by 1 class file
org.springframework.scripting.groovy.GroovyScriptFactory (spring-context-5.2.0.M3.jar)
Class groovy.lang.Script is not found;
referenced by 1 class file
org.springframework.scripting.groovy.GroovyScriptFactory (spring-context-5.2.0.M3.jar)
Class org.codehaus.groovy.control.CompilationFailedException is not found;
referenced by 1 class file
org.springframework.scripting.groovy.GroovyScriptFactory (spring-context-5.2.0.M3.jar)
Class org.hibernate.validator.spi.resourceloading.ResourceBundleLocator is not found;
referenced by 1 class file
org.springframework.validation.beanvalidation.MessageSourceResourceBundleLocator (spring-context-5.2.0.M3.jar)
Class javax.validation.ParameterNameProvider is not found;
referenced by 1 class file
org.springframework.validation.beanvalidation.LocalValidatorFactoryBean (spring-context-5.2.0.M3.jar)
Class javax.validation.ConstraintViolation is not found;
referenced by 2 class files
org.springframework.validation.beanvalidation.SpringValidatorAdapter (spring-context-5.2.0.M3.jar)
org.springframework.validation.beanvalidation.BeanValidationPostProcessor (spring-context-5.2.0.M3.jar)
Class javax.validation.Path$Node is not found;
referenced by 1 class file
org.springframework.validation.beanvalidation.SpringValidatorAdapter (spring-context-5.2.0.M3.jar)
Class javax.validation.ValidationException is not found;
referenced by 3 class files
org.springframework.validation.beanvalidation.SpringValidatorAdapter (spring-context-5.2.0.M3.jar)
org.springframework.validation.beanvalidation.LocalValidatorFactoryBean (spring-context-5.2.0.M3.jar)
org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean (spring-context-5.2.0.M3.jar)
Class javax.validation.Validator is not found;
referenced by 5 class files
org.springframework.validation.beanvalidation.SpringValidatorAdapter (spring-context-5.2.0.M3.jar)
org.springframework.validation.beanvalidation.MethodValidationInterceptor (spring-context-5.2.0.M3.jar)
org.springframework.validation.beanvalidation.CustomValidatorBean (spring-context-5.2.0.M3.jar)
org.springframework.validation.beanvalidation.MethodValidationPostProcessor (spring-context-5.2.0.M3.jar)
org.springframework.validation.beanvalidation.BeanValidationPostProcessor (spring-context-5.2.0.M3.jar)
Class javax.validation.metadata.ConstraintDescriptor is not found;
referenced by 1 class file
org.springframework.validation.beanvalidation.SpringValidatorAdapter (spring-context-5.2.0.M3.jar)
Class javax.validation.Path is not found;
referenced by 1 class file
org.springframework.validation.beanvalidation.SpringValidatorAdapter (spring-context-5.2.0.M3.jar)
Class javax.validation.ElementKind is not found;
referenced by 1 class file
org.springframework.validation.beanvalidation.SpringValidatorAdapter (spring-context-5.2.0.M3.jar)
Class javax.validation.MessageInterpolator is not found;
referenced by 3 class files
org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator (spring-context-5.2.0.M3.jar)
org.springframework.validation.beanvalidation.LocalValidatorFactoryBean (spring-context-5.2.0.M3.jar)
org.springframework.validation.beanvalidation.CustomValidatorBean (spring-context-5.2.0.M3.jar)
Class javax.validation.MessageInterpolator$Context is not found;
referenced by 1 class file
org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator (spring-context-5.2.0.M3.jar)
Class javax.validation.ConstraintViolationException is not found;
referenced by 1 class file
org.springframework.validation.beanvalidation.MethodValidationInterceptor (spring-context-5.2.0.M3.jar)
Class javax.validation.executable.ExecutableValidator is not found;
referenced by 1 class file
org.springframework.validation.beanvalidation.MethodValidationInterceptor (spring-context-5.2.0.M3.jar)
Class javax.validation.Validation is not found;
referenced by 4 class files
org.springframework.validation.beanvalidation.MethodValidationInterceptor (spring-context-5.2.0.M3.jar)
org.springframework.validation.beanvalidation.LocalValidatorFactoryBean (spring-context-5.2.0.M3.jar)
org.springframework.validation.beanvalidation.CustomValidatorBean (spring-context-5.2.0.M3.jar)
org.springframework.validation.beanvalidation.BeanValidationPostProcessor (spring-context-5.2.0.M3.jar)
Class javax.validation.ValidatorFactory is not found;
referenced by 5 class files
org.springframework.validation.beanvalidation.MethodValidationInterceptor (spring-context-5.2.0.M3.jar)
org.springframework.validation.beanvalidation.LocalValidatorFactoryBean (spring-context-5.2.0.M3.jar)
org.springframework.validation.beanvalidation.CustomValidatorBean (spring-context-5.2.0.M3.jar)
org.springframework.validation.beanvalidation.MethodValidationPostProcessor (spring-context-5.2.0.M3.jar)
org.springframework.validation.beanvalidation.BeanValidationPostProcessor (spring-context-5.2.0.M3.jar)
Class javax.validation.bootstrap.ProviderSpecificBootstrap is not found;
referenced by 1 class file
org.springframework.validation.beanvalidation.LocalValidatorFactoryBean (spring-context-5.2.0.M3.jar)
Class javax.validation.bootstrap.GenericBootstrap is not found;
referenced by 1 class file
org.springframework.validation.beanvalidation.LocalValidatorFactoryBean (spring-context-5.2.0.M3.jar)
Class javax.validation.Configuration is not found;
referenced by 1 class file
org.springframework.validation.beanvalidation.LocalValidatorFactoryBean (spring-context-5.2.0.M3.jar)
Class javax.validation.ConstraintValidatorFactory is not found;
referenced by 2 class files
org.springframework.validation.beanvalidation.LocalValidatorFactoryBean (spring-context-5.2.0.M3.jar)
org.springframework.validation.beanvalidation.SpringConstraintValidatorFactory (spring-context-5.2.0.M3.jar)
Class javax.validation.ValidatorContext is not found;
referenced by 1 class file
org.springframework.validation.beanvalidation.CustomValidatorBean (spring-context-5.2.0.M3.jar)
Class javax.validation.ConstraintValidator is not found;
referenced by 1 class file
org.springframework.validation.beanvalidation.SpringConstraintValidatorFactory (spring-context-5.2.0.M3.jar)
Class org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator is not found;
referenced by 1 class file
org.springframework.validation.beanvalidation.LocalValidatorFactoryBean (spring-context-5.2.0.M3.jar)
Class org.joda.time.DateTime is not found;
referenced by 1 class file
org.springframework.format.datetime.joda.JodaTimeConverters (spring-context-5.2.0.M3.jar)
Class org.joda.time.format.DateTimeFormatter is not found;
referenced by 13 class files
org.springframework.format.datetime.joda.LocalDateParser (spring-context-5.2.0.M3.jar)
org.springframework.format.datetime.joda.DateTimeParser (spring-context-5.2.0.M3.jar)
org.springframework.format.datetime.joda.ReadableInstantPrinter (spring-context-5.2.0.M3.jar)
org.springframework.format.datetime.joda.DateTimeFormatterFactory (spring-context-5.2.0.M3.jar)
org.springframework.format.datetime.joda.MillisecondInstantPrinter (spring-context-5.2.0.M3.jar)
org.springframework.format.datetime.joda.JodaDateTimeFormatAnnotationFormatterFactory (spring-context-5.2.0.M3.jar)
org.springframework.format.datetime.joda.ReadablePartialPrinter (spring-context-5.2.0.M3.jar)
org.springframework.format.datetime.joda.JodaTimeContext (spring-context-5.2.0.M3.jar)
org.springframework.format.datetime.joda.JodaTimeContextHolder (spring-context-5.2.0.M3.jar)
org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar (spring-context-5.2.0.M3.jar)
org.springframework.format.datetime.joda.LocalTimeParser (spring-context-5.2.0.M3.jar)
org.springframework.format.datetime.joda.LocalDateTimeParser (spring-context-5.2.0.M3.jar)
org.springframework.format.datetime.joda.DateTimeFormatterFactoryBean (spring-context-5.2.0.M3.jar)
Class org.joda.time.Duration is not found;
referenced by 2 class files
org.springframework.format.datetime.joda.DurationFormatter (spring-context-5.2.0.M3.jar)
org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar (spring-context-5.2.0.M3.jar)
Class org.joda.time.MonthDay is not found;
referenced by 2 class files
org.springframework.format.datetime.joda.MonthDayFormatter (spring-context-5.2.0.M3.jar)
org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar (spring-context-5.2.0.M3.jar)
Class org.joda.time.Period is not found;
referenced by 2 class files
org.springframework.format.datetime.joda.PeriodFormatter (spring-context-5.2.0.M3.jar)
org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar (spring-context-5.2.0.M3.jar)
Class org.joda.time.YearMonth is not found;
referenced by 2 class files
org.springframework.format.datetime.joda.YearMonthFormatter (spring-context-5.2.0.M3.jar)
org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar (spring-context-5.2.0.M3.jar)
Class org.joda.time.LocalDateTime is not found;
referenced by 3 class files
org.springframework.format.datetime.joda.JodaTimeConverters (spring-context-5.2.0.M3.jar)
org.springframework.format.datetime.joda.JodaDateTimeFormatAnnotationFormatterFactory (spring-context-5.2.0.M3.jar)
org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar (spring-context-5.2.0.M3.jar)
Class org.joda.time.ReadableInstant is not found;
referenced by 3 class files
org.springframework.format.datetime.joda.ReadableInstantPrinter (spring-context-5.2.0.M3.jar)
org.springframework.format.datetime.joda.JodaDateTimeFormatAnnotationFormatterFactory (spring-context-5.2.0.M3.jar)
org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar (spring-context-5.2.0.M3.jar)
Class org.joda.time.format.DateTimeFormat is not found;
referenced by 2 class files
org.springframework.format.datetime.joda.DateTimeFormatterFactory (spring-context-5.2.0.M3.jar)
org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar (spring-context-5.2.0.M3.jar)
Class org.joda.time.format.ISODateTimeFormat is not found;
referenced by 1 class file
org.springframework.format.datetime.joda.DateTimeFormatterFactory (spring-context-5.2.0.M3.jar)
Class org.joda.time.DateTimeZone is not found;
referenced by 2 class files
org.springframework.format.datetime.joda.DateTimeFormatterFactory (spring-context-5.2.0.M3.jar)
org.springframework.format.datetime.joda.JodaTimeContext (spring-context-5.2.0.M3.jar)
Class org.joda.time.ReadablePartial is not found;
referenced by 2 class files
org.springframework.format.datetime.joda.JodaDateTimeFormatAnnotationFormatterFactory (spring-context-5.2.0.M3.jar)
org.springframework.format.datetime.joda.ReadablePartialPrinter (spring-context-5.2.0.M3.jar)
Class org.joda.time.LocalDate is not found;
referenced by 2 class files
org.springframework.format.datetime.joda.JodaDateTimeFormatAnnotationFormatterFactory (spring-context-5.2.0.M3.jar)
org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar (spring-context-5.2.0.M3.jar)
Class org.joda.time.LocalTime is not found;
referenced by 2 class files
org.springframework.format.datetime.joda.JodaDateTimeFormatAnnotationFormatterFactory (spring-context-5.2.0.M3.jar)
org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar (spring-context-5.2.0.M3.jar)
Class javax.money.MonetaryAmount is not found;
referenced by 2 class files
org.springframework.format.number.money.Jsr354NumberFormatAnnotationFormatterFactory (spring-context-5.2.0.M3.jar)
org.springframework.format.number.money.MonetaryAmountFormatter (spring-context-5.2.0.M3.jar)
Class javax.money.Monetary is not found;
referenced by 2 class files
org.springframework.format.number.money.Jsr354NumberFormatAnnotationFormatterFactory (spring-context-5.2.0.M3.jar)
org.springframework.format.number.money.CurrencyUnitFormatter (spring-context-5.2.0.M3.jar)
Class javax.money.MonetaryAmountFactory is not found;
referenced by 1 class file
org.springframework.format.number.money.Jsr354NumberFormatAnnotationFormatterFactory (spring-context-5.2.0.M3.jar)
Class javax.money.CurrencyUnit is not found;
referenced by 2 class files
org.springframework.format.number.money.CurrencyUnitFormatter (spring-context-5.2.0.M3.jar)
org.springframework.format.number.money.Jsr354NumberFormatAnnotationFormatterFactory (spring-context-5.2.0.M3.jar)
Class javax.money.format.MonetaryAmountFormat is not found;
referenced by 1 class file
org.springframework.format.number.money.MonetaryAmountFormatter (spring-context-5.2.0.M3.jar)
Class javax.money.format.MonetaryFormats is not found;
referenced by 1 class file
org.springframework.format.number.money.MonetaryAmountFormatter (spring-context-5.2.0.M3.jar)
Class javax.ejb.EJBHome is not found;
referenced by 1 class file
org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor (spring-context-5.2.0.M3.jar)
Class javax.ejb.EJBObject is not found;
referenced by 2 class files
org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor (spring-context-5.2.0.M3.jar)
org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor (spring-context-5.2.0.M3.jar)
Class javax.ejb.EJBLocalObject is not found;
referenced by 1 class file
org.springframework.ejb.access.LocalSlsbInvokerInterceptor (spring-context-5.2.0.M3.jar)
Class javax.ejb.CreateException is not found;
referenced by 2 class files
org.springframework.ejb.access.LocalSlsbInvokerInterceptor (spring-context-5.2.0.M3.jar)
org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor (spring-context-5.2.0.M3.jar)
Class javax.ejb.EJBLocalHome is not found;
referenced by 1 class file
org.springframework.ejb.access.LocalSlsbInvokerInterceptor (spring-context-5.2.0.M3.jar)
Class kotlin.jvm.functions.Function21 is not found;
referenced by 1 class file
org.springframework.context.support.BeanDefinitionDsl (spring-context-5.2.0.M3.jar)
Class kotlin.jvm.functions.Function10 is not found;
referenced by 1 class file
org.springframework.context.support.BeanDefinitionDsl (spring-context-5.2.0.M3.jar)
Class kotlin.jvm.functions.Function11 is not found;
referenced by 1 class file
org.springframework.context.support.BeanDefinitionDsl (spring-context-5.2.0.M3.jar)
Class kotlin.jvm.functions.Function8 is not found;
referenced by 1 class file
org.springframework.context.support.BeanDefinitionDsl (spring-context-5.2.0.M3.jar)
Class kotlin.jvm.functions.Function22 is not found;
referenced by 1 class file
org.springframework.context.support.BeanDefinitionDsl (spring-context-5.2.0.M3.jar)
Class kotlin.jvm.functions.Function9 is not found;
referenced by 1 class file
org.springframework.context.support.BeanDefinitionDsl (spring-context-5.2.0.M3.jar)
Class kotlin.jvm.functions.Function1 is not found;
referenced by 3 class files
org.springframework.context.support.GenericApplicationContextExtensionsKt (spring-context-5.2.0.M3.jar)
org.springframework.context.support.BeanDefinitionDsl (spring-context-5.2.0.M3.jar)
org.springframework.context.annotation.AnnotationConfigApplicationContextExtensionsKt (spring-context-5.2.0.M3.jar)
Class kotlin.jvm.internal.Lambda is not found;
referenced by 1 class file
org.springframework.context.support.BeanDefinitionDsl (spring-context-5.2.0.M3.jar)
Class kotlin.jvm.functions.Function20 is not found;
referenced by 1 class file
org.springframework.context.support.BeanDefinitionDsl (spring-context-5.2.0.M3.jar)
Class kotlin.jvm.functions.Function13 is not found;
referenced by 1 class file
org.springframework.context.support.BeanDefinitionDsl (spring-context-5.2.0.M3.jar)
Class kotlin.jvm.functions.Function4 is not found;
referenced by 1 class file
org.springframework.context.support.BeanDefinitionDsl (spring-context-5.2.0.M3.jar)
Class kotlin.jvm.functions.Function18 is not found;
referenced by 1 class file
org.springframework.context.support.BeanDefinitionDsl (spring-context-5.2.0.M3.jar)
Class kotlin.jvm.functions.Function5 is not found;
referenced by 1 class file
org.springframework.context.support.BeanDefinitionDsl (spring-context-5.2.0.M3.jar)
Class kotlin.jvm.functions.Function15 is not found;
referenced by 1 class file
org.springframework.context.support.BeanDefinitionDsl (spring-context-5.2.0.M3.jar)
Class kotlin.jvm.functions.Function3 is not found;
referenced by 1 class file
org.springframework.context.support.BeanDefinitionDsl (spring-context-5.2.0.M3.jar)
Class kotlin.jvm.functions.Function6 is not found;
referenced by 1 class file
org.springframework.context.support.BeanDefinitionDsl (spring-context-5.2.0.M3.jar)
Class kotlin.jvm.functions.Function17 is not found;
referenced by 1 class file
org.springframework.context.support.BeanDefinitionDsl (spring-context-5.2.0.M3.jar)
Class kotlin.jvm.functions.Function14 is not found;
referenced by 1 class file
org.springframework.context.support.BeanDefinitionDsl (spring-context-5.2.0.M3.jar)
Class kotlin.jvm.internal.FunctionReference is not found;
referenced by 1 class file
org.springframework.context.support.BeanDefinitionDsl (spring-context-5.2.0.M3.jar)
Class kotlin.jvm.functions.Function12 is not found;
referenced by 1 class file
org.springframework.context.support.BeanDefinitionDsl (spring-context-5.2.0.M3.jar)
Class kotlin.jvm.functions.Function19 is not found;
referenced by 1 class file
org.springframework.context.support.BeanDefinitionDsl (spring-context-5.2.0.M3.jar)
Class kotlin.jvm.functions.Function7 is not found;
referenced by 1 class file
org.springframework.context.support.BeanDefinitionDsl (spring-context-5.2.0.M3.jar)
Class kotlin.jvm.functions.Function16 is not found;
referenced by 1 class file
org.springframework.context.support.BeanDefinitionDsl (spring-context-5.2.0.M3.jar)
Class org.apache.logging.log4j.spi.LoggerContext is not found;
referenced by 1 class file
org.apache.commons.logging.LogAdapter (spring-jcl-5.2.0.M3.jar)
Class org.apache.logging.log4j.Level is not found;
referenced by 1 class file
org.apache.commons.logging.LogAdapter (spring-jcl-5.2.0.M3.jar)
Class org.apache.logging.log4j.spi.ExtendedLogger is not found;
referenced by 1 class file
org.apache.commons.logging.LogAdapter (spring-jcl-5.2.0.M3.jar)
Class org.apache.logging.log4j.LogManager is not found;
referenced by 1 class file
org.apache.commons.logging.LogAdapter (spring-jcl-5.2.0.M3.jar)
Class org.aspectj.weaver.tools.PointcutParser is not found;
referenced by 3 class files
org.springframework.aop.aspectj.TypePatternClassFilter (spring-aop-5.2.0.M3.jar)
org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer (spring-aop-5.2.0.M3.jar)
org.springframework.aop.aspectj.AspectJExpressionPointcut (spring-aop-5.2.0.M3.jar)
Class org.aspectj.weaver.tools.TypePatternMatcher is not found;
referenced by 1 class file
org.springframework.aop.aspectj.TypePatternClassFilter (spring-aop-5.2.0.M3.jar)
Class org.aspectj.lang.annotation.Aspect is not found;
referenced by 2 class files
org.springframework.aop.aspectj.annotation.AspectMetadata (spring-aop-5.2.0.M3.jar)
org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory (spring-aop-5.2.0.M3.jar)
Class org.aspectj.lang.reflect.AjType is not found;
referenced by 5 class files
org.springframework.aop.aspectj.annotation.AspectMetadata (spring-aop-5.2.0.M3.jar)
org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory (spring-aop-5.2.0.M3.jar)
org.springframework.aop.aspectj.annotation.BeanFactoryAspectJAdvisorsBuilder (spring-aop-5.2.0.M3.jar)
org.springframework.aop.aspectj.annotation.AspectJProxyFactory (spring-aop-5.2.0.M3.jar)
org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl (spring-aop-5.2.0.M3.jar)
Class org.aspectj.lang.reflect.PerClauseKind is not found;
referenced by 5 class files
org.springframework.aop.aspectj.annotation.AspectMetadata (spring-aop-5.2.0.M3.jar)
org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory (spring-aop-5.2.0.M3.jar)
org.springframework.aop.aspectj.annotation.BeanFactoryAspectJAdvisorsBuilder (spring-aop-5.2.0.M3.jar)
org.springframework.aop.aspectj.annotation.AspectJProxyFactory (spring-aop-5.2.0.M3.jar)
org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl (spring-aop-5.2.0.M3.jar)
Class org.aspectj.lang.reflect.AjTypeSystem is not found;
referenced by 2 class files
org.springframework.aop.aspectj.annotation.AspectMetadata (spring-aop-5.2.0.M3.jar)
org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory (spring-aop-5.2.0.M3.jar)
Class org.aspectj.lang.reflect.PerClause is not found;
referenced by 5 class files
org.springframework.aop.aspectj.annotation.AspectMetadata (spring-aop-5.2.0.M3.jar)
org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory (spring-aop-5.2.0.M3.jar)
org.springframework.aop.aspectj.annotation.BeanFactoryAspectJAdvisorsBuilder (spring-aop-5.2.0.M3.jar)
org.springframework.aop.aspectj.annotation.AspectJProxyFactory (spring-aop-5.2.0.M3.jar)
org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl (spring-aop-5.2.0.M3.jar)
Class org.aspectj.lang.annotation.Pointcut is not found;
referenced by 2 class files
org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory (spring-aop-5.2.0.M3.jar)
org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory (spring-aop-5.2.0.M3.jar)
Class org.aspectj.lang.annotation.Around is not found;
referenced by 2 class files
org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory (spring-aop-5.2.0.M3.jar)
org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory (spring-aop-5.2.0.M3.jar)
Class org.aspectj.lang.annotation.Before is not found;
referenced by 2 class files
org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory (spring-aop-5.2.0.M3.jar)
org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory (spring-aop-5.2.0.M3.jar)
Class org.aspectj.lang.annotation.After is not found;
referenced by 2 class files
org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory (spring-aop-5.2.0.M3.jar)
org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory (spring-aop-5.2.0.M3.jar)
Class org.aspectj.lang.annotation.AfterReturning is not found;
referenced by 2 class files
org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory (spring-aop-5.2.0.M3.jar)
org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory (spring-aop-5.2.0.M3.jar)
Class org.aspectj.lang.annotation.AfterThrowing is not found;
referenced by 2 class files
org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory (spring-aop-5.2.0.M3.jar)
org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory (spring-aop-5.2.0.M3.jar)
Class org.aspectj.lang.annotation.DeclareParents is not found;
referenced by 1 class file
org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory (spring-aop-5.2.0.M3.jar)
Class org.aspectj.weaver.tools.PointcutDesignatorHandler is not found;
referenced by 1 class file
org.springframework.aop.aspectj.AspectJExpressionPointcut (spring-aop-5.2.0.M3.jar)
Class org.aspectj.weaver.reflect.ReflectionVar is not found;
referenced by 1 class file
org.springframework.aop.aspectj.RuntimeTestWalker (spring-aop-5.2.0.M3.jar)
Class org.aspectj.weaver.ResolvedType is not found;
referenced by 1 class file
org.springframework.aop.aspectj.RuntimeTestWalker (spring-aop-5.2.0.M3.jar)
Class org.aspectj.weaver.ReferenceType is not found;
referenced by 1 class file
org.springframework.aop.aspectj.RuntimeTestWalker (spring-aop-5.2.0.M3.jar)
Class org.aspectj.weaver.reflect.ReflectionBasedReferenceTypeDelegate is not found;
referenced by 1 class file
org.springframework.aop.aspectj.RuntimeTestWalker (spring-aop-5.2.0.M3.jar)
Class org.aspectj.weaver.ast.Instanceof is not found;
referenced by 1 class file
org.springframework.aop.aspectj.RuntimeTestWalker (spring-aop-5.2.0.M3.jar)
Class org.aspectj.weaver.ast.Test is not found;
referenced by 1 class file
org.springframework.aop.aspectj.RuntimeTestWalker (spring-aop-5.2.0.M3.jar)
Class org.aspectj.util.PartialOrder$PartialComparable is not found;
referenced by 1 class file
org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator (spring-aop-5.2.0.M3.jar)
Class org.aspectj.util.PartialOrder is not found;
referenced by 1 class file
org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator (spring-aop-5.2.0.M3.jar)
Class org.aspectj.weaver.ast.HasAnnotation is not found;
referenced by 1 class file
org.springframework.aop.aspectj.RuntimeTestWalker (spring-aop-5.2.0.M3.jar)
Class org.aspectj.lang.JoinPoint is not found;
referenced by 2 class files
org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer (spring-aop-5.2.0.M3.jar)
org.springframework.aop.aspectj.AbstractAspectJAdvice (spring-aop-5.2.0.M3.jar)
Class org.aspectj.lang.ProceedingJoinPoint is not found;
referenced by 3 class files
org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer (spring-aop-5.2.0.M3.jar)
org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint (spring-aop-5.2.0.M3.jar)
org.springframework.aop.aspectj.AbstractAspectJAdvice (spring-aop-5.2.0.M3.jar)
Class org.aspectj.lang.JoinPoint$StaticPart is not found;
referenced by 3 class files
org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer (spring-aop-5.2.0.M3.jar)
org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint (spring-aop-5.2.0.M3.jar)
org.springframework.aop.aspectj.AbstractAspectJAdvice (spring-aop-5.2.0.M3.jar)
Class org.aspectj.weaver.tools.PointcutPrimitive is not found;
referenced by 2 class files
org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer (spring-aop-5.2.0.M3.jar)
org.springframework.aop.aspectj.AspectJExpressionPointcut (spring-aop-5.2.0.M3.jar)
Class org.aspectj.weaver.tools.PointcutParameter is not found;
referenced by 2 class files
org.springframework.aop.aspectj.AspectJExpressionPointcut (spring-aop-5.2.0.M3.jar)
org.springframework.aop.aspectj.AbstractAspectJAdvice (spring-aop-5.2.0.M3.jar)
Class org.aspectj.weaver.reflect.ReflectionWorld$ReflectionWorldException is not found;
referenced by 1 class file
org.springframework.aop.aspectj.AspectJExpressionPointcut (spring-aop-5.2.0.M3.jar)
Class org.aspectj.weaver.tools.ShadowMatch is not found;
referenced by 2 class files
org.springframework.aop.aspectj.AspectJExpressionPointcut (spring-aop-5.2.0.M3.jar)
org.springframework.aop.aspectj.RuntimeTestWalker (spring-aop-5.2.0.M3.jar)
Class org.aspectj.weaver.reflect.ShadowMatchImpl is not found;
referenced by 2 class files
org.springframework.aop.aspectj.AspectJExpressionPointcut (spring-aop-5.2.0.M3.jar)
org.springframework.aop.aspectj.RuntimeTestWalker (spring-aop-5.2.0.M3.jar)
Class org.aspectj.weaver.tools.PointcutExpression is not found;
referenced by 1 class file
org.springframework.aop.aspectj.AspectJExpressionPointcut (spring-aop-5.2.0.M3.jar)
Class org.aspectj.weaver.tools.JoinPointMatch is not found;
referenced by 2 class files
org.springframework.aop.aspectj.AspectJExpressionPointcut (spring-aop-5.2.0.M3.jar)
org.springframework.aop.aspectj.AbstractAspectJAdvice (spring-aop-5.2.0.M3.jar)
Class org.aspectj.util.FuzzyBoolean is not found;
referenced by 1 class file
org.springframework.aop.aspectj.AspectJExpressionPointcut (spring-aop-5.2.0.M3.jar)
Class org.aspectj.weaver.ast.ITestVisitor is not found;
referenced by 1 class file
org.springframework.aop.aspectj.RuntimeTestWalker (spring-aop-5.2.0.M3.jar)
Class org.aspectj.weaver.ast.And is not found;
referenced by 1 class file
org.springframework.aop.aspectj.RuntimeTestWalker (spring-aop-5.2.0.M3.jar)
Class org.aspectj.weaver.ast.Or is not found;
referenced by 1 class file
org.springframework.aop.aspectj.RuntimeTestWalker (spring-aop-5.2.0.M3.jar)
Class org.aspectj.weaver.ast.Not is not found;
referenced by 1 class file
org.springframework.aop.aspectj.RuntimeTestWalker (spring-aop-5.2.0.M3.jar)
Class org.aspectj.weaver.patterns.NamePattern is not found;
referenced by 1 class file
org.springframework.aop.aspectj.AspectJExpressionPointcut (spring-aop-5.2.0.M3.jar)
Class org.aspectj.weaver.tools.ContextBasedMatcher is not found;
referenced by 1 class file
org.springframework.aop.aspectj.AspectJExpressionPointcut (spring-aop-5.2.0.M3.jar)
Class org.aspectj.weaver.tools.FuzzyBoolean is not found;
referenced by 1 class file
org.springframework.aop.aspectj.AspectJExpressionPointcut (spring-aop-5.2.0.M3.jar)
Class org.aspectj.lang.Signature is not found;
referenced by 1 class file
org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint (spring-aop-5.2.0.M3.jar)
Class org.aspectj.lang.reflect.MethodSignature is not found;
referenced by 1 class file
org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint (spring-aop-5.2.0.M3.jar)
Class org.aspectj.lang.reflect.SourceLocation is not found;
referenced by 1 class file
org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint (spring-aop-5.2.0.M3.jar)
Class org.aspectj.bridge.IMessage$Kind is not found;
referenced by 1 class file
org.springframework.aop.aspectj.AspectJWeaverMessageHandler (spring-aop-5.2.0.M3.jar)
Class org.aspectj.bridge.AbortException is not found;
referenced by 1 class file
org.springframework.aop.aspectj.AspectJWeaverMessageHandler (spring-aop-5.2.0.M3.jar)
Class org.aspectj.bridge.IMessage is not found;
referenced by 1 class file
org.springframework.aop.aspectj.AspectJWeaverMessageHandler (spring-aop-5.2.0.M3.jar)
Class com.jamonapi.MonKeyImp is not found;
referenced by 1 class file
org.springframework.aop.interceptor.JamonPerformanceMonitorInterceptor (spring-aop-5.2.0.M3.jar)
Class com.jamonapi.MonitorFactory is not found;
referenced by 1 class file
org.springframework.aop.interceptor.JamonPerformanceMonitorInterceptor (spring-aop-5.2.0.M3.jar)
Class com.jamonapi.MonKey is not found;
referenced by 1 class file
org.springframework.aop.interceptor.JamonPerformanceMonitorInterceptor (spring-aop-5.2.0.M3.jar)
Class com.jamonapi.Monitor is not found;
referenced by 1 class file
org.springframework.aop.interceptor.JamonPerformanceMonitorInterceptor (spring-aop-5.2.0.M3.jar)
Class com.jamonapi.utils.Misc is not found;
referenced by 1 class file
org.springframework.aop.interceptor.JamonPerformanceMonitorInterceptor (spring-aop-5.2.0.M3.jar)
Class org.apache.commons.pool2.impl.GenericObjectPoolConfig is not found;
referenced by 1 class file
org.springframework.aop.target.CommonsPool2TargetSource (spring-aop-5.2.0.M3.jar)
Class org.apache.commons.pool2.impl.GenericObjectPool is not found;
referenced by 1 class file
org.springframework.aop.target.CommonsPool2TargetSource (spring-aop-5.2.0.M3.jar)
Class org.apache.commons.pool2.impl.DefaultPooledObject is not found;
referenced by 1 class file
org.springframework.aop.target.CommonsPool2TargetSource (spring-aop-5.2.0.M3.jar)
Class org.apache.commons.pool2.PooledObjectFactory is not found;
referenced by 1 class file
org.springframework.aop.target.CommonsPool2TargetSource (spring-aop-5.2.0.M3.jar)
Class org.apache.commons.pool2.ObjectPool is not found;
referenced by 1 class file
org.springframework.aop.target.CommonsPool2TargetSource (spring-aop-5.2.0.M3.jar)
Class org.apache.commons.pool2.PooledObject is not found;
referenced by 1 class file
org.springframework.aop.target.CommonsPool2TargetSource (spring-aop-5.2.0.M3.jar)
Class javax.inject.Provider is not found;
referenced by 2 class files
org.springframework.beans.factory.config.ProviderCreatingFactoryBean (spring-beans-5.2.0.M3.jar)
org.springframework.beans.factory.support.DefaultListableBeanFactory (spring-beans-5.2.0.M3.jar)
Class org.yaml.snakeyaml.LoaderOptions is not found;
referenced by 1 class file
org.springframework.beans.factory.config.YamlProcessor (spring-beans-5.2.0.M3.jar)
Class org.yaml.snakeyaml.Yaml is not found;
referenced by 1 class file
org.springframework.beans.factory.config.YamlProcessor (spring-beans-5.2.0.M3.jar)
Class org.yaml.snakeyaml.reader.UnicodeReader is not found;
referenced by 1 class file
org.springframework.beans.factory.config.YamlProcessor (spring-beans-5.2.0.M3.jar)
Class kotlin.reflect.KProperty is not found;
referenced by 1 class file
org.springframework.beans.factory.config.DependencyDescriptor (spring-beans-5.2.0.M3.jar)
Class groovy.lang.Closure is not found;
referenced by 2 class files
org.springframework.beans.factory.groovy.GroovyDynamicElementReader (spring-beans-5.2.0.M3.jar)
org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader (spring-beans-5.2.0.M3.jar)
Class org.codehaus.groovy.runtime.GeneratedClosure is not found;
referenced by 1 class file
org.springframework.beans.factory.groovy.GroovyDynamicElementReader (spring-beans-5.2.0.M3.jar)
Class groovy.lang.Reference is not found;
referenced by 1 class file
org.springframework.beans.factory.groovy.GroovyDynamicElementReader (spring-beans-5.2.0.M3.jar)
Class org.codehaus.groovy.runtime.callsite.CallSite is not found;
referenced by 1 class file
org.springframework.beans.factory.groovy.GroovyDynamicElementReader (spring-beans-5.2.0.M3.jar)
Class org.codehaus.groovy.runtime.ScriptBytecodeAdapter is not found;
referenced by 1 class file
org.springframework.beans.factory.groovy.GroovyDynamicElementReader (spring-beans-5.2.0.M3.jar)
Class org.codehaus.groovy.runtime.typehandling.DefaultTypeTransformation is not found;
referenced by 1 class file
org.springframework.beans.factory.groovy.GroovyDynamicElementReader (spring-beans-5.2.0.M3.jar)
Class org.codehaus.groovy.runtime.GStringImpl is not found;
referenced by 1 class file
org.springframework.beans.factory.groovy.GroovyDynamicElementReader (spring-beans-5.2.0.M3.jar)
Class org.codehaus.groovy.runtime.typehandling.ShortTypeHandling is not found;
referenced by 1 class file
org.springframework.beans.factory.groovy.GroovyDynamicElementReader (spring-beans-5.2.0.M3.jar)
Class groovy.xml.StreamingMarkupBuilder is not found;
referenced by 1 class file
org.springframework.beans.factory.groovy.GroovyDynamicElementReader (spring-beans-5.2.0.M3.jar)
Class org.codehaus.groovy.reflection.ClassInfo is not found;
referenced by 1 class file
org.springframework.beans.factory.groovy.GroovyDynamicElementReader (spring-beans-5.2.0.M3.jar)
Class org.codehaus.groovy.runtime.callsite.CallSiteArray is not found;
referenced by 1 class file
org.springframework.beans.factory.groovy.GroovyDynamicElementReader (spring-beans-5.2.0.M3.jar)
Class groovy.lang.GroovyObjectSupport is not found;
referenced by 3 class files
org.springframework.beans.factory.groovy.GroovyDynamicElementReader (spring-beans-5.2.0.M3.jar)
org.springframework.beans.factory.groovy.GroovyBeanDefinitionWrapper (spring-beans-5.2.0.M3.jar)
org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader (spring-beans-5.2.0.M3.jar)
Class org.codehaus.groovy.runtime.BytecodeInterface8 is not found;
referenced by 1 class file
org.springframework.beans.factory.groovy.GroovyDynamicElementReader (spring-beans-5.2.0.M3.jar)
Class org.codehaus.groovy.runtime.InvokerHelper is not found;
referenced by 1 class file
org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader (spring-beans-5.2.0.M3.jar)
Class groovy.lang.GString is not found;
referenced by 1 class file
org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader (spring-beans-5.2.0.M3.jar)
Class org.codehaus.groovy.runtime.DefaultGroovyMethods is not found;
referenced by 1 class file
org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader (spring-beans-5.2.0.M3.jar)
Class kotlin.jvm.JvmClassMappingKt is not found;
referenced by 1 class file
org.springframework.beans.BeanUtils (spring-beans-5.2.0.M3.jar)
Class kotlin.reflect.full.KClasses is not found;
referenced by 1 class file
org.springframework.beans.BeanUtils (spring-beans-5.2.0.M3.jar)
Class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader is not found;
referenced by 1 class file
org.springframework.context.support.GenericGroovyApplicationContext (spring-context-5.2.0.M3.jar)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment