Skip to content
Success

Changes

Summary

  1. Fixes issue #24746 replaces all http://www.oracle.com/technetwork links (commit: 0fe8a50) (details)
  2. Clean event processing code (commit: 1b3d946) (details)
  3. Clean event dispatching code (commit: c25592c) (details)
  4. Refactor concurrent access (commit: 73d5376) (details)
  5. Remove obsoleted support references (commit: 48e89d0) (details)
  6. Remove obsoleted support references from error messages reference (commit: 63246da) (details)
  7. GlassFishORBHelper changed to singleton, lifecycle (commit: 6f6b961) (details)
  8. Quick code cleanup (commit: 9fbe46d) (details)
  9. Using the same orb instance outside the synchronized block, extracted method. (commit: d0ba42d) (details)
  10. Simplified if in GlassFishORBHelper (commit: 34a3814) (details)
  11. Fixes contribution year (commit: 6330096) (details)
  12. Add event filtering test (commit: 2cac164) (details)
  13. Increase stop-domain command timeout in tests (commit: 9dde62a) (details)
  14. Take into account JDK versions when patching (commit: 3ff7794) (details)
Commit 0fe8a50546346354667c309a1553a85cfef969f9 by R.M. Morrien
Fixes issue #24746 replaces all http://www.oracle.com/technetwork links
with their https://jakarta.ee/ where possible. Removes some outdated /
no longer working links that have no jakarta.ee counterpart but do not
affect the documentation.
(commit: 0fe8a50)
The file was modified docs/administration-guide/src/main/asciidoc/transactions.adoc (diff)
The file was modified docs/reference-manual/src/main/asciidoc/start-instance.adoc (diff)
The file was modified docs/security-guide/src/main/asciidoc/user-security.adoc (diff)
The file was modified docs/reference-manual/src/main/asciidoc/restart-instance.adoc (diff)
The file was modified docs/performance-tuning-guide/src/main/asciidoc/tuning-java.adoc (diff)
The file was modified nucleus/admin/server-mgmt/src/main/manpages/com/sun/enterprise/admin/servermgmt/cli/start-domain.1 (diff)
The file was modified docs/application-development-guide/src/main/asciidoc/securing-apps.adoc (diff)
The file was modified docs/reference-manual/src/main/asciidoc/restart-local-instance.adoc (diff)
The file was modified nucleus/admin/server-mgmt/src/main/manpages/com/sun/enterprise/admin/servermgmt/cli/restart-domain.1 (diff)
The file was modified docs/reference-manual/src/main/asciidoc/start-local-instance.adoc (diff)
The file was modified docs/application-development-guide/src/main/asciidoc/jndi.adoc (diff)
The file was modified nucleus/cluster/admin/src/main/manpages/com/sun/enterprise/v3/admin/cluster/copy-config.1 (diff)
The file was modified nucleus/cluster/admin/src/main/manpages/com/sun/enterprise/v3/admin/cluster/start-cluster.1 (diff)
The file was modified docs/application-development-guide/src/main/asciidoc/java-clients.adoc (diff)
The file was modified docs/application-development-guide/src/main/asciidoc/transaction-service.adoc (diff)
The file was modified docs/reference-manual/src/main/asciidoc/create-instance.adoc (diff)
The file was modified docs/reference-manual/src/main/asciidoc/create-local-instance.adoc (diff)
The file was modified docs/application-deployment-guide/src/main/asciidoc/overview.adoc (diff)
The file was modified nucleus/cluster/cli/src/main/manpages/com/sun/enterprise/admin/cli/cluster/start-local-instance.1 (diff)
The file was modified appserver/admingui/cluster/src/main/help/en/help/ref-standaloneinstancegeneral.html (diff)
The file was modified nucleus/cluster/admin/src/main/manpages/com/sun/enterprise/v3/admin/cluster/start-instance.1 (diff)
The file was modified nucleus/cluster/cli/src/main/manpages/com/sun/enterprise/admin/cli/cluster/create-local-instance.1 (diff)
The file was modified docs/troubleshooting-guide/src/main/asciidoc/overview.adoc (diff)
The file was modified docs/application-development-guide/src/main/asciidoc/webapps.adoc (diff)
The file was modified docs/reference-manual/src/main/asciidoc/create-domain.adoc (diff)
The file was modified nucleus/admin/server-mgmt/src/main/manpages/com/sun/enterprise/admin/servermgmt/cli/create-domain.1 (diff)
The file was modified docs/performance-tuning-guide/src/main/asciidoc/tuning-apps.adoc (diff)
The file was modified docs/reference-manual/src/main/asciidoc/copy-config.adoc (diff)
The file was modified docs/release-notes/src/main/asciidoc/release-notes.adoc (diff)
The file was modified nucleus/cluster/cli/src/main/manpages/com/sun/enterprise/admin/cli/cluster/restart-local-instance.1 (diff)
The file was modified docs/embedded-server-guide/src/main/asciidoc/embedded-server-guide.adoc (diff)
The file was modified nucleus/admin/config-api/src/main/manpages/com/sun/enterprise/config/serverbeans/create-cluster.1 (diff)
The file was modified nucleus/cluster/admin/src/main/manpages/com/sun/enterprise/v3/admin/cluster/create-instance.1 (diff)
The file was modified appserver/admingui/common/src/main/help/en/help/ref-predefinedconfigsysproperties.html (diff)
The file was modified docs/deployment-planning-guide/src/main/asciidoc/checklist.adoc (diff)
The file was modified docs/reference-manual/src/main/asciidoc/restart-domain.adoc (diff)
The file was modified docs/installation-guide/src/main/asciidoc/installing.adoc (diff)
The file was modified docs/application-development-guide/src/main/asciidoc/jdbc.adoc (diff)
The file was modified docs/reference-manual/src/main/asciidoc/create-cluster.adoc (diff)
The file was modified nucleus/cluster/admin/src/main/manpages/com/sun/enterprise/v3/admin/cluster/restart-instance.1 (diff)
Commit 1b3d946fcc6356523a4af2d2d64ecc0b4fa5204e by Alexander Pinchuk
Clean event processing code

Signed-off-by: Alexander Pinčuk <alexander.v.pinchuk@gmail.com>
(commit: 1b3d946)
The file was modified nucleus/common/glassfish-api/src/main/java/org/glassfish/api/event/EventTypes.java (diff)
The file was modified nucleus/common/glassfish-api/src/main/java/org/glassfish/api/event/EventListener.java (diff)
The file was modified nucleus/common/glassfish-api/src/main/java/org/glassfish/api/event/Events.java (diff)
The file was modified nucleus/core/kernel/src/main/java/org/glassfish/kernel/event/EventsImpl.java (diff)
The file was modified nucleus/common/glassfish-api/src/main/java/org/glassfish/api/event/RestrictTo.java (diff)
Commit c25592cc6a97c6368273ec14a76fbf71e13dfe9a by Alexander Pinchuk
Clean event dispatching code

Signed-off-by: Alexander Pinčuk <alexander.v.pinchuk@gmail.com>
(commit: c25592c)
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/adapter/AdminConsoleAdapter.java (diff)
The file was modified appserver/web/weld-integration/src/main/java/org/glassfish/weld/WeldDeployer.java (diff)
The file was modified nucleus/core/kernel/src/main/java/org/glassfish/kernel/FileMonitoringImpl.java (diff)
The file was modified appserver/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/module/ConnectorApplication.java (diff)
The file was modified nucleus/deployment/admin/src/main/java/org/glassfish/deployment/admin/CreateApplicationRefCommand.java (diff)
The file was modified nucleus/common/mbeanserver/src/main/java/org/glassfish/admin/mbeanserver/JMXStartupService.java (diff)
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/SecurityDeployer.java (diff)
The file was modified appserver/common/container-common/src/main/java/com/sun/enterprise/container/common/impl/managedbean/ManagedBeanManagerImpl.java (diff)
The file was modified appserver/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/module/ConnectorDeployer.java (diff)
The file was modified appserver/ha/ha-shoal-cache-bootstrap/src/main/java/org/glassfish/ha/store/adapter/cache/ShoalBackingStoreProxy.java (diff)
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/services/impl/GrizzlyService.java (diff)
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/server/ApplicationLoaderService.java (diff)
The file was modified nucleus/admin/monitor/src/main/java/org/glassfish/admin/monitor/MonitoringBootstrap.java (diff)
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/server/DomainCreationStartup.java (diff)
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/server/LifecycleModuleService.java (diff)
The file was modified appserver/ejb/ejb-container/src/main/java/org/glassfish/ejb/startup/EjbDeployer.java (diff)
The file was modified appserver/orb/orb-connector/src/main/java/org/glassfish/enterprise/iiop/api/GlassFishORBHelper.java (diff)
The file was modified appserver/transaction/internal-api/src/main/java/com/sun/enterprise/transaction/startup/TransactionLifecycleService.java (diff)
The file was modified nucleus/common/internal-api/src/main/java/org/glassfish/internal/data/ApplicationInfo.java (diff)
The file was modified appserver/persistence/jpa-container/src/main/java/org/glassfish/persistence/jpa/JPADeployer.java (diff)
The file was modified nucleus/core/kernel/src/test/java/com/sun/enterprise/v3/server/AppServerStartupTest.java (diff)
The file was modified nucleus/deployment/admin/src/main/java/org/glassfish/deployment/admin/UndeployCommand.java (diff)
The file was modified nucleus/cluster/gms-adapter/src/main/java/org/glassfish/gms/GMSAdapterImpl.java (diff)
The file was modified nucleus/core/kernel/src/test/java/org/glassfish/tests/kernel/deployment/EventsTest.java (diff)
The file was modified appserver/web/web-glue/src/main/java/com/sun/enterprise/web/WebContainer.java (diff)
The file was modified appserver/batch/glassfish-batch-connector/src/main/java/org/glassfish/batch/spi/impl/BatchRuntimeHelper.java (diff)
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/AdminAdapter.java (diff)
The file was modified appserver/resources/resources-runtime/src/main/java/org/glassfish/resources/module/ResourcesDeployer.java (diff)
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/JobManagerService.java (diff)
The file was modified nucleus/deployment/admin/src/main/java/org/glassfish/deployment/admin/DeployCommand.java (diff)
The file was modified nucleus/common/internal-api/src/main/java/org/glassfish/internal/data/ModuleInfo.java (diff)
The file was modified nucleus/common/amx-core/src/main/java/org/glassfish/admin/amx/impl/AMXStartupService.java (diff)
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/server/AppServerStartup.java (diff)
Commit 73d53761c9a8f5898282658eb0fedd216d277e8d by Alexander Pinchuk
Refactor concurrent access

Signed-off-by: Alexander Pinčuk <alexander.v.pinchuk@gmail.com>
(commit: 73d5376)
The file was modified nucleus/core/kernel/src/main/java/org/glassfish/kernel/event/EventsImpl.java (diff)
The file was modified nucleus/common/glassfish-api/src/main/java/org/glassfish/api/event/EventTypes.java (diff)
Commit 48e89d0a28e2d43a02bca4d5c2fbf6a656f70568 by Alexander Pinchuk
Remove obsoleted support references

Signed-off-by: Alexander Pinčuk <alexander.v.pinchuk@gmail.com>
(commit: 48e89d0)
The file was modified nucleus/common/common-util/src/main/java/com/sun/enterprise/util/CULoggerInfo.java (diff)
The file was modified nucleus/admin/util/src/main/java/com/sun/enterprise/admin/util/AdminLoggerInfo.java (diff)
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/SecurityLoggerInfo.java (diff)
The file was modified nucleus/common/internal-api/src/main/java/org/glassfish/internal/api/InternalLoggerInfo.java (diff)
The file was modified nucleus/common/amx-core/src/main/java/org/glassfish/admin/amx/util/AMXLoggerInfo.java (diff)
The file was modified nucleus/core/kernel/src/main/java/org/glassfish/kernel/KernelLoggerInfo.java (diff)
Commit 63246dab97e9100ccf82537eca7a926a5725e2e5 by Alexander Pinchuk
Remove obsoleted support references from error messages reference

Signed-off-by: Alexander Pinčuk <alexander.v.pinchuk@gmail.com>
(commit: 63246da)
The file was modified docs/error-messages-reference/src/main/asciidoc/error-messages.adoc (diff)
The file was modified docs/error-messages-reference/src/main/asciidoc/title.adoc (diff)
Commit 6f6b961eb052662367fd7982781455ca636d9cf1 by David Matějček
GlassFishORBHelper changed to singleton, lifecycle

- Hard to trace all paths, but it seems this behaves better
- Using annotations instead of implements

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>

# Conflicts:
# appserver/orb/orb-connector/src/main/java/org/glassfish/enterprise/iiop/api/GlassFishORBHelper.java
(commit: 6f6b961)
The file was modified appserver/orb/orb-iiop/src/main/java/org/glassfish/enterprise/iiop/impl/PEORBConfigurator.java (diff)
The file was modified appserver/orb/orb-connector/src/main/java/org/glassfish/enterprise/iiop/api/GlassFishORBHelper.java (diff)
Commit 9fbe46d91ae544d4973c84d59f5bf44115912ba7 by David Matějček
Quick code cleanup

- I would like to do more, but it has too many open ends connected even to
  different libraries like glassfish-corba-orb

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
(commit: 9fbe46d)
The file was modified appserver/orb/orb-iiop/src/main/java/org/glassfish/enterprise/iiop/impl/PEORBConfigurator.java (diff)
The file was modified appserver/orb/orb-connector/src/main/java/org/glassfish/enterprise/iiop/api/GlassFishORBHelper.java (diff)
Commit d0ba42d7a52c50d703fbf6fcc03368eda91a3251 by David Matějček
Using the same orb instance outside the synchronized block, extracted method.

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
(commit: d0ba42d)
The file was modified appserver/orb/orb-connector/src/main/java/org/glassfish/enterprise/iiop/api/GlassFishORBHelper.java (diff)
The file was modified appserver/orb/orb-connector/src/main/java/org/glassfish/enterprise/iiop/api/ProtocolManager.java (diff)
Commit 34a3814bb984839cde0da72d40900ce024701dbe by David Matějček
Simplified if in GlassFishORBHelper

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
(commit: 34a3814)
The file was modified appserver/orb/orb-connector/src/main/java/org/glassfish/enterprise/iiop/api/GlassFishORBHelper.java (diff)
Commit 6330096d0b9c16fa6f8af5e2db570fbb29c443c4 by Alexander Pinchuk
Fixes contribution year

Signed-off-by: Alexander Pinčuk <alexander.v.pinchuk@gmail.com>
(commit: 6330096)
The file was modified docs/release-notes/src/main/asciidoc/title.adoc (diff)
The file was modified docs/quick-start-guide/src/main/asciidoc/title.adoc (diff)
The file was modified docs/reference-manual/src/main/asciidoc/title.adoc (diff)
The file was modified docs/add-on-component-development-guide/src/main/asciidoc/title.adoc (diff)
The file was modified docs/application-deployment-guide/src/main/asciidoc/title.adoc (diff)
The file was modified docs/embedded-server-guide/src/main/asciidoc/title.adoc (diff)
The file was modified docs/performance-tuning-guide/src/main/asciidoc/title.adoc (diff)
The file was modified docs/administration-guide/src/main/asciidoc/title.adoc (diff)
The file was modified docs/application-development-guide/src/main/asciidoc/title.adoc (diff)
The file was modified docs/deployment-planning-guide/src/main/asciidoc/title.adoc (diff)
The file was modified docs/upgrade-guide/src/main/asciidoc/title.adoc (diff)
The file was modified docs/ha-administration-guide/src/main/asciidoc/title.adoc (diff)
The file was modified docs/troubleshooting-guide/src/main/asciidoc/title.adoc (diff)
The file was modified docs/security-guide/src/main/asciidoc/title.adoc (diff)
The file was modified docs/installation-guide/src/main/asciidoc/title.adoc (diff)
Commit 2cac1646096bcf464382ffced9dcd6cceecbba15 by Alexander Pinchuk
Add event filtering test

Signed-off-by: Alexander Pinčuk <alexander.v.pinchuk@gmail.com>
(commit: 2cac164)
The file was addednucleus/core/kernel/src/test/java/org/glassfish/tests/kernel/deployment/EventFilteringTest.java
Commit 9dde62ad3730495bab9db2aed6bed1a6f3bc3dd3 by Alexander Pinchuk
Increase stop-domain command timeout in tests

Signed-off-by: Alexander Pinčuk <alexander.v.pinchuk@gmail.com>
(commit: 9dde62a)
The file was modified appserver/itest-tools/src/main/java/org/glassfish/main/itest/tools/GlassFishTestEnvironment.java (diff)
Commit 3ff7794994ac6001921d3b56b94f7a17bbeddc93 by arjan tijms
Take into account JDK versions when patching

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
(commit: 3ff7794)
The file was modified appserver/distributions/glassfish/pom.xml (diff)