Skip to content

Changes

Summary

  1. Fixing security issue regarding access to web.xml file (details)
  2. Using easyMock instead of mockito (details)
  3. Reflect current ECA requirements to use `Author` instead of `Signed-Off` (details)
  4. Compilation errors fixed (details)
  5. package not found removed (details)
  6. Finished test upgrade to JUnit5 and EasyMock (details)
  7. Fixed license header (Payara -> Eclipse) (details)
  8. Updte platforms TCK results for GlassFish M8 (details)
  9. Small amount of cleanup for glue instance listeners (details)
  10. More tolerant test - there may be more server.log files (details)
  11. Fixed comparison in JDK version requirement validation (details)
  12. Integrate helidon-config 3.0.1 and Nimbus 9.24.2 (details)
  13. TCK results for Web Profile 10 (details)
  14. Remove unused local variables (details)
  15. Reduce dependency scope (details)
  16. Bump jsoup (details)
  17. Add glassfish-jul-extension dependency to glassfish-embedded-all (details)
  18. Explicit jul's type (details)
  19. Integrate EclipseLink 4.0.0-RC1 (details)
  20. POM formatting (details)
  21. Prototype - running Ant-based TCK tests from GlassFish build possible now (details)
  22. Parsing results, ensuring that all started processes are stopped, refactoring (details)
  23. Refactored to use JUnit Extension and added all remaining modules (details)
  24. Added Mail Server support (TestContainer), better logging support, cleanup (details)
  25. Don't overwrite jakartaeetck if it exists (details)
  26. Fix for #24104 - fixed infinite loop (details)
  27. Cleanup in i18n related to previous commit and it's PR (details)
  28. Update various component versions in pom (details)
  29. Integrate Hibernate Validator 8.0.0.Final and some tools (details)
  30. Integrate Jersey 3.1.0-M8 (details)
  31. Integrate jaxb-impl 4.0.1, Jackson 2.13.4 and Yasson 3.0.2 (details)
Commit 6475a830c7b79012e3f6b35bea4b77558db30bee by Luis Neto
Fixing security issue regarding access to web.xml file
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/core/StandardContextValve.java (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/pom.xml (diff)
Commit 09a72ce62c836857ac81482c0b9e8dd3368fdc57 by Luis Neto
Using easyMock instead of mockito
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 877da9d05c4f2a0c90b3c243832b528c4ccefc28 by David Matějček
Reflect current ECA requirements to use `Author` instead of `Signed-Off`
The file was modified CONTRIBUTING.md (diff)
Commit ab6da4cfecdfc67d1876671c480cd47ef5cfe183 by Luis Neto
Compilation errors fixed
The file was modified appserver/web/web-core/src/test/java/org/apache/catalina/core/StandardContextValveTest.java (diff)
Commit f9296c9079d9c0d3b043178fc6d539eb9ca704cf by Luis Neto
package not found removed
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>
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>
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>
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>
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/DecoratorForJ2EEInstanceListener.java (diff)
The file was modified appserver/web/web-glue/src/main/java/com/sun/web/server/WebContainerListener.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>
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>
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>
The file was modified appserver/pom.xml (diff)
Commit f86f10eb19a774b9268cb2d65b7d878f65a77704 by arjan tijms
TCK results for Web Profile 10

Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
The file was addeddocs/website/src/main/resources/certifications/jakarta-web-profile/10/TCK-Results-7.0.0-M8.md
Commit 07b8977438f162c7f7a96e49787180da6b8f1328 by David Matějček
Remove unused local variables
The file was modified appserver/deployment/dol/src/main/java/com/sun/enterprise/deployment/ResourceReferenceDescriptor.java (diff)
The file was modified appserver/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/ConnectorRuntime.java (diff)
The file was modified appserver/connectors/connectors-runtime/src/main/java/com/sun/enterprise/resource/deployer/AbstractConnectorResourceDeployer.java (diff)
The file was modified appserver/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/util/AdminObjectConfigParserImpl.java (diff)
The file was modified appserver/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/util/ConnectionPoolReconfigHelper.java (diff)
The file was modified appserver/ejb/ejb-full-container/src/main/java/org/glassfish/ejb/persistent/timer/PersistentEJBTimerService.java (diff)
The file was modified appserver/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/ConnectionManagerImpl.java (diff)
The file was modified appserver/deployment/dol/src/main/java/com/sun/enterprise/deployment/annotation/handlers/AbstractAuthAnnotationHandler.java (diff)
The file was modified appserver/deployment/dol/src/main/java/com/sun/enterprise/deployment/archivist/Archivist.java (diff)
The file was modified appserver/jms/jmsra/pom.xml (diff)
Commit 76ea641af8306fead33df6f6a24ff6d7563d0972 by David Matějček
Bump jsoup

Bumps [jsoup](https://github.com/jhy/jsoup) from 1.11.2 to 1.15.3.
- [Release notes](https://github.com/jhy/jsoup/releases)
- [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES)
- [Commits](https://github.com/jhy/jsoup/compare/jsoup-1.11.2...jsoup-1.15.3)

---
updated-dependencies:
- dependency-name: org.jsoup:jsoup
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/common/pom.xml (diff)
Commit 178534f38f6d6481e648a21f15d8f16294d0d851 by David Matějček
Add glassfish-jul-extension dependency to glassfish-embedded-all
The file was modified appserver/extras/embedded/all/pom.xml (diff)
The file was modified appserver/extras/embedded/all/src/assembly/package.xml (diff)
The file was modified appserver/extras/embedded/all/pom.xml (diff)
Commit b418d88e260e4055d611ffcb638318ec8f889d3e by arjan tijms
Integrate EclipseLink 4.0.0-RC1

Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
The file was modified appserver/pom.xml (diff)
Commit 78d28e19777ee94a64cb7c980bdd9768146f640a by David Matějček
POM formatting

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
The file was modified appserver/tests/tck/tck-download/jakarta-expression-language-tck/pom.xml (diff)
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tck/pom.xml (diff)
The file was modified appserver/tests/tck/authentication/pom.xml (diff)
The file was modified appserver/tests/tck/tck-download/jakarta-servlet-tck/pom.xml (diff)
Commit 201bedfdcdad170b67a5c37c9c2f2e2cdb962cf8 by David Matějček
Prototype - running Ant-based TCK tests from GlassFish build possible now

- TCK fails with newer Ant
- Tests are passing even if TCK tests failed - BUILD FAILED is followed
  by BUILD SUCCESSFUL, so we cannot rely on error code, I will fix that later
  by parsing junit.xml
- TCK packages results with full path, I don't like it

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
The file was addedappserver/tests/tck/tck-runner/pom.xml
The file was modified appserver/tests/tck/tck-download/pom.xml (diff)
The file was addedappserver/tests/tck/tck-runner/src/main/resources/settings.xml
The file was addedappserver/tests/tck/tck-download/jakarta-ant-based-tck/pom.xml
The file was addedappserver/tests/tck/tck-runner/src/main/java/org/glassfish/main/tests/tck/ant/TckRunner.java
The file was addedappserver/tests/tck/tck-runner/src/test/resources/client-logging.properties
The file was addedappserver/tests/tck/tck-runner/src/test/resources/tck.properties
The file was modified appserver/tests/tck/pom.xml (diff)
The file was addedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/TckRunnerTest.java
The file was addedappserver/tests/tck/tck-runner/src/main/java/org/glassfish/main/tests/tck/ant/TckConfiguration.java
Commit bcc978a6782147a3b5af4620002e0b3dd14a7ed7 by David Matějček
Parsing results, ensuring that all started processes are stopped, refactoring

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
The file was addedappserver/tests/tck/tck-runner/src/main/resources/junit-results.xsd
The file was modified appserver/tests/tck/tck-runner/src/main/java/org/glassfish/main/tests/tck/ant/TckRunner.java (diff)
The file was addedappserver/tests/tck/tck-runner/src/main/java/org/glassfish/main/tests/tck/ant/io/ZipResolver.java
The file was modified appserver/tests/tck/tck-runner/pom.xml (diff)
The file was modified appserver/tests/tck/tck-runner/src/main/resources/settings.xml (diff)
The file was modified appserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/TckRunnerTest.java (diff)
The file was modified appserver/tests/tck/tck-runner/src/main/java/org/glassfish/main/tests/tck/ant/TckConfiguration.java (diff)
The file was addedappserver/tests/tck/tck-runner/src/main/java/org/glassfish/main/tests/tck/ant/xml/JUnitResultsParser.java
The file was modified appserver/tests/tck/tck-runner/src/test/resources/client-logging.properties (diff)
Commit a441084a4cdb122609beaeb56bc31add001a5397 by David Matějček
Refactored to use JUnit Extension and added all remaining modules

- note: some tests require mail server, that will be resolved later.

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
The file was addedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/MessagingITest.java
The file was addedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/TransactionsITest.java
The file was addedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/ConnectorITest.java
The file was addedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/JdbcITest.java
The file was addedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/ServerPagesITest.java
The file was addedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/StandardTagLibraryITest.java
The file was addedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/AuthorizationITest.java
The file was addedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/PersistenceITest.java
The file was addedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/WebservicesITest.java
The file was removedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/TckRunnerTest.java
The file was addedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/ApplicationClientITest.java
The file was addedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/EjbITest.java
The file was addedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/ExpressionLanguageITest.java
The file was addedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/RestfulWebservicesITest.java
The file was addedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/WebsocketITest.java
The file was addedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/IntegrationITest.java
The file was addedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/JSONITest.java
The file was addedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/TckTestExtension.java
The file was addedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/ServletITest.java
The file was modified appserver/tests/tck/tck-runner/pom.xml (diff)
The file was addedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/MailITest.java
Commit e00d878457ee7b522c0b9b13230b4c70ee6427bb by David Matějček
Added Mail Server support (TestContainer), better logging support, cleanup

- note: depends on PR for the TCK, but can run even without that:
  https://github.com/eclipse-ee4j/jakartaee-tck/pull/1115

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
The file was addedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/tests/StandardTagLibraryITest.java
The file was removedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/TckTestExtension.java
The file was modified appserver/resources/mail/mail-runtime/src/main/java/org/glassfish/resources/mail/naming/MailNamingObjectFactory.java (diff)
The file was addedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/tests/MailITest.java
The file was addedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/tests/EjbITest.java
The file was addedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/tests/PersistenceITest.java
The file was removedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/RestfulWebservicesITest.java
The file was removedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/ServerPagesITest.java
The file was removedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/AuthorizationITest.java
The file was removedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/EjbITest.java
The file was addedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/tests/ServletITest.java
The file was removedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/PersistenceITest.java
The file was removedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/MessagingITest.java
The file was addedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/tests/TransactionsITest.java
The file was removedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/JdbcITest.java
The file was addedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/tests/IntegrationITest.java
The file was addedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/tests/WebservicesITest.java
The file was addedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/tests/JdbcITest.java
The file was addedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/tests/WebsocketITest.java
The file was modified appserver/tests/tck/tck-runner/src/main/java/org/glassfish/main/tests/tck/ant/TckRunner.java (diff)
The file was addedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/tests/MessagingITest.java
The file was removedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/IntegrationITest.java
The file was removedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/MailITest.java
The file was removedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/TransactionsITest.java
The file was modified appserver/tests/tck/tck-runner/pom.xml (diff)
The file was addedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/tests/ApplicationClientITest.java
The file was removedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/JSONITest.java
The file was removedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/ServletITest.java
The file was removedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/ApplicationClientITest.java
The file was addedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/tests/AuthorizationITest.java
The file was addedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/tests/ConnectorITest.java
The file was addedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/tests/JSONITest.java
The file was removedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/WebservicesITest.java
The file was addedappserver/tests/tck/tck-runner/src/test/resources/server-logging.properties
The file was addedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/tests/RestfulWebservicesITest.java
The file was removedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/ConnectorITest.java
The file was addedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/junit/TckTestExtension.java
The file was removedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/StandardTagLibraryITest.java
The file was removedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/WebsocketITest.java
The file was modified appserver/tests/tck/tck-runner/src/test/resources/tck.properties (diff)
The file was removedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/ExpressionLanguageITest.java
The file was modified appserver/tests/tck/tck-runner/src/main/java/org/glassfish/main/tests/tck/ant/TckConfiguration.java (diff)
The file was addedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/tests/ExpressionLanguageITest.java
The file was addedappserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/tests/ServerPagesITest.java
Commit 54584ec58f347cf51bd5568d8224b78954730a87 by David Matějček
Don't overwrite jakartaeetck if it exists

- we don't need that.

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
The file was modified appserver/tests/tck/tck-runner/src/main/java/org/glassfish/main/tests/tck/ant/TckRunner.java (diff)
The file was modified appserver/tests/tck/tck-runner/src/test/java/org/glassfish/main/tests/tck/ant/tests/EjbITest.java (diff)
Commit 2e8aa748768718ca30cbadab01f2619ffe1161d6 by David Matějček
Fix for #24104 - fixed infinite loop

- added escape path if it is not possible to find openable free port.

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
The file was modified nucleus/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/domain/CustomTokenClient.java (diff)
Commit a4c8d9c1782684329a0f917245369d039c0f4485 by David Matějček
Cleanup in i18n related to previous commit and it's PR

- removed unused properties
- moved properties in incorrect files
- deleted one file and it's content was set where appropriate
- properties with the same key on other places were checked too.

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
The file was modified nucleus/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/domain/CustomTokenClient.java (diff)
The file was removednucleus/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/commands/.gitkeep_empty_dir
The file was modified nucleus/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/cli/LocalStrings.properties (diff)
The file was modified nucleus/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/domain/DomainBuilder.java (diff)
The file was modified nucleus/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/pe/LocalStrings.properties (diff)
The file was modified nucleus/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/domain/DomainSecurity.java (diff)
The file was modified nucleus/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/RepositoryManager.java (diff)
The file was removednucleus/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/domain/LocalStrings.properties
The file was modified nucleus/admin/cli/src/main/java/com/sun/enterprise/admin/cli/LocalStrings.properties (diff)
The file was modified nucleus/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/domain/DomainPortValidator.java (diff)
The file was modified nucleus/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/services/LocalStrings.properties (diff)
The file was modified nucleus/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/stringsubs/impl/LocalStrings.properties (diff)
The file was modified nucleus/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/pe/PEFileLayout.java (diff)
The file was modified appserver/admin/cli-optional/src/main/java/com/sun/enterprise/admin/cli/optional/LocalStrings.properties (diff)
Commit 4d7fd43b30cfd2f26f86d6745638f97288cafc70 by arjan tijms
Update various component versions in pom

Update EclipseLink to RC2

Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
The file was modified appserver/pom.xml (diff)
Commit ea7e59eed53d24784fae59365f565233c1598c26 by arjan tijms
Integrate Hibernate Validator 8.0.0.Final and some tools

Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
The file was modified nucleus/parent/pom.xml (diff)
Commit 3c3be9e1bd6d1e06937a7dee4c215f6a25744341 by arjan tijms
Integrate Jersey 3.1.0-M8

Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
The file was modified nucleus/parent/pom.xml (diff)
Commit be8380f09063f3456be1b7a21520642897df5132 by arjan tijms
Integrate jaxb-impl 4.0.1, Jackson 2.13.4 and Yasson 3.0.2

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