This is an automated email from the ASF dual-hosted git repository. matthiasblaesing pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git
commit 4bb8e4cd7bbf48f28ebba606083228ebf0d2dde3 Merge: 1f0916a d92aeb8 Author: Matthias Bläsing <[email protected]> AuthorDate: Tue Dec 10 20:03:48 2019 +0100 Merge branch 'improve_updatecenter_wip' Review on [email protected] - References: https://lists.apache.org/thread.html/3313fe7ecab7d861356f2a2d218041ee97aafec588120ade4e7480d3%40%3Cprivate.netbeans.apache.org%3E https://lists.apache.org/thread.html/3313fe7ecab7d861356f2a2d218041ee97aafec588120ade4e7480d3%40%3Cprivate.netbeans.apache.org%3E https://lists.apache.org/thread.html/4b628153ef6ce965d757608926e2a6dae1ebee3a6ba9ee630c4d7c6d%40%3Cprivate.netbeans.apache.org%3E .../modules/updatecenters/resources/mf-layer.xml | 1 + .../org/netbeans/nbbuild/MakeUpdateDesc.java | 92 +++++- platform/autoupdate.services/apichanges.xml | 41 +++ platform/autoupdate.services/build.xml | 40 +++ .../libsrc/org/netbeans/updater/XMLUtil.java | 2 + .../updater/resources/autoupdate-catalog-2_8.dtd | 96 ++++++ platform/autoupdate.services/manifest.mf | 2 +- .../api/autoupdate/UpdateUnitProvider.java | 23 ++ .../autoupdate/services/InstallSupportImpl.java | 106 +++++- .../autoupdate/services/MessageDigestChecker.java | 152 +++++++++ .../autoupdate/services/UpdateElementImpl.java | 29 +- .../autoupdate/services/UpdateUnitFactory.java | 11 +- .../services/UpdateUnitProviderImpl.java | 43 ++- .../modules/autoupdate/services/Utilities.java | 359 +++++++++++++-------- .../updateprovider/AutoupdateCatalogCache.java | 2 +- .../updateprovider/AutoupdateCatalogFactory.java | 7 + .../updateprovider/AutoupdateCatalogParser.java | 25 +- .../updateprovider/AutoupdateCatalogProvider.java | 13 + .../updateprovider/MessageDigestValue.java | 79 +++++ .../autoupdate/updateprovider/NetworkAccess.java | 134 +++----- .../autoupdate/updateprovider/UpdateItemImpl.java | 20 ++ .../netbeans/spi/autoupdate/KeyStoreProvider.java | 45 ++- .../services/MessageDigestCheckerTest.java | 48 +++ .../autoupdate/services/VerifyFileTest.java | 58 +++- platform/autoupdate.ui/manifest.mf | 2 +- platform/autoupdate.ui/nbproject/project.xml | 12 +- .../modules/autoupdate/ui/Bundle.properties | 1 + .../modules/autoupdate/ui/ProblemPanel.form | 19 +- .../modules/autoupdate/ui/ProblemPanel.java | 12 +- .../modules/autoupdate/ui/SettingsTab.java | 5 +- .../autoupdate/ui/UpdateUnitProviderPanel.form | 27 +- .../autoupdate/ui/UpdateUnitProviderPanel.java | 24 +- .../autoupdate/ui/wizards/Bundle.properties | 3 +- .../ui/wizards/ValidationWarningPanel.form | 78 +++-- .../ui/wizards/ValidationWarningPanel.java | 90 ++++-- 35 files changed, 1354 insertions(+), 347 deletions(-) --------------------------------------------------------------------- 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
