You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/10/26 01:10:00 UTC

[jira] [Updated] (NETBEANS-4946) Improve JAVA EE with Ant based projects

     [ https://issues.apache.org/jira/browse/NETBEANS-4946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated NETBEANS-4946:
-------------------------------------
    Labels: pull-request-available  (was: )

> Improve JAVA EE with Ant based projects
> ---------------------------------------
>
>                 Key: NETBEANS-4946
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-4946
>             Project: NetBeans
>          Issue Type: Improvement
>          Components: javaee - EJB Project, javaee - Web Project, projects - Ant Project
>    Affects Versions: 12.1, 12.2
>            Reporter: Jose
>            Assignee: Jose
>            Priority: Critical
>              Labels: pull-request-available
>             Fix For: Next
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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:
> - 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 
> Doubts:
> - Don't know how to create, modify the files with extension .mdd
> Issues:
> - Could not make work web-fragment version 4.0, it was not working from the beggining



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

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