Skip to content

Releases: jipijapa/jipijapa

JipiJapa 1.0.0.Alpha3 release

04 Jul 02:57
Compare
Choose a tag to compare
Pre-release

The JipiJapa 1.0.0.Alpha3 release contains the following changes:

  1. JIPI-11 allow two phase bootstrap approach to creating entity manager factory.
    Improves the JPA 2.1 CDI bean manager support, while not losing the ability
    to rewrite/enhance applications via javax.persistence.spi.ClassTransformer.
    CDI implicit support (part of EE7) is also improved, as you can now use CDI
    with many deployments, without losing the performance gains of ClassTransformer.
    Hibernate ORM supports the 2-phase bootstrap approach and hopefully,
    other persistence providers will also.
  2. JIPI-12 correct EclipseLink META-INF/services typo
    The JipiJapa-EclipseLink integration code can now be found by the service loader.

Maven repository artifacts are available in https://repository.jboss.org/nexus/content/groups/public/org/jipijapa/