This is an automated email from the ASF dual-hosted git repository.
neilcsmith pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from 14a851acdf Merge pull request #3987 from neilcsmith-net/apisupport-ant
new f051e9a449 Upgrade to DiscoClient 2.0.23
new 9f44f35a04 Switch to brandable and non-hidden default download
directory for JDKs.
new 5544ed7824 Update ValidateClassFilesTest to take account of class file
version from module Java dependency.
new 5de51d57c1 Fix Travis Groovy tests failing on Disco due to building on
JDK 8.
new 0e9d58e900 Clean up commented out code and template text from review.
new be5dfd0032 Merge pull request #3974 from neilcsmith-net/disco2
The 6952 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:
.travis.yml | 12 +-
java/java.disco/external/binaries-list | 6 +-
.../external/discoclient-1.0.1-license.txt | 26 ---
...-license.txt => discoclient-2.0.23-license.txt} | 10 +-
.../external/httpclient5-5.0.3-license.txt | 208 ---------------------
...0.2-license.txt => jdktools-11.0.8-license.txt} | 10 +-
java/java.disco/manifest.mf | 4 +-
java/java.disco/nbproject/project.properties | 9 +-
java/java.disco/nbproject/project.xml | 16 +-
.../netbeans/modules/java/disco/AdvancedPanel.java | 35 ++--
.../modules/java/disco/BrowseWizardPanel.java | 2 +-
.../modules/java/disco/BundleTableModel.java | 8 +-
.../org/netbeans/modules/java/disco/Client.java | 94 +++++++---
.../modules/java/disco/DiscoPlatformInstall.java | 84 +++++++++
...{FoojayPlatformIt.java => DiscoPlatformIt.java} | 4 +-
.../netbeans/modules/java/disco/DownloadPanel.java | 19 +-
.../modules/java/disco/DownloadWizardPanel.java | 4 +-
.../src/org/netbeans/modules/java/disco/LTSes.java | 2 +-
.../src/org/netbeans/modules/java/disco/OS.java | 50 +----
...stall.java => PackageTypeListCellRenderer.java} | 34 ++--
.../netbeans/modules/java/disco/QuickPanel.java | 4 +-
.../modules/java/disco/QuickPkgSelection.java | 17 +-
.../modules/java/disco/SelectPackagePanel.java | 49 +++--
.../netbeans/modules/java/disco/SwingWorker2.java | 11 +-
.../java/disco/VersionListCellRenderer.java | 2 +-
.../src/org/netbeans/modules/java/disco/layer.xml | 3 +-
.../core/validation/ValidateClassFilesTest.java | 45 +++--
27 files changed, 322 insertions(+), 446 deletions(-)
delete mode 100644 java/java.disco/external/discoclient-1.0.1-license.txt
rename java/java.disco/external/{httpcore5-5.0.2-license.txt =>
discoclient-2.0.23-license.txt} (98%)
delete mode 100644 java/java.disco/external/httpclient5-5.0.3-license.txt
rename java/java.disco/external/{httpcore5-h2-5.0.2-license.txt =>
jdktools-11.0.8-license.txt} (98%)
create mode 100644
java/java.disco/src/org/netbeans/modules/java/disco/DiscoPlatformInstall.java
rename
java/java.disco/src/org/netbeans/modules/java/disco/{FoojayPlatformIt.java =>
DiscoPlatformIt.java} (96%)
rename
java/java.disco/src/org/netbeans/modules/java/disco/{FoojayPlatformInstall.java
=> PackageTypeListCellRenderer.java} (53%)
---------------------------------------------------------------------
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