Skip to content
Success

Changes

Summary

  1. Fix: tasks submitted to executor during deployment are executed (commit: cf0c624) (details)
  2. Revert change in isApplicationEnabled if appName is null (commit: 803fe51) (details)
  3. Propagate JNDI context if none exists (commit: fdcd7ca) (details)
  4. Cleanup in ContextSetupProviderImpl (commit: b93cd00) (details)
  5. Startserv script - support --help, fix handling errors (commit: f8bd34e) (details)
  6. Build embedded artifacts as multi-release JARs (commit: 65431ef) (details)
  7. Update arquillian artifacts (commit: a279fcb) (details)
  8. Archive glassfish-embedded-all.jar along bundles (commit: d88d8fd) (details)
  9. Archive glassfish-embedded-web.jar as well (commit: 0e20327) (details)
  10. Revert changes in the ProgressStatusComplexITest tests (commit: 8e530ca) (details)
  11. Integrate Parsson 1.1.4 (commit: 19caa52) (details)
  12. Revert timeout changes in the ManagedExecutorDefinition test (commit: eda7d95) (details)
  13. Fix 'mr-jar' processing in the 'ear' libs (commit: 6f5f620) (details)
  14. Add test application for multi-release 'ear' lib processing (commit: 608d46d) (details)
  15. Reorganize 'mr-jar' application tests (commit: dd93ce9) (details)
  16. Add runners for the standalone Connectors TCK (commit: c67a948) (details)
  17. Add new modules to pom again (commit: 13f6a03) (details)
  18. Integrate Mojarra 4.0.3 (commit: 71ec781) (details)
  19. Includes missing 'json-api' in embedded artifacts (commit: 8726703) (details)
  20. Update test dependencies (junit, jmh, checkstyle) (commit: d91e514) (details)
  21. Integrate commons-lang3 3.13.0 (commit: 7b15d3c) (details)
  22. Integrate jsch 0.2.11 (commit: 22d6357) (details)
  23. Integrate Felix webconsole 4.8.12 (commit: 10886a7) (details)
Commit cf0c6245fe44ec9be5f7f610658b97bab616e2bb by Ondro Mihalyi
Fix: tasks submitted to executor during deployment are executed
Triggers the tasks immediately, even before the deployment completes.

To do:
* consider whether it's better to execute the tasks after deployment completed

Signed-off-by:Ondro Mihalyi <mihalyi@omnifish.ee>
(commit: cf0c624)
The file was addedappserver/tests/application/src/main/java/org/glassfish/main/test/app/concurrency/executor/ManagedExecutorTasksSubmittedDuringDeploymentServlet.java
The file was modified appserver/concurrent/concurrent-impl/src/main/java/org/glassfish/concurrent/runtime/ContextSetupProviderImpl.java (diff)
The file was addedappserver/tests/application/src/main/java/org/glassfish/main/test/app/concurrency/executor/StartupBean.java
The file was modified appserver/tests/application/pom.xml (diff)
The file was addedappserver/tests/application/src/test/java/org/glassfish/main/test/app/concurrency/executor/ManagedExecutorTasksSubmittedDuringDeploymentTest.java
Commit 803fe5145084721a15d584c368f1741698213fb7 by Ondro Mihalyi
Revert change in isApplicationEnabled if appName is null
appName is null by default in concurrent tasks because app context isn't propagated.
This needs to be fixed before appName can be considered not null.
Signed-off-by:Ondro Mihalyi <mihalyi@omnifish.ee>
(commit: 803fe51)
The file was modified appserver/concurrent/concurrent-impl/src/main/java/org/glassfish/concurrent/runtime/ContextSetupProviderImpl.java (diff)
Commit fdcd7ca2a0e9c06012d13a18f20a6d4ec34de7b3 by Ondro Mihalyi
Propagate JNDI context if none exists
Passes Concurrency TCK in appserver/tests/tck/concurrency.
Passes tests in appserver/tests/admin and application.
Signed-off-by:Ondro Mihalyi <mihalyi@omnifish.ee>
(commit: fdcd7ca)
The file was modified appserver/tests/tck/concurrency/pom.xml (diff)
The file was modified appserver/concurrent/concurrent-impl/src/main/java/org/glassfish/concurrent/runtime/ContextSetupProviderImpl.java (diff)
Commit b93cd007486cfdff032315a6b208606205c50611 by Ondro Mihalyi
Cleanup in ContextSetupProviderImpl
Passes Concurrency TCK in appserver/tests/tck/concurrency.
Passes tests in appserver/tests/admin and application.
Signed-off-by:Ondro Mihalyi <mihalyi@omnifish.ee>
(commit: b93cd00)
The file was modified appserver/tests/admin/tests/src/test/java/org/glassfish/main/admin/test/progress/ProgressStatusComplexITest.java (diff)
The file was modified appserver/tests/application/src/main/java/org/glassfish/main/test/app/concurrency/executor/ManagedExecutorDefinitionServlet.java (diff)
The file was modified appserver/concurrent/concurrent-impl/src/main/java/org/glassfish/concurrent/runtime/ContextSetupProviderImpl.java (diff)
The file was modified nucleus/common/glassfish-api/src/main/java/org/glassfish/api/invocation/ComponentInvocation.java (diff)
Commit f8bd34ea83af976a633edeb6c5789410aa472287 by Ondro Mihalyi
Startserv script - support --help, fix handling errors
Signed-off-by:Ondro Mihalyi <mihalyi@omnifish.ee>
(commit: f8bd34e)
The file was modified nucleus/distributions/nucleus-common/src/main/resources/bin/startserv (diff)
The file was modified appserver/distributions/glassfish-common/src/main/resources/bin/startserv (diff)
Commit 65431efdd38f4595f24040ca15b9052bbe8d568a by Alexander Pinchuk
Build embedded artifacts as multi-release JARs

Signed-off-by: Alexander Pinčuk <alexander.v.pinchuk@gmail.com>
(commit: 65431ef)
The file was modified appserver/extras/embedded/web/pom.xml (diff)
The file was modified appserver/extras/embedded/nucleus/pom.xml (diff)
The file was modified appserver/extras/embedded/all/pom.xml (diff)
Commit a279fcb32068b4afee3422ca7f0833d51ec30079 by Alexander Pinchuk
Update arquillian artifacts

Signed-off-by: Alexander Pinčuk <alexander.v.pinchuk@gmail.com>
(commit: a279fcb)
The file was modified appserver/tests/tck/microprofile/pom.xml (diff)
Commit d88d8fd9c637622edca02641ce3139be3f134fd7 by Piotr Żygieło
Archive glassfish-embedded-all.jar along bundles
(commit: d88d8fd)
The file was modified gfbuild.sh (diff)
The file was modified Jenkinsfile (diff)
Commit 0e2032775caa863c82c4bdda19d5297197eb9f2e by Piotr Żygieło
Archive glassfish-embedded-web.jar as well
(commit: 0e20327)
The file was modified gfbuild.sh (diff)
Commit 8e530ca3b9795ee0aa4b68ada7c760f8dd509239 by Ondro Mihalyi
Revert changes in the ProgressStatusComplexITest tests
Signed-off-by:Ondro Mihalyi <mihalyi@omnifish.ee>
(commit: 8e530ca)
The file was modified appserver/tests/admin/tests/src/test/java/org/glassfish/main/admin/test/progress/ProgressStatusComplexITest.java (diff)
Commit 19caa524b9e629815315b364e4aa7804b86de5a4 by Hiroki Sawamura
Integrate Parsson 1.1.4

Signed-off-by: hs536 <sawamura.hiroki@fujitsu.com>
(commit: 19caa52)
The file was modified appserver/pom.xml (diff)
Commit eda7d952ef8cb3c3105522d3625dc843c7cceca8 by Ondro Mihalyi
Revert timeout changes in the ManagedExecutorDefinition test
Signed-off-by:Ondro Mihalyi <mihalyi@omnifish.ee>
(commit: eda7d95)
The file was modified appserver/tests/application/src/main/java/org/glassfish/main/test/app/concurrency/executor/ManagedExecutorDefinitionServlet.java (diff)
Commit 6f5f620ad425e7099ffd35113e2c4e603b272b36 by Alexander Pinchuk
Fix 'mr-jar' processing in the 'ear' libs

Signed-off-by: Alexander Pinčuk <alexander.v.pinchuk@gmail.com>
(commit: 6f5f620)
The file was modified nucleus/common/common-util/src/main/java/com/sun/enterprise/loader/ASURLClassLoader.java (diff)
Commit 608d46dcd0d8712d12c0b03d0faaf3ea7b92730c by Alexander Pinchuk
Add test application for multi-release 'ear' lib processing

Signed-off-by: Alexander Pinčuk <alexander.v.pinchuk@gmail.com>
(commit: 608d46d)
The file was addedappserver/tests/application/src/test/java/org/glassfish/main/test/app/web/mrjar/MultiReleaseEnterpriseApplicationLibraryTest.java
Commit dd93ce966e98e9bcb98d67f26becd09824f9a9bc by Alexander Pinchuk
Reorganize 'mr-jar' application tests

Signed-off-by: Alexander Pinčuk <alexander.v.pinchuk@gmail.com>
(commit: dd93ce9)
The file was removedappserver/tests/application/src/main/java/org/glassfish/main/test/app/web/mrjar/MultiReleaseResource.java
The file was addedappserver/tests/application/src/main/java/org/glassfish/main/test/app/mrjar/servlet/MultiReleaseServletContainerInitializer.java
The file was removedappserver/tests/application/src/test/java/org/glassfish/main/test/app/web/mrjar/MultiReleaseServletContainerInitializerTest.java
The file was addedappserver/tests/application/src/main/java/org/glassfish/main/test/app/mrjar/webapp/MultiReleaseResource.java
The file was removedappserver/tests/application/src/main/java/org/glassfish/main/test/app/web/mrjar/MultiReleaseServlet.java
The file was removedappserver/tests/application/src/main/java/org/glassfish/main/test/app/web/mrjar/Version.java
The file was removedappserver/tests/application/src/main/java/org/glassfish/main/test/app/web/mrjar/VersionImpl.java
The file was removedappserver/tests/application/src/main/java/org/glassfish/main/test/app/web/mrjar/MultiReleaseServletContainerInitializer.java
The file was removedappserver/tests/application/src/main/java/org/glassfish/main/test/app/web/mrjar/MultiReleaseApplication.java
The file was removedappserver/tests/application/src/test/java/org/glassfish/main/test/app/web/mrjar/MultiReleaseWebApplicationTest.java
The file was addedappserver/tests/application/src/test/java/org/glassfish/main/test/app/mrjar/webapp/MultiReleaseWebApplicationTest.java
The file was addedappserver/tests/application/src/main/java/org/glassfish/main/test/app/mrjar/Version.java
The file was addedappserver/tests/application/src/main/java/org/glassfish/main/test/app/mrjar/webapp/MultiReleaseApplication.java
The file was addedappserver/tests/application/src/test/java/org/glassfish/main/test/app/mrjar/ear/MultiReleaseEnterpriseApplicationLibraryTest.java
The file was addedappserver/tests/application/src/test/java/org/glassfish/main/test/app/mrjar/servlet/MultiReleaseServletContainerInitializerTest.java
The file was removedappserver/tests/application/src/test/java/org/glassfish/main/test/app/web/mrjar/MultiReleaseTestBase.java
The file was addedappserver/tests/application/src/main/java/org/glassfish/main/test/app/mrjar/servlet/MultiReleaseServlet.java
The file was addedappserver/tests/application/src/main/java/org/glassfish/main/test/app/mrjar/VersionImpl.java
The file was removedappserver/tests/application/src/test/java/org/glassfish/main/test/app/web/mrjar/MultiReleaseEnterpriseApplicationLibraryTest.java
The file was addedappserver/tests/application/src/test/java/org/glassfish/main/test/app/mrjar/MultiReleaseTestBase.java
Commit c67a9481122fc01970681facbf3074098ef4a34c by arjan tijms
Add runners for the standalone Connectors TCK

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
(commit: c67a948)
The file was addedappserver/tests/tck/connectors/pom.xml
The file was addedappserver/tests/tck/tck-download/jakarta-connectors-tck/pom.xml
Commit 13f6a032f9f9c8057ca84895c4e64e81a34192b6 by arjan tijms
Add new modules to pom again

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
(commit: 13f6a03)
The file was modified appserver/tests/tck/pom.xml (diff)
The file was modified appserver/tests/tck/tck-download/pom.xml (diff)
Commit 71ec781aba7cabf6fdeea788ff1ccaf3a72c9084 by noreply
Integrate Mojarra 4.0.3

Changes: https://github.com/eclipse-ee4j/mojarra/releases/tag/4.0.3-RELEASE
(commit: 71ec781)
The file was modified appserver/pom.xml (diff)
Commit 872670307a6cd6fae7bf4e0a3f407ebd0e48d280 by Alexander Pinchuk
Includes missing 'json-api' in embedded artifacts

Signed-off-by: Alexander Pinčuk <alexander.v.pinchuk@gmail.com>
(commit: 8726703)
The file was modified appserver/extras/embedded/web/pom.xml (diff)
The file was modified appserver/extras/embedded/all/pom.xml (diff)
Commit d91e5144bf2d88aa5c3297a8ec33802857f38367 by arjan tijms
Update test dependencies (junit, jmh, checkstyle)

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
(commit: d91e514)
The file was modified nucleus/parent/pom.xml (diff)
Commit 7b15d3cb2ca3316e7ef437659332505d0007b0bb by noreply
Integrate commons-lang3 3.13.0

Changes: https://github.com/apache/commons-lang/compare/rel/commons-lang-3.12.0...rel/commons-lang-3.13.0
(commit: 7b15d3c)
The file was modified nucleus/parent/pom.xml (diff)
Commit 22d6357728aedc22c6e0f7b6f19600c48915cad5 by noreply
Integrate jsch 0.2.11

Changes:

* https://github.com/mwiede/jsch/releases/tag/jsch-0.2.10
* https://github.com/mwiede/jsch/releases/tag/jsch-0.2.11
(commit: 22d6357)
The file was modified nucleus/parent/pom.xml (diff)
Commit 10886a7e6e67362776d39294ce297f1fb997d00f by noreply
Integrate Felix webconsole 4.8.12

Changes: https://github.com/apache/felix-dev/compare/org.apache.felix.webconsole-4.8.10...org.apache.felix.webconsole-4.8.12
(commit: 10886a7)
The file was modified nucleus/parent/pom.xml (diff)