Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: EJBCA 7.0.0
-
Component/s: None
-
Labels:
-
Provenance:Refactorization
-
Epic Link:
-
Sprint:EJBCA Team Bob - 2019 w2
Description
DatabaseSchemaScriptCommand contains the following code:
final Ejb3Configuration ejb3Configuration = new Ejb3Configuration().configure("ejbca-read", null); final Configuration hibernateConfiguration = ejb3Configuration.getHibernateConfiguration();
The Ejb3Configuration constructor is deprecated and is removed in newer versions of the Hibernate library which prevents us from upgrading external jars.
Attachments
Issue Links
- blocks
-
ECA-5932 Upgrade bundled Hibernate jars
-
- Closed
-