Skip to content

Changes

Summary

  1. Bump woodstox-core from 6.2.8 to 6.4.0 in /appserver (commit: 420cdfb) (details)
  2. M1 to final versions (no change other than version) (commit: 9c4e027) (details)
  3. Fixed Ant home resolution and PATH (commit: 4fd2996) (details)
  4. For #24158 Asadmin set creates missing configuration nodes (commit: c1f2642) (details)
  5. #24158 Enhance existing test to test an aliased property. (commit: 8197344) (details)
  6. #24158 Enhance existing test to test setting a custom property (commit: 2c99eb6) (details)
  7. #24158 Test setting an attribute on an undefined node. (commit: 75443de) (details)
  8. Bump parent from 1.0.7 to 1.0.8 (commit: 023824a) (details)
  9. Integrate Shoal 3.0.1 (commit: 7990e6d) (details)
  10. #24158 Fix compile errors after an unsuccessful rebase (commit: 422d534) (details)
  11. Add javadoc jar for jackson repackaged (commit: 62a88cf) (details)
  12. Integrate Tyrus 2.1.2 (commit: 8283fea) (details)
  13. Update various versions (commit: 0a011fe) (details)
  14. Use ELManager to fetch ExpressionFactory from instead of JSP (commit: 72e3ff3) (details)
  15. Fix ServletContext#getResource to resolves to URL if available #24083 (commit: 1a604cf) (details)
  16. Unit test for StandardContext #24083 (commit: 11dc087) (details)
  17. Fix log rotation integration test (commit: e881acd) (details)
Commit 420cdfbdc06d0cc559edf3af75257d609df881f0 by noreply
Bump woodstox-core from 6.2.8 to 6.4.0 in /appserver

Bumps [woodstox-core](https://github.com/FasterXML/woodstox) from 6.2.8 to 6.4.0.
- [Release notes](https://github.com/FasterXML/woodstox/releases)
- [Commits](https://github.com/FasterXML/woodstox/compare/woodstox-core-6.2.8...woodstox-core-6.4.0)

---
updated-dependencies:
- dependency-name: com.fasterxml.woodstox:woodstox-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
(commit: 420cdfb)
The file was modified appserver/pom.xml (diff)
Commit 9c4e02774bc21ef66cbbaf8c7b4deedc3d70703f by arjan tijms
M1 to final versions (no change other than version)

Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
(commit: 9c4e027)
The file was modified appserver/pom.xml (diff)
Commit 4fd2996168395b3a1446eb556cfdf755b4e9d5be by David Matějček
Fixed Ant home resolution and PATH

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
(commit: 4fd2996)
The file was modified appserver/tests/tck/tck-runner/src/main/java/org/glassfish/main/tests/tck/ant/TckConfiguration.java (diff)
The file was modified appserver/tests/tck/tck-runner/src/main/java/org/glassfish/main/tests/tck/ant/TckRunner.java (diff)
Commit c1f2642b17227e265a56bb4bc1755723a8b4d5f4 by Ondro Mihalyi
For #24158 Asadmin set creates missing configuration nodes
Signed-off-by:Ondro Mihalyi <mihalyi@omnifish.ee>
(commit: c1f2642)
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/SetCommand.java (diff)
Commit 81973442fb63bd137e06773ff6f92ba53fd67df1 by Ondro Mihalyi
#24158 Enhance existing test to test an aliased property.
Signed-off-by:Ondro Mihalyi <mihalyi@omnifish.ee>
(commit: 8197344)
The file was modified nucleus/core/kernel/pom.xml (diff)
The file was modified nucleus/core/kernel/src/test/java/com/sun/enterprise/v3/admin/ConfigAttributeSetTest.java (diff)
Commit 2c99eb6f907b9351c779ef7a261395ec5703cefa by Ondro Mihalyi
#24158 Enhance existing test to test setting a custom property
Signed-off-by:Ondro Mihalyi <mihalyi@omnifish.ee>
(commit: 2c99eb6)
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/SetCommand.java (diff)
The file was modified nucleus/core/kernel/src/test/java/com/sun/enterprise/v3/admin/ConfigAttributeSetTest.java (diff)
Commit 75443de35e438b54c464d780e6b1d76bf8b1b405 by Ondro Mihalyi
#24158 Test setting an attribute on an undefined node.
A new node should be defined and attribute set on it.
Signed-off-by:Ondro Mihalyi <mihalyi@omnifish.ee>
(commit: 75443de)
The file was modified nucleus/core/kernel/src/test/java/com/sun/enterprise/v3/admin/ConfigAttributeSetTest.java (diff)
The file was modified appserver/tests/quicklook/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified docs/pom.xml (diff)
The file was modified nucleus/parent/pom.xml (diff)
Commit 7990e6d2b6f603132394d6507ec4f2e47ed0442c by arjan tijms
Integrate Shoal 3.0.1

Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
(commit: 7990e6d)
The file was modified nucleus/parent/pom.xml (diff)
Commit 422d534fd34cdacb6cd1e48109e5fc21db6e0b32 by Ondro Mihalyi
#24158 Fix compile errors after an unsuccessful rebase
Clean up of the unit test.
Signed-off-by:Ondro Mihalyi <mihalyi@omnifish.ee>
(commit: 422d534)
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/SetCommand.java (diff)
The file was modified nucleus/core/kernel/src/test/java/com/sun/enterprise/v3/admin/ConfigAttributeSetTest.java (diff)
The file was modified nucleus/admin/config-api/src/main/java/com/sun/enterprise/config/modularity/GetSetModularityHelper.java (diff)
Commit 62a88cf2a83a82e58818131acf727bc728c1b4fd by arjan tijms
Add javadoc jar for jackson repackaged

Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
(commit: 62a88cf)
The file was modified nucleus/xmlbind-annotations/pom.xml (diff)
The file was addednucleus/xmlbind-annotations/src.xml
Commit 8283fea46493632d689fc76da35b4c2bac05847f by arjan tijms
Integrate Tyrus 2.1.2

Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
(commit: 8283fea)
The file was modified appserver/pom.xml (diff)
Commit 0a011fe631cd05d470a320b4728a03e79336c178 by arjan tijms
Update various versions

Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
(commit: 0a011fe)
The file was modified nucleus/parent/pom.xml (diff)
The file was modified appserver/tests/tck/validation/pom.xml (diff)
The file was modified appserver/tests/tck/concurrency/pom.xml (diff)
The file was modified nucleus/admin/rest/rest-client/src/main/java/org/glassfish/admin/rest/client/utils/MarshallingUtils.java (diff)
The file was modified nucleus/admin/rest/rest-service/src/main/java/org/glassfish/admin/rest/provider/CollectionWriter.java (diff)
The file was modified appserver/tests/tck/cdi/cdi-model/pom.xml (diff)
The file was modified appserver/tests/jakartaee/concurrency/pom.xml (diff)
The file was modified appserver/tests/tck/microprofile/pom.xml (diff)
Commit 72e3ff368b38bcad02fd45ce628bb418f3b09d6e by arjan tijms
Use ELManager to fetch ExpressionFactory from instead of JSP

Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
(commit: 72e3ff3)
The file was modified appserver/web/weld-integration/src/main/java/org/glassfish/weld/jsf/WeldApplication.java (diff)
Commit 1a604cf9aa1270e5b2f38517892aa5a57b904090 by Ondro Mihalyi
Fix ServletContext#getResource to resolves to URL if available #24083
Signed-off-by:Ondro Mihalyi <mihalyi@omnifish.ee>
(commit: 1a604cf)
The file was modified appserver/web/web-naming/src/main/java/org/apache/naming/resources/FileDirContext.java (diff)
The file was addedappserver/web/web-naming/src/main/java/org/apache/naming/resources/UrlResource.java
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/core/StandardContext.java (diff)
Commit 11dc087f797ea7925b42e06c24ebea661bd6ea5a by Ondro Mihalyi
Unit test for StandardContext #24083
Signed-off-by:Ondro Mihalyi <mihalyi@omnifish.ee>
(commit: 11dc087)
The file was addedappserver/web/web-core/src/test/java/org/apache/catalina/core/StandardContextTest.java
Commit e881acd5e0f41179a00175ace336dfae9cee2b4a by Alexander Pinchuk
Fix log rotation integration test

Signed-off-by: Alexander Pinchuk <alexander.v.pinchuk@gmail.com>
(commit: e881acd)
The file was modified nucleus/test-utils/src/main/java/org/glassfish/tests/utils/junit/matcher/TextFileMatchers.java (diff)
The file was addednucleus/test-utils/src/main/java/org/glassfish/tests/utils/junit/matcher/DirectoryMatchers.java
The file was modified appserver/tests/admin/tests/src/test/java/org/glassfish/main/admin/test/AsadminLoggingITest.java (diff)