This is an automated email from the ASF dual-hosted git repository.
lkishalmi pushed a change to branch release120
in repository https://gitbox.apache.org/repos/asf/netbeans.git.
from 7067d25 Allow Gradle projects to be opened instantly
new 2aa1752 Make sure Lookup initialization succeeds in spite of not
being able to start a Thread
new 4099e68 Allow usage of NbBundle in thread-less environments
new 7e9d23b Verify NbBundle and Lookup (with ActiveQueue) can be used in
Thread-less sandbox
new 2c80046 Increasing patch specification version of openide.util and
openide.lookup modules
The 4 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/openide.util.lookup/manifest.mf | 2 +-
.../openide/util/lookup/implspi/ActiveQueue.java | 21 ++++++---
.../ActiveQueueWithSecurityManagerTest.java | 54 ++++++++++++++++++++++
platform/openide.util/manifest.mf | 2 +-
.../src/org/openide/util/TimedSoftReference.java | 16 +++++--
.../util/NbBundleWithSecurityManager.properties | 18 ++++++++
.../util/NbBundleWithSecurityManagerTest.java | 52 +++++++++++++++++++++
7 files changed, 152 insertions(+), 13 deletions(-)
create mode 100644
platform/openide.util.lookup/test/unit/src/org/openide/util/lookup/implspi/ActiveQueueWithSecurityManagerTest.java
create mode 100644
platform/openide.util/test/unit/src/org/openide/util/NbBundleWithSecurityManager.properties
create mode 100644
platform/openide.util/test/unit/src/org/openide/util/NbBundleWithSecurityManagerTest.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