This is an automated email from the ASF dual-hosted git repository.
jgauravgupta pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from 5e1d41bf9f Merge pull request #7884 from mbien/flatlaf352
add 1fedcb4bb1 Payara 7 and Jakarta EE 11 support
new cddac02514 Merge pull request #7716 from jGauravGupta/FISH-9443
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org-netbeans-modules-payara-common.sig | 4 +-
.../modules/payara/common/ServerDetails.java | 2 +-
.../modules/payara/common/utils/ServerUtils.java | 4 +-
.../common/wizards/AddServerLocationPanel.java | 83 ++++++++++++----------
.../payara/common/wizards/Bundle.properties | 1 +
.../org-netbeans-modules-payara-eecommon.sig | 3 +
.../eecommon/api/config/AppClientVersion.java | 9 +++
.../eecommon/api/config/ApplicationVersion.java | 13 +++-
.../payara/eecommon/api/config/J2EEVersion.java | 10 ++-
.../modules/payara/jakartaee/RunTimeDDCatalog.java | 7 --
.../org-netbeans-modules-payara-micro.sig | 2 +
.../fish/payara/micro/plugin/Constants.java | 6 +-
.../payara/micro/project/MicroApplication.java | 1 -
.../fish/payara/micro/project/ReloadAction.java | 1 -
.../micro/project/resources/action-mapping.xml | 36 ++++++++++
.../project/ui/MicroProjectWizardIterator.java | 18 +++--
.../org-netbeans-modules-payara-tooling.sig | 8 +--
.../admin/response/RestXMLResponseParser.java | 1 -
.../payara/tooling/data/PayaraPlatformVersion.java | 34 +++++----
.../tooling/data/PayaraPlatformVersionAPI.java | 2 +-
.../modules/payara/tooling/data/PayaraVersion.java | 56 +++++++--------
.../server/config/ConfigBuilderProvider.java | 7 +-
.../server/config/{PayaraV6.xml => PayaraV7.xml} | 18 ++---
.../payara/tooling/data/PayaraVersionTest.java | 8 ++-
24 files changed, 207 insertions(+), 127 deletions(-)
copy
enterprise/payara.tooling/src/org/netbeans/modules/payara/tooling/server/config/{PayaraV6.xml
=> PayaraV7.xml} (88%)
---------------------------------------------------------------------
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