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

GitHub noreply at github.com
Fri Mar 15 10:17:03 EDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 0f9fae51215ccc002b7141496eff26905c56505a
      https://github.com/hibernate/hibernate-orm/commit/0f9fae51215ccc002b7141496eff26905c56505a
  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