mirror of
https://github.com/apache/struts.git
synced 2026-08-06 07:06:58 +00:00
94e3ffd1e7
Detect Hibernate availability once at class-load time via Class.forName() and short-circuit all Hibernate-related methods immediately when absent. This eliminates repeated NoClassDefFoundError exceptions that cause significant performance degradation in applications without Hibernate on the classpath. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Struts 2 Core
This is a core of the Apache Struts framework and all other modules depend on it. It requires Java 8 at minimum and a Servlet container supporting Java Servlet API 3.1 at least.
Installation
Just drop this plugin into WEB-INF/lib folder or add it as Maven dependency