pepness opened a new pull request #3100:
URL: https://github.com/apache/netbeans/pull/3100


   Notes:
   
   - Slightly decreased size of java/eclipselink directory (9.4 MB to 9.3 MB)
   - Add and override new abstract method "isEmbeddable()"
   - This is mainly a maintenance release and contains bug fixes
   - Deprecated Functionality: None
   - Known Issues (since 2.7.0)
     - When running EclipseLink 2.7 in Glassfish 4.0, you must specify a valid 
datasource 
       in the persistence.xml through either the jta-data-source or 
non-jta-data-source tags.
     - Java hotspot compiler may crash when compiling 
       
org.eclipse.persistence.internal.sessions.CommitManager::commitChangedObjectsForClassWithChangeSet
 
       As a workaround, execute java with 
       
-XX:CompileCommand=exclude,org/eclipse/persistence/internal/sessions/CommitManager,commitChangedObjectsForClassWithChangeSet
 
       command line option for JIT compiler.
   
   NetBeans Testing:
   - Full build done
   - Verify successful execution of libraries and licenses Ant test
   - Verify successful execution of unit tests for modules `websvc.restlib`, 
`j2ee.eclipselink`, `j2ee.eclipselinkmodelgen`, `j2ee.jpa.refactoring`, 
`j2ee.metadata.model.support`, `j2ee.persistence` and `j2ee.persistenceapi`
   - Started NetBeans and ensure the log didn't have any ERROR or new WARNINGS
   - Checked the files are in the Ant Library Manager
   - Successfully create project as per [NetBeans 
Documentation](https://netbeans.apache.org/kb/docs/websvc/rest.html), with 
Payara and Glassfish
   
   This is just an update to the eclipselink library, this will not provide 
support for JPA 2.2, I am working on a different Issue/PR for that matter.
   
   [EclipseLink Web Page](https://www.eclipse.org/eclipselink/)
   [EclipseLink Release 
Notes](https://github.com/eclipse-ee4j/eclipselink/releases/tag/2.7.9)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org
For additional commands, e-mail: notifications-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to