Re: [External] : Re: Issue with using tomcat-embed-core, JDK 11 and modules

2024-10-09 Thread Greg Eschbacher
: Issue with using tomcat-embed-core, JDK 11 and modules On Tue, Oct 8, 2024 at 5:23 PM Greg Eschbacher wrote: > > Hi everyone, > > Our application is upgrading from tomcat-embed-core 9.0.88 to 9.0.95, and we > are having issues building with the latest jar. > > We are gett

Issue with using tomcat-embed-core, JDK 11 and modules

2024-10-08 Thread Greg Eschbacher
Hi everyone, Our application is upgrading from tomcat-embed-core 9.0.88 to 9.0.95, and we are having issues building with the latest jar. We are getting issues related to JDK 11 and modules. Specifically, when we build, we get the message " module not found: java.annotation " To demonstrate t

Issue with JDK 11 and tomcat-embed-core 9.0.91

2024-07-15 Thread Greg Eschbacher
Hi all, I'm hoping you all can help me: Our JDK 11 application uses tomcat-embed-core, and we're upgrading from 9.0.88 to 9.0.91 and we can no longer compile. After some investigation, I believe the issue is that the tomcat-embed-core jar file no longer contains a module-info.class file. Whe