Skip to content
Success

Changes

Summary

  1. Fixing security issue regarding access to web.xml file (commit: 6475a83) (details)
  2. Using easyMock instead of mockito (commit: 09a72ce) (details)
  3. Fix for #24085 Manifest doesn't always exist (commit: b25d899) (details)
  4. Reflect current ECA requirements to use `Author` instead of `Signed-Off` (commit: 877da9d) (details)
  5. Compilation errors fixed (commit: ab6da4c) (details)
  6. package not found removed (commit: f9296c9) (details)
  7. Finished test upgrade to JUnit5 and EasyMock (commit: c37811b) (details)
  8. Fixed license header (Payara -> Eclipse) (commit: cbbc38a) (details)
  9. Updte platforms TCK results for GlassFish M8 (commit: 9d30cc9) (details)
  10. Small amount of cleanup for glue instance listeners (commit: b7548ae) (details)
  11. More tolerant test - there may be more server.log files (commit: 99cba9d) (details)
  12. Fixed comparison in JDK version requirement validation (commit: 6cc3666) (details)
  13. Integrate helidon-config 3.0.1 and Nimbus 9.24.2 (commit: 2eec5b7) (details)
Commit 6475a830c7b79012e3f6b35bea4b77558db30bee by Luis Neto
Fixing security issue regarding access to web.xml file
(commit: 6475a83)
The file was modified appserver/web/web-core/pom.xml (diff)
The file was addedappserver/web/web-core/src/test/java/org/apache/catalina/core/StandardContextValveTest.java
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/core/StandardContextValve.java (diff)
Commit 09a72ce62c836857ac81482c0b9e8dd3368fdc57 by Luis Neto
Using easyMock instead of mockito
(commit: 09a72ce)
The file was modified appserver/web/web-core/pom.xml (diff)
The file was modified appserver/web/web-core/src/test/java/org/apache/catalina/core/StandardContextValveTest.java (diff)
Commit b25d899e625625349a1cf335aab8bb885e4bba7c by David Matějček
Fix for #24085 Manifest doesn't always exist

- if the file cannot be read, just accept the extension as it doesn't
  declare any attributes usable for filtering rules.

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
(commit: b25d899)
The file was modified appserver/web/weld-integration/src/main/java/org/glassfish/weld/FilteringClassLoader.java (diff)
Commit 877da9d05c4f2a0c90b3c243832b528c4ccefc28 by David Matějček
Reflect current ECA requirements to use `Author` instead of `Signed-Off`
(commit: 877da9d)
The file was modified CONTRIBUTING.md (diff)
The file was modified appserver/web/web-core/src/test/java/org/apache/catalina/core/StandardContextValveTest.java (diff)
The file was modified appserver/web/web-core/src/test/java/org/apache/catalina/core/StandardContextValveTest.java (diff)
Commit c37811b3eca8ea05fac97e3d840ab00707440c29 by David Matějček
Finished test upgrade to JUnit5 and EasyMock

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
(commit: c37811b)
The file was modified appserver/web/web-core/src/test/java/org/apache/catalina/core/StandardContextValveTest.java (diff)
The file was modified appserver/web/web-core/pom.xml (diff)
Commit cbbc38a3096648fd75fbb0a065371437677047e0 by David Matějček
Fixed license header (Payara -> Eclipse)

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
(commit: cbbc38a)
The file was modified appserver/web/web-core/src/test/java/org/apache/catalina/core/StandardContextValveTest.java (diff)
Commit 9d30cc9467a509ac12687862de1f04c62907a533 by arjan tijms
Updte platforms TCK results for GlassFish M8

Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
(commit: 9d30cc9)
The file was addeddocs/website/src/main/resources/certifications/jakarta-platform/10/TCK-Results-7.0.0-M8.md
Commit b7548aefdb8798c22abd3f8d2e978c1a49c630df by arjan tijms
Small amount of cleanup for glue instance listeners

Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
(commit: b7548ae)
The file was modified appserver/web/web-glue/src/main/java/com/sun/web/server/J2EEInstanceListener.java (diff)
The file was modified appserver/web/web-glue/src/main/java/com/sun/web/server/WebContainerListener.java (diff)
The file was modified appserver/web/web-glue/src/main/java/com/sun/web/server/DecoratorForJ2EEInstanceListener.java (diff)
Commit 99cba9d82691bfe0ddad4afec7eb2f2ea34d868f by David Matějček
More tolerant test - there may be more server.log files

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
(commit: 99cba9d)
The file was modified appserver/tests/admin/tests/src/test/java/org/glassfish/main/admin/test/rest/LoggingRestITest.java (diff)
Commit 6cc3666293fba262b1915f4247480816d6a3ccaf by David Matějček
Fixed comparison in JDK version requirement validation

- it did not cause any errors (yet), but it should be correct.

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
(commit: 6cc3666)
The file was modified appserver/web/weld-integration/src/main/java/org/glassfish/weld/FilteringClassLoader.java (diff)
Commit 2eec5b79270e7d34a127792e5e983474829f8595 by David Matějček
Integrate helidon-config 3.0.1 and Nimbus 9.24.2

Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
(commit: 2eec5b7)
The file was modified appserver/pom.xml (diff)