[hibernate-commits] [hibernate/hibernate-orm] 4657d3: HHH-8076 Make javax.security and javax.validation ...

GitHub noreply at github.com
Fri Mar 15 10:16:59 EDT 2013


  Branch: refs/heads/4.2
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 4657d306fcd783c32392591978471abc0af71628
      https://github.com/hibernate/hibernate-orm/commit/4657d306fcd783c32392591978471abc0af71628
  Author: timpeeters <tim.peeters at 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.





More information about the hibernate-commits mailing list