forked from apache/netbeans
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Jakarta EE/Java EE support for Tomcat and TomEE (apache#4822)
- Add support for Tomcat 10 and 10.1 - Improve support for Tomcat versions from 5 to 10.1 - Add initial support for Tomcat 11 - Add support for TomEE versions from 1.5 to 9 - Improve support for TomEE types and correctly identify them. - Improve logic for supported profiles and jvm platforms for Tomcat and TomEE - Add new helper method versionRange and use it to define valid ranges of supported java versions. Kudos to Michael Bien. - Improve logic for getJavadoc() method - Improve Tomcat/TomEE version enum - Improve support for Jakarta EE JaxRS - Fix the default jvm platform that is pre-selected - Move call of isTomEEJaxRS(), should be called only if isTomEE() is true - Remove redundant call to loadTomEEInfo(), isTomEE() was calling it already - Add missing validation for Tomcat 5.0 - tomcat-coyote.jar location is different for tomcat 5.0 and 5.5 - Add Tests for new TomEEtype logic - Add Tests for new Tomcat version comparison - Add Tests for new TomEE version comparison - Use generics - Use StandardCharsets - Use try-with-resources - Add @OverRide tags - Bump javac.source to 1.8 - Add missing attributes to a dtd file
- Loading branch information
1 parent
5c1ee2a
commit 6227036
Showing
19 changed files
with
488 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.