You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2022/01/12 07:12:07 UTC

Build failed in Jenkins: Wicket » wicket-9.x #76

See <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/76/display/redirect?page=changes>

Changes:

[Maxim Solodovnik] [WICKET-6943] Session.isRtlLanguage made public


------------------------------------------
[...truncated 29.09 KB...]
[ERROR]                                                ^
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/SpringBeanLocator.java>:34: error: package org.springframework.beans.factory.config does not exist
[ERROR] import org.springframework.beans.factory.config.ConfigurableListableBeanFactory;
[ERROR]                                                ^
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/SpringBeanLocator.java>:35: error: package org.springframework.beans.factory.support does not exist
[ERROR] import org.springframework.beans.factory.support.RootBeanDefinition;
[ERROR]                                                 ^
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/SpringBeanLocator.java>:38: error: package org.springframework.core does not exist
[ERROR] import org.springframework.core.ResolvableType;
[ERROR]                                ^
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/SpringBeanLocator.java>:67: error: cannot find symbol
[ERROR] 	private ResolvableType fieldResolvableType;
[ERROR] 	        ^
[ERROR]   symbol:   class ResolvableType
[ERROR]   location: class SpringBeanLocator
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/SpringBeanLocator.java>:72: error: cannot find symbol
[ERROR] 	private ResolvableType fieldElementsResolvableType;
[ERROR] 	        ^
[ERROR]   symbol:   class ResolvableType
[ERROR]   location: class SpringBeanLocator
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/SpringBeanLocator.java>:143: error: cannot find symbol
[ERROR] 	private ResolvableType extractElementGeneric(ResolvableType fieldResolvableType)
[ERROR] 	                                             ^
[ERROR]   symbol:   class ResolvableType
[ERROR]   location: class SpringBeanLocator
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/SpringBeanLocator.java>:143: error: cannot find symbol
[ERROR] 	private ResolvableType extractElementGeneric(ResolvableType fieldResolvableType)
[ERROR] 	        ^
[ERROR]   symbol:   class ResolvableType
[ERROR]   location: class SpringBeanLocator
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/SpringBeanLocator.java>:419: error: cannot find symbol
[ERROR] 	public RootBeanDefinition getBeanDefinition(final ApplicationContext ctx, final String name)
[ERROR] 	       ^
[ERROR]   symbol:   class RootBeanDefinition
[ERROR]   location: class SpringBeanLocator
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/FieldBeansCollector.java>:49: error: cannot find symbol
[ERROR] 	public FieldBeansCollector(final ResolvableType fieldResolvableType)
[ERROR] 	                                 ^
[ERROR]   symbol:   class ResolvableType
[ERROR]   location: class FieldBeansCollector
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:29: error: package org.springframework.beans does not exist
[ERROR] import org.springframework.beans.BeansException;
[ERROR]                                 ^
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:30: error: package org.springframework.beans.factory does not exist
[ERROR] import org.springframework.beans.factory.BeanFactory;
[ERROR]                                         ^
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:31: error: package org.springframework.beans.factory does not exist
[ERROR] import org.springframework.beans.factory.BeanNotOfRequiredTypeException;
[ERROR]                                         ^
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:32: error: package org.springframework.beans.factory does not exist
[ERROR] import org.springframework.beans.factory.FactoryBean;
[ERROR]                                         ^
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:33: error: package org.springframework.beans.factory does not exist
[ERROR] import org.springframework.beans.factory.NoSuchBeanDefinitionException;
[ERROR]                                         ^
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:34: error: package org.springframework.beans.factory does not exist
[ERROR] import org.springframework.beans.factory.ObjectProvider;
[ERROR]                                         ^
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:35: error: package org.springframework.beans.factory.config does not exist
[ERROR] import org.springframework.beans.factory.config.AutowireCapableBeanFactory;
[ERROR]                                                ^
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:41: error: package org.springframework.core.env does not exist
[ERROR] import org.springframework.core.env.Environment;
[ERROR]                                    ^
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:42: error: package org.springframework.core.io does not exist
[ERROR] import org.springframework.core.io.Resource;
[ERROR]                                   ^
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:56: error: cannot access EnvironmentCapable
[ERROR] public class ApplicationContextMock implements ApplicationContext, Serializable
[ERROR]        ^
[ERROR]   class file for org.springframework.core.env.EnvironmentCapable not found
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:89: error: cannot find symbol
[ERROR] 	public Object getBean(final String name) throws BeansException
[ERROR] 	                                                ^
[ERROR]   symbol:   class BeansException
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:100: error: cannot find symbol
[ERROR] 	public Object getBean(final String name, final Object... args) throws BeansException
[ERROR] 	                                                                      ^
[ERROR]   symbol:   class BeansException
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:110: error: cannot find symbol
[ERROR] 	public <T> T getBean(String name, Class<T> requiredType) throws BeansException
[ERROR] 	                                                                ^
[ERROR]   symbol:   class BeansException
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:125: error: cannot find symbol
[ERROR] 	public <T> Map<String, T> getBeansOfType(Class<T> type) throws BeansException
[ERROR] 	                                                               ^
[ERROR]   symbol:   class BeansException
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:141: error: cannot find symbol
[ERROR] 	public <T> T getBean(Class<T> requiredType) throws BeansException
[ERROR] 	                                                   ^
[ERROR]   symbol:   class BeansException
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:161: error: cannot find symbol
[ERROR] 	public <T> T getBean(Class<T> requiredType, Object... objects) throws BeansException
[ERROR] 	                                                                      ^
[ERROR]   symbol:   class BeansException
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:167: error: cannot find symbol
[ERROR] 	public <T> ObjectProvider<T> getBeanProvider(Class<T> aClass)
[ERROR] 	           ^
[ERROR]   symbol:   class ObjectProvider
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:173: error: cannot find symbol
[ERROR] 	public <T> ObjectProvider<T> getBeanProvider(ResolvableType resolvableType)
[ERROR] 	                                             ^
[ERROR]   symbol:   class ResolvableType
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:173: error: cannot find symbol
[ERROR] 	public <T> ObjectProvider<T> getBeanProvider(ResolvableType resolvableType)
[ERROR] 	           ^
[ERROR]   symbol:   class ObjectProvider
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:180: error: cannot find symbol
[ERROR] 		throws BeansException
[ERROR] 		       ^
[ERROR]   symbol:   class BeansException
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:277: error: cannot find symbol
[ERROR] 	public <T> ObjectProvider<T> getBeanProvider(final Class<T> aClass, final boolean b) {
[ERROR] 	           ^
[ERROR]   symbol:   class ObjectProvider
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:282: error: cannot find symbol
[ERROR] 	public <T> ObjectProvider<T> getBeanProvider(final ResolvableType resolvableType, final boolean b) {
[ERROR] 	                                                   ^
[ERROR]   symbol:   class ResolvableType
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:282: error: cannot find symbol
[ERROR] 	public <T> ObjectProvider<T> getBeanProvider(final ResolvableType resolvableType, final boolean b) {
[ERROR] 	           ^
[ERROR]   symbol:   class ObjectProvider
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:287: error: cannot find symbol
[ERROR] 	public String[] getBeanNamesForType(ResolvableType resolvableType)
[ERROR] 	                                    ^
[ERROR]   symbol:   class ResolvableType
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:293: error: cannot find symbol
[ERROR] 	public String[] getBeanNamesForType(ResolvableType resolvableType, boolean includeNonSingletons, boolean allowEagerInit)
[ERROR] 	                                    ^
[ERROR]   symbol:   class ResolvableType
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:325: error: cannot find symbol
[ERROR] 		boolean allowEagerInit) throws BeansException
[ERROR] 		                               ^
[ERROR]   symbol:   class BeansException
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:343: error: cannot find symbol
[ERROR] 	public boolean isSingleton(final String name) throws NoSuchBeanDefinitionException
[ERROR] 	                                                     ^
[ERROR]   symbol:   class NoSuchBeanDefinitionException
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:349: error: cannot find symbol
[ERROR] 	public Class<?> getType(final String name) throws NoSuchBeanDefinitionException
[ERROR] 	                                                  ^
[ERROR]   symbol:   class NoSuchBeanDefinitionException
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:355: error: cannot find symbol
[ERROR] 	public Class<?> getType(String name, boolean allowFactoryBeanInit) throws NoSuchBeanDefinitionException
[ERROR] 	                                                                          ^
[ERROR]   symbol:   class NoSuchBeanDefinitionException
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:372: error: cannot find symbol
[ERROR] 	public String[] getAliases(final String name) throws NoSuchBeanDefinitionException
[ERROR] 	                                                     ^
[ERROR]   symbol:   class NoSuchBeanDefinitionException
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:381: error: cannot find symbol
[ERROR] 	public BeanFactory getParentBeanFactory()
[ERROR] 	       ^
[ERROR]   symbol:   class BeanFactory
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:408: error: cannot find symbol
[ERROR] 	public Resource[] getResources(final String locationPattern) throws IOException
[ERROR] 	       ^
[ERROR]   symbol:   class Resource
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:414: error: cannot find symbol
[ERROR] 	public Resource getResource(final String location)
[ERROR] 	       ^
[ERROR]   symbol:   class Resource
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:420: error: cannot find symbol
[ERROR] 	public AutowireCapableBeanFactory getAutowireCapableBeanFactory() throws IllegalStateException
[ERROR] 	       ^
[ERROR]   symbol:   class AutowireCapableBeanFactory
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:450: error: cannot find symbol
[ERROR] 	public boolean isPrototype(final String name) throws NoSuchBeanDefinitionException
[ERROR] 	                                                     ^
[ERROR]   symbol:   class NoSuchBeanDefinitionException
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:456: error: cannot find symbol
[ERROR] 	public boolean isTypeMatch(String s, ResolvableType resolvableType) throws NoSuchBeanDefinitionException
[ERROR] 	                                     ^
[ERROR]   symbol:   class ResolvableType
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:456: error: cannot find symbol
[ERROR] 	public boolean isTypeMatch(String s, ResolvableType resolvableType) throws NoSuchBeanDefinitionException
[ERROR] 	                                                                           ^
[ERROR]   symbol:   class NoSuchBeanDefinitionException
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:464: error: cannot find symbol
[ERROR] 		throws NoSuchBeanDefinitionException
[ERROR] 		       ^
[ERROR]   symbol:   class NoSuchBeanDefinitionException
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/test/ApplicationContextMock.java>:470: error: cannot find symbol
[ERROR] 	public Environment getEnvironment()
[ERROR] 	       ^
[ERROR]   symbol:   class Environment
[ERROR]   location: class ApplicationContextMock
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/injection/annot/AnnotProxyFieldValueFactory.java>:38: error: package org.springframework.beans.factory does not exist
[ERROR] import org.springframework.beans.factory.BeanFactoryUtils;
[ERROR]                                         ^
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/injection/annot/AnnotProxyFieldValueFactory.java>:39: error: package org.springframework.beans.factory.config does not exist
[ERROR] import org.springframework.beans.factory.config.BeanDefinition;
[ERROR]                                                ^
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/injection/annot/AnnotProxyFieldValueFactory.java>:41: error: package org.springframework.beans.factory.support does not exist
[ERROR] import org.springframework.beans.factory.support.AbstractBeanDefinition;
[ERROR]                                                 ^
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/injection/annot/AnnotProxyFieldValueFactory.java>:303: error: cannot find symbol
[ERROR] 	public BeanDefinition getBeanDefinition(final ConfigurableListableBeanFactory beanFactory,
[ERROR] 	                                              ^
[ERROR]   symbol:   class ConfigurableListableBeanFactory
[ERROR]   location: class AnnotProxyFieldValueFactory
[ERROR] <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/wicket-spring/src/main/java/org/apache/wicket/spring/injection/annot/AnnotProxyFieldValueFactory.java>:303: error: cannot find symbol
[ERROR] 	public BeanDefinition getBeanDefinition(final ConfigurableListableBeanFactory beanFactory,
[ERROR] 	       ^
[ERROR]   symbol:   class BeanDefinition
[ERROR]   location: class AnnotProxyFieldValueFactory
[ERROR] 
[ERROR] Command line was: /usr/local/asfpackages/java/oraclejdk-11.0.12/bin/javadoc -J-Xmx256m -J-Xms128m --no-module-directories @options @packages
[ERROR] 
[ERROR] Refer to the generated Javadoc files in '<https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/ws/target/site/apidocs'> dir.
[ERROR] 
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Invoke top-level Maven targets' marked build as failure
Publishing Javadoc

Jenkins build is back to normal : Wicket » wicket-9.x #77

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Wicket/job/wicket-9.x/77/display/redirect?page=changes>