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


   Notes:
   - Fix version mismatching when creating deployment descriptors with JEE 8
     and JAKARTA EE 8
   - Fix CDI config file version mismatching with JEE 8 and JAKARTA EE 8, 
     IDE creates JEE 7
   - IDE do not create deployment descriptor for EJB Modules from JEE 5 to JEE 7
     and creates it with wrong version in JEE 8
   - Add methods that detect support for CDI 1.0 and CDI 2.0
   - Add missing resource, license file and deployment descriptor for JEE 8
   - Remove unnecessary validation that checks if running JDK 7 then change to 
JDK 6
   - Remove use of deprecated method "getJ2eePlatform" in one class
   - Remove use of deprecated method "getServerID" in one class
   - Update javac.source and compilerargs properties in some Java EE modules
   - Use try-with-resources and close
   - Fix statement that compares Integers with "=="
   - Fix some typos
   - Remove some unnecessary unboxing/boxing of variables
   - Add some missing @Override tags
   - Add loggers and fix some uses of it
   
   Testing:
   - Full build done
   - Create EAR, EJB, WEB and Application Client with JEE 5, 6, 6 w/CDI , 7 , 8 
and
     JAKARTA EE 8
   - Verify the correct creation of deployment descriptors and CDI files for 
every
     profile in the projects mention above
   - Verify that every project can clean and build successfully 
   
   Issues:
   - Could not make work web-fragment version 4.0, it was not working from the 
beggining. Left the code commented.
   
   Doubts:
   - Don't know where to obtain or to create correct mdd files that will work 
correctly with NetBeans, I modify the `mdd` files that generate the models for 
JEE 8 Application and Application-client classes. I tried to do the same with 
web-fragment 4.0 but it failed to compile.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to