This is an automated email from the ASF dual-hosted git repository.
lkishalmi pushed a change to branch release100
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git.
from f1b743b [NETBEANS-49] Avoid large scroll pane jumps on Windows (#881)
new beec62d [NETBEANS-1386]: Fixing handling of non-modularized
repositories in project.ActionProviderImpl.
new 558b2e7 [NETBEANS-804]: Support for JDK 11 classfiles changes
new 33c13f7 [NETBEANS-1147,NETBEANS-1298] Autoupdated fragment restarts
only if its host is already ON
The 3 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:
.../apisupport/project/universe/AbstractEntry.java | 1 +
java/classfile/apichanges.xml | 12 ++
java/classfile/manifest.mf | 3 +-
.../modules/classfile/CPConstantDynamicInfo.java | 54 ++++++
.../netbeans/modules/classfile/ConstantPool.java | 10 +-
.../modules/classfile/JDK11ClassFilesTest.java | 183 +++++++++++++++++++++
.../debugger/jpda/projects/ConstantPool.java | 11 ++
.../moduletask/classfile/ConstantPool.java | 43 +++++
.../java/openjdk/project/ActionProviderImpl.java | 7 +-
.../autoupdate/services/InstallSupportImpl.java | 47 ++++++
.../services/OperationContainerImpl.java | 2 +
.../modules/autoupdate/services/Utilities.java | 36 +++-
.../updateprovider/AutoupdateCatalogParser.java | 17 +-
.../updateprovider/AutoupdateInfoParser.java | 4 +
.../updateprovider/InstalledModuleItem.java | 5 +-
.../autoupdate/updateprovider/ModuleItem.java | 10 ++
.../autoupdate/updateprovider/UpdateItemImpl.java | 6 +-
.../netbeans/api/autoupdate/DefaultTestCase.java | 6 +-
.../autoupdate/data/org-yourorghere-fragment.nbm | Bin 0 -> 3303 bytes
.../data/{updates.xml => updates-bad-fragment.xml} | 4 +
.../org/netbeans/api/autoupdate/data/updates.xml | 4 +
.../services/FragmentDisabledNoRestartTest.java | 57 +++++++
.../services/FragmentIEnabledRestartTest.java | 49 ++++++
.../services/FragmentInstallHostModuleTest.java | 53 ++++++
.../FragmentMissingInCatalogRestartTest.java | 55 +++++++
.../services/FragmentModuleTestBase.java | 93 +++++++++++
.../src/org/netbeans/PatchByteCode.java | 1 +
27 files changed, 754 insertions(+), 19 deletions(-)
create mode 100644
java/classfile/src/org/netbeans/modules/classfile/CPConstantDynamicInfo.java
create mode 100644
java/classfile/test/unit/src/org/netbeans/modules/classfile/JDK11ClassFilesTest.java
create mode 100644
platform/autoupdate.services/test/unit/src/org/netbeans/api/autoupdate/data/org-yourorghere-fragment.nbm
copy
platform/autoupdate.services/test/unit/src/org/netbeans/api/autoupdate/data/{updates.xml
=> updates-bad-fragment.xml} (91%)
create mode 100644
platform/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/FragmentDisabledNoRestartTest.java
create mode 100644
platform/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/FragmentIEnabledRestartTest.java
create mode 100644
platform/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/FragmentInstallHostModuleTest.java
create mode 100644
platform/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/FragmentMissingInCatalogRestartTest.java
create mode 100644
platform/autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/FragmentModuleTestBase.java
---------------------------------------------------------------------
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