You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jt...@apache.org on 2020/09/09 14:10:25 UTC

[netbeans] branch master updated (813ca7c -> 436ca48)

This is an automated email from the ASF dual-hosted git repository.

jtulach pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


    from 813ca7c  Switch http://repo1.maven.org to HTTPS
     new f6f2455  Warn the user early if an NBM file requires unpack200 and it is not present
     new d104e7f  Show file chooser and allow selection of unpack200
     new 473d461  Search for unpack200 in sibling JDKs. Repeat the validation once unpack200 is choosen. Use the value in Upgrader.
     new 2f5b93b  Defining the unpack200 API in autoupdate.services module
     new 80a6d71  Scanning for pack200 entries is an independent check
     new 436ca48  Merge pull request #2317 from jtulach/VerifyPack200

The 4281 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:
 platform/autoupdate.services/apichanges.xml        |  24 +-
 platform/autoupdate.services/arch.xml              | 544 +++++++++++----------
 .../libsrc/org/netbeans/updater/ModuleUpdater.java |  34 +-
 .../api/autoupdate/OperationContainer.java         |  14 +-
 .../api/autoupdate/OperationException.java         |   6 +-
 .../modules/autoupdate/services/Bundle.properties  |   1 +
 .../autoupdate/services/InstallSupportImpl.java    |  17 +
 .../services/OperationContainerImpl.java           |  31 ++
 .../modules/autoupdate/services/Utilities.java     |  20 +-
 .../autoupdate/services/VerifyFileTest.java        |   5 +-
 platform/autoupdate.ui/nbproject/project.xml       |   2 +-
 .../modules/autoupdate/ui/Bundle.properties        |   3 +
 .../netbeans/modules/autoupdate/ui/Containers.java |  71 ++-
 .../modules/autoupdate/ui/ProblemPanel.java        | 117 ++++-
 .../modules/autoupdate/ui/wizards/InstallStep.java |  50 +-
 15 files changed, 591 insertions(+), 348 deletions(-)


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