ch04-bankapp-lookup-method warning

11 views
Skip to first unread message

morel...@gmail.com

unread,
Jun 7, 2018, 9:58:40 AM6/7/18
to Getting started with Spring Framework
Executing the example  ch04-bankapp-lookup-method under IntelliJ Idea using jdk10 I receive the following warning:
INFO  org.springframework.context.support.ClassPathXmlApplicationContext - Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@54422e18: startup date [Thu Jun 07 15:52:23 CEST 2018]; root of context hierarchy
INFO  org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [META-INF/spring/applicationContext.xml]
INFO  sample.spring.chapter04.bankapp.service.FixedDepositServiceImpl - appConfig.properties file doesn't contain the information about EventSender class
-- listing properties --
eventSenderClass=sample.spring.chapter04.bankapp.event...
INFO  sample.spring.chapter04.bankapp.dao.CustomerRequestDaoImpl - Created CustomerRequestDaoImpl instance
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.springframework.cglib.core.ReflectUtils$1 (file:/home/morelli/.m2/repository/org/springframework/spring-core/5.0.1.RELEASE/spring-core-5.0.1.RELEASE.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of org.springframework.cglib.core.ReflectUtils$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release

INFO  sample.spring.chapter04.bankapp.service.CustomerRequestServiceImpl - Created CustomerRequestServiceImpl instance


What's means?

morel...@gmail.com

unread,
Jun 7, 2018, 10:09:00 AM6/7/18
to Getting started with Spring Framework
The same thing happens on the other example, ch04-bankapp-replaced-method
Reply all
Reply to author
Forward
0 new messages