[hibernate/hibernate-orm] 0f9fae: HHH-8076 Make javax.security and javax.validation ...
by GitHub
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-orm
Commit: 0f9fae51215ccc002b7141496eff26905c56505a
https://github.com/hibernate/hibernate-orm/commit/0f9fae51215ccc002b71414...
Author: timpeeters <tim.peeters(a)me.com>
Date: 2013-03-15 (Fri, 15 Mar 2013)
Changed paths:
M hibernate-core/hibernate-core.gradle
Log Message:
-----------
HHH-8076 Make javax.security and javax.validation optional
Currently the OSGi manifest creation via Gradle automatically imports all packages that are used by hibernate-core. Although this saves you from having to list all the imports manually, it does mean that some optional dependencies suddenly become mandatory dependencies. I've updated the hibernate-core Gradle build file to make the hibernate-core dependencies on javax.security and javax.validation optional. This way you are not forced to have these dependencies available in your OSGi container. More information in HHH-7941.
11 years, 8 months
[hibernate/hibernate-orm] 4657d3: HHH-8076 Make javax.security and javax.validation ...
by GitHub
Branch: refs/heads/4.2
Home: https://github.com/hibernate/hibernate-orm
Commit: 4657d306fcd783c32392591978471abc0af71628
https://github.com/hibernate/hibernate-orm/commit/4657d306fcd783c32392591...
Author: timpeeters <tim.peeters(a)me.com>
Date: 2013-03-15 (Fri, 15 Mar 2013)
Changed paths:
M hibernate-core/hibernate-core.gradle
Log Message:
-----------
HHH-8076 Make javax.security and javax.validation optional
Currently the OSGi manifest creation via Gradle automatically imports all packages that are used by hibernate-core. Although this saves you from having to list all the imports manually, it does mean that some optional dependencies suddenly become mandatory dependencies. I've updated the hibernate-core Gradle build file to make the hibernate-core dependencies on javax.security and javax.validation optional. This way you are not forced to have these dependencies available in your OSGi container. More information in HHH-7941.
11 years, 8 months