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
The Apache Tomcat team announces the immediate availability of Apache
Tomcat 9.0.96.
Apache Tomcat 9 is an open source software implementation of the Java
Servlet, JavaServer Pages, Java Unified Expression Language, Java
WebSocket and JASPIC technologies.
Apache Tomcat 9.0.96 is a bugfix and feat
Hello Sajid,
> -Ursprüngliche Nachricht-
> Von: Sajid Hussain
> Gesendet: Dienstag, 8. Oktober 2024 13:21
> An: users@tomcat.apache.org
> Betreff: Migrating from Tomcat 9.0.88 to Tomcat 10.1.30 on windows
> machine with JDK 21 LTS
>
> Hi,
>
> I was using tomcat 9 with JDK 17 on windows.
On 08/10/2024 05:21, Sajid Hussain wrote:
Hi,
I was using tomcat 9 with JDK 17 on windows. My java application was
using 2.7.18. Now I'm migrating my application spring version to 3.3.4
with Tomcat 10.1.30 and JDK 21. I have upgraded the version in my java
project and fix the hibernate error
Hi,
I was using tomcat 9 with JDK 17 on windows. My java application was
using 2.7.18. Now I'm migrating my application spring version to 3.3.4
with Tomcat 10.1.30 and JDK 21. I have upgraded the version in my java
project and fix the hibernate error migrating from 5 to 6. Now my
application