Skip to content
Success

Changes

Summary

  1. Refactor ProcessManager to Use ProcessBuilder (commit: 37cb4dc) (details)
  2. Update latest docs to 7.0.5 (commit: d141815) (details)
  3. Fix ClassCircularityError in the ASURLClassLoader (commit: 1127fe0) (details)
  4. Minor code cleanups (commit: fbfc8c7) (details)
  5. fix OSGiCommands test (commit: c71aa31) (details)
  6. Refactor ProcessManager tests based on feedback (commit: d58ec68) (details)
  7. BUild of the website fails because the SNAPSHOT version of the docs isn't found. We need to publish the final version of the docs distribution artifact. (commit: f882e05) (details)
  8. Add fine-grained bytecode preprocessing tracking in WebappClassLoader (commit: f7b74f3) (details)
  9. Add fine-grained bytecode transformation tracking in ASURLClassLoader (commit: eff4f11) (details)
  10. Change logging level to reduce verbosity of a log output (commit: 339925f) (details)
  11. Integrate Soteria 3.0.3 (commit: e868a29) (details)
  12. remove ProcessExecutor (commit: 6a622c2) (details)
  13. Updated maven test plugins + JaCoCo (commit: 4b55718) (details)
  14. Fixed version in rest-cdi tck (commit: f4f9f9b) (details)
  15. Updated jboss-logging to 3.5.1 (commit: 7591ccb) (details)
  16. Updated xmlsec to 3.0.2 (commit: d232732) (details)
  17. Updated JaCoCo in aggregator too (commit: 6c39db1) (details)
Commit 37cb4dcd53b63788229e3892b52774c9475636a0 by Zhen Ma
Refactor ProcessManager to Use ProcessBuilder
(commit: 37cb4dc)
The file was modified appserver/itest-tools/src/main/java/org/glassfish/main/itest/tools/asadmin/Asadmin.java (diff)
The file was modified nucleus/common/common-util/src/main/java/com/sun/enterprise/universal/process/ProcessManager.java (diff)
The file was modified nucleus/common/common-util/src/test/java/com/sun/enterprise/universal/process/ProcessManagerTest.java (diff)
Commit d141815dd4a1e4d290f5b10128debd9e7087217e by Ondro Mihalyi
Update latest docs to 7.0.5
Until we release the 7.0.5 artifact of docs, we're using the 7.0.5-SNAPSHOT artifact
Also updated RELEASE.md to include the step to update the docs version
Signed-off-by:Ondro Mihalyi <mihalyi@omnifish.ee>
(commit: d141815)
The file was modified docs/publish/pom.xml (diff)
The file was modified docs/pom.xml (diff)
The file was modified RELEASE.md (diff)
Commit 1127fe01877302e03d8faa185c642048ca953ed8 by Alexander Pinchuk
Fix ClassCircularityError in the ASURLClassLoader

Signed-off-by: Alexander Pinčuk <alexander.v.pinchuk@gmail.com>
(commit: 1127fe0)
The file was modified nucleus/common/common-util/src/main/java/com/sun/enterprise/loader/ASURLClassLoader.java (diff)
Commit fbfc8c73166220307ce002e230df4840a9b5b9e4 by Alexander Pinchuk
Minor code cleanups
Signed-off-by: Alexander Pinčuk <alexander.v.pinchuk@gmail.com>
(commit: fbfc8c7)
The file was modified nucleus/common/common-util/src/main/java/com/sun/enterprise/loader/ASURLClassLoader.java (diff)
The file was modified appserver/tests/admin/tests/src/test/java/org/glassfish/main/admin/test/OSGiCommandsITest.java (diff)
Commit d58ec6843713472fb69f77c8669ddab208706d84 by Zhen Ma
Refactor ProcessManager tests based on feedback

- Adopted JUnit Jupiter API for assertions
- Renamed test methods for clarity
- Added @DisabledOnOs(WINDOWS) annotation due to UNIX-like commands in tests
(commit: d58ec68)
The file was modified nucleus/common/common-util/src/test/java/com/sun/enterprise/universal/process/ProcessManagerTest.java (diff)
Commit f882e05dd26f7eb6e62d16dba20e4414bb87b216 by Ondro Mihalyi
BUild of the website fails because the SNAPSHOT version of the docs isn't found. We need to publish the final version of the docs distribution artifact.
(commit: f882e05)
The file was modified docs/publish/pom.xml (diff)
The file was modified RELEASE.md (diff)
The file was modified docs/pom.xml (diff)
Commit f7b74f3e46c2534169195839b09ab63a42241d7c by Alexander Pinchuk
Add fine-grained bytecode preprocessing tracking in WebappClassLoader

Signed-off-by: Alexander Pinčuk <alexander.v.pinchuk@gmail.com>
(commit: f7b74f3)
The file was modified appserver/web/war-util/src/main/java/org/glassfish/web/loader/WebappClassLoader.java (diff)
Commit eff4f11fac962ec87c5de42b24071378219435ca by Alexander Pinchuk
Add fine-grained bytecode transformation tracking in ASURLClassLoader

Signed-off-by: Alexander Pinčuk <alexander.v.pinchuk@gmail.com>
(commit: eff4f11)
The file was modified nucleus/common/common-util/src/main/java/com/sun/enterprise/loader/ASURLClassLoader.java (diff)
Commit 339925f03d94067e826a89eab29f8a0dc96b18ba by Alexander Pinchuk
Change logging level to reduce verbosity of a log output

Signed-off-by: Alexander Pinčuk <alexander.v.pinchuk@gmail.com>
(commit: 339925f)
The file was modified nucleus/common/common-util/src/main/java/com/sun/enterprise/loader/ASURLClassLoader.java (diff)
Commit e868a291444383b29b6a6b8bb8673a2da80be5c3 by arjan tijms
Integrate Soteria 3.0.3

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
(commit: e868a29)
The file was modified appserver/pom.xml (diff)
The file was modified nucleus/common/common-util/src/main/java/com/sun/enterprise/universal/process/ProcessManager.java (diff)
The file was modified nucleus/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/services/SMFService.java (diff)
The file was modified nucleus/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/KeystoreManager.java (diff)
The file was removednucleus/common/common-util/src/main/java/com/sun/enterprise/util/ProcessExecutor.java
Commit 4b55718e7fa424c91707e26bfba5e12f63376565 by David Matějček
Updated maven test plugins + JaCoCo

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
(commit: 4b55718)
The file was modified nucleus/parent/pom.xml (diff)
Commit f4f9f9bab3f2c5e9bc903751d0579365d644ea85 by David Matějček
Fixed version in rest-cdi tck

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
(commit: f4f9f9b)
The file was modified appserver/tests/tck/rest_cdi/pom.xml (diff)
Commit 7591ccbd1dd398bf67d266277994655ca0c773a2 by David Matějček
Updated jboss-logging to 3.5.1

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
(commit: 7591ccb)
The file was modified nucleus/parent/pom.xml (diff)
Commit d232732d578a111451372bd35e32eb82c783419c by David Matějček
Updated xmlsec to 3.0.2

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
(commit: d232732)
The file was modified appserver/pom.xml (diff)
Commit 6c39db13a0f885780b6c1295699967f45e413001 by David Matějček
Updated JaCoCo in aggregator too

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
(commit: 6c39db1)
The file was modified pom.xml (diff)