This is an automated email from the ASF dual-hosted git repository.
royteeuwen pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-javascript.git
from edcf531 SLING-12866 - Restrict force pushes, auto-delete branches on
merge
add 7582db1 SLING-13207: Fix stale NativeJavaPackage cache race condition
on DynamicClassLoaderManager rebind
new 9573592 Merge pull request #20 from apache/bugfix/SLING-13207
The 1 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:
.../internal/RhinoJavaScriptEngineFactory.java | 85 +++++++-
.../javascript/RepositoryScriptingTestBase.java | 23 +-
.../internal/RhinoJavaScriptEngineFactoryTest.java | 128 ++++++++++-
.../internal/RhinoJavaScriptEngineTest.java | 35 ++-
.../javascript/internal/ScriptEngineHelper.java | 50 +----
.../StalePackageCacheRaceConditionTest.java | 235 +++++++++++++++++++++
.../scripting/javascript/io/EspReaderTest.java | 24 ---
.../javascript/testfixture/SlingProbeFixtureA.java | 13 +-
8 files changed, 504 insertions(+), 89 deletions(-)
create mode 100644
src/test/java/org/apache/sling/scripting/javascript/internal/StalePackageCacheRaceConditionTest.java
copy Jenkinsfile =>
src/test/java/org/apache/sling/scripting/javascript/testfixture/SlingProbeFixtureA.java
(58%)