Skip to content
Success

Changes

Summary

  1. Fixed server restart - more robust, added validations (details)
  2. Prepare release 7.0.0 (details)
  3. Prepare next development cycle for 7.0.1-SNAPSHOT (details)
  4. Prepare release 7.0.1 (details)
  5. Prepare next development cycle for 7.0.2-SNAPSHOT (details)
  6. Prepare release 7.0.2 (details)
  7. Prepare next development cycle for 7.0.3-SNAPSHOT (details)
  8. Prepare release 7.0.3 (details)
  9. Prepare next development cycle for 7.0.4-SNAPSHOT (details)
  10. Refactor secure admin domain element (details)
  11. Minor code cleanups (details)
  12. Some modest cleanups for the security code (details)
  13. Processing more feedback (details)
  14. Prepare release 7.0.4 (details)
  15. Prepare next development cycle for 7.0.5-SNAPSHOT (details)
  16. Trivial fixes of logging (details)
  17. Some basic cleaning of security, kernel and web glue code (details)
  18. Prepare release 7.0.5 (details)
  19. Prepare next development cycle for 7.0.6-SNAPSHOT (details)
  20. Prepare release 7.0.6 (details)
  21. Prepare next development cycle for 7.0.7-SNAPSHOT (details)
  22. The EJB Security module (iiop) logging revisited and detached from security-core (details)
  23. The appclient.security module converted to System.Logger (details)
  24. JASPIC Provider Framework logging doesn't depend on external bundles (details)
  25. Prepare release 7.0.7 (details)
  26. Prepare next development cycle for 7.0.8-SNAPSHOT (details)
  27. The osgi.bundle files removed from 'security' modules (details)
  28. Integrate Eleos (details)
  29. Continued integration of Eleos into GlassFish (details)
  30. Small amount of cleanup (details)
  31. Integrate soap policies and key callbacks (details)
  32. Prepare release 7.0.8 (details)
  33. Prepare next development cycle for 7.0.9-SNAPSHOT (details)
  34. Refactoring - introducing generics, correcting names (details)
  35. Integrate Epicyro 3.0.0 (details)
  36. Prepare release 7.0.9 (details)
  37. Prepare next development cycle for 7.0.10 (details)
  38. Correct new version by adding -SNAPSHOT (details)
  39. Deprecated XMLInputFactory.newInstance replaced by newFactory (details)
  40. Refactor Realm and related code (details)
  41. Fix String.format with MessageFormat.format (details)
  42. Make realmsManagerReference volatile for thread visibility (details)
  43. Replaced additional occurrences using String.format and {} (details)
  44. Refactor and clean login modules (details)
  45. Rename main package in security-ee module to include .ee (details)
  46. Prepare release 7.0.10 (details)
  47. Prepare next development cycle for 7.0.11-SNAPSHOT (details)
  48. Start with integrate Authorization 3.0 API and Exousia 3.0 (details)
  49. Prepare release 7.0.11 (details)
  50. Prepare next development cycle for 7.0.12-SNAPSHOT (details)
  51. Next version is 8.0.0 (details)
  52. Working on getting more tests to pass. (details)
  53. Update glassfish7 root folder to glassfish8 (details)
  54. Reduce usage of Java SE Security Manager (details)
  55. Prepare release 7.0.12 (details)
  56. Prepare next development cycle for 7.0.13-SNAPSHOT (details)
Commit eabb6ff8300daaaec4728d515dc3686f128e5da7 by David Matějček
Fixed server restart - more robust, added validations

- Added host name validation with timeout
  - 5 seconds is an extreme value for the local server
- Honoring command-line arguments so they are not overwritten from domain.xml
  which could be updated since startup and doesn't contain correct values
  usable to stop the server.
- WARN: ServerDirs.serverName doesn't contain the server name, but instance
  name or domain name. Probably terminology yet from SunONE.
- Replaced JPS and JSTACK usages by ProcessHandle usages
- WARN: restart-domain leaves zombies on some systems
  - visible on Jenkins TCK
  - these processes are marked as <defunct> and operating system decides when
    they will be cleaned up. It probably relates to Jenkins which reads IO
    from the container, so stese streams remain always open.
- Fixed NPE in ClassPathUtils
- Added AfterAll to ClusterITest
- Added AS_TRACE support to admin-tests - bound to FINEST in tests
- UnknownHostException is now an error for asadmin, it doesn't mean that
  the server is stopped.
- Command line --host has higher priority than domain.xml and default value
  - However it is not always true, ie restart-domain must use the arg value
    for stop, but domain.xml value for start.
- Generalized waitFor, added time measurement.
- Using addSuppressed to keep all errors (visible with AS_TRACE)
- Fixed situation when there was no asadmin truststore - load null and use empty
- JavaClassRunner revisited
  - Avoid "oversanitization", use the same value as the last time
- ServerDirs revisited (quickly)
  - Added getter getLastPidFile and javadoc explaining the difference
  - pid file uses pid of running server, is deleted when server stops
  - pid.prev file uses pid of last started server, is not deleted, just overwritten
- Using Thread.yield when waiting rather than sleep
  - More assertive, even aggressive
  - Increases probablity of detection of misbehavior if there's any
  - Faster, we don't wait if not necessary

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
The file was modified nucleus/admin/cli/src/main/java/com/sun/enterprise/admin/cli/ProgramOptions.java
The file was modified nucleus/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/cli/ListDomainsCommand.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/server/SystemTasksImpl.java
The file was modified appserver/tests/appserv-tests/devtests/admin/cli/src/admin/TestUtils.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/LocationsCommand.java
The file was modified appserver/appclient/client/acc/src/main/java/org/glassfish/appclient/common/ClassPathUtils.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/admin/cli/SecureAdminConfigUpgrade.java
The file was modified appserver/tests/appserv-tests/devtests/admin/cli/build.xml
The file was modified nucleus/cluster/cli/src/main/java/com/sun/enterprise/admin/cli/cluster/LocalStrings.properties
The file was modified nucleus/admin/template/src/main/resources/config/logging.properties
The file was modified nucleus/cluster/cli/src/main/java/com/sun/enterprise/admin/cli/cluster/DeleteLocalInstanceCommand.java
The file was addednucleus/common/common-util/src/main/java/com/sun/enterprise/universal/process/KillNotPossibleException.java
The file was modified nucleus/admin/cli/src/main/java/com/sun/enterprise/admin/cli/CLICommand.java
The file was modified nucleus/admin/server-mgmt/src/test/java/com/sun/enterprise/admin/servermgmt/domain/DomainPortValidatorTest.java
The file was modified nucleus/admin/cli/src/test/java/com/sun/enterprise/admin/cli/NewSyntaxTest.java
The file was modified nucleus/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/cli/DeleteDomainCommand.java
The file was modified nucleus/common/common-util/src/main/java/com/sun/enterprise/universal/process/JavaClassRunner.java
The file was modified appserver/tests/admin/tests/src/test/java/org/glassfish/main/admin/test/tool/asadmin/Asadmin.java
The file was modified nucleus/cluster/cli/src/main/java/com/sun/enterprise/admin/cli/cluster/InstallNodeSshCommand.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/RestartServer.java
The file was modified nucleus/common/common-util/src/main/java/com/sun/enterprise/universal/process/ProcessUtils.java
The file was addednucleus/common/common-util/src/main/java/com/sun/enterprise/universal/process/KillTimeoutException.java
The file was modified appserver/admin/cli-optional/src/main/java/com/sun/enterprise/admin/cli/optional/RestoreDomainCommand.java
The file was modified nucleus/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/cli/LocalServerCommand.java
The file was modified nucleus/common/common-util/src/main/java/com/sun/enterprise/universal/i18n/LocalStringsImpl.java
The file was removedappserver/tests/appserv-tests/devtests/admin/cli/src/admin/Whacker.java
The file was modified nucleus/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/cli/StartDomainCommand.java
The file was modified nucleus/flashlight/framework/src/main/java/org/glassfish/flashlight/impl/client/AgentAttacherInternal.java
The file was modified nucleus/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/cli/RestartDomainCommand.java
The file was modified nucleus/cluster/cli/src/main/java/com/sun/enterprise/admin/cli/cluster/StartLocalInstanceCommand.java
The file was modified appserver/appclient/client/acc/src/main/java/org/glassfish/appclient/client/CLIBootstrap.java
The file was modified nucleus/cluster/ssh/src/main/java/org/glassfish/cluster/ssh/connect/NodeRunner.java
The file was modified appserver/admin/cli-optional/src/main/java/com/sun/enterprise/admin/cli/optional/BackupDomainCommand.java
The file was modified nucleus/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/cli/StartServerHelper.java
The file was modified nucleus/cluster/cli/src/main/java/com/sun/enterprise/admin/cli/cluster/Strings.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/RestartDomainCommand.java
The file was modified appserver/tests/admin/tests/src/test/java/org/glassfish/main/admin/test/ClusterITest.java
The file was modified nucleus/cluster/cli/src/main/java/com/sun/enterprise/admin/cli/cluster/ChangeNodeMasterPasswordCommand.java
The file was modified appserver/tests/appserv-tests/devtests/admin/cli/src/admin/util/ProcessUtils.java
The file was removedappserver/tests/appserv-tests/devtests/admin/cli/src/admin/Jstacker.java
The file was modified nucleus/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/cli/StopDomainCommand.java
The file was removednucleus/common/common-util/src/main/java/com/sun/enterprise/universal/process/Jstack.java
The file was modified nucleus/common/common-util/src/main/java/com/sun/enterprise/util/io/ServerDirs.java
The file was modified nucleus/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/cli/ChangeMasterPasswordCommandDAS.java
The file was modified nucleus/cluster/cli/src/main/java/com/sun/enterprise/admin/cli/cluster/StopLocalInstanceCommand.java
The file was removednucleus/common/common-util/src/main/java/com/sun/enterprise/universal/process/Jps.java
The file was modified nucleus/cluster/cli/src/main/java/com/sun/enterprise/admin/cli/cluster/DeleteInstanceFilesystem.java
The file was modified nucleus/common/common-util/src/main/java/com/sun/enterprise/universal/process/ProcessManager.java
The file was modified nucleus/cluster/admin/src/main/java/com/sun/enterprise/v3/admin/cluster/RestartInstanceInstanceCommand.java
The file was modified nucleus/admin/cli/src/main/java/com/sun/enterprise/admin/cli/remote/DASUtils.java
The file was modified nucleus/cluster/cli/src/main/java/com/sun/enterprise/admin/cli/cluster/RestartLocalInstanceCommand.java
The file was modified nucleus/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/services/WindowsService.java
The file was modified nucleus/common/common-util/src/main/java/com/sun/enterprise/security/store/AsadminTruststore.java
The file was removednucleus/common/common-util/src/main/java/com/sun/enterprise/universal/process/LocalAdminCommand.java
Commit 9052d5b25b70c6f1d3f871f67cbcfd6d2973b520 by Glassfish Bot
Prepare release 7.0.0
The file was modified appserver/jdbc/jdbc-ra/jdbc-ra-distribution/pom.xml
The file was modified appserver/web/gf-web-connector/pom.xml
The file was modified docs/error-messages-reference/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/mq-test/pom.xml
The file was modified appserver/web/jersey-mvc-connector/pom.xml
The file was modified nucleus/distributions/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/pom.xml
The file was modified appserver/extras/embedded/common/installroot-builder/pom.xml
The file was modified appserver/web/web-sse/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/lib1/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jmxUndeployEvent/pom.xml
The file was modified appserver/admingui/corba/pom.xml
The file was modified appserver/appclient/client/acc-config/pom.xml
The file was modified appserver/tests/admin/admin-extension/pom.xml
The file was modified appserver/tests/embedded/ejb/ejb-main/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsptest/pom.xml
The file was modified appserver/webservices/pom.xml
The file was modified nucleus/resources/pom.xml
The file was modified appserver/admingui/jdbc/pom.xml
The file was modified nucleus/security/pom.xml
The file was modified appserver/tests/paas/appscoped-db-with-resources-xml/pom.xml
The file was modified nucleus/distributions/nucleus-common/pom.xml
The file was modified appserver/ejb/ejb-connector/pom.xml
The file was modified appserver/tests/admin/tests/pom.xml
The file was modified appserver/web/admin/pom.xml
The file was modified appserver/tests/quicklook/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authorization-tck/pom.xml
The file was modified appserver/tests/tck/tck-download/pom.xml
The file was modified appserver/extras/embedded/all/pom.xml
The file was modified appserver/persistence/jpa-container/pom.xml
The file was modified appserver/tests/embedded/glassfish_resources_xml/pom.xml
The file was modified appserver/tests/jakartaee/concurrency/pom.xml
The file was modified appserver/jms/jms-core/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/pom.xml
The file was modified nucleus/hk2/config-types/pom.xml
The file was modified appserver/tests/paas/basic-jpa/pom.xml
The file was modified appserver/grizzly/pom.xml
The file was modified appserver/tests/paas/basic-bookstore-dns/pom.xml
The file was modified appserver/jdbc/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/advanced/pom.xml
The file was modified appserver/web/jsf-connector/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/pom.xml
The file was modified appserver/tests/paas/basic-db-initsql/pom.xml
The file was modified appserver/ejb/ejb-container/pom.xml
The file was modified appserver/web/webtier-all/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/jars/pom.xml
The file was modified appserver/tests/appserv-tests/pom.xml
The file was modified appserver/tests/hk2/isolation/pom.xml
The file was modified appserver/batch/glassfish-batch-commands/pom.xml
The file was modified appserver/extras/embedded/common/instanceroot-builder/pom.xml
The file was modified appserver/ha/ha-shoal-store/pom.xml
The file was modified appserver/tests/paas/bookstore/pom.xml
The file was modified nucleus/admin/cli/pom.xml
The file was modified appserver/tests/paas/basic-db-with-resources-xml/pom.xml
The file was modified appserver/persistence/cmp/cmp-scripts/pom.xml
The file was modified appserver/tests/embedded/static/ejb/pom.xml
The file was modified appserver/concurrent/pom.xml
The file was modified appserver/jdbc/jdbc-runtime/pom.xml
The file was modified appserver/tests/embedded/web/web-war/test/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/standalonewar/pom.xml
The file was modified appserver/transaction/internal-api/pom.xml
The file was modified nucleus/core/api-exporter/pom.xml
The file was modified appserver/ldapbp/pom.xml
The file was modified appserver/tests/cdi/negative/normalScopeWithFinal/pom.xml
The file was modified appserver/orb/orb-iiop/pom.xml
The file was modified appserver/admin/pom.xml
The file was modified appserver/admingui/jms-plugin/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb2/pom.xml
The file was modified appserver/admin/cli-optional/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell-frag/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-rest-tck/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/remoteejbs/pom.xml
The file was modified appserver/web/gf-weld-connector/pom.xml
The file was modified nucleus/osgi-platforms/felix/pom.xml
The file was modified nucleus/admin/util/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-remote/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/war/pom.xml
The file was modified appserver/flashlight/pom.xml
The file was modified nucleus/admin/launcher/pom.xml
The file was modified appserver/extras/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/advanced/pom.xml
The file was modified nucleus/core/kernel/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/common/pom.xml
The file was modified appserver/security/core-ee/pom.xml
The file was modified nucleus/flashlight/pom.xml
The file was modified appserver/connectors/admin/pom.xml
The file was modified nucleus/core/extra-jre-packages/pom.xml
The file was modified nucleus/grizzly/config/pom.xml
The file was modified nucleus/osgi-platforms/pom.xml
The file was modified appserver/core/pom.xml
The file was modified appserver/webservices/connector/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/pom.xml
The file was modified nucleus/security/ssl-impl/pom.xml
The file was modified appserver/deployment/jakartaee-core/pom.xml
The file was modified appserver/tests/embedded/basic/lifecycle/pom.xml
The file was modified appserver/tests/admingui/pom.xml
The file was modified appserver/tests/tck/authentication/pom.xml
The file was modified nucleus/core/logging/pom.xml
The file was modified appserver/extras/embedded/shell/pom.xml
The file was modified appserver/tests/pom.xml
The file was modified appserver/admin/backup/pom.xml
The file was modified appserver/tests/admingui/auto-test/pom.xml
The file was modified appserver/tests/paas/deployment-rollback/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/basic/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/ear/pom.xml
The file was modified docs/embedded-server-guide/pom.xml
The file was modified appserver/persistence/cmp/cmp-all/pom.xml
The file was modified appserver/tests/embedded/web/web-all/pom.xml
The file was modified appserver/appclient/client/appclient-scripts/pom.xml
The file was modified appserver/tests/quicklook/ejb/embedded/pom.xml
The file was modified appserver/jdbc/jdbc-config/pom.xml
The file was modified docs/application-deployment-guide/pom.xml
The file was modified appserver/tests/embedded/static/pom.xml
The file was modified appserver/admingui/cluster/pom.xml
The file was modified appserver/featuresets/glassfish/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/runner/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/dirListing/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/lib/pom.xml
The file was modified appserver/extras/appserv-rt/dist-frag/pom.xml
The file was modified appserver/jms/gf-jms-connector/pom.xml
The file was modified appserver/persistence/cmp/generator-database/pom.xml
The file was modified appserver/tests/embedded/ejb/ejb-api/pom.xml
The file was modified appserver/web/web-glue/pom.xml
The file was modified nucleus/common/common-util/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment1/pom.xml
The file was modified appserver/connectors/work-management/pom.xml
The file was modified appserver/osgi-platforms/pom.xml
The file was modified appserver/tests/embedded/wrapper/pom.xml
The file was modified appserver/extras/appserv-rt/manifest-jar/pom.xml
The file was modified appserver/tests/cdi/cases/pom.xml
The file was modified appserver/batch/glassfish-batch-connector/pom.xml
The file was modified appserver/persistence/cmp/internal-api/pom.xml
The file was modified appserver/tests/cdi/cases/runner/pom.xml
The file was modified appserver/tests/embedded/ejb/pom.xml
The file was modified appserver/persistence/common/pom.xml
The file was modified appserver/resources/resources-runtime/pom.xml
The file was modified appserver/web/weld-integration-fragment/pom.xml
The file was modified appserver/extras/embedded/nucleus/pom.xml
The file was modified appserver/admin/cli/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war1/pom.xml
The file was modified appserver/webservices/webservices-scripts/pom.xml
The file was modified appserver/appclient/pom.xml
The file was modified appserver/tests/hk2/isolation/runner/pom.xml
The file was modified nucleus/hk2/pom.xml
The file was modified appserver/load-balancer/gf-load-balancer-connector/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/pom.xml
The file was modified appserver/resources/mail/pom.xml
The file was modified appserver/tests/tck/expression_language/pom.xml
The file was modified appserver/tests/tck/concurrency/pom.xml
The file was modified appserver/extras/embedded/common/pom.xml
The file was modified appserver/featuresets/pom.xml
The file was modified nucleus/common/scattered-archive-api/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/pom.xml
The file was modified nucleus/admin/rest/pom.xml
The file was modified appserver/admingui/community-theme/pom.xml
The file was modified appserver/admingui/ejb/pom.xml
The file was modified appserver/ha/pom.xml
The file was modified appserver/tests/paas/scale_service/pom.xml
The file was modified appserver/tests/embedded/basic/pom.xml
The file was modified docs/reference-manual/pom.xml
The file was modified appserver/microprofile/pom.xml
The file was modified nucleus/diagnostics/context/pom.xml
The file was modified appserver/admingui/war/pom.xml
The file was modified appserver/common/amx-jakartaee/pom.xml
The file was modified appserver/tests/hk2/cdi/pom.xml
The file was modified appserver/jdbc/templates/pom.xml
The file was modified appserver/tests/embedded/cdi_ejb_jpa/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment2/pom.xml
The file was modified appserver/persistence/pom.xml
The file was modified appserver/common/glassfish-naming/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/basic/pom.xml
The file was modified appserver/tests/tck/tck-download/javatest/pom.xml
The file was modified appserver/grizzly/grizzly-container/pom.xml
The file was modified appserver/transaction/jta/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-expression-language-tck/pom.xml
The file was modified appserver/tests/jakartaee/pom.xml
The file was modified appserver/tests/paas/basic-db-teardown-sql/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/index/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/queryString/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars-xa/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/init/pom.xml
The file was modified appserver/microprofile/config/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/scattered/pom.xml
The file was modified appserver/tests/embedded/pom.xml
The file was modified appserver/tests/tck/pom.xml
The file was modified nucleus/hk2/config-generator/pom.xml
The file was modified nucleus/cluster/gms-bootstrap/pom.xml
The file was modified appserver/tests/embedded/cdi_basic/pom.xml
The file was modified appserver/tests/paas/pom.xml
The file was modified appserver/tests/embedded/utils/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/mdb/pom.xml
The file was modified nucleus/diagnostics/pom.xml
The file was modified appserver/jms/admin/pom.xml
The file was modified appserver/persistence/gf-jpa-connector/pom.xml
The file was modified appserver/concurrent/concurrent-impl/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/filterURIMapping/pom.xml
The file was modified appserver/web/weld-integration-test-fragment/pom.xml
The file was modified appserver/security/jaspic-provider-framework/pom.xml
The file was modified appserver/appclient/client/acc/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb2/pom.xml
The file was modified appserver/admingui/ejb-lite/pom.xml
The file was modified appserver/tests/tck/tck-download/tsharness/pom.xml
The file was modified nucleus/parent/pom.xml
The file was modified nucleus/admin/config-api/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/runner/pom.xml
The file was modified nucleus/deployment/common/pom.xml
The file was modified appserver/security/appclient.security/pom.xml
The file was modified appserver/tests/embedded/static/web/pom.xml
The file was modified appserver/appclient/client/pom.xml
The file was modified docs/troubleshooting-guide/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/runner/pom.xml
The file was modified appserver/extras/embedded/tests/pom.xml
The file was modified appserver/batch/pom.xml
The file was modified appserver/webservices/jsr109-impl/pom.xml
The file was modified appserver/ejb/pom.xml
The file was modified appserver/libpam4j/pom.xml
The file was modified qa/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-ant-based-tck/pom.xml
The file was modified appserver/web/jstl-connector/pom.xml
The file was modified appserver/tests/community/pom.xml
The file was modified appserver/core/api-exporter-fragment/pom.xml
The file was modified docs/application-development-guide/pom.xml
The file was modified nucleus/admin/template/pom.xml
The file was modified appserver/admin/template/pom.xml
The file was modified appserver/deployment/pom.xml
The file was modified nucleus/cluster/gms-adapter/pom.xml
The file was modified appserver/tests/quicklook/amx/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/sessionDestroyed/pom.xml
The file was modified appserver/web/weld-integration/pom.xml
The file was modified nucleus/admin/pom.xml
The file was modified nucleus/common/internal-api/pom.xml
The file was modified appserver/common/container-common/pom.xml
The file was modified appserver/deployment/schemas/pom.xml
The file was modified appserver/pom.xml
The file was modified nucleus/cluster/cli/pom.xml
The file was modified appserver/resources/mail/mail-connector/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/app/pom.xml
The file was modified nucleus/featuresets/atomic/pom.xml
The file was modified nucleus/pom.xml
The file was modified appserver/tests/paas/service_metadata/pom.xml
The file was modified appserver/admingui/dist-fragment/pom.xml
The file was modified appserver/tests/embedded/inplanted/pom.xml
The file was modified nucleus/admin/rest/rest-testing/pom.xml
The file was modified docs/distribution/pom.xml
The file was modified nucleus/glassfish-jul-extension/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/runner/pom.xml
The file was modified appserver/tests/paas/basic/pom.xml
The file was modified appserver/persistence/cmp/support-sqlstore/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsftest/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/webservice/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/pom.xml
The file was modified appserver/ejb/ejb-full-container/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment3/pom.xml
The file was modified appserver/connectors/connectors-internal-api/pom.xml
The file was modified appserver/tests/embedded/static/ejb/simple/pom.xml
The file was modified appserver/tests/tck/tck-runner/pom.xml
The file was modified appserver/extras/embedded/web/pom.xml
The file was modified appserver/admingui/jca/pom.xml
The file was modified appserver/persistence/cmp/enhancer/pom.xml
The file was modified appserver/persistence/eclipselink-wrapper/pom.xml
The file was modified appserver/connectors/connectors-runtime/pom.xml
The file was modified appserver/tests/amx/pom.xml
The file was modified appserver/tests/quicklook/ejb/singleton/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/secureWebApp/pom.xml
The file was modified appserver/tests/paas/basic-db/pom.xml
The file was modified appserver/extras/embedded/common/osgi-main/pom.xml
The file was modified appserver/jms/gf-jms-injection/pom.xml
The file was modified nucleus/cluster/common/pom.xml
The file was modified docs/add-on-component-development-guide/pom.xml
The file was modified docs/administration-guide/pom.xml
The file was modified appserver/common/annotation-framework/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/localejbs/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-servlet-tck/pom.xml
The file was modified appserver/tests/admin/pom.xml
The file was modified appserver/tests/paas/basic-service-discovery/pom.xml
The file was modified appserver/tests/paas/external-db-service/test/pom.xml
The file was modified appserver/web/web-ha/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/ejb_lite_basic/pom.xml
The file was modified appserver/tests/tck/cdi/pom.xml
The file was modified appserver/connectors/connectors-connector/pom.xml
The file was modified docs/quick-start-guide/pom.xml
The file was modified docs/upgrade-guide/pom.xml
The file was modified appserver/tests/appserv-tests/cciblackbox-tx/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war2/pom.xml
The file was modified appserver/tests/tck/microprofile/pom.xml
The file was modified appserver/persistence/cmp/support-ejb/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb1/pom.xml
The file was modified appserver/tests/sse/videoplayer/pom.xml
The file was modified appserver/webservices/soap-tcp/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/pom.xml
The file was modified appserver/tests/embedded/ejb/basic/pom.xml
The file was modified appserver/tests/hk2/isolation/web/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars/pom.xml
The file was modified appserver/tests/embedded/web/web-api/pom.xml
The file was modified appserver/ejb/ejb-internal-api/pom.xml
The file was modified appserver/extras/jakartaee/dist-frag/pom.xml
The file was modified nucleus/admin/rest/rest-service/pom.xml
The file was modified nucleus/diagnostics/diagnostics-api/pom.xml
The file was modified nucleus/common/mbeanserver/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/web/pom.xml
The file was modified appserver/resources/resources-connector/pom.xml
The file was modified appserver/security/pom.xml
The file was modified appserver/common/stats77/pom.xml
The file was modified appserver/flashlight/client/pom.xml
The file was modified appserver/admin/admin-core/pom.xml
The file was modified appserver/distributions/web/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-interactive/pom.xml
The file was modified appserver/ha/ha-shoal-cache-bootstrap/pom.xml
The file was modified appserver/orb/pom.xml
The file was modified nucleus/core/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tck/pom.xml
The file was modified nucleus/featuresets/pom.xml
The file was modified appserver/transaction/pom.xml
The file was modified appserver/admingui/gf-admingui-connector/pom.xml
The file was modified appserver/tests/quicklook/admin/pom.xml
The file was modified appserver/tests/quicklook/wsit/jsr109tester/pom.xml
The file was modified nucleus/flashlight/framework/pom.xml
The file was modified appserver/tests/embedded/web/pom.xml
The file was modified appserver/web/jspcaching-connector/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/pom.xml
The file was modified appserver/admingui/plugin-service/pom.xml
The file was modified appserver/admingui/core/pom.xml
The file was modified nucleus/grizzly/pom.xml
The file was modified appserver/admingui/web/pom.xml
The file was modified appserver/connectors/descriptors/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/getRequestURI/pom.xml
The file was modified pom.xml
The file was modified appserver/tests/tck/jwt/pom.xml
The file was modified nucleus/osgi-platforms/osgi-container/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/pom.xml
The file was modified docs/website/pom.xml
The file was modified nucleus/core/context-propagation/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell/pom.xml
The file was modified appserver/tests/hk2/pom.xml
The file was modified appserver/connectors/connectors-inbound-runtime/pom.xml
The file was modified docs/release-notes/pom.xml
The file was modified nucleus/common/amx-core/pom.xml
The file was modified appserver/tests/embedded/web/servlet/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-faces-tck/pom.xml
The file was modified appserver/connectors/pom.xml
The file was modified appserver/common/pom.xml
The file was modified appserver/batch/batch-database/pom.xml
The file was modified appserver/extras/embedded/common/osgi-modules-uninstaller/pom.xml
The file was modified appserver/tests/embedded/ejb/remoteejb/pom.xml
The file was modified appserver/transaction/jts/pom.xml
The file was modified nucleus/core/bootstrap/pom.xml
The file was modified appserver/distributions/pom.xml
The file was modified appserver/osgi-platforms/felix-webconsole-extension/pom.xml
The file was modified nucleus/common/simple-glassfish-api/pom.xml
The file was modified appserver/ejb/ejb-all/pom.xml
The file was modified nucleus/test-utils/pom.xml
The file was modified appserver/tests/tck/rest/pom.xml
The file was modified appserver/tests/paas/service_metadata/custom_db_name/pom.xml
The file was modified appserver/tests/quicklook/wsit/JaxwsFromWsdl/pom.xml
The file was modified appserver/persistence/cmp/model/pom.xml
The file was modified appserver/web/web-core/pom.xml
The file was modified appserver/web/web-naming/pom.xml
The file was modified appserver/web/jersey-ejb-component-provider/pom.xml
The file was modified appserver/extras/appserv-rt/pom.xml
The file was modified appserver/tests/paas/lazy-shared-service-test/pom.xml
The file was modified appserver/webservices/metro-glue/pom.xml
The file was modified docs/publish/pom.xml
The file was modified appserver/tests/embedded/scatteredarchive/pom.xml
The file was modified appserver/tests/quicklook/ejb/cmp/pom.xml
The file was modified nucleus/deployment/admin/pom.xml
The file was modified appserver/deployment/dol/pom.xml
The file was modified appserver/persistence/cmp/ejb-mapping/pom.xml
The file was modified appserver/tests/tck/faces/pom.xml
The file was modified nucleus/hk2/hk2-config/pom.xml
The file was modified appserver/tests/paas/enable-disable-test/pom.xml
The file was modified appserver/jms/pom.xml
The file was modified appserver/jdbc/admin/pom.xml
The file was modified appserver/tests/paas/javaee_shared_service/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/multiBeansApp/pom.xml
The file was modified appserver/tests/tck/servlet/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso1/pom.xml
The file was modified appserver/appclient/server/core/pom.xml
The file was modified appserver/tests/embedded/mysql/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/pom.xml
The file was modified appserver/distributions/glassfish/pom.xml
The file was modified appserver/ejb/ejb-timer-databases/pom.xml
The file was modified appserver/tests/paas/external-db-service/pom.xml
The file was modified nucleus/distributions/atomic/pom.xml
The file was modified nucleus/deployment/schemas/pom.xml
The file was modified nucleus/hk2/tiger-types/pom.xml
The file was modified appserver/concurrent/concurrent-connector/pom.xml
The file was modified appserver/web/web-embed/pom.xml
The file was modified appserver/security/security-all/pom.xml
The file was modified nucleus/deployment/dtds/pom.xml
The file was modified appserver/tests/embedded/web/autodelete/pom.xml
The file was modified appserver/web/gui-plugin-common/pom.xml
The file was modified appserver/deployment/jakartaee-full/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc40/pom.xml
The file was modified appserver/tests/cdi/pom.xml
The file was modified appserver/tests/sse/basic/pom.xml
The file was modified appserver/jdbc/jdbc-ra/pom.xml
The file was modified docs/ha-administration-guide/pom.xml
The file was modified nucleus/cluster/ssh/pom.xml
The file was modified nucleus/xmlbind-annotations/pom.xml
The file was modified appserver/persistence/oracle-jdbc-driver-packages/pom.xml
The file was modified appserver/persistence/cmp/pom.xml
The file was modified appserver/tests/paas/helloworld/pom.xml
The file was modified appserver/web/web-embed/api/pom.xml
The file was modified appserver/appclient/client/acc-standalone/pom.xml
The file was modified appserver/tests/paas/ext-shared-service-enable-disable-test/pom.xml
The file was modified appserver/resources/pom.xml
The file was modified appserver/tests/quicklook/ejb/remoteview/pom.xml
The file was modified appserver/load-balancer/admin/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-tests-utils/pom.xml
The file was modified appserver/tests/tck/microprofile/config/pom.xml
The file was modified appserver/extras/embedded/common/bootstrap/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/ejb-auth-async/scheduler-service/pom.xml
The file was modified appserver/resources/mail/mail-runtime/pom.xml
The file was modified appserver/webservices/metro-fragments/pom.xml
The file was modified appserver/tests/quicklook/jms/injection/pom.xml
The file was modified appserver/admingui/pom.xml
The file was modified appserver/core/jakartaee-kernel/pom.xml
The file was modified nucleus/admin/rest/gf-restadmin-connector/pom.xml
The file was modified nucleus/flashlight/agent/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/mydb-plugin/pom.xml
The file was modified nucleus/grizzly/nucleus-grizzly-all/pom.xml
The file was modified appserver/extras/jakartaee/manifest-jar/pom.xml
The file was modified appserver/microprofile/connectors/pom.xml
The file was modified appserver/ejb/ejb-client/pom.xml
The file was modified appserver/tests/quicklook/ejb/slsbnicmt/pom.xml
The file was modified appserver/extras/embedded/pom.xml
The file was modified appserver/osgi-platforms/glassfish-osgi-console-plugin/pom.xml
The file was modified nucleus/featuresets/nucleus/pom.xml
The file was modified appserver/tests/cdi/negative/pom.xml
The file was modified nucleus/deployment/pom.xml
The file was modified nucleus/cluster/pom.xml
The file was modified appserver/deployment/dtds/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-core/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/pom.xml
The file was modified docs/installation-guide/pom.xml
The file was modified appserver/admingui/common/pom.xml
The file was modified appserver/featuresets/debug/pom.xml
The file was modified nucleus/distributions/nucleus/pom.xml
The file was modified appserver/tests/appserv-tests/util/reportbuilder/pom.xml
The file was modified nucleus/common/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/pom.xml
The file was modified appserver/ant-tasks/pom.xml
The file was modified nucleus/common/glassfish-api/pom.xml
The file was modified nucleus/admin/rest/rest-client/pom.xml
The file was modified appserver/security/webintegration/pom.xml
The file was modified appserver/ejb/ejb-timer-service-app/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/simple/pom.xml
The file was modified appserver/tests/quicklook/ejb/sfulnoi/pom.xml
The file was modified appserver/distributions/glassfish-common/pom.xml
The file was modified appserver/tests/paas/external-db-service/generatederbyvm/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-model/pom.xml
The file was modified appserver/persistence/entitybean-container/pom.xml
The file was modified docs/parent/pom.xml
The file was modified appserver/admingui/jts/pom.xml
The file was modified appserver/tests/embedded/web/web-war/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb1/pom.xml
The file was modified appserver/tests/paas/external-and-shared-service/pom.xml
The file was modified appserver/web/war-util/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/pom.xml
The file was modified appserver/ha/ha-file-store/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso2/pom.xml
The file was modified appserver/tests/embedded/servlet_runs_admin_cmds/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-full/pom.xml
The file was modified appserver/web/cdi-api-fragment/pom.xml
The file was modified docs/performance-tuning-guide/pom.xml
The file was modified appserver/security/webservices.security/pom.xml
The file was modified appserver/tests/quicklook/adminconsole/pom.xml
The file was modified appserver/admingui/full/pom.xml
The file was modified appserver/appclient/server/connector/pom.xml
The file was modified appserver/tests/tck/pages/pom.xml
The file was modified appserver/orb/orb-enabler/pom.xml
The file was modified appserver/persistence/cmp/utility/pom.xml
The file was modified appserver/tests/tck/validation/pom.xml
The file was modified appserver/grizzly/glassfish-grizzly-extra-all/pom.xml
The file was modified nucleus/security/services/pom.xml
The file was modified appserver/load-balancer/pom.xml
The file was modified docs/deployment-planning-guide/pom.xml
The file was modified nucleus/admin/monitor/pom.xml
The file was modified appserver/tests/tck/authorization/pom.xml
The file was modified nucleus/cluster/admin/pom.xml
The file was modified nucleus/security/core/pom.xml
The file was modified appserver/featuresets/web/pom.xml
The file was modified appserver/appclient/server/pom.xml
The file was modified appserver/common/glassfish-ee-api/pom.xml
The file was modified appserver/tests/quicklook/rest/pom.xml
The file was modified appserver/extras/jakartaee/pom.xml
The file was modified appserver/tests/cdi/negative/runner/pom.xml
The file was modified appserver/security/ejb.security/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/programmatic-authentication/pom.xml
The file was modified appserver/admingui/concurrent/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/spetest/pom.xml
The file was modified appserver/tests/paas/basic-shared-service-test/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authentication-tck/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/websockets/pom.xml
The file was modified appserver/web/pom.xml
The file was modified nucleus/flashlight/flashlight-extra-jdk-packages/pom.xml
The file was modified appserver/tests/embedded/web/web-war/war/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/applicationDispatcher/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-commands-tests/pom.xml
The file was modified nucleus/admin/server-mgmt/pom.xml
The file was modified nucleus/deployment/autodeploy/pom.xml
The file was modified appserver/jms/jmsra/pom.xml
The file was modified appserver/tests/paas/service_metadata/provision_using_specified_template/pom.xml
The file was modified appserver/admingui/dataprovider/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/ejb1/pom.xml
The file was modified appserver/orb/orb-connector/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/multipleApps/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/static-shell-init/pom.xml
The file was modified docs/pom.xml
The file was modified docs/security-guide/pom.xml
Commit f49eafb3176f478b10dee9dccbdd8d7d0d1b9bde by Glassfish Bot
Prepare next development cycle for 7.0.1-SNAPSHOT
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb2/pom.xml
The file was modified appserver/jdbc/jdbc-config/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/dirListing/pom.xml
The file was modified appserver/admin/cli/pom.xml
The file was modified appserver/microprofile/config/pom.xml
The file was modified appserver/tests/tck/pom.xml
The file was modified appserver/tests/tck/concurrency/pom.xml
The file was modified appserver/jms/pom.xml
The file was modified nucleus/cluster/gms-bootstrap/pom.xml
The file was modified appserver/batch/batch-database/pom.xml
The file was modified appserver/appclient/client/acc/pom.xml
The file was modified appserver/extras/embedded/pom.xml
The file was modified appserver/tests/embedded/static/pom.xml
The file was modified appserver/load-balancer/gf-load-balancer-connector/pom.xml
The file was modified appserver/extras/appserv-rt/dist-frag/pom.xml
The file was modified nucleus/hk2/config-types/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-faces-tck/pom.xml
The file was modified appserver/jdbc/admin/pom.xml
The file was modified appserver/admingui/pom.xml
The file was modified nucleus/core/extra-jre-packages/pom.xml
The file was modified appserver/extras/embedded/shell/pom.xml
The file was modified appserver/persistence/cmp/enhancer/pom.xml
The file was modified appserver/extras/embedded/tests/pom.xml
The file was modified nucleus/security/ssl-impl/pom.xml
The file was modified appserver/extras/embedded/common/bootstrap/pom.xml
The file was modified appserver/tests/admingui/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-tests-utils/pom.xml
The file was modified appserver/appclient/server/pom.xml
The file was modified nucleus/core/api-exporter/pom.xml
The file was modified appserver/tests/quicklook/pom.xml
The file was modified docs/deployment-planning-guide/pom.xml
The file was modified appserver/connectors/connectors-connector/pom.xml
The file was modified appserver/resources/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/simple/pom.xml
The file was modified appserver/tests/embedded/pom.xml
The file was modified appserver/persistence/gf-jpa-connector/pom.xml
The file was modified appserver/extras/embedded/nucleus/pom.xml
The file was modified appserver/ejb/pom.xml
The file was modified appserver/persistence/cmp/internal-api/pom.xml
The file was modified nucleus/deployment/pom.xml
The file was modified appserver/extras/embedded/common/osgi-main/pom.xml
The file was modified docs/administration-guide/pom.xml
The file was modified appserver/tests/embedded/web/web-war/war/pom.xml
The file was modified appserver/web/web-core/pom.xml
The file was modified appserver/tests/quicklook/ejb/slsbnicmt/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tck/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/queryString/pom.xml
The file was modified appserver/tests/embedded/inplanted/pom.xml
The file was modified nucleus/osgi-platforms/osgi-container/pom.xml
The file was modified appserver/security/appclient.security/pom.xml
The file was modified appserver/appclient/client/acc-standalone/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/pom.xml
The file was modified appserver/tests/sse/basic/pom.xml
The file was modified appserver/tests/tck/pages/pom.xml
The file was modified appserver/ha/pom.xml
The file was modified nucleus/core/context-propagation/pom.xml
The file was modified appserver/ejb/ejb-internal-api/pom.xml
The file was modified nucleus/flashlight/framework/pom.xml
The file was modified docs/reference-manual/pom.xml
The file was modified nucleus/deployment/common/pom.xml
The file was modified appserver/tests/quicklook/wsit/JaxwsFromWsdl/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/sessionDestroyed/pom.xml
The file was modified docs/performance-tuning-guide/pom.xml
The file was modified nucleus/distributions/nucleus/pom.xml
The file was modified appserver/ejb/ejb-client/pom.xml
The file was modified appserver/tests/embedded/utils/pom.xml
The file was modified nucleus/admin/rest/rest-service/pom.xml
The file was modified docs/release-notes/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/pom.xml
The file was modified appserver/tests/embedded/ejb/remoteejb/pom.xml
The file was modified appserver/web/webtier-all/pom.xml
The file was modified appserver/security/ejb.security/pom.xml
The file was modified appserver/tests/cdi/negative/pom.xml
The file was modified appserver/web/weld-integration-test-fragment/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/websockets/pom.xml
The file was modified appserver/tests/tck/faces/pom.xml
The file was modified appserver/admingui/common/pom.xml
The file was modified appserver/featuresets/glassfish/pom.xml
The file was modified appserver/extras/jakartaee/pom.xml
The file was modified appserver/web/weld-integration/pom.xml
The file was modified appserver/orb/pom.xml
The file was modified appserver/jdbc/templates/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/pom.xml
The file was modified nucleus/security/core/pom.xml
The file was modified appserver/ha/ha-shoal-store/pom.xml
The file was modified appserver/tests/jakartaee/concurrency/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/jars/pom.xml
The file was modified docs/ha-administration-guide/pom.xml
The file was modified docs/installation-guide/pom.xml
The file was modified docs/add-on-component-development-guide/pom.xml
The file was modified nucleus/admin/rest/pom.xml
The file was modified appserver/common/annotation-framework/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsptest/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-model/pom.xml
The file was modified appserver/tests/paas/enable-disable-test/pom.xml
The file was modified appserver/web/web-embed/api/pom.xml
The file was modified appserver/tests/cdi/cases/pom.xml
The file was modified appserver/tests/paas/appscoped-db-with-resources-xml/pom.xml
The file was modified appserver/orb/orb-iiop/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsftest/pom.xml
The file was modified appserver/tests/cdi/pom.xml
The file was modified appserver/tests/cdi/negative/runner/pom.xml
The file was modified appserver/libpam4j/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment1/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell-frag/pom.xml
The file was modified appserver/admingui/dist-fragment/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/scattered/pom.xml
The file was modified appserver/web/gf-web-connector/pom.xml
The file was modified nucleus/distributions/atomic/pom.xml
The file was modified appserver/tests/paas/basic-db-with-resources-xml/pom.xml
The file was modified nucleus/featuresets/atomic/pom.xml
The file was modified appserver/extras/appserv-rt/pom.xml
The file was modified appserver/tests/embedded/web/web-all/pom.xml
The file was modified appserver/core/api-exporter-fragment/pom.xml
The file was modified appserver/tests/tck/jwt/pom.xml
The file was modified appserver/web/war-util/pom.xml
The file was modified appserver/webservices/metro-fragments/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-ra-distribution/pom.xml
The file was modified appserver/web/web-embed/pom.xml
The file was modified appserver/ejb/ejb-all/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/web/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/getRequestURI/pom.xml
The file was modified appserver/tests/tck/rest/pom.xml
The file was modified nucleus/core/logging/pom.xml
The file was modified appserver/admingui/jdbc/pom.xml
The file was modified appserver/admingui/jms-plugin/pom.xml
The file was modified appserver/security/webservices.security/pom.xml
The file was modified nucleus/admin/pom.xml
The file was modified appserver/tests/paas/basic-db-teardown-sql/pom.xml
The file was modified appserver/tests/paas/pom.xml
The file was modified nucleus/hk2/pom.xml
The file was modified appserver/appclient/client/pom.xml
The file was modified appserver/tests/tck/authorization/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/standalonewar/pom.xml
The file was modified appserver/tests/embedded/cdi_basic/pom.xml
The file was modified appserver/tests/cdi/cases/runner/pom.xml
The file was modified appserver/tests/embedded/static/ejb/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/pom.xml
The file was modified nucleus/admin/server-mgmt/pom.xml
The file was modified appserver/admin/admin-core/pom.xml
The file was modified appserver/admingui/full/pom.xml
The file was modified appserver/orb/orb-connector/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/pom.xml
The file was modified appserver/admingui/jts/pom.xml
The file was modified appserver/tests/paas/service_metadata/custom_db_name/pom.xml
The file was modified appserver/batch/glassfish-batch-commands/pom.xml
The file was modified appserver/connectors/connectors-inbound-runtime/pom.xml
The file was modified appserver/tests/hk2/isolation/runner/pom.xml
The file was modified appserver/concurrent/concurrent-impl/pom.xml
The file was modified nucleus/common/mbeanserver/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb1/pom.xml
The file was modified nucleus/diagnostics/diagnostics-api/pom.xml
The file was modified appserver/tests/quicklook/ejb/sfulnoi/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authentication-tck/pom.xml
The file was modified appserver/concurrent/concurrent-connector/pom.xml
The file was modified appserver/osgi-platforms/pom.xml
The file was modified appserver/persistence/cmp/support-sqlstore/pom.xml
The file was modified appserver/webservices/soap-tcp/pom.xml
The file was modified appserver/load-balancer/pom.xml
The file was modified nucleus/admin/rest/rest-client/pom.xml
The file was modified nucleus/grizzly/config/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/applicationDispatcher/pom.xml
The file was modified docs/parent/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/multiBeansApp/pom.xml
The file was modified appserver/tests/embedded/cdi_ejb_jpa/pom.xml
The file was modified appserver/tests/sse/videoplayer/pom.xml
The file was modified appserver/deployment/dol/pom.xml
The file was modified appserver/tests/paas/javaee_shared_service/pom.xml
The file was modified nucleus/common/simple-glassfish-api/pom.xml
The file was modified appserver/extras/embedded/common/instanceroot-builder/pom.xml
The file was modified appserver/appclient/client/appclient-scripts/pom.xml
The file was modified appserver/extras/jakartaee/dist-frag/pom.xml
The file was modified appserver/tests/embedded/web/web-api/pom.xml
The file was modified appserver/deployment/jakartaee-core/pom.xml
The file was modified appserver/persistence/cmp/support-ejb/pom.xml
The file was modified nucleus/admin/monitor/pom.xml
The file was modified appserver/admingui/web/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso1/pom.xml
The file was modified nucleus/common/amx-core/pom.xml
The file was modified appserver/extras/embedded/common/installroot-builder/pom.xml
The file was modified appserver/tests/tck/servlet/pom.xml
The file was modified appserver/jdbc/jdbc-runtime/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/pom.xml
The file was modified appserver/tests/tck/cdi/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/mdb/pom.xml
The file was modified appserver/jdbc/pom.xml
The file was modified appserver/tests/embedded/web/servlet/pom.xml
The file was modified appserver/tests/quicklook/ejb/cmp/pom.xml
The file was modified appserver/grizzly/glassfish-grizzly-extra-all/pom.xml
The file was modified nucleus/featuresets/pom.xml
The file was modified appserver/persistence/cmp/pom.xml
The file was modified appserver/web/web-sse/pom.xml
The file was modified nucleus/cluster/cli/pom.xml
The file was modified appserver/web/web-glue/pom.xml
The file was modified appserver/security/security-all/pom.xml
The file was modified appserver/extras/embedded/all/pom.xml
The file was modified appserver/admingui/ejb/pom.xml
The file was modified nucleus/core/pom.xml
The file was modified appserver/microprofile/pom.xml
The file was modified appserver/tests/paas/deployment-rollback/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-commands-tests/pom.xml
The file was modified appserver/web/admin/pom.xml
The file was modified appserver/transaction/jta/pom.xml
The file was modified appserver/tests/paas/bookstore/pom.xml
The file was modified appserver/resources/mail/pom.xml
The file was modified appserver/ejb/ejb-container/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/ejb1/pom.xml
The file was modified appserver/load-balancer/admin/pom.xml
The file was modified nucleus/common/glassfish-api/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/remoteejbs/pom.xml
The file was modified appserver/appclient/server/connector/pom.xml
The file was modified appserver/resources/resources-connector/pom.xml
The file was modified appserver/persistence/eclipselink-wrapper/pom.xml
The file was modified docs/troubleshooting-guide/pom.xml
The file was modified nucleus/pom.xml
The file was modified nucleus/hk2/config-generator/pom.xml
The file was modified appserver/ejb/ejb-timer-service-app/pom.xml
The file was modified appserver/tests/tck/tck-download/javatest/pom.xml
The file was modified appserver/tests/paas/ext-shared-service-enable-disable-test/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment2/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/pom.xml
The file was modified nucleus/grizzly/nucleus-grizzly-all/pom.xml
The file was modified appserver/distributions/glassfish/pom.xml
The file was modified appserver/flashlight/client/pom.xml
The file was modified appserver/tests/embedded/static/web/pom.xml
The file was modified appserver/tests/paas/external-db-service/test/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/ejb-auth-async/scheduler-service/pom.xml
The file was modified nucleus/flashlight/flashlight-extra-jdk-packages/pom.xml
The file was modified appserver/tests/paas/basic-service-discovery/pom.xml
The file was modified appserver/distributions/pom.xml
The file was modified appserver/tests/quicklook/wsit/jsr109tester/pom.xml
The file was modified appserver/tests/embedded/scatteredarchive/pom.xml
The file was modified nucleus/cluster/admin/pom.xml
The file was modified appserver/jms/jmsra/pom.xml
The file was modified appserver/tests/cdi/negative/normalScopeWithFinal/pom.xml
The file was modified appserver/common/pom.xml
The file was modified docs/pom.xml
The file was modified appserver/tests/hk2/isolation/web/pom.xml
The file was modified appserver/tests/embedded/wrapper/pom.xml
The file was modified appserver/extras/embedded/web/pom.xml
The file was modified docs/distribution/pom.xml
The file was modified appserver/extras/pom.xml
The file was modified docs/publish/pom.xml
The file was modified nucleus/diagnostics/context/pom.xml
The file was modified nucleus/admin/util/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell/pom.xml
The file was modified appserver/featuresets/pom.xml
The file was modified appserver/web/gui-plugin-common/pom.xml
The file was modified nucleus/grizzly/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jmxUndeployEvent/pom.xml
The file was modified appserver/jms/jms-core/pom.xml
The file was modified appserver/tests/quicklook/ejb/singleton/pom.xml
The file was modified nucleus/common/internal-api/pom.xml
The file was modified appserver/tests/jakartaee/pom.xml
The file was modified appserver/tests/tck/tck-download/pom.xml
The file was modified appserver/tests/paas/helloworld/pom.xml
The file was modified appserver/distributions/glassfish-common/pom.xml
The file was modified docs/application-deployment-guide/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/pom.xml
The file was modified appserver/batch/glassfish-batch-connector/pom.xml
The file was modified appserver/tests/tck/microprofile/config/pom.xml
The file was modified nucleus/diagnostics/pom.xml
The file was modified appserver/common/glassfish-ee-api/pom.xml
The file was modified appserver/ant-tasks/pom.xml
The file was modified appserver/appclient/server/core/pom.xml
The file was modified appserver/tests/quicklook/ejb/embedded/pom.xml
The file was modified appserver/common/amx-jakartaee/pom.xml
The file was modified nucleus/distributions/pom.xml
The file was modified appserver/tests/appserv-tests/util/reportbuilder/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/advanced/pom.xml
The file was modified appserver/persistence/cmp/model/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/multipleApps/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/ear/pom.xml
The file was modified appserver/featuresets/web/pom.xml
The file was modified appserver/tests/embedded/web/web-war/test/pom.xml
The file was modified appserver/webservices/webservices-scripts/pom.xml
The file was modified appserver/persistence/cmp/cmp-all/pom.xml
The file was modified appserver/web/jersey-mvc-connector/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/app/pom.xml
The file was modified nucleus/common/scattered-archive-api/pom.xml
The file was modified appserver/common/stats77/pom.xml
The file was modified appserver/security/pom.xml
The file was modified appserver/tests/quicklook/adminconsole/pom.xml
The file was modified appserver/transaction/pom.xml
The file was modified appserver/tests/embedded/static/ejb/simple/pom.xml
The file was modified appserver/webservices/connector/pom.xml
The file was modified appserver/ha/ha-shoal-cache-bootstrap/pom.xml
The file was modified nucleus/common/pom.xml
The file was modified appserver/jms/gf-jms-injection/pom.xml
The file was modified appserver/grizzly/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb1/pom.xml
The file was modified appserver/osgi-platforms/glassfish-osgi-console-plugin/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-full/pom.xml
The file was modified appserver/distributions/web/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/pom.xml
The file was modified appserver/admingui/corba/pom.xml
The file was modified nucleus/admin/launcher/pom.xml
The file was modified nucleus/distributions/nucleus-common/pom.xml
The file was modified nucleus/glassfish-jul-extension/pom.xml
The file was modified appserver/persistence/cmp/utility/pom.xml
The file was modified appserver/persistence/common/pom.xml
The file was modified appserver/tests/paas/external-and-shared-service/pom.xml
The file was modified appserver/orb/orb-enabler/pom.xml
The file was modified nucleus/security/services/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/init/pom.xml
The file was modified appserver/appclient/client/acc-config/pom.xml
The file was modified appserver/security/jaspic-provider-framework/pom.xml
The file was modified appserver/tests/paas/basic-shared-service-test/pom.xml
The file was modified nucleus/deployment/admin/pom.xml
The file was modified appserver/web/gf-weld-connector/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-rest-tck/pom.xml
The file was modified nucleus/admin/rest/rest-testing/pom.xml
The file was modified nucleus/cluster/ssh/pom.xml
The file was modified nucleus/admin/rest/gf-restadmin-connector/pom.xml
The file was modified appserver/tests/embedded/servlet_runs_admin_cmds/pom.xml
The file was modified nucleus/test-utils/pom.xml
The file was modified appserver/tests/quicklook/amx/pom.xml
The file was modified appserver/tests/embedded/ejb/pom.xml
The file was modified nucleus/osgi-platforms/pom.xml
The file was modified appserver/tests/embedded/basic/pom.xml
The file was modified nucleus/cluster/pom.xml
The file was modified appserver/connectors/connectors-runtime/pom.xml
The file was modified appserver/webservices/pom.xml
The file was modified appserver/tests/embedded/mysql/pom.xml
The file was modified appserver/tests/tck/validation/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/pom.xml
The file was modified appserver/tests/paas/basic-db-initsql/pom.xml
The file was modified appserver/admingui/cluster/pom.xml
The file was modified appserver/extras/embedded/common/osgi-modules-uninstaller/pom.xml
The file was modified appserver/tests/tck/authentication/pom.xml
The file was modified nucleus/deployment/autodeploy/pom.xml
The file was modified appserver/tests/appserv-tests/cciblackbox-tx/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/pom.xml
The file was modified nucleus/cluster/common/pom.xml
The file was modified nucleus/core/bootstrap/pom.xml
The file was modified nucleus/flashlight/pom.xml
The file was modified appserver/tests/admin/pom.xml
The file was modified appserver/admingui/plugin-service/pom.xml
The file was modified nucleus/core/kernel/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/mydb-plugin/pom.xml
The file was modified appserver/tests/admin/tests/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/static-shell-init/pom.xml
The file was modified appserver/tests/tck/expression_language/pom.xml
The file was modified appserver/deployment/jakartaee-full/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/pom.xml
The file was modified nucleus/hk2/tiger-types/pom.xml
The file was modified appserver/featuresets/debug/pom.xml
The file was modified appserver/transaction/internal-api/pom.xml
The file was modified appserver/tests/tck/tck-runner/pom.xml
The file was modified appserver/tests/pom.xml
The file was modified pom.xml
The file was modified appserver/extras/jakartaee/manifest-jar/pom.xml
The file was modified appserver/web/web-ha/pom.xml
The file was modified appserver/tests/embedded/basic/lifecycle/pom.xml
The file was modified nucleus/deployment/dtds/pom.xml
The file was modified appserver/tests/quicklook/admin/pom.xml
The file was modified docs/security-guide/pom.xml
The file was modified nucleus/cluster/gms-adapter/pom.xml
The file was modified appserver/tests/paas/basic-db/pom.xml
The file was modified appserver/osgi-platforms/felix-webconsole-extension/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-ant-based-tck/pom.xml
The file was modified nucleus/admin/cli/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/programmatic-authentication/pom.xml
The file was modified appserver/web/pom.xml
The file was modified appserver/microprofile/connectors/pom.xml
The file was modified appserver/web/web-naming/pom.xml
The file was modified appserver/tests/admingui/auto-test/pom.xml
The file was modified appserver/admingui/community-theme/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/pom.xml
The file was modified appserver/web/weld-integration-fragment/pom.xml
The file was modified appserver/web/jsf-connector/pom.xml
The file was modified appserver/resources/resources-runtime/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war1/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/secureWebApp/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-core/pom.xml
The file was modified appserver/tests/quicklook/rest/pom.xml
The file was modified appserver/tests/tck/tck-download/tsharness/pom.xml
The file was modified appserver/extras/appserv-rt/manifest-jar/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/webservice/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war2/pom.xml
The file was modified appserver/ldapbp/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/war/pom.xml
The file was modified appserver/web/cdi-api-fragment/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-interactive/pom.xml
The file was modified appserver/security/webintegration/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/localejbs/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/lib/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/basic/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/spetest/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/common/pom.xml
The file was modified appserver/tests/embedded/glassfish_resources_xml/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell/pom.xml
The file was modified appserver/jdbc/jdbc-ra/pom.xml
The file was modified appserver/ejb/ejb-full-container/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/runner/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars-xa/pom.xml
The file was modified appserver/deployment/pom.xml
The file was modified nucleus/admin/template/pom.xml
The file was modified appserver/tests/quicklook/ejb/remoteview/pom.xml
The file was modified appserver/connectors/descriptors/pom.xml
The file was modified appserver/persistence/cmp/generator-database/pom.xml
The file was modified appserver/tests/community/pom.xml
The file was modified nucleus/featuresets/nucleus/pom.xml
The file was modified appserver/ejb/ejb-timer-databases/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/mq-test/pom.xml
The file was modified appserver/tests/paas/lazy-shared-service-test/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/lib1/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/advanced/pom.xml
The file was modified appserver/tests/quicklook/jms/injection/pom.xml
The file was modified appserver/transaction/jts/pom.xml
The file was modified appserver/web/jspcaching-connector/pom.xml
The file was modified appserver/tests/paas/basic-bookstore-dns/pom.xml
The file was modified appserver/resources/mail/mail-runtime/pom.xml
The file was modified appserver/deployment/dtds/pom.xml
The file was modified appserver/tests/embedded/web/pom.xml
The file was modified appserver/tests/paas/scale_service/pom.xml
The file was modified nucleus/parent/pom.xml
The file was modified appserver/admingui/jca/pom.xml
The file was modified appserver/admin/backup/pom.xml
The file was modified appserver/jms/gf-jms-connector/pom.xml
The file was modified nucleus/xmlbind-annotations/pom.xml
The file was modified appserver/web/jstl-connector/pom.xml
The file was modified appserver/admingui/ejb-lite/pom.xml
The file was modified appserver/tests/paas/external-db-service/generatederbyvm/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso2/pom.xml
The file was modified appserver/webservices/metro-glue/pom.xml
The file was modified appserver/common/glassfish-naming/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb2/pom.xml
The file was modified appserver/connectors/pom.xml
The file was modified appserver/tests/admin/admin-extension/pom.xml
The file was modified qa/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc40/pom.xml
The file was modified appserver/batch/pom.xml
The file was modified docs/website/pom.xml
The file was modified appserver/ha/ha-file-store/pom.xml
The file was modified nucleus/admin/config-api/pom.xml
The file was modified appserver/tests/hk2/cdi/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authorization-tck/pom.xml
The file was modified appserver/ejb/ejb-connector/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/runner/pom.xml
The file was modified docs/embedded-server-guide/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment3/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/ejb_lite_basic/pom.xml
The file was modified appserver/pom.xml
The file was modified appserver/tests/paas/external-db-service/pom.xml
The file was modified appserver/admingui/dataprovider/pom.xml
The file was modified appserver/tests/embedded/web/web-war/pom.xml
The file was modified appserver/connectors/connectors-internal-api/pom.xml
The file was modified appserver/admin/template/pom.xml
The file was modified appserver/grizzly/grizzly-container/pom.xml
The file was modified appserver/persistence/pom.xml
The file was modified appserver/flashlight/pom.xml
The file was modified appserver/web/jersey-ejb-component-provider/pom.xml
The file was modified nucleus/hk2/hk2-config/pom.xml
The file was modified appserver/jms/admin/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/runner/pom.xml
The file was modified appserver/persistence/oracle-jdbc-driver-packages/pom.xml
The file was modified nucleus/flashlight/agent/pom.xml
The file was modified appserver/admin/pom.xml
The file was modified nucleus/deployment/schemas/pom.xml
The file was modified appserver/admin/cli-optional/pom.xml
The file was modified nucleus/resources/pom.xml
The file was modified docs/error-messages-reference/pom.xml
The file was modified nucleus/osgi-platforms/felix/pom.xml
The file was modified appserver/tests/embedded/ejb/basic/pom.xml
The file was modified docs/application-development-guide/pom.xml
The file was modified appserver/admingui/gf-admingui-connector/pom.xml
The file was modified appserver/tests/embedded/web/autodelete/pom.xml
The file was modified docs/upgrade-guide/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-remote/pom.xml
The file was modified docs/quick-start-guide/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/filterURIMapping/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/index/pom.xml
The file was modified appserver/admingui/core/pom.xml
The file was modified appserver/core/jakartaee-kernel/pom.xml
The file was modified appserver/security/core-ee/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-expression-language-tck/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/runner/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/pom.xml
The file was modified appserver/concurrent/pom.xml
The file was modified appserver/tests/hk2/pom.xml
The file was modified nucleus/security/pom.xml
The file was modified appserver/persistence/jpa-container/pom.xml
The file was modified appserver/tests/embedded/ejb/ejb-api/pom.xml
The file was modified appserver/webservices/jsr109-impl/pom.xml
The file was modified appserver/tests/embedded/ejb/ejb-main/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/basic/pom.xml
The file was modified appserver/deployment/schemas/pom.xml
The file was modified appserver/admingui/concurrent/pom.xml
The file was modified appserver/persistence/entitybean-container/pom.xml
The file was modified appserver/resources/mail/mail-connector/pom.xml
The file was modified appserver/persistence/cmp/ejb-mapping/pom.xml
The file was modified appserver/tests/tck/microprofile/pom.xml
The file was modified appserver/extras/embedded/common/pom.xml
The file was modified appserver/tests/amx/pom.xml
The file was modified appserver/tests/paas/basic-jpa/pom.xml
The file was modified appserver/admingui/war/pom.xml
The file was modified appserver/tests/paas/basic/pom.xml
The file was modified appserver/tests/paas/service_metadata/provision_using_specified_template/pom.xml
The file was modified appserver/appclient/pom.xml
The file was modified appserver/connectors/admin/pom.xml
The file was modified appserver/tests/paas/service_metadata/pom.xml
The file was modified appserver/core/pom.xml
The file was modified appserver/common/container-common/pom.xml
The file was modified nucleus/common/common-util/pom.xml
The file was modified appserver/connectors/work-management/pom.xml
The file was modified appserver/tests/appserv-tests/pom.xml
The file was modified appserver/tests/hk2/isolation/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-servlet-tck/pom.xml
The file was modified appserver/persistence/cmp/cmp-scripts/pom.xml
Commit 0b1e1093abed083e0848897c951008ef12ae0064 by Glassfish Bot
Prepare release 7.0.1
The file was modified appserver/admingui/full/pom.xml
The file was modified appserver/ejb/ejb-all/pom.xml
The file was modified appserver/ejb/ejb-connector/pom.xml
The file was modified nucleus/deployment/pom.xml
The file was modified appserver/webservices/webservices-scripts/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/pom.xml
The file was modified appserver/concurrent/concurrent-impl/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/mq-test/pom.xml
The file was modified appserver/admingui/jca/pom.xml
The file was modified appserver/tests/paas/external-db-service/test/pom.xml
The file was modified appserver/tests/appserv-tests/util/reportbuilder/pom.xml
The file was modified nucleus/admin/pom.xml
The file was modified nucleus/flashlight/flashlight-extra-jdk-packages/pom.xml
The file was modified appserver/tests/sse/basic/pom.xml
The file was modified nucleus/admin/cli/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-commands-tests/pom.xml
The file was modified appserver/extras/appserv-rt/dist-frag/pom.xml
The file was modified nucleus/core/bootstrap/pom.xml
The file was modified appserver/connectors/connectors-internal-api/pom.xml
The file was modified appserver/web/cdi-api-fragment/pom.xml
The file was modified appserver/tests/tck/cdi/pom.xml
The file was modified appserver/tests/quicklook/rest/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-servlet-tck/pom.xml
The file was modified appserver/jdbc/admin/pom.xml
The file was modified appserver/tests/admin/tests/pom.xml
The file was modified appserver/jms/gf-jms-connector/pom.xml
The file was modified appserver/extras/embedded/common/instanceroot-builder/pom.xml
The file was modified appserver/jms/jms-core/pom.xml
The file was modified appserver/tests/paas/ext-shared-service-enable-disable-test/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/static-shell-init/pom.xml
The file was modified appserver/transaction/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/pom.xml
The file was modified appserver/tests/paas/pom.xml
The file was modified appserver/connectors/connectors-runtime/pom.xml
The file was modified appserver/extras/embedded/tests/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/mydb-plugin/pom.xml
The file was modified nucleus/distributions/nucleus/pom.xml
The file was modified appserver/tests/paas/basic-db-with-resources-xml/pom.xml
The file was modified appserver/tests/embedded/basic/pom.xml
The file was modified appserver/distributions/glassfish/pom.xml
The file was modified appserver/tests/cdi/negative/normalScopeWithFinal/pom.xml
The file was modified nucleus/common/common-util/pom.xml
The file was modified appserver/deployment/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/ejb_lite_basic/pom.xml
The file was modified appserver/tests/paas/deployment-rollback/pom.xml
The file was modified appserver/orb/pom.xml
The file was modified appserver/security/core-ee/pom.xml
The file was modified appserver/core/jakartaee-kernel/pom.xml
The file was modified nucleus/core/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/ear/pom.xml
The file was modified appserver/flashlight/client/pom.xml
The file was modified appserver/web/gf-weld-connector/pom.xml
The file was modified appserver/security/appclient.security/pom.xml
The file was modified appserver/extras/embedded/shell/pom.xml
The file was modified nucleus/admin/server-mgmt/pom.xml
The file was modified appserver/tests/paas/basic-db-initsql/pom.xml
The file was modified appserver/tests/tck/tck-runner/pom.xml
The file was modified appserver/appclient/client/pom.xml
The file was modified appserver/persistence/cmp/internal-api/pom.xml
The file was modified appserver/tests/quicklook/jms/injection/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/pom.xml
The file was modified appserver/admingui/core/pom.xml
The file was modified nucleus/deployment/autodeploy/pom.xml
The file was modified appserver/admingui/concurrent/pom.xml
The file was modified appserver/transaction/jts/pom.xml
The file was modified docs/upgrade-guide/pom.xml
The file was modified appserver/persistence/cmp/enhancer/pom.xml
The file was modified appserver/tests/paas/basic-jpa/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-faces-tck/pom.xml
The file was modified appserver/tests/paas/basic-shared-service-test/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/pom.xml
The file was modified appserver/tests/quicklook/ejb/singleton/pom.xml
The file was modified appserver/tests/quicklook/ejb/embedded/pom.xml
The file was modified appserver/jms/pom.xml
The file was modified docs/troubleshooting-guide/pom.xml
The file was modified nucleus/flashlight/agent/pom.xml
The file was modified appserver/tests/embedded/cdi_ejb_jpa/pom.xml
The file was modified appserver/web/weld-integration-fragment/pom.xml
The file was modified appserver/extras/jakartaee/dist-frag/pom.xml
The file was modified appserver/web/web-sse/pom.xml
The file was modified nucleus/cluster/common/pom.xml
The file was modified appserver/flashlight/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-ant-based-tck/pom.xml
The file was modified appserver/tests/paas/bookstore/pom.xml
The file was modified appserver/admingui/ejb-lite/pom.xml
The file was modified appserver/common/glassfish-ee-api/pom.xml
The file was modified appserver/extras/embedded/nucleus/pom.xml
The file was modified nucleus/common/simple-glassfish-api/pom.xml
The file was modified appserver/deployment/jakartaee-full/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb2/pom.xml
The file was modified nucleus/grizzly/config/pom.xml
The file was modified appserver/load-balancer/pom.xml
The file was modified appserver/persistence/cmp/generator-database/pom.xml
The file was modified nucleus/deployment/schemas/pom.xml
The file was modified appserver/resources/mail/mail-connector/pom.xml
The file was modified appserver/tests/cdi/cases/pom.xml
The file was modified appserver/tests/paas/external-db-service/pom.xml
The file was modified nucleus/common/internal-api/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/jars/pom.xml
The file was modified appserver/batch/pom.xml
The file was modified appserver/tests/paas/service_metadata/provision_using_specified_template/pom.xml
The file was modified appserver/tests/quicklook/ejb/sfulnoi/pom.xml
The file was modified appserver/webservices/pom.xml
The file was modified appserver/tests/tck/servlet/pom.xml
The file was modified appserver/batch/batch-database/pom.xml
The file was modified nucleus/deployment/dtds/pom.xml
The file was modified appserver/web/jersey-ejb-component-provider/pom.xml
The file was modified appserver/distributions/glassfish-common/pom.xml
The file was modified appserver/persistence/cmp/utility/pom.xml
The file was modified appserver/extras/embedded/common/osgi-modules-uninstaller/pom.xml
The file was modified appserver/tests/embedded/web/web-war/test/pom.xml
The file was modified appserver/web/weld-integration/pom.xml
The file was modified nucleus/hk2/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsftest/pom.xml
The file was modified docs/deployment-planning-guide/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-rest-tck/pom.xml
The file was modified nucleus/admin/monitor/pom.xml
The file was modified nucleus/common/glassfish-api/pom.xml
The file was modified appserver/persistence/cmp/model/pom.xml
The file was modified nucleus/admin/config-api/pom.xml
The file was modified docs/administration-guide/pom.xml
The file was modified appserver/tests/embedded/ejb/basic/pom.xml
The file was modified appserver/tests/appserv-tests/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/multipleApps/pom.xml
The file was modified nucleus/deployment/admin/pom.xml
The file was modified appserver/deployment/dtds/pom.xml
The file was modified appserver/tests/embedded/static/ejb/simple/pom.xml
The file was modified docs/quick-start-guide/pom.xml
The file was modified appserver/tests/tck/tck-download/tsharness/pom.xml
The file was modified appserver/webservices/jsr109-impl/pom.xml
The file was modified appserver/extras/jakartaee/pom.xml
The file was modified appserver/admingui/dataprovider/pom.xml
The file was modified appserver/transaction/jta/pom.xml
The file was modified appserver/jms/admin/pom.xml
The file was modified appserver/web/web-glue/pom.xml
The file was modified appserver/webservices/connector/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/programmatic-authentication/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/multiBeansApp/pom.xml
The file was modified appserver/tests/embedded/web/servlet/pom.xml
The file was modified nucleus/cluster/admin/pom.xml
The file was modified appserver/tests/embedded/ejb/ejb-main/pom.xml
The file was modified appserver/web/jersey-mvc-connector/pom.xml
The file was modified appserver/tests/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/secureWebApp/pom.xml
The file was modified appserver/ldapbp/pom.xml
The file was modified appserver/connectors/pom.xml
The file was modified appserver/load-balancer/gf-load-balancer-connector/pom.xml
The file was modified appserver/microprofile/pom.xml
The file was modified appserver/ejb/ejb-timer-databases/pom.xml
The file was modified appserver/persistence/jpa-container/pom.xml
The file was modified appserver/tests/embedded/basic/lifecycle/pom.xml
The file was modified appserver/tests/paas/helloworld/pom.xml
The file was modified appserver/tests/admingui/pom.xml
The file was modified appserver/extras/embedded/common/osgi-main/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/pom.xml
The file was modified docs/website/pom.xml
The file was modified nucleus/grizzly/nucleus-grizzly-all/pom.xml
The file was modified nucleus/cluster/gms-bootstrap/pom.xml
The file was modified nucleus/core/api-exporter/pom.xml
The file was modified appserver/resources/resources-runtime/pom.xml
The file was modified nucleus/admin/rest/gf-restadmin-connector/pom.xml
The file was modified appserver/web/pom.xml
The file was modified appserver/admingui/pom.xml
The file was modified nucleus/admin/launcher/pom.xml
The file was modified appserver/tests/tck/tck-download/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso1/pom.xml
The file was modified appserver/tests/quicklook/wsit/jsr109tester/pom.xml
The file was modified appserver/tests/jakartaee/concurrency/pom.xml
The file was modified appserver/tests/admingui/auto-test/pom.xml
The file was modified appserver/tests/embedded/cdi_basic/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war1/pom.xml
The file was modified appserver/admingui/community-theme/pom.xml
The file was modified appserver/common/stats77/pom.xml
The file was modified appserver/persistence/cmp/cmp-scripts/pom.xml
The file was modified appserver/security/jaspic-provider-framework/pom.xml
The file was modified appserver/admingui/cluster/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-model/pom.xml
The file was modified appserver/tests/embedded/static/web/pom.xml
The file was modified appserver/admingui/war/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/runner/pom.xml
The file was modified nucleus/featuresets/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/getRequestURI/pom.xml
The file was modified appserver/tests/hk2/isolation/web/pom.xml
The file was modified appserver/web/web-core/pom.xml
The file was modified nucleus/deployment/common/pom.xml
The file was modified appserver/tests/cdi/negative/runner/pom.xml
The file was modified nucleus/admin/rest/rest-client/pom.xml
The file was modified docs/application-development-guide/pom.xml
The file was modified nucleus/hk2/hk2-config/pom.xml
The file was modified docs/add-on-component-development-guide/pom.xml
The file was modified appserver/jdbc/jdbc-ra/pom.xml
The file was modified appserver/appclient/client/acc-config/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/pom.xml
The file was modified appserver/tests/cdi/cases/runner/pom.xml
The file was modified appserver/tests/embedded/static/ejb/pom.xml
The file was modified nucleus/diagnostics/pom.xml
The file was modified nucleus/pom.xml
The file was modified appserver/extras/appserv-rt/pom.xml
The file was modified appserver/extras/jakartaee/manifest-jar/pom.xml
The file was modified nucleus/featuresets/nucleus/pom.xml
The file was modified appserver/tests/embedded/scatteredarchive/pom.xml
The file was modified appserver/tests/paas/appscoped-db-with-resources-xml/pom.xml
The file was modified appserver/grizzly/pom.xml
The file was modified appserver/tests/tck/faces/pom.xml
The file was modified appserver/batch/glassfish-batch-commands/pom.xml
The file was modified appserver/featuresets/debug/pom.xml
The file was modified appserver/ejb/ejb-internal-api/pom.xml
The file was modified nucleus/featuresets/atomic/pom.xml
The file was modified appserver/persistence/cmp/cmp-all/pom.xml
The file was modified appserver/tests/hk2/isolation/pom.xml
The file was modified appserver/persistence/eclipselink-wrapper/pom.xml
The file was modified nucleus/distributions/nucleus-common/pom.xml
The file was modified nucleus/security/services/pom.xml
The file was modified appserver/tests/paas/service_metadata/custom_db_name/pom.xml
The file was modified appserver/tests/sse/videoplayer/pom.xml
The file was modified appserver/web/weld-integration-test-fragment/pom.xml
The file was modified appserver/orb/orb-enabler/pom.xml
The file was modified appserver/tests/hk2/cdi/pom.xml
The file was modified nucleus/osgi-platforms/pom.xml
The file was modified docs/parent/pom.xml
The file was modified appserver/persistence/cmp/pom.xml
The file was modified appserver/ejb/ejb-container/pom.xml
The file was modified appserver/admin/cli-optional/pom.xml
The file was modified appserver/microprofile/config/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/pom.xml
The file was modified nucleus/grizzly/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/web/pom.xml
The file was modified appserver/web/jsf-connector/pom.xml
The file was modified appserver/jdbc/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/standalonewar/pom.xml
The file was modified appserver/tests/tck/microprofile/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/common/pom.xml
The file was modified appserver/tests/embedded/servlet_runs_admin_cmds/pom.xml
The file was modified appserver/ant-tasks/pom.xml
The file was modified appserver/ha/pom.xml
The file was modified appserver/web/web-naming/pom.xml
The file was modified appserver/tests/tck/validation/pom.xml
The file was modified nucleus/core/logging/pom.xml
The file was modified appserver/appclient/server/pom.xml
The file was modified appserver/concurrent/concurrent-connector/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/webservice/pom.xml
The file was modified appserver/tests/embedded/ejb/remoteejb/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-tests-utils/pom.xml
The file was modified nucleus/diagnostics/context/pom.xml
The file was modified nucleus/distributions/atomic/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell-frag/pom.xml
The file was modified appserver/security/ejb.security/pom.xml
The file was modified appserver/web/web-ha/pom.xml
The file was modified appserver/admingui/dist-fragment/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb1/pom.xml
The file was modified nucleus/cluster/ssh/pom.xml
The file was modified appserver/orb/orb-iiop/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/applicationDispatcher/pom.xml
The file was modified appserver/tests/paas/basic/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-interactive/pom.xml
The file was modified nucleus/common/pom.xml
The file was modified nucleus/common/scattered-archive-api/pom.xml
The file was modified docs/release-notes/pom.xml
The file was modified appserver/orb/orb-connector/pom.xml
The file was modified appserver/tests/paas/service_metadata/pom.xml
The file was modified appserver/admingui/gf-admingui-connector/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/advanced/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-ra-distribution/pom.xml
The file was modified appserver/jdbc/templates/pom.xml
The file was modified appserver/common/container-common/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/war/pom.xml
The file was modified nucleus/resources/pom.xml
The file was modified appserver/admingui/jms-plugin/pom.xml
The file was modified appserver/web/jstl-connector/pom.xml
The file was modified appserver/web/web-embed/api/pom.xml
The file was modified appserver/concurrent/pom.xml
The file was modified appserver/security/pom.xml
The file was modified qa/pom.xml
The file was modified appserver/tests/paas/basic-db/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/queryString/pom.xml
The file was modified nucleus/hk2/tiger-types/pom.xml
The file was modified appserver/osgi-platforms/glassfish-osgi-console-plugin/pom.xml
The file was modified appserver/persistence/common/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/pom.xml
The file was modified appserver/security/security-all/pom.xml
The file was modified nucleus/osgi-platforms/felix/pom.xml
The file was modified appserver/web/gf-web-connector/pom.xml
The file was modified appserver/core/pom.xml
The file was modified appserver/tests/paas/enable-disable-test/pom.xml
The file was modified appserver/distributions/docker/pom.xml
The file was modified appserver/extras/embedded/web/pom.xml
The file was modified appserver/tests/embedded/static/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/lib/pom.xml
The file was modified appserver/pom.xml
The file was modified appserver/tests/embedded/web/autodelete/pom.xml
The file was modified appserver/tests/embedded/utils/pom.xml
The file was modified appserver/ha/ha-file-store/pom.xml
The file was modified appserver/persistence/gf-jpa-connector/pom.xml
The file was modified appserver/tests/cdi/negative/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jmxUndeployEvent/pom.xml
The file was modified appserver/admingui/common/pom.xml
The file was modified appserver/appclient/client/appclient-scripts/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb1/pom.xml
The file was modified nucleus/hk2/config-generator/pom.xml
The file was modified docs/embedded-server-guide/pom.xml
The file was modified appserver/persistence/cmp/support-sqlstore/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsptest/pom.xml
The file was modified appserver/extras/embedded/pom.xml
The file was modified appserver/tests/paas/javaee_shared_service/pom.xml
The file was modified appserver/transaction/internal-api/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/mdb/pom.xml
The file was modified appserver/web/gui-plugin-common/pom.xml
The file was modified appserver/extras/embedded/common/pom.xml
The file was modified appserver/load-balancer/admin/pom.xml
The file was modified appserver/tests/tck/microprofile/config/pom.xml
The file was modified appserver/tests/tck/pages/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/basic/pom.xml
The file was modified nucleus/core/context-propagation/pom.xml
The file was modified appserver/web/war-util/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/runner/pom.xml
The file was modified appserver/distributions/web/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/localejbs/pom.xml
The file was modified docs/application-deployment-guide/pom.xml
The file was modified appserver/ejb/pom.xml
The file was modified nucleus/core/extra-jre-packages/pom.xml
The file was modified appserver/tests/cdi/pom.xml
The file was modified appserver/extras/embedded/common/bootstrap/pom.xml
The file was modified appserver/tests/embedded/web/web-war/pom.xml
The file was modified appserver/tests/tck/expression_language/pom.xml
The file was modified appserver/tests/amx/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/dirListing/pom.xml
The file was modified nucleus/security/core/pom.xml
The file was modified appserver/web/webtier-all/pom.xml
The file was modified docs/error-messages-reference/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-core/pom.xml
The file was modified nucleus/admin/rest/rest-service/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/init/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/app/pom.xml
The file was modified appserver/ha/ha-shoal-cache-bootstrap/pom.xml
The file was modified appserver/tests/hk2/isolation/runner/pom.xml
The file was modified appserver/core/api-exporter-fragment/pom.xml
The file was modified appserver/tests/quicklook/ejb/cmp/pom.xml
The file was modified appserver/jms/jmsra/pom.xml
The file was modified appserver/tests/paas/basic-db-teardown-sql/pom.xml
The file was modified nucleus/glassfish-jul-extension/pom.xml
The file was modified appserver/tests/quicklook/amx/pom.xml
The file was modified appserver/resources/mail/mail-runtime/pom.xml
The file was modified appserver/tests/quicklook/admin/pom.xml
The file was modified appserver/webservices/metro-glue/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-full/pom.xml
The file was modified nucleus/test-utils/pom.xml
The file was modified appserver/deployment/schemas/pom.xml
The file was modified appserver/tests/paas/lazy-shared-service-test/pom.xml
The file was modified appserver/tests/tck/concurrency/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars-xa/pom.xml
The file was modified docs/distribution/pom.xml
The file was modified appserver/common/amx-jakartaee/pom.xml
The file was modified nucleus/flashlight/pom.xml
The file was modified appserver/admin/admin-core/pom.xml
The file was modified appserver/tests/jakartaee/pom.xml
The file was modified appserver/resources/pom.xml
The file was modified appserver/extras/embedded/common/installroot-builder/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/simple/pom.xml
The file was modified appserver/tests/paas/basic-bookstore-dns/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc40/pom.xml
The file was modified nucleus/admin/rest/pom.xml
The file was modified docs/ha-administration-guide/pom.xml
The file was modified appserver/admin/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb2/pom.xml
The file was modified nucleus/hk2/config-types/pom.xml
The file was modified docs/security-guide/pom.xml
The file was modified appserver/jdbc/jdbc-runtime/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment2/pom.xml
The file was modified docs/reference-manual/pom.xml
The file was modified appserver/admingui/jts/pom.xml
The file was modified appserver/libpam4j/pom.xml
The file was modified appserver/appclient/server/connector/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/basic/pom.xml
The file was modified appserver/tests/embedded/wrapper/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-remote/pom.xml
The file was modified appserver/resources/resources-connector/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/websockets/pom.xml
The file was modified appserver/featuresets/pom.xml
The file was modified appserver/appclient/client/acc/pom.xml
The file was modified nucleus/distributions/pom.xml
The file was modified appserver/connectors/work-management/pom.xml
The file was modified appserver/admingui/jdbc/pom.xml
The file was modified appserver/connectors/connectors-connector/pom.xml
The file was modified appserver/tests/paas/basic-service-discovery/pom.xml
The file was modified appserver/tests/paas/external-db-service/generatederbyvm/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso2/pom.xml
The file was modified appserver/tests/tck/rest/pom.xml
The file was modified appserver/tests/embedded/ejb/pom.xml
The file was modified appserver/tests/embedded/mysql/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/spetest/pom.xml
The file was modified appserver/appclient/server/core/pom.xml
The file was modified appserver/tests/paas/scale_service/pom.xml
The file was modified appserver/admingui/ejb/pom.xml
The file was modified appserver/jms/gf-jms-injection/pom.xml
The file was modified appserver/ejb/ejb-timer-service-app/pom.xml
The file was modified appserver/persistence/cmp/support-ejb/pom.xml
The file was modified appserver/grizzly/glassfish-grizzly-extra-all/pom.xml
The file was modified nucleus/parent/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authentication-tck/pom.xml
The file was modified appserver/tests/appserv-tests/cciblackbox-tx/pom.xml
The file was modified appserver/security/webintegration/pom.xml
The file was modified appserver/tests/tck/pom.xml
The file was modified appserver/admin/cli/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/remoteejbs/pom.xml
The file was modified appserver/tests/quicklook/pom.xml
The file was modified appserver/admin/template/pom.xml
The file was modified nucleus/common/amx-core/pom.xml
The file was modified appserver/tests/embedded/ejb/ejb-api/pom.xml
The file was modified appserver/tests/tck/authorization/pom.xml
The file was modified appserver/ejb/ejb-client/pom.xml
The file was modified appserver/admingui/web/pom.xml
The file was modified appserver/ha/ha-shoal-store/pom.xml
The file was modified appserver/web/admin/pom.xml
The file was modified docs/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/scattered/pom.xml
The file was modified appserver/persistence/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/filterURIMapping/pom.xml
The file was modified nucleus/osgi-platforms/osgi-container/pom.xml
The file was modified appserver/common/glassfish-naming/pom.xml
The file was modified appserver/tests/embedded/web/web-war/war/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/pom.xml
The file was modified nucleus/admin/template/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/pom.xml
The file was modified appserver/tests/embedded/web/web-all/pom.xml
The file was modified nucleus/core/kernel/pom.xml
The file was modified appserver/webservices/metro-fragments/pom.xml
The file was modified appserver/tests/embedded/web/pom.xml
The file was modified appserver/extras/pom.xml
The file was modified appserver/security/webservices.security/pom.xml
The file was modified nucleus/xmlbind-annotations/pom.xml
The file was modified appserver/deployment/dol/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tck/pom.xml
The file was modified nucleus/cluster/gms-adapter/pom.xml
The file was modified appserver/featuresets/web/pom.xml
The file was modified appserver/microprofile/connectors/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/runner/pom.xml
The file was modified docs/publish/pom.xml
The file was modified appserver/persistence/oracle-jdbc-driver-packages/pom.xml
The file was modified appserver/tests/embedded/glassfish_resources_xml/pom.xml
The file was modified nucleus/flashlight/framework/pom.xml
The file was modified appserver/osgi-platforms/felix-webconsole-extension/pom.xml
The file was modified appserver/tests/community/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/ejb-auth-async/scheduler-service/pom.xml
The file was modified appserver/resources/mail/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/sessionDestroyed/pom.xml
The file was modified nucleus/cluster/pom.xml
The file was modified appserver/tests/admin/admin-extension/pom.xml
The file was modified appserver/tests/hk2/pom.xml
The file was modified pom.xml
The file was modified appserver/admin/backup/pom.xml
The file was modified appserver/tests/quicklook/ejb/remoteview/pom.xml
The file was modified appserver/tests/tck/tck-download/javatest/pom.xml
The file was modified appserver/admingui/plugin-service/pom.xml
The file was modified appserver/batch/glassfish-batch-connector/pom.xml
The file was modified nucleus/cluster/cli/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment3/pom.xml
The file was modified appserver/tests/admin/pom.xml
The file was modified nucleus/admin/util/pom.xml
The file was modified appserver/connectors/admin/pom.xml
The file was modified nucleus/diagnostics/diagnostics-api/pom.xml
The file was modified appserver/osgi-platforms/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authorization-tck/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell/pom.xml
The file was modified appserver/jdbc/jdbc-config/pom.xml
The file was modified appserver/tests/embedded/web/web-api/pom.xml
The file was modified appserver/appclient/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-expression-language-tck/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment1/pom.xml
The file was modified appserver/tests/embedded/inplanted/pom.xml
The file was modified appserver/tests/tck/authentication/pom.xml
The file was modified appserver/persistence/entitybean-container/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/runner/pom.xml
The file was modified appserver/tests/quicklook/wsit/JaxwsFromWsdl/pom.xml
The file was modified appserver/connectors/connectors-inbound-runtime/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/index/pom.xml
The file was modified appserver/appclient/client/acc-standalone/pom.xml
The file was modified appserver/extras/appserv-rt/manifest-jar/pom.xml
The file was modified docs/installation-guide/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war2/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/lib1/pom.xml
The file was modified appserver/grizzly/grizzly-container/pom.xml
The file was modified appserver/common/annotation-framework/pom.xml
The file was modified appserver/connectors/descriptors/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/pom.xml
The file was modified appserver/web/jspcaching-connector/pom.xml
The file was modified nucleus/security/ssl-impl/pom.xml
The file was modified appserver/admingui/corba/pom.xml
The file was modified docs/performance-tuning-guide/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/pom.xml
The file was modified appserver/distributions/pom.xml
The file was modified appserver/tests/quicklook/ejb/slsbnicmt/pom.xml
The file was modified nucleus/admin/rest/rest-testing/pom.xml
The file was modified appserver/ejb/ejb-full-container/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/advanced/pom.xml
The file was modified appserver/web/web-embed/pom.xml
The file was modified appserver/persistence/cmp/ejb-mapping/pom.xml
The file was modified appserver/featuresets/glassfish/pom.xml
The file was modified appserver/common/pom.xml
The file was modified appserver/deployment/jakartaee-core/pom.xml
The file was modified appserver/tests/paas/external-and-shared-service/pom.xml
The file was modified nucleus/security/pom.xml
The file was modified appserver/tests/tck/jwt/pom.xml
The file was modified nucleus/common/mbeanserver/pom.xml
The file was modified appserver/tests/embedded/pom.xml
The file was modified appserver/tests/quicklook/adminconsole/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/ejb1/pom.xml
The file was modified appserver/webservices/soap-tcp/pom.xml
The file was modified appserver/extras/embedded/all/pom.xml
Commit 0e588356a093a3e669cf2d0bff52ff1af07400ac by Glassfish Bot
Prepare next development cycle for 7.0.2-SNAPSHOT
The file was modified appserver/extras/embedded/common/osgi-main/pom.xml
The file was modified appserver/tests/cdi/negative/normalScopeWithFinal/pom.xml
The file was modified appserver/jdbc/templates/pom.xml
The file was modified appserver/tests/hk2/pom.xml
The file was modified docs/security-guide/pom.xml
The file was modified appserver/common/glassfish-naming/pom.xml
The file was modified nucleus/admin/monitor/pom.xml
The file was modified appserver/jdbc/jdbc-runtime/pom.xml
The file was modified appserver/web/web-sse/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/runner/pom.xml
The file was modified appserver/concurrent/pom.xml
The file was modified appserver/tests/quicklook/ejb/singleton/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/init/pom.xml
The file was modified appserver/tests/paas/external-and-shared-service/pom.xml
The file was modified appserver/extras/pom.xml
The file was modified docs/release-notes/pom.xml
The file was modified appserver/deployment/schemas/pom.xml
The file was modified appserver/microprofile/pom.xml
The file was modified nucleus/flashlight/framework/pom.xml
The file was modified appserver/tests/cdi/cases/runner/pom.xml
The file was modified appserver/tests/tck/jwt/pom.xml
The file was modified appserver/web/jsf-connector/pom.xml
The file was modified docs/troubleshooting-guide/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/basic/pom.xml
The file was modified appserver/admingui/concurrent/pom.xml
The file was modified appserver/tests/quicklook/ejb/sfulnoi/pom.xml
The file was modified nucleus/featuresets/nucleus/pom.xml
The file was modified appserver/web/weld-integration/pom.xml
The file was modified appserver/extras/embedded/common/installroot-builder/pom.xml
The file was modified appserver/distributions/docker/pom.xml
The file was modified appserver/tests/paas/helloworld/pom.xml
The file was modified appserver/admingui/jca/pom.xml
The file was modified appserver/resources/mail/mail-runtime/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/common/pom.xml
The file was modified appserver/tests/quicklook/ejb/slsbnicmt/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/pom.xml
The file was modified appserver/connectors/connectors-internal-api/pom.xml
The file was modified appserver/tests/paas/basic-db/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-remote/pom.xml
The file was modified appserver/web/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/pom.xml
The file was modified appserver/tests/quicklook/admin/pom.xml
The file was modified appserver/tests/embedded/web/web-all/pom.xml
The file was modified appserver/deployment/jakartaee-core/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/webservice/pom.xml
The file was modified appserver/extras/appserv-rt/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/simple/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/runner/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/getRequestURI/pom.xml
The file was modified appserver/webservices/connector/pom.xml
The file was modified nucleus/cluster/common/pom.xml
The file was modified appserver/grizzly/glassfish-grizzly-extra-all/pom.xml
The file was modified nucleus/grizzly/pom.xml
The file was modified appserver/admingui/pom.xml
The file was modified appserver/web/web-ha/pom.xml
The file was modified appserver/tests/admin/tests/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/pom.xml
The file was modified docs/application-development-guide/pom.xml
The file was modified docs/website/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment3/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-ant-based-tck/pom.xml
The file was modified appserver/ejb/ejb-internal-api/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/pom.xml
The file was modified appserver/osgi-platforms/pom.xml
The file was modified appserver/persistence/cmp/internal-api/pom.xml
The file was modified appserver/tests/jakartaee/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tck/pom.xml
The file was modified nucleus/common/mbeanserver/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authorization-tck/pom.xml
The file was modified appserver/distributions/web/pom.xml
The file was modified appserver/persistence/cmp/ejb-mapping/pom.xml
The file was modified appserver/persistence/cmp/pom.xml
The file was modified appserver/transaction/internal-api/pom.xml
The file was modified appserver/admingui/dataprovider/pom.xml
The file was modified appserver/libpam4j/pom.xml
The file was modified nucleus/deployment/admin/pom.xml
The file was modified nucleus/core/extra-jre-packages/pom.xml
The file was modified nucleus/deployment/common/pom.xml
The file was modified appserver/admingui/cluster/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/ear/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/pom.xml
The file was modified appserver/webservices/jsr109-impl/pom.xml
The file was modified appserver/tests/community/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment1/pom.xml
The file was modified appserver/extras/jakartaee/manifest-jar/pom.xml
The file was modified nucleus/common/scattered-archive-api/pom.xml
The file was modified appserver/webservices/soap-tcp/pom.xml
The file was modified appserver/tests/cdi/negative/pom.xml
The file was modified docs/distribution/pom.xml
The file was modified appserver/web/jspcaching-connector/pom.xml
The file was modified appserver/web/web-core/pom.xml
The file was modified appserver/tests/embedded/cdi_ejb_jpa/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/war/pom.xml
The file was modified appserver/admingui/jms-plugin/pom.xml
The file was modified nucleus/cluster/gms-adapter/pom.xml
The file was modified appserver/web/web-embed/pom.xml
The file was modified appserver/common/stats77/pom.xml
The file was modified appserver/tests/pom.xml
The file was modified appserver/persistence/cmp/support-sqlstore/pom.xml
The file was modified docs/administration-guide/pom.xml
The file was modified appserver/tests/quicklook/amx/pom.xml
The file was modified appserver/appclient/server/pom.xml
The file was modified nucleus/admin/template/pom.xml
The file was modified appserver/connectors/connectors-inbound-runtime/pom.xml
The file was modified appserver/tests/embedded/static/ejb/pom.xml
The file was modified docs/error-messages-reference/pom.xml
The file was modified appserver/resources/resources-runtime/pom.xml
The file was modified appserver/persistence/jpa-container/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/lib1/pom.xml
The file was modified appserver/tests/tck/expression_language/pom.xml
The file was modified appserver/tests/embedded/ejb/ejb-api/pom.xml
The file was modified appserver/tests/paas/enable-disable-test/pom.xml
The file was modified appserver/persistence/cmp/generator-database/pom.xml
The file was modified appserver/tests/appserv-tests/pom.xml
The file was modified appserver/tests/tck/concurrency/pom.xml
The file was modified nucleus/core/api-exporter/pom.xml
The file was modified appserver/ejb/ejb-all/pom.xml
The file was modified appserver/tests/embedded/ejb/ejb-main/pom.xml
The file was modified docs/deployment-planning-guide/pom.xml
The file was modified nucleus/hk2/hk2-config/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/pom.xml
The file was modified nucleus/deployment/schemas/pom.xml
The file was modified appserver/tests/embedded/scatteredarchive/pom.xml
The file was modified appserver/tests/paas/service_metadata/provision_using_specified_template/pom.xml
The file was modified nucleus/admin/cli/pom.xml
The file was modified appserver/tests/paas/ext-shared-service-enable-disable-test/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/mq-test/pom.xml
The file was modified nucleus/distributions/pom.xml
The file was modified appserver/microprofile/connectors/pom.xml
The file was modified appserver/jms/gf-jms-connector/pom.xml
The file was modified appserver/connectors/connectors-connector/pom.xml
The file was modified appserver/web/weld-integration-fragment/pom.xml
The file was modified appserver/extras/embedded/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/multiBeansApp/pom.xml
The file was modified appserver/tests/tck/authorization/pom.xml
The file was modified appserver/web/weld-integration-test-fragment/pom.xml
The file was modified appserver/admingui/ejb/pom.xml
The file was modified nucleus/pom.xml
The file was modified docs/application-deployment-guide/pom.xml
The file was modified appserver/load-balancer/pom.xml
The file was modified appserver/tests/paas/basic-shared-service-test/pom.xml
The file was modified appserver/admingui/corba/pom.xml
The file was modified appserver/admingui/common/pom.xml
The file was modified appserver/tests/quicklook/adminconsole/pom.xml
The file was modified appserver/connectors/work-management/pom.xml
The file was modified appserver/load-balancer/gf-load-balancer-connector/pom.xml
The file was modified nucleus/resources/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/static-shell-init/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/basic/pom.xml
The file was modified appserver/distributions/glassfish-common/pom.xml
The file was modified appserver/common/annotation-framework/pom.xml
The file was modified appserver/ejb/ejb-client/pom.xml
The file was modified appserver/jms/gf-jms-injection/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/advanced/pom.xml
The file was modified appserver/connectors/connectors-runtime/pom.xml
The file was modified nucleus/diagnostics/diagnostics-api/pom.xml
The file was modified appserver/tests/sse/videoplayer/pom.xml
The file was modified docs/upgrade-guide/pom.xml
The file was modified nucleus/cluster/cli/pom.xml
The file was modified appserver/tests/paas/appscoped-db-with-resources-xml/pom.xml
The file was modified appserver/tests/tck/pages/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-tests-utils/pom.xml
The file was modified appserver/tests/appserv-tests/util/reportbuilder/pom.xml
The file was modified docs/publish/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/remoteejbs/pom.xml
The file was modified nucleus/flashlight/agent/pom.xml
The file was modified nucleus/flashlight/pom.xml
The file was modified appserver/tests/paas/service_metadata/pom.xml
The file was modified appserver/persistence/cmp/support-ejb/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars/pom.xml
The file was modified nucleus/common/amx-core/pom.xml
The file was modified appserver/core/api-exporter-fragment/pom.xml
The file was modified appserver/tests/embedded/utils/pom.xml
The file was modified appserver/tests/quicklook/rest/pom.xml
The file was modified appserver/concurrent/concurrent-impl/pom.xml
The file was modified qa/pom.xml
The file was modified nucleus/hk2/config-generator/pom.xml
The file was modified appserver/admin/backup/pom.xml
The file was modified appserver/ejb/ejb-connector/pom.xml
The file was modified appserver/featuresets/glassfish/pom.xml
The file was modified appserver/tests/hk2/cdi/pom.xml
The file was modified appserver/tests/quicklook/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/runner/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-core/pom.xml
The file was modified appserver/jms/jms-core/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/standalonewar/pom.xml
The file was modified appserver/appclient/client/pom.xml
The file was modified appserver/deployment/pom.xml
The file was modified appserver/common/container-common/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-expression-language-tck/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell/pom.xml
The file was modified appserver/web/war-util/pom.xml
The file was modified nucleus/deployment/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-ra-distribution/pom.xml
The file was modified appserver/admingui/jts/pom.xml
The file was modified nucleus/common/glassfish-api/pom.xml
The file was modified appserver/admingui/war/pom.xml
The file was modified appserver/persistence/oracle-jdbc-driver-packages/pom.xml
The file was modified appserver/persistence/entitybean-container/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/pom.xml
The file was modified appserver/tests/quicklook/wsit/JaxwsFromWsdl/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc40/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/filterURIMapping/pom.xml
The file was modified appserver/tests/embedded/static/pom.xml
The file was modified appserver/tests/quicklook/wsit/jsr109tester/pom.xml
The file was modified appserver/osgi-platforms/glassfish-osgi-console-plugin/pom.xml
The file was modified appserver/persistence/common/pom.xml
The file was modified appserver/appclient/pom.xml
The file was modified appserver/webservices/webservices-scripts/pom.xml
The file was modified appserver/appclient/client/appclient-scripts/pom.xml
The file was modified appserver/security/ejb.security/pom.xml
The file was modified appserver/featuresets/debug/pom.xml
The file was modified appserver/tests/embedded/ejb/pom.xml
The file was modified appserver/web/web-naming/pom.xml
The file was modified appserver/ldapbp/pom.xml
The file was modified appserver/admin/admin-core/pom.xml
The file was modified appserver/admingui/web/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/pom.xml
The file was modified nucleus/osgi-platforms/osgi-container/pom.xml
The file was modified nucleus/security/core/pom.xml
The file was modified docs/installation-guide/pom.xml
The file was modified nucleus/admin/rest/rest-service/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso1/pom.xml
The file was modified nucleus/common/internal-api/pom.xml
The file was modified appserver/featuresets/web/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authentication-tck/pom.xml
The file was modified appserver/core/pom.xml
The file was modified appserver/extras/appserv-rt/manifest-jar/pom.xml
The file was modified appserver/ejb/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/localejbs/pom.xml
The file was modified nucleus/grizzly/nucleus-grizzly-all/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell-frag/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jmxUndeployEvent/pom.xml
The file was modified appserver/appclient/client/acc-config/pom.xml
The file was modified nucleus/hk2/config-types/pom.xml
The file was modified appserver/tests/embedded/glassfish_resources_xml/pom.xml
The file was modified appserver/extras/embedded/nucleus/pom.xml
The file was modified appserver/ejb/ejb-timer-databases/pom.xml
The file was modified appserver/tests/embedded/web/web-war/test/pom.xml
The file was modified docs/add-on-component-development-guide/pom.xml
The file was modified nucleus/security/pom.xml
The file was modified appserver/web/jersey-mvc-connector/pom.xml
The file was modified nucleus/admin/config-api/pom.xml
The file was modified appserver/appclient/client/acc/pom.xml
The file was modified appserver/tests/tck/tck-runner/pom.xml
The file was modified appserver/extras/embedded/tests/pom.xml
The file was modified appserver/deployment/jakartaee-full/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-interactive/pom.xml
The file was modified appserver/tests/embedded/basic/lifecycle/pom.xml
The file was modified appserver/deployment/dol/pom.xml
The file was modified appserver/jms/admin/pom.xml
The file was modified appserver/security/security-all/pom.xml
The file was modified appserver/tests/hk2/isolation/web/pom.xml
The file was modified appserver/ha/ha-shoal-store/pom.xml
The file was modified appserver/extras/jakartaee/pom.xml
The file was modified appserver/jdbc/jdbc-config/pom.xml
The file was modified appserver/tests/paas/basic-db-with-resources-xml/pom.xml
The file was modified nucleus/admin/launcher/pom.xml
The file was modified appserver/tests/tck/servlet/pom.xml
The file was modified appserver/web/cdi-api-fragment/pom.xml
The file was modified docs/embedded-server-guide/pom.xml
The file was modified appserver/tests/embedded/web/web-war/pom.xml
The file was modified appserver/orb/orb-enabler/pom.xml
The file was modified appserver/persistence/cmp/model/pom.xml
The file was modified appserver/distributions/glassfish/pom.xml
The file was modified appserver/tests/appserv-tests/cciblackbox-tx/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/programmatic-authentication/pom.xml
The file was modified appserver/ha/ha-shoal-cache-bootstrap/pom.xml
The file was modified appserver/web/web-embed/api/pom.xml
The file was modified appserver/tests/quicklook/ejb/remoteview/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-servlet-tck/pom.xml
The file was modified nucleus/admin/rest/rest-testing/pom.xml
The file was modified appserver/tests/tck/microprofile/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment2/pom.xml
The file was modified docs/quick-start-guide/pom.xml
The file was modified appserver/admin/cli/pom.xml
The file was modified appserver/appclient/client/acc-standalone/pom.xml
The file was modified appserver/transaction/jta/pom.xml
The file was modified appserver/persistence/cmp/utility/pom.xml
The file was modified appserver/tests/embedded/web/web-api/pom.xml
The file was modified nucleus/core/logging/pom.xml
The file was modified appserver/tests/tck/microprofile/config/pom.xml
The file was modified appserver/web/gf-weld-connector/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/ejb-auth-async/scheduler-service/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-full/pom.xml
The file was modified appserver/tests/paas/external-db-service/test/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-faces-tck/pom.xml
The file was modified appserver/tests/embedded/web/pom.xml
The file was modified appserver/security/jaspic-provider-framework/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/mdb/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/pom.xml
The file was modified appserver/persistence/gf-jpa-connector/pom.xml
The file was modified nucleus/diagnostics/context/pom.xml
The file was modified appserver/ha/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/ejb_lite_basic/pom.xml
The file was modified appserver/admingui/full/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsptest/pom.xml
The file was modified appserver/web/admin/pom.xml
The file was modified appserver/tests/tck/faces/pom.xml
The file was modified appserver/extras/jakartaee/dist-frag/pom.xml
The file was modified appserver/web/web-glue/pom.xml
The file was modified appserver/ejb/ejb-full-container/pom.xml
The file was modified appserver/tests/embedded/web/autodelete/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/lib/pom.xml
The file was modified appserver/flashlight/pom.xml
The file was modified appserver/tests/embedded/static/ejb/simple/pom.xml
The file was modified appserver/jdbc/pom.xml
The file was modified appserver/transaction/pom.xml
The file was modified appserver/ant-tasks/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/spetest/pom.xml
The file was modified appserver/tests/sse/basic/pom.xml
The file was modified appserver/appclient/server/core/pom.xml
The file was modified appserver/extras/embedded/common/instanceroot-builder/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/ejb1/pom.xml
The file was modified appserver/admingui/jdbc/pom.xml
The file was modified appserver/tests/paas/pom.xml
The file was modified docs/reference-manual/pom.xml
The file was modified appserver/jdbc/jdbc-ra/pom.xml
The file was modified appserver/tests/paas/bookstore/pom.xml
The file was modified nucleus/admin/rest/gf-restadmin-connector/pom.xml
The file was modified appserver/batch/batch-database/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/pom.xml
The file was modified appserver/tests/amx/pom.xml
The file was modified appserver/web/jersey-ejb-component-provider/pom.xml
The file was modified nucleus/admin/pom.xml
The file was modified appserver/admin/template/pom.xml
The file was modified appserver/tests/admin/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/advanced/pom.xml
The file was modified docs/parent/pom.xml
The file was modified appserver/tests/paas/basic/pom.xml
The file was modified appserver/ha/ha-file-store/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb2/pom.xml
The file was modified appserver/flashlight/client/pom.xml
The file was modified appserver/tests/tck/pom.xml
The file was modified appserver/batch/pom.xml
The file was modified appserver/persistence/cmp/enhancer/pom.xml
The file was modified nucleus/parent/pom.xml
The file was modified appserver/grizzly/pom.xml
The file was modified nucleus/featuresets/atomic/pom.xml
The file was modified appserver/resources/mail/pom.xml
The file was modified appserver/jms/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war1/pom.xml
The file was modified appserver/security/core-ee/pom.xml
The file was modified appserver/tests/embedded/web/servlet/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/web/pom.xml
The file was modified appserver/orb/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell/pom.xml
The file was modified appserver/tests/embedded/static/web/pom.xml
The file was modified appserver/extras/embedded/all/pom.xml
The file was modified appserver/tests/paas/service_metadata/custom_db_name/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/app/pom.xml
The file was modified appserver/microprofile/config/pom.xml
The file was modified appserver/tests/embedded/wrapper/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/mydb-plugin/pom.xml
The file was modified appserver/security/webservices.security/pom.xml
The file was modified appserver/persistence/pom.xml
The file was modified appserver/tests/embedded/ejb/remoteejb/pom.xml
The file was modified appserver/common/glassfish-ee-api/pom.xml
The file was modified appserver/core/jakartaee-kernel/pom.xml
The file was modified appserver/tests/paas/external-db-service/pom.xml
The file was modified appserver/tests/paas/basic-service-discovery/pom.xml
The file was modified appserver/web/jstl-connector/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/websockets/pom.xml
The file was modified appserver/security/webintegration/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/pom.xml
The file was modified nucleus/cluster/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/scattered/pom.xml
The file was modified appserver/extras/embedded/web/pom.xml
The file was modified nucleus/xmlbind-annotations/pom.xml
The file was modified nucleus/core/bootstrap/pom.xml
The file was modified appserver/extras/embedded/common/bootstrap/pom.xml
The file was modified nucleus/test-utils/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/pom.xml
The file was modified appserver/batch/glassfish-batch-connector/pom.xml
The file was modified appserver/tests/admingui/auto-test/pom.xml
The file was modified appserver/tests/cdi/negative/runner/pom.xml
The file was modified nucleus/glassfish-jul-extension/pom.xml
The file was modified nucleus/osgi-platforms/felix/pom.xml
The file was modified docs/performance-tuning-guide/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/applicationDispatcher/pom.xml
The file was modified appserver/tests/embedded/servlet_runs_admin_cmds/pom.xml
The file was modified nucleus/cluster/gms-bootstrap/pom.xml
The file was modified appserver/orb/orb-iiop/pom.xml
The file was modified appserver/tests/quicklook/ejb/embedded/pom.xml
The file was modified appserver/jdbc/admin/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb1/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/multipleApps/pom.xml
The file was modified appserver/tests/paas/scale_service/pom.xml
The file was modified appserver/web/gf-web-connector/pom.xml
The file was modified nucleus/distributions/atomic/pom.xml
The file was modified appserver/admingui/core/pom.xml
The file was modified appserver/persistence/cmp/cmp-scripts/pom.xml
The file was modified nucleus/common/common-util/pom.xml
The file was modified appserver/tests/admin/admin-extension/pom.xml
The file was modified appserver/grizzly/grizzly-container/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsftest/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/pom.xml
The file was modified nucleus/distributions/nucleus-common/pom.xml
The file was modified nucleus/diagnostics/pom.xml
The file was modified appserver/extras/appserv-rt/dist-frag/pom.xml
The file was modified appserver/tests/paas/deployment-rollback/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/jars/pom.xml
The file was modified nucleus/featuresets/pom.xml
The file was modified appserver/admingui/ejb-lite/pom.xml
The file was modified nucleus/common/simple-glassfish-api/pom.xml
The file was modified pom.xml
The file was modified appserver/concurrent/concurrent-connector/pom.xml
The file was modified nucleus/admin/rest/pom.xml
The file was modified appserver/tests/jakartaee/concurrency/pom.xml
The file was modified appserver/connectors/descriptors/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb2/pom.xml
The file was modified appserver/connectors/pom.xml
The file was modified nucleus/grizzly/config/pom.xml
The file was modified nucleus/distributions/nucleus/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/index/pom.xml
The file was modified appserver/admingui/plugin-service/pom.xml
The file was modified appserver/tests/hk2/isolation/pom.xml
The file was modified appserver/tests/tck/cdi/pom.xml
The file was modified appserver/webservices/metro-fragments/pom.xml
The file was modified docs/pom.xml
The file was modified nucleus/cluster/admin/pom.xml
The file was modified nucleus/admin/rest/rest-client/pom.xml
The file was modified appserver/tests/cdi/pom.xml
The file was modified nucleus/security/ssl-impl/pom.xml
The file was modified appserver/tests/quicklook/jms/injection/pom.xml
The file was modified appserver/distributions/pom.xml
The file was modified appserver/connectors/admin/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-rest-tck/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/dirListing/pom.xml
The file was modified appserver/admingui/gf-admingui-connector/pom.xml
The file was modified appserver/admingui/community-theme/pom.xml
The file was modified appserver/resources/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/sessionDestroyed/pom.xml
The file was modified appserver/deployment/dtds/pom.xml
The file was modified appserver/admin/pom.xml
The file was modified appserver/tests/paas/basic-db-initsql/pom.xml
The file was modified appserver/admin/cli-optional/pom.xml
The file was modified appserver/common/amx-jakartaee/pom.xml
The file was modified appserver/admingui/dist-fragment/pom.xml
The file was modified appserver/resources/mail/mail-connector/pom.xml
The file was modified appserver/tests/paas/basic-jpa/pom.xml
The file was modified nucleus/admin/util/pom.xml
The file was modified nucleus/flashlight/flashlight-extra-jdk-packages/pom.xml
The file was modified appserver/tests/paas/basic-bookstore-dns/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars-xa/pom.xml
The file was modified appserver/web/gui-plugin-common/pom.xml
The file was modified appserver/webservices/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-model/pom.xml
The file was modified appserver/jms/jmsra/pom.xml
The file was modified appserver/security/appclient.security/pom.xml
The file was modified appserver/ejb/ejb-timer-service-app/pom.xml
The file was modified appserver/featuresets/pom.xml
The file was modified appserver/tests/paas/javaee_shared_service/pom.xml
The file was modified nucleus/hk2/tiger-types/pom.xml
The file was modified appserver/pom.xml
The file was modified appserver/tests/embedded/cdi_basic/pom.xml
The file was modified appserver/tests/tck/tck-download/tsharness/pom.xml
The file was modified nucleus/cluster/ssh/pom.xml
The file was modified appserver/tests/embedded/web/web-war/war/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-commands-tests/pom.xml
The file was modified nucleus/security/services/pom.xml
The file was modified appserver/extras/embedded/common/osgi-modules-uninstaller/pom.xml
The file was modified appserver/tests/tck/tck-download/javatest/pom.xml
The file was modified nucleus/deployment/autodeploy/pom.xml
The file was modified appserver/tests/tck/tck-download/pom.xml
The file was modified appserver/appclient/server/connector/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/secureWebApp/pom.xml
The file was modified appserver/resources/resources-connector/pom.xml
The file was modified appserver/tests/tck/rest/pom.xml
The file was modified appserver/load-balancer/admin/pom.xml
The file was modified docs/ha-administration-guide/pom.xml
The file was modified appserver/persistence/cmp/cmp-all/pom.xml
The file was modified nucleus/admin/server-mgmt/pom.xml
The file was modified appserver/extras/embedded/shell/pom.xml
The file was modified appserver/tests/embedded/inplanted/pom.xml
The file was modified nucleus/core/context-propagation/pom.xml
The file was modified appserver/tests/tck/validation/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso2/pom.xml
The file was modified appserver/tests/embedded/basic/pom.xml
The file was modified appserver/tests/hk2/isolation/runner/pom.xml
The file was modified appserver/common/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/queryString/pom.xml
The file was modified nucleus/deployment/dtds/pom.xml
The file was modified nucleus/common/pom.xml
The file was modified appserver/tests/paas/basic-db-teardown-sql/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/pom.xml
The file was modified nucleus/core/pom.xml
The file was modified appserver/tests/embedded/ejb/basic/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/runner/pom.xml
The file was modified nucleus/core/kernel/pom.xml
The file was modified appserver/osgi-platforms/felix-webconsole-extension/pom.xml
The file was modified appserver/tests/paas/external-db-service/generatederbyvm/pom.xml
The file was modified appserver/ejb/ejb-container/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb1/pom.xml
The file was modified nucleus/hk2/pom.xml
The file was modified appserver/webservices/metro-glue/pom.xml
The file was modified appserver/tests/tck/authentication/pom.xml
The file was modified appserver/tests/embedded/pom.xml
The file was modified appserver/tests/admingui/pom.xml
The file was modified appserver/tests/quicklook/ejb/cmp/pom.xml
The file was modified appserver/extras/embedded/common/pom.xml
The file was modified appserver/transaction/jts/pom.xml
The file was modified appserver/web/webtier-all/pom.xml
The file was modified appserver/tests/paas/lazy-shared-service-test/pom.xml
The file was modified appserver/batch/glassfish-batch-commands/pom.xml
The file was modified appserver/security/pom.xml
The file was modified appserver/tests/embedded/mysql/pom.xml
The file was modified appserver/tests/cdi/cases/pom.xml
The file was modified nucleus/osgi-platforms/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war2/pom.xml
The file was modified appserver/orb/orb-connector/pom.xml
The file was modified appserver/persistence/eclipselink-wrapper/pom.xml
Commit 3aab03d2665bf46c6703b4f1325a3802f7f534cf by Glassfish Bot
Prepare release 7.0.2
The file was modified appserver/tests/quicklook/ejb/slsbnicmt/pom.xml
The file was modified nucleus/featuresets/pom.xml
The file was modified appserver/tests/embedded/static/ejb/simple/pom.xml
The file was modified appserver/extras/appserv-rt/manifest-jar/pom.xml
The file was modified appserver/microprofile/connectors/pom.xml
The file was modified appserver/ejb/ejb-timer-service-app/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/pom.xml
The file was modified appserver/tests/quicklook/pom.xml
The file was modified appserver/persistence/oracle-jdbc-driver-packages/pom.xml
The file was modified appserver/tests/quicklook/ejb/sfulnoi/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/lib1/pom.xml
The file was modified appserver/flashlight/pom.xml
The file was modified nucleus/core/bootstrap/pom.xml
The file was modified nucleus/glassfish-jul-extension/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/multipleApps/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/pom.xml
The file was modified appserver/tests/admin/tests/pom.xml
The file was modified appserver/tests/hk2/isolation/pom.xml
The file was modified appserver/tests/tck/faces/pom.xml
The file was modified appserver/web/weld-integration-test-fragment/pom.xml
The file was modified docs/parent/pom.xml
The file was modified appserver/extras/embedded/web/pom.xml
The file was modified appserver/admingui/jts/pom.xml
The file was modified appserver/tests/paas/javaee_shared_service/pom.xml
The file was modified nucleus/cluster/gms-bootstrap/pom.xml
The file was modified appserver/webservices/metro-glue/pom.xml
The file was modified appserver/concurrent/concurrent-connector/pom.xml
The file was modified appserver/tests/jakartaee/pom.xml
The file was modified appserver/common/annotation-framework/pom.xml
The file was modified appserver/tests/tck/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-faces-tck/pom.xml
The file was modified appserver/security/ejb.security/pom.xml
The file was modified appserver/web/web-ha/pom.xml
The file was modified appserver/admingui/dist-fragment/pom.xml
The file was modified docs/application-development-guide/pom.xml
The file was modified appserver/tests/paas/external-db-service/test/pom.xml
The file was modified appserver/featuresets/glassfish/pom.xml
The file was modified appserver/appclient/server/connector/pom.xml
The file was modified appserver/web/gui-plugin-common/pom.xml
The file was modified appserver/appclient/client/acc/pom.xml
The file was modified nucleus/common/common-util/pom.xml
The file was modified appserver/appclient/client/acc-standalone/pom.xml
The file was modified appserver/tests/paas/pom.xml
The file was modified appserver/tests/paas/basic-db-teardown-sql/pom.xml
The file was modified appserver/tests/tck/concurrency/pom.xml
The file was modified appserver/flashlight/client/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc40/pom.xml
The file was modified nucleus/flashlight/flashlight-extra-jdk-packages/pom.xml
The file was modified appserver/extras/embedded/common/osgi-main/pom.xml
The file was modified appserver/extras/appserv-rt/dist-frag/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authorization-tck/pom.xml
The file was modified appserver/ejb/ejb-full-container/pom.xml
The file was modified appserver/jdbc/admin/pom.xml
The file was modified appserver/resources/mail/mail-runtime/pom.xml
The file was modified appserver/tests/paas/service_metadata/pom.xml
The file was modified appserver/web/webtier-all/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/pom.xml
The file was modified appserver/distributions/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/queryString/pom.xml
The file was modified appserver/tests/hk2/pom.xml
The file was modified appserver/tests/tck/cdi/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/advanced/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/pom.xml
The file was modified appserver/ant-tasks/pom.xml
The file was modified appserver/tests/paas/basic-service-discovery/pom.xml
The file was modified nucleus/cluster/admin/pom.xml
The file was modified appserver/tests/embedded/pom.xml
The file was modified appserver/extras/appserv-rt/pom.xml
The file was modified nucleus/admin/rest/pom.xml
The file was modified appserver/tests/quicklook/wsit/jsr109tester/pom.xml
The file was modified appserver/security/core-ee/pom.xml
The file was modified appserver/admin/backup/pom.xml
The file was modified appserver/persistence/entitybean-container/pom.xml
The file was modified appserver/admingui/corba/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment3/pom.xml
The file was modified appserver/transaction/jts/pom.xml
The file was modified docs/performance-tuning-guide/pom.xml
The file was modified appserver/webservices/pom.xml
The file was modified appserver/orb/orb-enabler/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/websockets/pom.xml
The file was modified docs/security-guide/pom.xml
The file was modified appserver/tests/embedded/basic/lifecycle/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/spetest/pom.xml
The file was modified nucleus/cluster/ssh/pom.xml
The file was modified appserver/web/jstl-connector/pom.xml
The file was modified appserver/connectors/admin/pom.xml
The file was modified nucleus/common/amx-core/pom.xml
The file was modified nucleus/admin/cli/pom.xml
The file was modified appserver/tests/embedded/glassfish_resources_xml/pom.xml
The file was modified appserver/tests/hk2/cdi/pom.xml
The file was modified nucleus/deployment/pom.xml
The file was modified appserver/jms/admin/pom.xml
The file was modified appserver/persistence/eclipselink-wrapper/pom.xml
The file was modified appserver/transaction/jta/pom.xml
The file was modified appserver/ldapbp/pom.xml
The file was modified appserver/resources/resources-connector/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tck/pom.xml
The file was modified appserver/persistence/cmp/support-ejb/pom.xml
The file was modified appserver/admingui/ejb-lite/pom.xml
The file was modified appserver/transaction/internal-api/pom.xml
The file was modified docs/error-messages-reference/pom.xml
The file was modified docs/release-notes/pom.xml
The file was modified appserver/tests/cdi/pom.xml
The file was modified appserver/persistence/pom.xml
The file was modified appserver/tests/paas/basic-shared-service-test/pom.xml
The file was modified appserver/admingui/concurrent/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/static-shell-init/pom.xml
The file was modified appserver/resources/mail/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars-xa/pom.xml
The file was modified appserver/web/war-util/pom.xml
The file was modified nucleus/admin/rest/rest-service/pom.xml
The file was modified appserver/extras/jakartaee/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/runner/pom.xml
The file was modified appserver/appclient/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/pom.xml
The file was modified appserver/persistence/cmp/pom.xml
The file was modified appserver/tests/embedded/cdi_ejb_jpa/pom.xml
The file was modified appserver/admingui/web/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/war/pom.xml
The file was modified appserver/batch/batch-database/pom.xml
The file was modified appserver/tests/embedded/web/web-api/pom.xml
The file was modified appserver/tests/hk2/isolation/runner/pom.xml
The file was modified appserver/tests/admingui/auto-test/pom.xml
The file was modified appserver/admingui/community-theme/pom.xml
The file was modified appserver/admingui/plugin-service/pom.xml
The file was modified appserver/tests/embedded/web/web-war/test/pom.xml
The file was modified appserver/web/web-glue/pom.xml
The file was modified appserver/web/weld-integration/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-tests-utils/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/mdb/pom.xml
The file was modified nucleus/featuresets/atomic/pom.xml
The file was modified appserver/tests/quicklook/ejb/singleton/pom.xml
The file was modified appserver/tests/quicklook/wsit/JaxwsFromWsdl/pom.xml
The file was modified nucleus/common/pom.xml
The file was modified appserver/extras/embedded/common/instanceroot-builder/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-ant-based-tck/pom.xml
The file was modified appserver/tests/community/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authentication-tck/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso1/pom.xml
The file was modified appserver/admin/admin-core/pom.xml
The file was modified appserver/tests/paas/service_metadata/provision_using_specified_template/pom.xml
The file was modified appserver/tests/tck/tck-download/javatest/pom.xml
The file was modified appserver/extras/embedded/common/bootstrap/pom.xml
The file was modified appserver/web/weld-integration-fragment/pom.xml
The file was modified appserver/core/api-exporter-fragment/pom.xml
The file was modified docs/upgrade-guide/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-model/pom.xml
The file was modified appserver/osgi-platforms/glassfish-osgi-console-plugin/pom.xml
The file was modified appserver/tests/embedded/static/pom.xml
The file was modified appserver/persistence/cmp/utility/pom.xml
The file was modified appserver/admingui/gf-admingui-connector/pom.xml
The file was modified appserver/tests/cdi/negative/pom.xml
The file was modified nucleus/deployment/dtds/pom.xml
The file was modified appserver/appclient/client/pom.xml
The file was modified appserver/tests/tck/pages/pom.xml
The file was modified docs/troubleshooting-guide/pom.xml
The file was modified nucleus/common/glassfish-api/pom.xml
The file was modified appserver/tests/quicklook/ejb/remoteview/pom.xml
The file was modified appserver/tests/tck/servlet/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/pom.xml
The file was modified appserver/common/stats77/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/runner/pom.xml
The file was modified appserver/admingui/pom.xml
The file was modified nucleus/admin/template/pom.xml
The file was modified appserver/security/security-all/pom.xml
The file was modified appserver/jdbc/jdbc-config/pom.xml
The file was modified appserver/persistence/cmp/ejb-mapping/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/runner/pom.xml
The file was modified appserver/web/web-embed/api/pom.xml
The file was modified nucleus/core/extra-jre-packages/pom.xml
The file was modified nucleus/admin/rest/gf-restadmin-connector/pom.xml
The file was modified nucleus/flashlight/framework/pom.xml
The file was modified appserver/core/jakartaee-kernel/pom.xml
The file was modified nucleus/core/kernel/pom.xml
The file was modified nucleus/flashlight/agent/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/ear/pom.xml
The file was modified nucleus/admin/rest/rest-testing/pom.xml
The file was modified appserver/web/admin/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/mq-test/pom.xml
The file was modified nucleus/grizzly/pom.xml
The file was modified appserver/appclient/server/core/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/index/pom.xml
The file was modified appserver/microprofile/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb2/pom.xml
The file was modified appserver/admin/cli-optional/pom.xml
The file was modified appserver/deployment/dtds/pom.xml
The file was modified appserver/tests/paas/basic-db-initsql/pom.xml
The file was modified appserver/osgi-platforms/felix-webconsole-extension/pom.xml
The file was modified appserver/connectors/descriptors/pom.xml
The file was modified nucleus/admin/rest/rest-client/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/pom.xml
The file was modified nucleus/core/logging/pom.xml
The file was modified appserver/tests/cdi/negative/runner/pom.xml
The file was modified nucleus/common/simple-glassfish-api/pom.xml
The file was modified appserver/tests/embedded/mysql/pom.xml
The file was modified appserver/tests/embedded/ejb/pom.xml
The file was modified appserver/connectors/connectors-internal-api/pom.xml
The file was modified docs/pom.xml
The file was modified appserver/extras/embedded/common/installroot-builder/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-expression-language-tck/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment2/pom.xml
The file was modified appserver/ejb/ejb-client/pom.xml
The file was modified nucleus/parent/pom.xml
The file was modified appserver/ejb/ejb-timer-databases/pom.xml
The file was modified nucleus/admin/config-api/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tags-tck/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/simple/pom.xml
The file was modified appserver/tests/paas/lazy-shared-service-test/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/init/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment1/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-interactive/pom.xml
The file was modified appserver/tests/tck/authorization/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/jars/pom.xml
The file was modified appserver/web/web-naming/pom.xml
The file was modified nucleus/security/ssl-impl/pom.xml
The file was modified nucleus/xmlbind-annotations/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/remoteejbs/pom.xml
The file was modified appserver/webservices/jsr109-impl/pom.xml
The file was modified nucleus/admin/util/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso2/pom.xml
The file was modified appserver/ha/ha-shoal-cache-bootstrap/pom.xml
The file was modified nucleus/admin/monitor/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/filterURIMapping/pom.xml
The file was modified appserver/tests/quicklook/amx/pom.xml
The file was modified appserver/web/web-sse/pom.xml
The file was modified nucleus/admin/server-mgmt/pom.xml
The file was modified nucleus/deployment/autodeploy/pom.xml
The file was modified appserver/tests/embedded/web/web-all/pom.xml
The file was modified appserver/tests/appserv-tests/pom.xml
The file was modified appserver/tests/embedded/basic/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-full/pom.xml
The file was modified nucleus/common/internal-api/pom.xml
The file was modified appserver/persistence/cmp/internal-api/pom.xml
The file was modified appserver/tests/embedded/ejb/remoteejb/pom.xml
The file was modified appserver/connectors/connectors-connector/pom.xml
The file was modified appserver/jms/gf-jms-connector/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/getRequestURI/pom.xml
The file was modified appserver/security/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-servlet-tck/pom.xml
The file was modified appserver/deployment/jakartaee-full/pom.xml
The file was modified appserver/persistence/cmp/enhancer/pom.xml
The file was modified appserver/tests/embedded/static/ejb/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/lib/pom.xml
The file was modified appserver/tests/embedded/utils/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/ejb1/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb1/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/scattered/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/secureWebApp/pom.xml
The file was modified appserver/appclient/client/appclient-scripts/pom.xml
The file was modified appserver/ejb/ejb-internal-api/pom.xml
The file was modified appserver/tests/embedded/web/servlet/pom.xml
The file was modified appserver/security/webintegration/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb1/pom.xml
The file was modified docs/administration-guide/pom.xml
The file was modified appserver/tests/appserv-tests/cciblackbox-tx/pom.xml
The file was modified appserver/tests/paas/scale_service/pom.xml
The file was modified appserver/tests/embedded/wrapper/pom.xml
The file was modified appserver/microprofile/config/pom.xml
The file was modified appserver/jms/jms-core/pom.xml
The file was modified nucleus/osgi-platforms/pom.xml
The file was modified appserver/common/glassfish-naming/pom.xml
The file was modified appserver/tests/quicklook/jms/injection/pom.xml
The file was modified docs/distribution/pom.xml
The file was modified appserver/concurrent/pom.xml
The file was modified appserver/web/jsf-connector/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jmxUndeployEvent/pom.xml
The file was modified appserver/persistence/gf-jpa-connector/pom.xml
The file was modified appserver/ha/ha-file-store/pom.xml
The file was modified appserver/tests/paas/basic-bookstore-dns/pom.xml
The file was modified nucleus/osgi-platforms/osgi-container/pom.xml
The file was modified appserver/grizzly/pom.xml
The file was modified appserver/connectors/work-management/pom.xml
The file was modified appserver/tests/admin/pom.xml
The file was modified appserver/tests/amx/pom.xml
The file was modified appserver/common/pom.xml
The file was modified appserver/concurrent/concurrent-impl/pom.xml
The file was modified appserver/ejb/pom.xml
The file was modified nucleus/deployment/schemas/pom.xml
The file was modified appserver/webservices/soap-tcp/pom.xml
The file was modified appserver/distributions/glassfish/pom.xml
The file was modified appserver/admingui/dataprovider/pom.xml
The file was modified appserver/tests/quicklook/rest/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-core/pom.xml
The file was modified appserver/tests/tck/pages_tags/pom.xml
The file was modified nucleus/admin/launcher/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/pom.xml
The file was modified appserver/common/amx-jakartaee/pom.xml
The file was modified appserver/persistence/cmp/generator-database/pom.xml
The file was modified appserver/tests/tck/rest/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/webservice/pom.xml
The file was modified appserver/tests/jakartaee/concurrency/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/standalonewar/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-rest-tck/pom.xml
The file was modified appserver/jdbc/pom.xml
The file was modified appserver/orb/orb-connector/pom.xml
The file was modified appserver/batch/pom.xml
The file was modified appserver/tests/admingui/pom.xml
The file was modified appserver/common/container-common/pom.xml
The file was modified appserver/tests/sse/videoplayer/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/pom.xml
The file was modified nucleus/featuresets/nucleus/pom.xml
The file was modified docs/quick-start-guide/pom.xml
The file was modified nucleus/cluster/cli/pom.xml
The file was modified docs/publish/pom.xml
The file was modified appserver/tests/paas/deployment-rollback/pom.xml
The file was modified nucleus/core/pom.xml
The file was modified appserver/tests/quicklook/ejb/cmp/pom.xml
The file was modified nucleus/distributions/atomic/pom.xml
The file was modified appserver/jms/gf-jms-injection/pom.xml
The file was modified nucleus/hk2/config-types/pom.xml
The file was modified appserver/extras/jakartaee/manifest-jar/pom.xml
The file was modified appserver/persistence/cmp/support-sqlstore/pom.xml
The file was modified appserver/tests/quicklook/ejb/embedded/pom.xml
The file was modified appserver/batch/glassfish-batch-commands/pom.xml
The file was modified nucleus/distributions/pom.xml
The file was modified appserver/extras/embedded/nucleus/pom.xml
The file was modified appserver/extras/jakartaee/dist-frag/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/dirListing/pom.xml
The file was modified appserver/webservices/connector/pom.xml
The file was modified appserver/tests/embedded/cdi_basic/pom.xml
The file was modified nucleus/diagnostics/pom.xml
The file was modified appserver/core/pom.xml
The file was modified appserver/tests/tck/tck-runner/pom.xml
The file was modified appserver/admingui/war/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/ejb-auth-async/scheduler-service/pom.xml
The file was modified appserver/tests/tck/microprofile/pom.xml
The file was modified appserver/ejb/ejb-container/pom.xml
The file was modified pom.xml
The file was modified nucleus/cluster/common/pom.xml
The file was modified appserver/persistence/cmp/model/pom.xml
The file was modified appserver/tests/cdi/cases/pom.xml
The file was modified docs/reference-manual/pom.xml
The file was modified nucleus/test-utils/pom.xml
The file was modified appserver/admin/cli/pom.xml
The file was modified appserver/tests/paas/external-db-service/pom.xml
The file was modified nucleus/grizzly/config/pom.xml
The file was modified nucleus/diagnostics/diagnostics-api/pom.xml
The file was modified appserver/admingui/full/pom.xml
The file was modified nucleus/hk2/pom.xml
The file was modified appserver/tests/paas/basic-jpa/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/ejb_lite_basic/pom.xml
The file was modified appserver/admingui/cluster/pom.xml
The file was modified appserver/extras/embedded/common/osgi-modules-uninstaller/pom.xml
The file was modified appserver/web/pom.xml
The file was modified appserver/tests/paas/appscoped-db-with-resources-xml/pom.xml
The file was modified appserver/web/gf-web-connector/pom.xml
The file was modified appserver/persistence/jpa-container/pom.xml
The file was modified appserver/orb/pom.xml
The file was modified appserver/deployment/schemas/pom.xml
The file was modified appserver/appclient/client/acc-config/pom.xml
The file was modified appserver/jms/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war1/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/mydb-plugin/pom.xml
The file was modified appserver/deployment/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/multiBeansApp/pom.xml
The file was modified appserver/tests/admin/admin-extension/pom.xml
The file was modified nucleus/admin/pom.xml
The file was modified appserver/admingui/jca/pom.xml
The file was modified appserver/security/webservices.security/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/runner/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/pom.xml
The file was modified docs/ha-administration-guide/pom.xml
The file was modified nucleus/hk2/config-generator/pom.xml
The file was modified appserver/tests/paas/enable-disable-test/pom.xml
The file was modified appserver/tests/tck/tck-download/tsharness/pom.xml
The file was modified nucleus/flashlight/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb2/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-ra-distribution/pom.xml
The file was modified nucleus/core/api-exporter/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell/pom.xml
The file was modified appserver/featuresets/debug/pom.xml
The file was modified nucleus/cluster/gms-adapter/pom.xml
The file was modified appserver/persistence/cmp/cmp-all/pom.xml
The file was modified appserver/admin/pom.xml
The file was modified appserver/persistence/cmp/cmp-scripts/pom.xml
The file was modified appserver/distributions/web/pom.xml
The file was modified appserver/tests/tck/expression_language/pom.xml
The file was modified appserver/featuresets/web/pom.xml
The file was modified appserver/grizzly/grizzly-container/pom.xml
The file was modified appserver/extras/pom.xml
The file was modified nucleus/core/context-propagation/pom.xml
The file was modified appserver/tests/tck/microprofile/config/pom.xml
The file was modified nucleus/deployment/admin/pom.xml
The file was modified appserver/extras/embedded/all/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars/pom.xml
The file was modified appserver/resources/resources-runtime/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/programmatic-authentication/pom.xml
The file was modified docs/embedded-server-guide/pom.xml
The file was modified nucleus/security/pom.xml
The file was modified appserver/tests/sse/basic/pom.xml
The file was modified appserver/extras/embedded/pom.xml
The file was modified appserver/ejb/ejb-all/pom.xml
The file was modified appserver/tests/embedded/web/pom.xml
The file was modified appserver/tests/paas/basic-db-with-resources-xml/pom.xml
The file was modified appserver/tests/tck/jwt/pom.xml
The file was modified appserver/web/jspcaching-connector/pom.xml
The file was modified nucleus/pom.xml
The file was modified appserver/tests/paas/ext-shared-service-enable-disable-test/pom.xml
The file was modified appserver/distributions/docker/pom.xml
The file was modified appserver/load-balancer/gf-load-balancer-connector/pom.xml
The file was modified appserver/ha/pom.xml
The file was modified appserver/admingui/ejb/pom.xml
The file was modified appserver/tests/pom.xml
The file was modified appserver/web/gf-weld-connector/pom.xml
The file was modified nucleus/resources/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell-frag/pom.xml
The file was modified appserver/common/glassfish-ee-api/pom.xml
The file was modified appserver/tests/embedded/ejb/basic/pom.xml
The file was modified appserver/libpam4j/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war2/pom.xml
The file was modified appserver/tests/cdi/negative/normalScopeWithFinal/pom.xml
The file was modified appserver/webservices/metro-fragments/pom.xml
The file was modified appserver/tests/embedded/scatteredarchive/pom.xml
The file was modified docs/add-on-component-development-guide/pom.xml
The file was modified docs/installation-guide/pom.xml
The file was modified appserver/batch/glassfish-batch-connector/pom.xml
The file was modified appserver/jms/jmsra/pom.xml
The file was modified appserver/tests/paas/basic-db/pom.xml
The file was modified appserver/tests/quicklook/admin/pom.xml
The file was modified appserver/tests/embedded/static/web/pom.xml
The file was modified appserver/connectors/connectors-runtime/pom.xml
The file was modified appserver/tests/tck/tck-download/pom.xml
The file was modified nucleus/security/services/pom.xml
The file was modified docs/website/pom.xml
The file was modified appserver/grizzly/glassfish-grizzly-extra-all/pom.xml
The file was modified nucleus/common/mbeanserver/pom.xml
The file was modified appserver/tests/hk2/isolation/web/pom.xml
The file was modified appserver/connectors/connectors-inbound-runtime/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/advanced/pom.xml
The file was modified appserver/ejb/ejb-connector/pom.xml
The file was modified appserver/resources/mail/mail-connector/pom.xml
The file was modified nucleus/cluster/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsptest/pom.xml
The file was modified appserver/tests/paas/helloworld/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/basic/pom.xml
The file was modified appserver/appclient/server/pom.xml
The file was modified appserver/jdbc/jdbc-ra/pom.xml
The file was modified appserver/admingui/jms-plugin/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/localejbs/pom.xml
The file was modified nucleus/security/core/pom.xml
The file was modified appserver/admingui/common/pom.xml
The file was modified appserver/tests/embedded/web/web-war/war/pom.xml
The file was modified docs/deployment-planning-guide/pom.xml
The file was modified nucleus/distributions/nucleus/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/sessionDestroyed/pom.xml
The file was modified nucleus/diagnostics/context/pom.xml
The file was modified appserver/tests/embedded/inplanted/pom.xml
The file was modified appserver/tests/quicklook/adminconsole/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/pom.xml
The file was modified appserver/extras/embedded/shell/pom.xml
The file was modified appserver/ha/ha-shoal-store/pom.xml
The file was modified appserver/extras/embedded/tests/pom.xml
The file was modified appserver/tests/embedded/ejb/ejb-main/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsftest/pom.xml
The file was modified appserver/web/jersey-ejb-component-provider/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-commands-tests/pom.xml
The file was modified appserver/admingui/core/pom.xml
The file was modified appserver/security/appclient.security/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/app/pom.xml
The file was modified appserver/webservices/webservices-scripts/pom.xml
The file was modified docs/application-deployment-guide/pom.xml
The file was modified appserver/tests/paas/external-db-service/generatederbyvm/pom.xml
The file was modified nucleus/hk2/tiger-types/pom.xml
The file was modified appserver/tests/paas/basic/pom.xml
The file was modified nucleus/distributions/nucleus-common/pom.xml
The file was modified appserver/tests/embedded/web/autodelete/pom.xml
The file was modified appserver/persistence/common/pom.xml
The file was modified appserver/deployment/dol/pom.xml
The file was modified appserver/tests/paas/external-and-shared-service/pom.xml
The file was modified appserver/admin/template/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/web/pom.xml
The file was modified appserver/web/web-core/pom.xml
The file was modified appserver/security/jaspic-provider-framework/pom.xml
The file was modified appserver/web/cdi-api-fragment/pom.xml
The file was modified appserver/osgi-platforms/pom.xml
The file was modified appserver/pom.xml
The file was modified appserver/tests/embedded/ejb/ejb-api/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/applicationDispatcher/pom.xml
The file was modified nucleus/hk2/hk2-config/pom.xml
The file was modified appserver/resources/pom.xml
The file was modified appserver/tests/embedded/web/web-war/pom.xml
The file was modified appserver/web/jersey-mvc-connector/pom.xml
The file was modified appserver/tests/tck/authentication/pom.xml
The file was modified appserver/admingui/jdbc/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/basic/pom.xml
The file was modified qa/pom.xml
The file was modified appserver/load-balancer/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-remote/pom.xml
The file was modified appserver/orb/orb-iiop/pom.xml
The file was modified nucleus/osgi-platforms/felix/pom.xml
The file was modified appserver/jdbc/jdbc-runtime/pom.xml
The file was modified appserver/web/web-embed/pom.xml
The file was modified appserver/tests/tck/validation/pom.xml
The file was modified appserver/tests/cdi/cases/runner/pom.xml
The file was modified appserver/jdbc/templates/pom.xml
The file was modified appserver/tests/appserv-tests/util/reportbuilder/pom.xml
The file was modified appserver/transaction/pom.xml
The file was modified nucleus/grizzly/nucleus-grizzly-all/pom.xml
The file was modified appserver/connectors/pom.xml
The file was modified appserver/tests/embedded/servlet_runs_admin_cmds/pom.xml
The file was modified appserver/load-balancer/admin/pom.xml
The file was modified appserver/tests/paas/bookstore/pom.xml
The file was modified appserver/deployment/jakartaee-core/pom.xml
The file was modified nucleus/common/scattered-archive-api/pom.xml
The file was modified appserver/distributions/glassfish-common/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/common/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/pom.xml
The file was modified appserver/tests/paas/service_metadata/custom_db_name/pom.xml
The file was modified appserver/featuresets/pom.xml
The file was modified nucleus/deployment/common/pom.xml
The file was modified appserver/extras/embedded/common/pom.xml
Commit 5489f5634b9beea816bc543f2609ffa86151dcc9 by Glassfish Bot
Prepare next development cycle for 7.0.3-SNAPSHOT
The file was modified appserver/tests/hk2/cdi/basic/pom.xml
The file was modified appserver/flashlight/client/pom.xml
The file was modified appserver/ha/ha-shoal-cache-bootstrap/pom.xml
The file was modified appserver/persistence/entitybean-container/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell-frag/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/dirListing/pom.xml
The file was modified appserver/concurrent/concurrent-impl/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell/pom.xml
The file was modified appserver/appclient/client/appclient-scripts/pom.xml
The file was modified appserver/featuresets/debug/pom.xml
The file was modified appserver/concurrent/concurrent-connector/pom.xml
The file was modified appserver/tests/paas/service_metadata/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-tests-utils/pom.xml
The file was modified nucleus/diagnostics/context/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment3/pom.xml
The file was modified docs/performance-tuning-guide/pom.xml
The file was modified nucleus/security/ssl-impl/pom.xml
The file was modified appserver/tests/paas/ext-shared-service-enable-disable-test/pom.xml
The file was modified appserver/tests/paas/enable-disable-test/pom.xml
The file was modified nucleus/security/core/pom.xml
The file was modified appserver/extras/embedded/common/osgi-main/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars-xa/pom.xml
The file was modified appserver/extras/embedded/common/pom.xml
The file was modified appserver/web/gui-plugin-common/pom.xml
The file was modified nucleus/core/context-propagation/pom.xml
The file was modified appserver/admingui/common/pom.xml
The file was modified appserver/load-balancer/pom.xml
The file was modified appserver/tests/embedded/web/autodelete/pom.xml
The file was modified appserver/tests/appserv-tests/pom.xml
The file was modified nucleus/admin/rest/rest-service/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authentication-tck/pom.xml
The file was modified appserver/tests/embedded/servlet_runs_admin_cmds/pom.xml
The file was modified appserver/ejb/ejb-full-container/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/queryString/pom.xml
The file was modified nucleus/admin/monitor/pom.xml
The file was modified appserver/extras/appserv-rt/dist-frag/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/websockets/pom.xml
The file was modified docs/add-on-component-development-guide/pom.xml
The file was modified appserver/tests/quicklook/ejb/remoteview/pom.xml
The file was modified appserver/web/cdi-api-fragment/pom.xml
The file was modified nucleus/admin/config-api/pom.xml
The file was modified nucleus/admin/pom.xml
The file was modified appserver/persistence/cmp/support-sqlstore/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb2/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/ejb_lite_basic/pom.xml
The file was modified nucleus/cluster/gms-adapter/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment1/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/basic/pom.xml
The file was modified appserver/tests/quicklook/ejb/sfulnoi/pom.xml
The file was modified appserver/extras/embedded/common/osgi-modules-uninstaller/pom.xml
The file was modified appserver/microprofile/pom.xml
The file was modified appserver/persistence/cmp/pom.xml
The file was modified nucleus/featuresets/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsftest/pom.xml
The file was modified appserver/webservices/metro-fragments/pom.xml
The file was modified docs/reference-manual/pom.xml
The file was modified appserver/appclient/server/connector/pom.xml
The file was modified appserver/tests/tck/cdi/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war2/pom.xml
The file was modified appserver/osgi-platforms/glassfish-osgi-console-plugin/pom.xml
The file was modified appserver/tests/admingui/auto-test/pom.xml
The file was modified appserver/tests/embedded/static/ejb/simple/pom.xml
The file was modified appserver/web/gf-weld-connector/pom.xml
The file was modified appserver/extras/embedded/common/instanceroot-builder/pom.xml
The file was modified appserver/tests/embedded/cdi_basic/pom.xml
The file was modified appserver/batch/glassfish-batch-connector/pom.xml
The file was modified appserver/webservices/webservices-scripts/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-faces-tck/pom.xml
The file was modified appserver/grizzly/grizzly-container/pom.xml
The file was modified appserver/web/war-util/pom.xml
The file was modified appserver/webservices/connector/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/jars/pom.xml
The file was modified appserver/tests/tck/servlet/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tags-tck/pom.xml
The file was modified docs/application-development-guide/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/pom.xml
The file was modified appserver/tests/tck/expression_language/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/pom.xml
The file was modified appserver/tests/paas/basic-db-initsql/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/mq-test/pom.xml
The file was modified nucleus/flashlight/flashlight-extra-jdk-packages/pom.xml
The file was modified appserver/web/web-naming/pom.xml
The file was modified appserver/tests/hk2/isolation/web/pom.xml
The file was modified docs/upgrade-guide/pom.xml
The file was modified appserver/tests/paas/basic-bookstore-dns/pom.xml
The file was modified appserver/tests/tck/pom.xml
The file was modified appserver/orb/orb-enabler/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/runner/pom.xml
The file was modified appserver/admingui/plugin-service/pom.xml
The file was modified appserver/web/web-embed/pom.xml
The file was modified appserver/tests/embedded/basic/lifecycle/pom.xml
The file was modified appserver/tests/embedded/web/web-war/pom.xml
The file was modified appserver/tests/quicklook/ejb/singleton/pom.xml
The file was modified appserver/ejb/ejb-client/pom.xml
The file was modified appserver/tests/quicklook/rest/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/pom.xml
The file was modified appserver/featuresets/glassfish/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/standalonewar/pom.xml
The file was modified appserver/tests/tck/jwt/pom.xml
The file was modified appserver/appclient/client/acc-config/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/lib1/pom.xml
The file was modified nucleus/diagnostics/diagnostics-api/pom.xml
The file was modified appserver/load-balancer/admin/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsptest/pom.xml
The file was modified appserver/common/amx-jakartaee/pom.xml
The file was modified appserver/persistence/common/pom.xml
The file was modified appserver/tests/admin/admin-extension/pom.xml
The file was modified appserver/tests/embedded/pom.xml
The file was modified nucleus/deployment/admin/pom.xml
The file was modified appserver/tests/embedded/web/web-war/test/pom.xml
The file was modified appserver/extras/appserv-rt/pom.xml
The file was modified appserver/tests/tck/validation/pom.xml
The file was modified appserver/tests/tck/pages_tags/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars/pom.xml
The file was modified appserver/admin/pom.xml
The file was modified appserver/tests/quicklook/ejb/cmp/pom.xml
The file was modified appserver/tests/tck/faces/pom.xml
The file was modified docs/quick-start-guide/pom.xml
The file was modified appserver/tests/paas/bookstore/pom.xml
The file was modified appserver/admingui/jca/pom.xml
The file was modified appserver/tests/quicklook/amx/pom.xml
The file was modified appserver/web/jersey-mvc-connector/pom.xml
The file was modified appserver/ejb/ejb-all/pom.xml
The file was modified appserver/osgi-platforms/felix-webconsole-extension/pom.xml
The file was modified docs/deployment-planning-guide/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/secureWebApp/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/simple/pom.xml
The file was modified nucleus/admin/rest/gf-restadmin-connector/pom.xml
The file was modified appserver/tests/embedded/ejb/remoteejb/pom.xml
The file was modified nucleus/common/common-util/pom.xml
The file was modified appserver/admingui/pom.xml
The file was modified appserver/orb/orb-connector/pom.xml
The file was modified appserver/common/annotation-framework/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/pom.xml
The file was modified nucleus/core/kernel/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/localejbs/pom.xml
The file was modified nucleus/flashlight/framework/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/index/pom.xml
The file was modified nucleus/distributions/nucleus-common/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso2/pom.xml
The file was modified docs/administration-guide/pom.xml
The file was modified appserver/tests/quicklook/wsit/jsr109tester/pom.xml
The file was modified appserver/transaction/jta/pom.xml
The file was modified nucleus/common/amx-core/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/applicationDispatcher/pom.xml
The file was modified nucleus/featuresets/atomic/pom.xml
The file was modified appserver/web/web-ha/pom.xml
The file was modified appserver/web/weld-integration/pom.xml
The file was modified appserver/admingui/core/pom.xml
The file was modified appserver/connectors/connectors-inbound-runtime/pom.xml
The file was modified appserver/ejb/pom.xml
The file was modified appserver/pom.xml
The file was modified appserver/tests/embedded/inplanted/pom.xml
The file was modified appserver/libpam4j/pom.xml
The file was modified appserver/connectors/connectors-internal-api/pom.xml
The file was modified appserver/tests/paas/basic-shared-service-test/pom.xml
The file was modified appserver/tests/embedded/web/web-api/pom.xml
The file was modified appserver/tests/paas/deployment-rollback/pom.xml
The file was modified nucleus/osgi-platforms/felix/pom.xml
The file was modified appserver/orb/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/remoteejbs/pom.xml
The file was modified appserver/tests/paas/service_metadata/custom_db_name/pom.xml
The file was modified appserver/web/jspcaching-connector/pom.xml
The file was modified appserver/security/appclient.security/pom.xml
The file was modified appserver/load-balancer/gf-load-balancer-connector/pom.xml
The file was modified appserver/distributions/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/advanced/pom.xml
The file was modified appserver/jms/gf-jms-injection/pom.xml
The file was modified appserver/ejb/ejb-timer-databases/pom.xml
The file was modified appserver/connectors/work-management/pom.xml
The file was modified appserver/jms/gf-jms-connector/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-commands-tests/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war1/pom.xml
The file was modified appserver/persistence/oracle-jdbc-driver-packages/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-interactive/pom.xml
The file was modified appserver/batch/batch-database/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc40/pom.xml
The file was modified appserver/tests/quicklook/jms/injection/pom.xml
The file was modified docs/installation-guide/pom.xml
The file was modified appserver/web/web-glue/pom.xml
The file was modified appserver/tests/paas/scale_service/pom.xml
The file was modified appserver/admingui/dist-fragment/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-core/pom.xml
The file was modified nucleus/xmlbind-annotations/pom.xml
The file was modified appserver/osgi-platforms/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/sessionDestroyed/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso1/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/lib/pom.xml
The file was modified appserver/extras/embedded/all/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/pom.xml
The file was modified appserver/tests/embedded/ejb/ejb-api/pom.xml
The file was modified nucleus/security/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/runner/pom.xml
The file was modified appserver/tests/cdi/negative/runner/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/runner/pom.xml
The file was modified nucleus/flashlight/agent/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/pom.xml
The file was modified appserver/tests/hk2/isolation/pom.xml
The file was modified appserver/persistence/cmp/enhancer/pom.xml
The file was modified appserver/tests/quicklook/ejb/embedded/pom.xml
The file was modified nucleus/osgi-platforms/pom.xml
The file was modified appserver/featuresets/pom.xml
The file was modified appserver/admingui/dataprovider/pom.xml
The file was modified appserver/tests/paas/basic-db/pom.xml
The file was modified appserver/persistence/eclipselink-wrapper/pom.xml
The file was modified appserver/tests/paas/basic/pom.xml
The file was modified appserver/concurrent/pom.xml
The file was modified appserver/web/jsf-connector/pom.xml
The file was modified appserver/jms/jms-core/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/pom.xml
The file was modified appserver/webservices/pom.xml
The file was modified nucleus/common/internal-api/pom.xml
The file was modified appserver/tests/embedded/ejb/basic/pom.xml
The file was modified appserver/admin/backup/pom.xml
The file was modified appserver/appclient/server/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/ear/pom.xml
The file was modified appserver/tests/pom.xml
The file was modified appserver/web/gf-web-connector/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authorization-tck/pom.xml
The file was modified appserver/distributions/web/pom.xml
The file was modified docs/troubleshooting-guide/pom.xml
The file was modified appserver/tests/tck/tck-runner/pom.xml
The file was modified appserver/admin/template/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/pom.xml
The file was modified appserver/tests/tck/authentication/pom.xml
The file was modified appserver/tests/tck/microprofile/config/pom.xml
The file was modified appserver/microprofile/connectors/pom.xml
The file was modified nucleus/admin/cli/pom.xml
The file was modified appserver/web/web-sse/pom.xml
The file was modified appserver/tests/embedded/ejb/ejb-main/pom.xml
The file was modified nucleus/cluster/pom.xml
The file was modified nucleus/cluster/admin/pom.xml
The file was modified appserver/web/jstl-connector/pom.xml
The file was modified qa/pom.xml
The file was modified appserver/connectors/connectors-connector/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/war/pom.xml
The file was modified appserver/admingui/concurrent/pom.xml
The file was modified nucleus/hk2/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-model/pom.xml
The file was modified appserver/extras/pom.xml
The file was modified appserver/tests/embedded/static/web/pom.xml
The file was modified appserver/admingui/jts/pom.xml
The file was modified appserver/distributions/glassfish-common/pom.xml
The file was modified appserver/webservices/metro-glue/pom.xml
The file was modified docs/application-deployment-guide/pom.xml
The file was modified appserver/web/pom.xml
The file was modified appserver/jdbc/jdbc-ra/pom.xml
The file was modified nucleus/core/api-exporter/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-full/pom.xml
The file was modified appserver/transaction/pom.xml
The file was modified appserver/grizzly/glassfish-grizzly-extra-all/pom.xml
The file was modified appserver/tests/sse/basic/pom.xml
The file was modified appserver/admingui/community-theme/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/pom.xml
The file was modified appserver/tests/admin/pom.xml
The file was modified appserver/tests/cdi/negative/normalScopeWithFinal/pom.xml
The file was modified appserver/persistence/pom.xml
The file was modified appserver/web/weld-integration-fragment/pom.xml
The file was modified nucleus/deployment/schemas/pom.xml
The file was modified appserver/jdbc/admin/pom.xml
The file was modified appserver/ha/ha-file-store/pom.xml
The file was modified appserver/web/weld-integration-test-fragment/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/pom.xml
The file was modified appserver/persistence/jpa-container/pom.xml
The file was modified appserver/tests/tck/pages/pom.xml
The file was modified appserver/web/web-core/pom.xml
The file was modified nucleus/cluster/cli/pom.xml
The file was modified appserver/security/security-all/pom.xml
The file was modified appserver/tests/tck/rest/pom.xml
The file was modified docs/distribution/pom.xml
The file was modified appserver/admingui/ejb-lite/pom.xml
The file was modified nucleus/grizzly/pom.xml
The file was modified appserver/jms/jmsra/pom.xml
The file was modified appserver/common/stats77/pom.xml
The file was modified appserver/admingui/web/pom.xml
The file was modified appserver/appclient/client/pom.xml
The file was modified appserver/appclient/client/acc-standalone/pom.xml
The file was modified nucleus/resources/pom.xml
The file was modified appserver/webservices/soap-tcp/pom.xml
The file was modified appserver/connectors/admin/pom.xml
The file was modified docs/release-notes/pom.xml
The file was modified appserver/security/ejb.security/pom.xml
The file was modified appserver/resources/pom.xml
The file was modified appserver/tests/paas/lazy-shared-service-test/pom.xml
The file was modified appserver/common/glassfish-ee-api/pom.xml
The file was modified appserver/security/webservices.security/pom.xml
The file was modified appserver/tests/paas/helloworld/pom.xml
The file was modified appserver/admingui/war/pom.xml
The file was modified appserver/distributions/glassfish/pom.xml
The file was modified appserver/resources/mail/pom.xml
The file was modified appserver/tests/paas/javaee_shared_service/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/basic/pom.xml
The file was modified appserver/web/webtier-all/pom.xml
The file was modified appserver/connectors/connectors-runtime/pom.xml
The file was modified nucleus/admin/rest/pom.xml
The file was modified appserver/tests/quicklook/admin/pom.xml
The file was modified appserver/tests/hk2/pom.xml
The file was modified appserver/tests/appserv-tests/util/reportbuilder/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-remote/pom.xml
The file was modified appserver/extras/embedded/common/bootstrap/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-expression-language-tck/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell/pom.xml
The file was modified appserver/persistence/cmp/ejb-mapping/pom.xml
The file was modified nucleus/grizzly/config/pom.xml
The file was modified appserver/web/web-embed/api/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment2/pom.xml
The file was modified appserver/tests/paas/basic-db-with-resources-xml/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb1/pom.xml
The file was modified nucleus/grizzly/nucleus-grizzly-all/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/static-shell-init/pom.xml
The file was modified docs/security-guide/pom.xml
The file was modified appserver/admingui/jdbc/pom.xml
The file was modified nucleus/common/glassfish-api/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/app/pom.xml
The file was modified appserver/tests/sse/videoplayer/pom.xml
The file was modified appserver/extras/embedded/nucleus/pom.xml
The file was modified appserver/admin/admin-core/pom.xml
The file was modified appserver/extras/embedded/common/installroot-builder/pom.xml
The file was modified appserver/tests/hk2/cdi/pom.xml
The file was modified nucleus/cluster/common/pom.xml
The file was modified appserver/deployment/dol/pom.xml
The file was modified appserver/jms/admin/pom.xml
The file was modified appserver/tests/tck/microprofile/pom.xml
The file was modified nucleus/diagnostics/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/runner/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb2/pom.xml
The file was modified nucleus/deployment/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/mdb/pom.xml
The file was modified appserver/common/container-common/pom.xml
The file was modified nucleus/core/logging/pom.xml
The file was modified appserver/flashlight/pom.xml
The file was modified appserver/microprofile/config/pom.xml
The file was modified appserver/tests/embedded/static/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/advanced/pom.xml
The file was modified appserver/admin/cli/pom.xml
The file was modified nucleus/common/scattered-archive-api/pom.xml
The file was modified nucleus/hk2/config-generator/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/common/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-servlet-tck/pom.xml
The file was modified appserver/tests/amx/pom.xml
The file was modified appserver/persistence/cmp/generator-database/pom.xml
The file was modified appserver/core/api-exporter-fragment/pom.xml
The file was modified nucleus/deployment/autodeploy/pom.xml
The file was modified appserver/common/glassfish-naming/pom.xml
The file was modified appserver/tests/paas/basic-db-teardown-sql/pom.xml
The file was modified appserver/tests/embedded/cdi_ejb_jpa/pom.xml
The file was modified appserver/tests/tck/concurrency/pom.xml
The file was modified appserver/deployment/dtds/pom.xml
The file was modified appserver/tests/quicklook/adminconsole/pom.xml
The file was modified appserver/admingui/cluster/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/scattered/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb1/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/filterURIMapping/pom.xml
The file was modified appserver/tests/cdi/pom.xml
The file was modified nucleus/core/pom.xml
The file was modified nucleus/deployment/common/pom.xml
The file was modified appserver/tests/cdi/cases/pom.xml
The file was modified docs/parent/pom.xml
The file was modified appserver/extras/embedded/web/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jmxUndeployEvent/pom.xml
The file was modified appserver/core/jakartaee-kernel/pom.xml
The file was modified appserver/deployment/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/multipleApps/pom.xml
The file was modified appserver/tests/paas/service_metadata/provision_using_specified_template/pom.xml
The file was modified appserver/tests/paas/appscoped-db-with-resources-xml/pom.xml
The file was modified appserver/tests/tck/tck-download/tsharness/pom.xml
The file was modified appserver/tests/admin/tests/pom.xml
The file was modified nucleus/featuresets/nucleus/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/webservice/pom.xml
The file was modified docs/ha-administration-guide/pom.xml
The file was modified appserver/resources/resources-runtime/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/mydb-plugin/pom.xml
The file was modified nucleus/deployment/dtds/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-ra-distribution/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/web/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/ejb1/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/multiBeansApp/pom.xml
The file was modified appserver/tests/embedded/web/servlet/pom.xml
The file was modified appserver/tests/embedded/scatteredarchive/pom.xml
The file was modified appserver/persistence/cmp/cmp-all/pom.xml
The file was modified appserver/persistence/gf-jpa-connector/pom.xml
The file was modified appserver/batch/pom.xml
The file was modified appserver/appclient/server/core/pom.xml
The file was modified nucleus/glassfish-jul-extension/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/init/pom.xml
The file was modified appserver/tests/embedded/web/web-all/pom.xml
The file was modified nucleus/flashlight/pom.xml
The file was modified appserver/persistence/cmp/utility/pom.xml
The file was modified appserver/ha/pom.xml
The file was modified docs/error-messages-reference/pom.xml
The file was modified appserver/deployment/jakartaee-core/pom.xml
The file was modified appserver/distributions/docker/pom.xml
The file was modified appserver/connectors/descriptors/pom.xml
The file was modified appserver/tests/tck/tck-download/javatest/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/pom.xml
The file was modified appserver/tests/embedded/basic/pom.xml
The file was modified appserver/ejb/ejb-timer-service-app/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/pom.xml
The file was modified appserver/ejb/ejb-internal-api/pom.xml
The file was modified appserver/persistence/cmp/support-ejb/pom.xml
The file was modified appserver/tests/quicklook/ejb/slsbnicmt/pom.xml
The file was modified appserver/tests/embedded/glassfish_resources_xml/pom.xml
The file was modified appserver/tests/paas/basic-jpa/pom.xml
The file was modified appserver/tests/paas/external-db-service/pom.xml
The file was modified docs/website/pom.xml
The file was modified nucleus/test-utils/pom.xml
The file was modified appserver/appclient/client/acc/pom.xml
The file was modified appserver/jdbc/templates/pom.xml
The file was modified docs/publish/pom.xml
The file was modified appserver/tests/quicklook/pom.xml
The file was modified appserver/appclient/pom.xml
The file was modified appserver/webservices/jsr109-impl/pom.xml
The file was modified appserver/tests/embedded/ejb/pom.xml
The file was modified appserver/grizzly/pom.xml
The file was modified appserver/security/webintegration/pom.xml
The file was modified docs/pom.xml
The file was modified appserver/extras/jakartaee/manifest-jar/pom.xml
The file was modified pom.xml
The file was modified appserver/admingui/ejb/pom.xml
The file was modified appserver/ejb/ejb-container/pom.xml
The file was modified nucleus/distributions/nucleus/pom.xml
The file was modified nucleus/hk2/hk2-config/pom.xml
The file was modified appserver/common/pom.xml
The file was modified appserver/jdbc/jdbc-config/pom.xml
The file was modified appserver/admingui/full/pom.xml
The file was modified appserver/tests/paas/pom.xml
The file was modified appserver/tests/cdi/cases/runner/pom.xml
The file was modified appserver/web/jersey-ejb-component-provider/pom.xml
The file was modified appserver/ha/ha-shoal-store/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/getRequestURI/pom.xml
The file was modified nucleus/cluster/gms-bootstrap/pom.xml
The file was modified appserver/tests/embedded/utils/pom.xml
The file was modified appserver/orb/orb-iiop/pom.xml
The file was modified appserver/tests/paas/basic-service-discovery/pom.xml
The file was modified appserver/admingui/gf-admingui-connector/pom.xml
The file was modified appserver/tests/embedded/web/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-rest-tck/pom.xml
The file was modified nucleus/distributions/atomic/pom.xml
The file was modified appserver/resources/mail/mail-connector/pom.xml
The file was modified appserver/extras/embedded/tests/pom.xml
The file was modified appserver/extras/jakartaee/dist-frag/pom.xml
The file was modified appserver/extras/embedded/pom.xml
The file was modified nucleus/hk2/config-types/pom.xml
The file was modified appserver/tests/hk2/isolation/runner/pom.xml
The file was modified docs/embedded-server-guide/pom.xml
The file was modified nucleus/core/extra-jre-packages/pom.xml
The file was modified appserver/transaction/jts/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-ant-based-tck/pom.xml
The file was modified appserver/tests/embedded/mysql/pom.xml
The file was modified appserver/jms/pom.xml
The file was modified appserver/tests/community/pom.xml
The file was modified appserver/ldapbp/pom.xml
The file was modified appserver/deployment/schemas/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tck/pom.xml
The file was modified appserver/persistence/cmp/model/pom.xml
The file was modified appserver/extras/jakartaee/pom.xml
The file was modified appserver/transaction/internal-api/pom.xml
The file was modified nucleus/hk2/tiger-types/pom.xml
The file was modified appserver/tests/appserv-tests/cciblackbox-tx/pom.xml
The file was modified nucleus/distributions/pom.xml
The file was modified appserver/resources/mail/mail-runtime/pom.xml
The file was modified appserver/ant-tasks/pom.xml
The file was modified appserver/core/pom.xml
The file was modified appserver/admingui/corba/pom.xml
The file was modified appserver/deployment/jakartaee-full/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/programmatic-authentication/pom.xml
The file was modified appserver/persistence/cmp/cmp-scripts/pom.xml
The file was modified nucleus/cluster/ssh/pom.xml
The file was modified appserver/resources/resources-connector/pom.xml
The file was modified appserver/tests/tck/authorization/pom.xml
The file was modified nucleus/admin/template/pom.xml
The file was modified appserver/connectors/pom.xml
The file was modified appserver/web/admin/pom.xml
The file was modified appserver/tests/paas/external-db-service/generatederbyvm/pom.xml
The file was modified nucleus/osgi-platforms/osgi-container/pom.xml
The file was modified appserver/jdbc/pom.xml
The file was modified appserver/tests/paas/external-and-shared-service/pom.xml
The file was modified appserver/tests/jakartaee/concurrency/pom.xml
The file was modified appserver/ejb/ejb-connector/pom.xml
The file was modified nucleus/parent/pom.xml
The file was modified appserver/admin/cli-optional/pom.xml
The file was modified appserver/tests/embedded/static/ejb/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/ejb-auth-async/scheduler-service/pom.xml
The file was modified nucleus/admin/rest/rest-testing/pom.xml
The file was modified nucleus/pom.xml
The file was modified appserver/tests/embedded/wrapper/pom.xml
The file was modified nucleus/admin/util/pom.xml
The file was modified appserver/tests/paas/external-db-service/test/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/spetest/pom.xml
The file was modified appserver/tests/tck/tck-download/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/pom.xml
The file was modified nucleus/common/mbeanserver/pom.xml
The file was modified appserver/tests/admingui/pom.xml
The file was modified nucleus/admin/launcher/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/pom.xml
The file was modified appserver/extras/appserv-rt/manifest-jar/pom.xml
The file was modified appserver/security/pom.xml
The file was modified appserver/security/jaspic-provider-framework/pom.xml
The file was modified appserver/batch/glassfish-batch-commands/pom.xml
The file was modified nucleus/admin/server-mgmt/pom.xml
The file was modified appserver/tests/embedded/web/web-war/war/pom.xml
The file was modified nucleus/common/pom.xml
The file was modified appserver/jdbc/jdbc-runtime/pom.xml
The file was modified appserver/tests/jakartaee/pom.xml
The file was modified nucleus/core/bootstrap/pom.xml
The file was modified appserver/security/core-ee/pom.xml
The file was modified appserver/extras/embedded/shell/pom.xml
The file was modified appserver/admingui/jms-plugin/pom.xml
The file was modified nucleus/security/services/pom.xml
The file was modified appserver/persistence/cmp/internal-api/pom.xml
The file was modified appserver/featuresets/web/pom.xml
The file was modified appserver/tests/quicklook/wsit/JaxwsFromWsdl/pom.xml
The file was modified appserver/tests/cdi/negative/pom.xml
The file was modified nucleus/common/simple-glassfish-api/pom.xml
The file was modified nucleus/admin/rest/rest-client/pom.xml
Commit 8e1807085bf84d182c5344675a3fb243a5134037 by Glassfish Bot
Prepare release 7.0.3
The file was modified appserver/web/jstl-connector/pom.xml
The file was modified appserver/connectors/connectors-inbound-runtime/pom.xml
The file was modified appserver/ejb/ejb-internal-api/pom.xml
The file was modified appserver/transaction/internal-api/pom.xml
The file was modified appserver/web/web-core/pom.xml
The file was modified nucleus/deployment/autodeploy/pom.xml
The file was modified nucleus/admin/rest/rest-client/pom.xml
The file was modified appserver/tests/quicklook/wsit/jsr109tester/pom.xml
The file was modified appserver/appclient/server/connector/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb2/pom.xml
The file was modified appserver/ejb/ejb-full-container/pom.xml
The file was modified nucleus/security/services/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/standalonewar/pom.xml
The file was modified nucleus/osgi-platforms/felix/pom.xml
The file was modified appserver/distributions/glassfish-common/pom.xml
The file was modified nucleus/common/mbeanserver/pom.xml
The file was modified appserver/tests/paas/external-db-service/generatederbyvm/pom.xml
The file was modified appserver/tests/appserv-tests/util/reportbuilder/pom.xml
The file was modified appserver/distributions/pom.xml
The file was modified appserver/tests/paas/service_metadata/provision_using_specified_template/pom.xml
The file was modified appserver/tests/quicklook/ejb/embedded/pom.xml
The file was modified docs/application-development-guide/pom.xml
The file was modified appserver/tests/embedded/web/web-war/war/pom.xml
The file was modified docs/deployment-planning-guide/pom.xml
The file was modified nucleus/core/kernel/pom.xml
The file was modified appserver/tests/hk2/isolation/web/pom.xml
The file was modified appserver/security/core-ee/pom.xml
The file was modified appserver/tests/tck/authorization/pom.xml
The file was modified appserver/webservices/soap-tcp/pom.xml
The file was modified appserver/tests/paas/deployment-rollback/pom.xml
The file was modified docs/embedded-server-guide/pom.xml
The file was modified appserver/tests/embedded/web/servlet/pom.xml
The file was modified appserver/persistence/cmp/ejb-mapping/pom.xml
The file was modified appserver/ejb/pom.xml
The file was modified appserver/tests/paas/basic-jpa/pom.xml
The file was modified appserver/tests/paas/external-db-service/pom.xml
The file was modified appserver/distributions/web/pom.xml
The file was modified docs/performance-tuning-guide/pom.xml
The file was modified appserver/tests/embedded/web/web-war/pom.xml
The file was modified nucleus/admin/template/pom.xml
The file was modified appserver/tests/embedded/inplanted/pom.xml
The file was modified appserver/appclient/client/pom.xml
The file was modified appserver/microprofile/config/pom.xml
The file was modified appserver/connectors/pom.xml
The file was modified appserver/admin/pom.xml
The file was modified appserver/tests/amx/pom.xml
The file was modified docs/security-guide/pom.xml
The file was modified docs/add-on-component-development-guide/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/pom.xml
The file was modified appserver/webservices/jsr109-impl/pom.xml
The file was modified appserver/tests/embedded/web/web-api/pom.xml
The file was modified appserver/extras/embedded/common/pom.xml
The file was modified appserver/admingui/common/pom.xml
The file was modified appserver/load-balancer/gf-load-balancer-connector/pom.xml
The file was modified appserver/common/container-common/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/pom.xml
The file was modified appserver/tests/appserv-tests/pom.xml
The file was modified docs/parent/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsftest/pom.xml
The file was modified appserver/tests/admin/pom.xml
The file was modified appserver/ejb/ejb-connector/pom.xml
The file was modified appserver/persistence/cmp/generator-database/pom.xml
The file was modified nucleus/cluster/common/pom.xml
The file was modified appserver/extras/appserv-rt/manifest-jar/pom.xml
The file was modified appserver/tests/tck/pages/pom.xml
The file was modified appserver/tests/community/pom.xml
The file was modified appserver/tests/tck/microprofile/pom.xml
The file was modified nucleus/parent/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/dirListing/pom.xml
The file was modified appserver/admingui/dataprovider/pom.xml
The file was modified appserver/deployment/jakartaee-core/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb2/pom.xml
The file was modified nucleus/admin/launcher/pom.xml
The file was modified appserver/persistence/oracle-jdbc-driver-packages/pom.xml
The file was modified appserver/tests/paas/lazy-shared-service-test/pom.xml
The file was modified appserver/admin/cli-optional/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-expression-language-tck/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/pom.xml
The file was modified appserver/resources/resources-runtime/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/scattered/pom.xml
The file was modified appserver/web/weld-integration-fragment/pom.xml
The file was modified nucleus/admin/rest/gf-restadmin-connector/pom.xml
The file was modified nucleus/distributions/nucleus-common/pom.xml
The file was modified appserver/tests/paas/helloworld/pom.xml
The file was modified appserver/web/web-sse/pom.xml
The file was modified nucleus/hk2/hk2-config/pom.xml
The file was modified docs/website/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/queryString/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/basic/pom.xml
The file was modified appserver/tests/quicklook/amx/pom.xml
The file was modified nucleus/deployment/schemas/pom.xml
The file was modified appserver/admingui/pom.xml
The file was modified appserver/extras/appserv-rt/pom.xml
The file was modified appserver/tests/paas/scale_service/pom.xml
The file was modified appserver/tests/tck/expression_language/pom.xml
The file was modified appserver/tests/tck/pages_tags/pom.xml
The file was modified appserver/tests/embedded/static/pom.xml
The file was modified appserver/osgi-platforms/glassfish-osgi-console-plugin/pom.xml
The file was modified appserver/tests/cdi/negative/normalScopeWithFinal/pom.xml
The file was modified appserver/persistence/cmp/internal-api/pom.xml
The file was modified appserver/tests/appserv-tests/cciblackbox-tx/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/init/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/multiBeansApp/pom.xml
The file was modified appserver/extras/embedded/all/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/pom.xml
The file was modified nucleus/flashlight/agent/pom.xml
The file was modified appserver/tests/paas/enable-disable-test/pom.xml
The file was modified appserver/admingui/community-theme/pom.xml
The file was modified appserver/webservices/connector/pom.xml
The file was modified appserver/security/security-all/pom.xml
The file was modified appserver/web/web-glue/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/runner/pom.xml
The file was modified appserver/admin/backup/pom.xml
The file was modified appserver/tests/tck/tck-download/pom.xml
The file was modified appserver/tests/embedded/web/web-war/test/pom.xml
The file was modified appserver/tests/embedded/pom.xml
The file was modified appserver/persistence/cmp/cmp-all/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/pom.xml
The file was modified appserver/tests/hk2/pom.xml
The file was modified appserver/tests/paas/basic-db/pom.xml
The file was modified appserver/appclient/client/acc-standalone/pom.xml
The file was modified appserver/common/glassfish-ee-api/pom.xml
The file was modified nucleus/security/ssl-impl/pom.xml
The file was modified appserver/tests/embedded/wrapper/pom.xml
The file was modified appserver/webservices/webservices-scripts/pom.xml
The file was modified appserver/orb/pom.xml
The file was modified appserver/extras/jakartaee/dist-frag/pom.xml
The file was modified appserver/tests/paas/external-db-service/test/pom.xml
The file was modified appserver/tests/paas/external-and-shared-service/pom.xml
The file was modified docs/error-messages-reference/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/pom.xml
The file was modified appserver/tests/tck/validation/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-rest-tck/pom.xml
The file was modified appserver/tests/paas/bookstore/pom.xml
The file was modified appserver/web/weld-integration/pom.xml
The file was modified appserver/tests/tck/jwt/pom.xml
The file was modified appserver/tests/hk2/isolation/runner/pom.xml
The file was modified appserver/tests/tck/concurrency/pom.xml
The file was modified appserver/extras/embedded/pom.xml
The file was modified appserver/featuresets/debug/pom.xml
The file was modified appserver/resources/mail/mail-runtime/pom.xml
The file was modified nucleus/test-utils/pom.xml
The file was modified appserver/extras/embedded/common/bootstrap/pom.xml
The file was modified appserver/admin/cli/pom.xml
The file was modified appserver/web/war-util/pom.xml
The file was modified appserver/jms/admin/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/websockets/pom.xml
The file was modified appserver/common/pom.xml
The file was modified nucleus/common/simple-glassfish-api/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell/pom.xml
The file was modified appserver/orb/orb-iiop/pom.xml
The file was modified appserver/ha/pom.xml
The file was modified appserver/tests/admingui/auto-test/pom.xml
The file was modified appserver/core/api-exporter-fragment/pom.xml
The file was modified appserver/tests/embedded/servlet_runs_admin_cmds/pom.xml
The file was modified appserver/tests/paas/ext-shared-service-enable-disable-test/pom.xml
The file was modified appserver/web/gf-weld-connector/pom.xml
The file was modified appserver/persistence/jpa-container/pom.xml
The file was modified appserver/ejb/ejb-client/pom.xml
The file was modified appserver/extras/embedded/common/osgi-main/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/sessionDestroyed/pom.xml
The file was modified nucleus/admin/cli/pom.xml
The file was modified nucleus/flashlight/flashlight-extra-jdk-packages/pom.xml
The file was modified appserver/appclient/client/acc-config/pom.xml
The file was modified docs/application-deployment-guide/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/lib/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/pom.xml
The file was modified appserver/tests/embedded/static/ejb/pom.xml
The file was modified appserver/extras/jakartaee/manifest-jar/pom.xml
The file was modified appserver/admingui/concurrent/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/app/pom.xml
The file was modified appserver/persistence/gf-jpa-connector/pom.xml
The file was modified appserver/extras/embedded/common/installroot-builder/pom.xml
The file was modified appserver/jdbc/admin/pom.xml
The file was modified appserver/resources/pom.xml
The file was modified appserver/extras/embedded/nucleus/pom.xml
The file was modified appserver/ejb/ejb-timer-databases/pom.xml
The file was modified appserver/tests/tck/tck-download/javatest/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/mdb/pom.xml
The file was modified appserver/admingui/plugin-service/pom.xml
The file was modified appserver/deployment/pom.xml
The file was modified nucleus/common/common-util/pom.xml
The file was modified appserver/admingui/gf-admingui-connector/pom.xml
The file was modified appserver/tests/paas/javaee_shared_service/pom.xml
The file was modified appserver/batch/glassfish-batch-commands/pom.xml
The file was modified appserver/microprofile/pom.xml
The file was modified appserver/jms/jms-core/pom.xml
The file was modified appserver/featuresets/web/pom.xml
The file was modified appserver/tests/paas/basic-service-discovery/pom.xml
The file was modified appserver/web/web-embed/api/pom.xml
The file was modified appserver/tests/embedded/basic/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/pom.xml
The file was modified appserver/concurrent/concurrent-impl/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/pom.xml
The file was modified appserver/ejb/ejb-all/pom.xml
The file was modified appserver/security/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/pom.xml
The file was modified appserver/batch/batch-database/pom.xml
The file was modified nucleus/featuresets/atomic/pom.xml
The file was modified nucleus/core/logging/pom.xml
The file was modified appserver/batch/glassfish-batch-connector/pom.xml
The file was modified appserver/ha/ha-shoal-store/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/war/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment1/pom.xml
The file was modified nucleus/osgi-platforms/pom.xml
The file was modified appserver/admingui/core/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/runner/pom.xml
The file was modified nucleus/cluster/ssh/pom.xml
The file was modified appserver/security/appclient.security/pom.xml
The file was modified nucleus/common/amx-core/pom.xml
The file was modified nucleus/admin/monitor/pom.xml
The file was modified docs/ha-administration-guide/pom.xml
The file was modified appserver/tests/paas/pom.xml
The file was modified appserver/admingui/jca/pom.xml
The file was modified appserver/extras/embedded/common/instanceroot-builder/pom.xml
The file was modified appserver/tests/admin/tests/pom.xml
The file was modified nucleus/admin/server-mgmt/pom.xml
The file was modified nucleus/cluster/admin/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/ear/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/webservice/pom.xml
The file was modified appserver/web/jspcaching-connector/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment2/pom.xml
The file was modified appserver/tests/cdi/cases/runner/pom.xml
The file was modified appserver/grizzly/grizzly-container/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/mq-test/pom.xml
The file was modified appserver/web/web-naming/pom.xml
The file was modified appserver/extras/embedded/shell/pom.xml
The file was modified appserver/tests/quicklook/ejb/slsbnicmt/pom.xml
The file was modified appserver/persistence/cmp/enhancer/pom.xml
The file was modified docs/release-notes/pom.xml
The file was modified appserver/admin/template/pom.xml
The file was modified appserver/admin/admin-core/pom.xml
The file was modified appserver/featuresets/glassfish/pom.xml
The file was modified appserver/ha/ha-file-store/pom.xml
The file was modified nucleus/deployment/dtds/pom.xml
The file was modified appserver/admingui/war/pom.xml
The file was modified pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars/pom.xml
The file was modified appserver/tests/embedded/scatteredarchive/pom.xml
The file was modified nucleus/common/pom.xml
The file was modified appserver/flashlight/pom.xml
The file was modified appserver/persistence/eclipselink-wrapper/pom.xml
The file was modified appserver/transaction/jts/pom.xml
The file was modified nucleus/hk2/tiger-types/pom.xml
The file was modified appserver/admingui/cluster/pom.xml
The file was modified appserver/tests/tck/servlet/pom.xml
The file was modified nucleus/diagnostics/pom.xml
The file was modified appserver/libpam4j/pom.xml
The file was modified nucleus/xmlbind-annotations/pom.xml
The file was modified appserver/tests/embedded/ejb/pom.xml
The file was modified appserver/persistence/cmp/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-ra-distribution/pom.xml
The file was modified appserver/concurrent/concurrent-connector/pom.xml
The file was modified appserver/appclient/server/pom.xml
The file was modified appserver/core/jakartaee-kernel/pom.xml
The file was modified nucleus/core/extra-jre-packages/pom.xml
The file was modified appserver/webservices/metro-glue/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsptest/pom.xml
The file was modified appserver/flashlight/client/pom.xml
The file was modified appserver/connectors/descriptors/pom.xml
The file was modified appserver/tests/pom.xml
The file was modified appserver/tests/quicklook/ejb/sfulnoi/pom.xml
The file was modified appserver/tests/tck/cdi/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/ejb-auth-async/scheduler-service/pom.xml
The file was modified nucleus/admin/config-api/pom.xml
The file was modified appserver/common/annotation-framework/pom.xml
The file was modified appserver/resources/mail/mail-connector/pom.xml
The file was modified appserver/web/web-embed/pom.xml
The file was modified nucleus/diagnostics/diagnostics-api/pom.xml
The file was modified appserver/tests/paas/service_metadata/pom.xml
The file was modified appserver/tests/embedded/ejb/basic/pom.xml
The file was modified appserver/tests/jakartaee/pom.xml
The file was modified appserver/deployment/dtds/pom.xml
The file was modified nucleus/deployment/common/pom.xml
The file was modified appserver/jdbc/jdbc-runtime/pom.xml
The file was modified appserver/tests/tck/rest/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/getRequestURI/pom.xml
The file was modified nucleus/featuresets/pom.xml
The file was modified nucleus/glassfish-jul-extension/pom.xml
The file was modified appserver/osgi-platforms/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-model/pom.xml
The file was modified appserver/transaction/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/pom.xml
The file was modified appserver/transaction/jta/pom.xml
The file was modified nucleus/security/core/pom.xml
The file was modified appserver/tests/embedded/cdi_ejb_jpa/pom.xml
The file was modified appserver/osgi-platforms/felix-webconsole-extension/pom.xml
The file was modified appserver/security/webservices.security/pom.xml
The file was modified nucleus/admin/rest/rest-service/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/mydb-plugin/pom.xml
The file was modified appserver/security/ejb.security/pom.xml
The file was modified appserver/grizzly/pom.xml
The file was modified appserver/tests/paas/basic-bookstore-dns/pom.xml
The file was modified appserver/tests/quicklook/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/multipleApps/pom.xml
The file was modified docs/quick-start-guide/pom.xml
The file was modified nucleus/common/scattered-archive-api/pom.xml
The file was modified appserver/tests/quicklook/ejb/remoteview/pom.xml
The file was modified nucleus/deployment/admin/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/advanced/pom.xml
The file was modified appserver/tests/quicklook/adminconsole/pom.xml
The file was modified appserver/tests/quicklook/wsit/JaxwsFromWsdl/pom.xml
The file was modified nucleus/cluster/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/applicationDispatcher/pom.xml
The file was modified appserver/ant-tasks/pom.xml
The file was modified appserver/extras/appserv-rt/dist-frag/pom.xml
The file was modified appserver/extras/embedded/web/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb1/pom.xml
The file was modified appserver/tests/paas/basic-db-teardown-sql/pom.xml
The file was modified appserver/ejb/ejb-timer-service-app/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-commands-tests/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/remoteejbs/pom.xml
The file was modified appserver/connectors/connectors-internal-api/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tck/pom.xml
The file was modified docs/pom.xml
The file was modified nucleus/common/internal-api/pom.xml
The file was modified appserver/tests/paas/service_metadata/custom_db_name/pom.xml
The file was modified appserver/admingui/jdbc/pom.xml
The file was modified appserver/deployment/jakartaee-full/pom.xml
The file was modified appserver/tests/cdi/negative/pom.xml
The file was modified appserver/jms/jmsra/pom.xml
The file was modified appserver/tests/quicklook/ejb/singleton/pom.xml
The file was modified nucleus/common/glassfish-api/pom.xml
The file was modified appserver/persistence/cmp/model/pom.xml
The file was modified appserver/tests/admingui/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/web/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-core/pom.xml
The file was modified appserver/tests/embedded/cdi_basic/pom.xml
The file was modified appserver/tests/quicklook/rest/pom.xml
The file was modified appserver/tests/tck/pom.xml
The file was modified appserver/web/pom.xml
The file was modified appserver/admingui/jms-plugin/pom.xml
The file was modified appserver/common/amx-jakartaee/pom.xml
The file was modified appserver/tests/sse/basic/pom.xml
The file was modified appserver/persistence/cmp/cmp-scripts/pom.xml
The file was modified appserver/tests/sse/videoplayer/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/runner/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/static-shell-init/pom.xml
The file was modified nucleus/grizzly/nucleus-grizzly-all/pom.xml
The file was modified appserver/security/webintegration/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/ejb1/pom.xml
The file was modified appserver/tests/paas/basic-db-with-resources-xml/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/advanced/pom.xml
The file was modified appserver/ejb/ejb-container/pom.xml
The file was modified appserver/itest-tools/pom.xml
The file was modified appserver/webservices/metro-fragments/pom.xml
The file was modified nucleus/cluster/cli/pom.xml
The file was modified appserver/tests/quicklook/admin/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authorization-tck/pom.xml
The file was modified appserver/tests/tck/tck-download/tsharness/pom.xml
The file was modified nucleus/security/pom.xml
The file was modified appserver/microprofile/connectors/pom.xml
The file was modified nucleus/cluster/gms-bootstrap/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/ejb_lite_basic/pom.xml
The file was modified appserver/extras/embedded/tests/pom.xml
The file was modified appserver/tests/embedded/glassfish_resources_xml/pom.xml
The file was modified appserver/jdbc/jdbc-config/pom.xml
The file was modified appserver/web/jersey-mvc-connector/pom.xml
The file was modified appserver/jms/gf-jms-connector/pom.xml
The file was modified appserver/tests/cdi/negative/runner/pom.xml
The file was modified appserver/extras/embedded/common/osgi-modules-uninstaller/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war2/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/jars/pom.xml
The file was modified nucleus/admin/rest/rest-testing/pom.xml
The file was modified nucleus/osgi-platforms/osgi-container/pom.xml
The file was modified nucleus/pom.xml
The file was modified appserver/web/weld-integration-test-fragment/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war1/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/secureWebApp/pom.xml
The file was modified appserver/deployment/dol/pom.xml
The file was modified appserver/tests/tck/authentication/pom.xml
The file was modified docs/upgrade-guide/pom.xml
The file was modified nucleus/resources/pom.xml
The file was modified appserver/appclient/server/core/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell-frag/pom.xml
The file was modified appserver/tests/paas/basic/pom.xml
The file was modified appserver/admingui/corba/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/runner/pom.xml
The file was modified appserver/extras/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/basic/pom.xml
The file was modified appserver/persistence/cmp/support-sqlstore/pom.xml
The file was modified appserver/resources/mail/pom.xml
The file was modified docs/troubleshooting-guide/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/pom.xml
The file was modified appserver/tests/admin/admin-extension/pom.xml
The file was modified appserver/tests/embedded/static/ejb/simple/pom.xml
The file was modified docs/publish/pom.xml
The file was modified nucleus/core/api-exporter/pom.xml
The file was modified appserver/tests/embedded/ejb/remoteejb/pom.xml
The file was modified appserver/connectors/admin/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/programmatic-authentication/pom.xml
The file was modified appserver/load-balancer/admin/pom.xml
The file was modified appserver/connectors/connectors-connector/pom.xml
The file was modified appserver/tests/paas/basic-db-initsql/pom.xml
The file was modified appserver/appclient/client/acc/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/spetest/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell/pom.xml
The file was modified appserver/web/admin/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/filterURIMapping/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-remote/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-tests-utils/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jmxUndeployEvent/pom.xml
The file was modified appserver/pom.xml
The file was modified appserver/admingui/full/pom.xml
The file was modified appserver/web/web-ha/pom.xml
The file was modified appserver/security/jaspic-provider-framework/pom.xml
The file was modified docs/administration-guide/pom.xml
The file was modified appserver/tests/paas/appscoped-db-with-resources-xml/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/simple/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-faces-tck/pom.xml
The file was modified nucleus/distributions/atomic/pom.xml
The file was modified appserver/distributions/glassfish/pom.xml
The file was modified appserver/jdbc/pom.xml
The file was modified appserver/tests/tck/tck-runner/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso2/pom.xml
The file was modified appserver/batch/pom.xml
The file was modified appserver/appclient/client/appclient-scripts/pom.xml
The file was modified appserver/orb/orb-connector/pom.xml
The file was modified appserver/tests/embedded/ejb/ejb-main/pom.xml
The file was modified nucleus/distributions/pom.xml
The file was modified nucleus/deployment/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc40/pom.xml
The file was modified nucleus/core/bootstrap/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/lib1/pom.xml
The file was modified appserver/common/stats77/pom.xml
The file was modified appserver/connectors/work-management/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/index/pom.xml
The file was modified nucleus/distributions/nucleus/pom.xml
The file was modified appserver/tests/paas/basic-shared-service-test/pom.xml
The file was modified nucleus/grizzly/pom.xml
The file was modified nucleus/core/context-propagation/pom.xml
The file was modified appserver/jms/pom.xml
The file was modified appserver/admingui/ejb/pom.xml
The file was modified nucleus/admin/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso1/pom.xml
The file was modified appserver/web/jsf-connector/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-full/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/localejbs/pom.xml
The file was modified appserver/persistence/cmp/support-ejb/pom.xml
The file was modified nucleus/grizzly/config/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/pom.xml
The file was modified appserver/jms/gf-jms-injection/pom.xml
The file was modified appserver/web/jersey-ejb-component-provider/pom.xml
The file was modified nucleus/core/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb1/pom.xml
The file was modified appserver/jdbc/jdbc-ra/pom.xml
The file was modified appserver/admingui/web/pom.xml
The file was modified appserver/tests/embedded/ejb/ejb-api/pom.xml
The file was modified appserver/tests/tck/microprofile/config/pom.xml
The file was modified appserver/persistence/common/pom.xml
The file was modified appserver/connectors/connectors-runtime/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-ant-based-tck/pom.xml
The file was modified appserver/jdbc/templates/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-interactive/pom.xml
The file was modified appserver/persistence/cmp/utility/pom.xml
The file was modified appserver/tests/embedded/web/pom.xml
The file was modified appserver/tests/embedded/basic/lifecycle/pom.xml
The file was modified appserver/tests/quicklook/jms/injection/pom.xml
The file was modified appserver/web/gf-web-connector/pom.xml
The file was modified appserver/grizzly/glassfish-grizzly-extra-all/pom.xml
The file was modified nucleus/hk2/pom.xml
The file was modified appserver/tests/application/pom.xml
The file was modified docs/reference-manual/pom.xml
The file was modified appserver/distributions/docker/pom.xml
The file was modified appserver/tests/hk2/cdi/pom.xml
The file was modified appserver/tests/embedded/utils/pom.xml
The file was modified appserver/core/pom.xml
The file was modified appserver/tests/cdi/cases/pom.xml
The file was modified appserver/resources/resources-connector/pom.xml
The file was modified docs/distribution/pom.xml
The file was modified nucleus/flashlight/pom.xml
The file was modified appserver/deployment/schemas/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment3/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tags-tck/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-servlet-tck/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/common/pom.xml
The file was modified appserver/persistence/entitybean-container/pom.xml
The file was modified nucleus/diagnostics/context/pom.xml
The file was modified appserver/orb/orb-enabler/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authentication-tck/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars-xa/pom.xml
The file was modified nucleus/cluster/gms-adapter/pom.xml
The file was modified appserver/appclient/pom.xml
The file was modified appserver/tests/embedded/mysql/pom.xml
The file was modified appserver/load-balancer/pom.xml
The file was modified appserver/ha/ha-shoal-cache-bootstrap/pom.xml
The file was modified appserver/web/gui-plugin-common/pom.xml
The file was modified nucleus/admin/util/pom.xml
The file was modified qa/pom.xml
The file was modified appserver/extras/jakartaee/pom.xml
The file was modified appserver/tests/hk2/isolation/pom.xml
The file was modified nucleus/flashlight/framework/pom.xml
The file was modified appserver/tests/tck/faces/pom.xml
The file was modified appserver/web/cdi-api-fragment/pom.xml
The file was modified appserver/persistence/pom.xml
The file was modified appserver/concurrent/pom.xml
The file was modified nucleus/hk2/config-types/pom.xml
The file was modified nucleus/hk2/config-generator/pom.xml
The file was modified appserver/admingui/ejb-lite/pom.xml
The file was modified appserver/common/glassfish-naming/pom.xml
The file was modified appserver/tests/embedded/static/web/pom.xml
The file was modified nucleus/admin/rest/pom.xml
The file was modified appserver/tests/cdi/pom.xml
The file was modified appserver/webservices/pom.xml
The file was modified appserver/ldapbp/pom.xml
The file was modified docs/installation-guide/pom.xml
The file was modified appserver/admingui/jts/pom.xml
The file was modified appserver/tests/quicklook/ejb/cmp/pom.xml
The file was modified appserver/featuresets/pom.xml
The file was modified appserver/tests/embedded/web/web-all/pom.xml
The file was modified appserver/web/webtier-all/pom.xml
The file was modified nucleus/featuresets/nucleus/pom.xml
The file was modified appserver/tests/embedded/web/autodelete/pom.xml
Commit 6aa3c4053d7234c368992c660a0f137968d96c6f by Glassfish Bot
Prepare next development cycle for 7.0.4-SNAPSHOT
The file was modified appserver/jms/admin/pom.xml
The file was modified appserver/webservices/metro-glue/pom.xml
The file was modified nucleus/featuresets/atomic/pom.xml
The file was modified appserver/tests/tck/tck-download/tsharness/pom.xml
The file was modified appserver/tests/appserv-tests/cciblackbox-tx/pom.xml
The file was modified appserver/admingui/jts/pom.xml
The file was modified appserver/tests/tck/pages/pom.xml
The file was modified appserver/deployment/dol/pom.xml
The file was modified appserver/tests/jakartaee/pom.xml
The file was modified appserver/appclient/client/acc-config/pom.xml
The file was modified appserver/web/weld-integration-test-fragment/pom.xml
The file was modified appserver/grizzly/grizzly-container/pom.xml
The file was modified appserver/deployment/jakartaee-full/pom.xml
The file was modified docs/reference-manual/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/mq-test/pom.xml
The file was modified appserver/resources/resources-connector/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jmxUndeployEvent/pom.xml
The file was modified docs/ha-administration-guide/pom.xml
The file was modified appserver/tests/embedded/ejb/basic/pom.xml
The file was modified appserver/featuresets/web/pom.xml
The file was modified appserver/orb/orb-enabler/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment2/pom.xml
The file was modified appserver/tests/quicklook/adminconsole/pom.xml
The file was modified appserver/persistence/cmp/utility/pom.xml
The file was modified appserver/tests/tck/rest/pom.xml
The file was modified appserver/common/container-common/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/runner/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war1/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/pom.xml
The file was modified appserver/admingui/ejb/pom.xml
The file was modified appserver/connectors/descriptors/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/applicationDispatcher/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/basic/pom.xml
The file was modified appserver/tests/embedded/ejb/ejb-main/pom.xml
The file was modified nucleus/admin/rest/rest-service/pom.xml
The file was modified appserver/persistence/cmp/cmp-all/pom.xml
The file was modified appserver/tests/quicklook/ejb/sfulnoi/pom.xml
The file was modified appserver/osgi-platforms/felix-webconsole-extension/pom.xml
The file was modified appserver/flashlight/pom.xml
The file was modified nucleus/cluster/pom.xml
The file was modified appserver/tests/paas/ext-shared-service-enable-disable-test/pom.xml
The file was modified nucleus/hk2/tiger-types/pom.xml
The file was modified appserver/extras/embedded/common/osgi-main/pom.xml
The file was modified docs/release-notes/pom.xml
The file was modified appserver/persistence/pom.xml
The file was modified appserver/tests/embedded/static/ejb/pom.xml
The file was modified appserver/tests/paas/service_metadata/pom.xml
The file was modified appserver/ejb/ejb-container/pom.xml
The file was modified appserver/tests/embedded/ejb/pom.xml
The file was modified nucleus/featuresets/nucleus/pom.xml
The file was modified appserver/grizzly/pom.xml
The file was modified appserver/tests/admin/pom.xml
The file was modified appserver/tests/pom.xml
The file was modified nucleus/hk2/hk2-config/pom.xml
The file was modified appserver/tests/embedded/utils/pom.xml
The file was modified appserver/core/jakartaee-kernel/pom.xml
The file was modified nucleus/hk2/pom.xml
The file was modified appserver/tests/embedded/inplanted/pom.xml
The file was modified appserver/tests/admin/tests/pom.xml
The file was modified appserver/admingui/cluster/pom.xml
The file was modified appserver/jdbc/jdbc-ra/pom.xml
The file was modified appserver/tests/tck/authorization/pom.xml
The file was modified nucleus/cluster/cli/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/pom.xml
The file was modified nucleus/pom.xml
The file was modified appserver/tests/embedded/wrapper/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/ejb1/pom.xml
The file was modified appserver/tests/quicklook/ejb/remoteview/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/init/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/advanced/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell/pom.xml
The file was modified appserver/load-balancer/gf-load-balancer-connector/pom.xml
The file was modified appserver/tests/tck/tck-download/javatest/pom.xml
The file was modified docs/application-deployment-guide/pom.xml
The file was modified appserver/tests/tck/pages_tags/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/index/pom.xml
The file was modified nucleus/distributions/nucleus-common/pom.xml
The file was modified appserver/persistence/cmp/support-ejb/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/lib1/pom.xml
The file was modified appserver/tests/hk2/pom.xml
The file was modified appserver/batch/batch-database/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment1/pom.xml
The file was modified nucleus/hk2/config-types/pom.xml
The file was modified appserver/jms/jms-core/pom.xml
The file was modified appserver/tests/sse/videoplayer/pom.xml
The file was modified appserver/web/gf-web-connector/pom.xml
The file was modified appserver/distributions/docker/pom.xml
The file was modified appserver/deployment/schemas/pom.xml
The file was modified appserver/microprofile/connectors/pom.xml
The file was modified appserver/persistence/cmp/generator-database/pom.xml
The file was modified appserver/tests/paas/basic-jpa/pom.xml
The file was modified appserver/admingui/dataprovider/pom.xml
The file was modified appserver/tests/cdi/negative/runner/pom.xml
The file was modified appserver/connectors/connectors-internal-api/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/pom.xml
The file was modified appserver/web/jersey-ejb-component-provider/pom.xml
The file was modified appserver/tests/tck/pom.xml
The file was modified appserver/appclient/server/connector/pom.xml
The file was modified appserver/persistence/cmp/pom.xml
The file was modified appserver/tests/paas/helloworld/pom.xml
The file was modified appserver/tests/embedded/static/ejb/simple/pom.xml
The file was modified appserver/web/web-naming/pom.xml
The file was modified nucleus/deployment/admin/pom.xml
The file was modified nucleus/distributions/nucleus/pom.xml
The file was modified appserver/tests/embedded/scatteredarchive/pom.xml
The file was modified appserver/web/webtier-all/pom.xml
The file was modified appserver/persistence/cmp/support-sqlstore/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/static-shell-init/pom.xml
The file was modified appserver/tests/embedded/static/pom.xml
The file was modified appserver/tests/paas/basic-bookstore-dns/pom.xml
The file was modified nucleus/flashlight/pom.xml
The file was modified nucleus/diagnostics/diagnostics-api/pom.xml
The file was modified appserver/tests/paas/basic-shared-service-test/pom.xml
The file was modified nucleus/common/mbeanserver/pom.xml
The file was modified appserver/tests/embedded/web/servlet/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell/pom.xml
The file was modified nucleus/security/ssl-impl/pom.xml
The file was modified appserver/admingui/concurrent/pom.xml
The file was modified appserver/tests/cdi/pom.xml
The file was modified appserver/tests/paas/basic-db/pom.xml
The file was modified nucleus/common/common-util/pom.xml
The file was modified nucleus/hk2/config-generator/pom.xml
The file was modified appserver/admingui/full/pom.xml
The file was modified appserver/extras/jakartaee/manifest-jar/pom.xml
The file was modified appserver/webservices/jsr109-impl/pom.xml
The file was modified nucleus/core/api-exporter/pom.xml
The file was modified docs/troubleshooting-guide/pom.xml
The file was modified appserver/tests/embedded/static/web/pom.xml
The file was modified appserver/webservices/soap-tcp/pom.xml
The file was modified appserver/core/api-exporter-fragment/pom.xml
The file was modified appserver/tests/tck/cdi/pom.xml
The file was modified docs/distribution/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-remote/pom.xml
The file was modified appserver/tests/paas/basic-db-initsql/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/runner/pom.xml
The file was modified docs/deployment-planning-guide/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/programmatic-authentication/pom.xml
The file was modified appserver/tests/sse/basic/pom.xml
The file was modified appserver/ha/ha-file-store/pom.xml
The file was modified appserver/security/webservices.security/pom.xml
The file was modified appserver/tests/paas/external-db-service/pom.xml
The file was modified appserver/deployment/jakartaee-core/pom.xml
The file was modified appserver/extras/appserv-rt/pom.xml
The file was modified nucleus/security/core/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/queryString/pom.xml
The file was modified docs/parent/pom.xml
The file was modified nucleus/distributions/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb1/pom.xml
The file was modified appserver/tests/paas/basic-db-teardown-sql/pom.xml
The file was modified appserver/admin/cli/pom.xml
The file was modified appserver/tests/cdi/negative/normalScopeWithFinal/pom.xml
The file was modified appserver/ldapbp/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-core/pom.xml
The file was modified appserver/admin/template/pom.xml
The file was modified appserver/tests/paas/external-db-service/generatederbyvm/pom.xml
The file was modified appserver/persistence/common/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/pom.xml
The file was modified appserver/common/glassfish-ee-api/pom.xml
The file was modified appserver/admin/backup/pom.xml
The file was modified nucleus/resources/pom.xml
The file was modified appserver/admingui/war/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-tests-utils/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tags-tck/pom.xml
The file was modified docs/upgrade-guide/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/war/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-servlet-tck/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-ra-distribution/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/web/pom.xml
The file was modified nucleus/xmlbind-annotations/pom.xml
The file was modified appserver/common/glassfish-naming/pom.xml
The file was modified appserver/tests/quicklook/rest/pom.xml
The file was modified docs/quick-start-guide/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/mdb/pom.xml
The file was modified appserver/osgi-platforms/glassfish-osgi-console-plugin/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb2/pom.xml
The file was modified docs/add-on-component-development-guide/pom.xml
The file was modified appserver/resources/pom.xml
The file was modified appserver/extras/pom.xml
The file was modified appserver/distributions/pom.xml
The file was modified appserver/ejb/ejb-connector/pom.xml
The file was modified appserver/extras/embedded/common/instanceroot-builder/pom.xml
The file was modified nucleus/admin/rest/rest-client/pom.xml
The file was modified appserver/appclient/server/pom.xml
The file was modified appserver/tests/appserv-tests/pom.xml
The file was modified appserver/tests/hk2/isolation/runner/pom.xml
The file was modified nucleus/parent/pom.xml
The file was modified appserver/connectors/connectors-runtime/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/multipleApps/pom.xml
The file was modified nucleus/flashlight/agent/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/secureWebApp/pom.xml
The file was modified appserver/tests/embedded/mysql/pom.xml
The file was modified nucleus/core/extra-jre-packages/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/getRequestURI/pom.xml
The file was modified appserver/tests/tck/servlet/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/app/pom.xml
The file was modified docs/application-development-guide/pom.xml
The file was modified appserver/tests/embedded/basic/lifecycle/pom.xml
The file was modified appserver/tests/paas/basic-service-discovery/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/ear/pom.xml
The file was modified appserver/tests/paas/external-and-shared-service/pom.xml
The file was modified appserver/web/web-sse/pom.xml
The file was modified appserver/tests/paas/bookstore/pom.xml
The file was modified nucleus/core/logging/pom.xml
The file was modified appserver/resources/mail/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/ejb_lite_basic/pom.xml
The file was modified appserver/admingui/web/pom.xml
The file was modified appserver/persistence/cmp/model/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsptest/pom.xml
The file was modified appserver/security/core-ee/pom.xml
The file was modified appserver/web/pom.xml
The file was modified appserver/pom.xml
The file was modified appserver/ejb/ejb-client/pom.xml
The file was modified appserver/webservices/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/pom.xml
The file was modified appserver/web/weld-integration/pom.xml
The file was modified appserver/tests/tck/authentication/pom.xml
The file was modified appserver/ejb/ejb-all/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso2/pom.xml
The file was modified appserver/admin/cli-optional/pom.xml
The file was modified appserver/web/web-glue/pom.xml
The file was modified qa/pom.xml
The file was modified docs/performance-tuning-guide/pom.xml
The file was modified appserver/microprofile/config/pom.xml
The file was modified appserver/extras/embedded/common/osgi-modules-uninstaller/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/spetest/pom.xml
The file was modified appserver/tests/tck/jwt/pom.xml
The file was modified appserver/tests/quicklook/wsit/JaxwsFromWsdl/pom.xml
The file was modified appserver/tests/admin/admin-extension/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-model/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/pom.xml
The file was modified appserver/appclient/pom.xml
The file was modified appserver/tests/tck/tck-runner/pom.xml
The file was modified appserver/tests/embedded/glassfish_resources_xml/pom.xml
The file was modified appserver/tests/embedded/web/web-war/pom.xml
The file was modified nucleus/cluster/gms-adapter/pom.xml
The file was modified nucleus/admin/rest/gf-restadmin-connector/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/websockets/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/pom.xml
The file was modified appserver/tests/paas/basic/pom.xml
The file was modified appserver/connectors/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/pom.xml
The file was modified nucleus/core/pom.xml
The file was modified appserver/jdbc/jdbc-runtime/pom.xml
The file was modified appserver/core/pom.xml
The file was modified appserver/tests/tck/microprofile/pom.xml
The file was modified appserver/tests/cdi/cases/runner/pom.xml
The file was modified appserver/tests/embedded/web/pom.xml
The file was modified nucleus/flashlight/flashlight-extra-jdk-packages/pom.xml
The file was modified appserver/connectors/work-management/pom.xml
The file was modified appserver/jms/gf-jms-connector/pom.xml
The file was modified appserver/tests/application/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/multiBeansApp/pom.xml
The file was modified appserver/tests/paas/service_metadata/provision_using_specified_template/pom.xml
The file was modified appserver/tests/paas/scale_service/pom.xml
The file was modified appserver/resources/mail/mail-runtime/pom.xml
The file was modified appserver/web/jersey-mvc-connector/pom.xml
The file was modified appserver/extras/embedded/pom.xml
The file was modified appserver/tests/embedded/cdi_basic/pom.xml
The file was modified appserver/jms/gf-jms-injection/pom.xml
The file was modified nucleus/cluster/gms-bootstrap/pom.xml
The file was modified appserver/deployment/pom.xml
The file was modified appserver/tests/quicklook/jms/injection/pom.xml
The file was modified appserver/jdbc/templates/pom.xml
The file was modified appserver/tests/paas/basic-db-with-resources-xml/pom.xml
The file was modified appserver/persistence/oracle-jdbc-driver-packages/pom.xml
The file was modified appserver/jdbc/pom.xml
The file was modified nucleus/featuresets/pom.xml
The file was modified appserver/persistence/cmp/internal-api/pom.xml
The file was modified appserver/load-balancer/admin/pom.xml
The file was modified appserver/flashlight/client/pom.xml
The file was modified appserver/persistence/eclipselink-wrapper/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/runner/pom.xml
The file was modified docs/website/pom.xml
The file was modified appserver/tests/paas/external-db-service/test/pom.xml
The file was modified appserver/web/web-core/pom.xml
The file was modified appserver/admingui/common/pom.xml
The file was modified nucleus/osgi-platforms/pom.xml
The file was modified appserver/ejb/ejb-timer-service-app/pom.xml
The file was modified appserver/admin/admin-core/pom.xml
The file was modified appserver/transaction/internal-api/pom.xml
The file was modified appserver/ha/pom.xml
The file was modified appserver/tests/amx/pom.xml
The file was modified docs/error-messages-reference/pom.xml
The file was modified appserver/tests/admingui/pom.xml
The file was modified nucleus/common/internal-api/pom.xml
The file was modified appserver/ejb/ejb-internal-api/pom.xml
The file was modified appserver/tests/paas/pom.xml
The file was modified appserver/batch/glassfish-batch-commands/pom.xml
The file was modified appserver/admingui/corba/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/pom.xml
The file was modified appserver/jms/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-ant-based-tck/pom.xml
The file was modified appserver/extras/embedded/tests/pom.xml
The file was modified appserver/web/jsf-connector/pom.xml
The file was modified nucleus/cluster/common/pom.xml
The file was modified appserver/appclient/client/appclient-scripts/pom.xml
The file was modified appserver/featuresets/glassfish/pom.xml
The file was modified appserver/webservices/webservices-scripts/pom.xml
The file was modified nucleus/grizzly/config/pom.xml
The file was modified appserver/admingui/ejb-lite/pom.xml
The file was modified appserver/featuresets/pom.xml
The file was modified appserver/tests/community/pom.xml
The file was modified appserver/ha/ha-shoal-store/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsftest/pom.xml
The file was modified appserver/orb/orb-connector/pom.xml
The file was modified appserver/tests/embedded/ejb/ejb-api/pom.xml
The file was modified appserver/tests/hk2/isolation/web/pom.xml
The file was modified appserver/admingui/pom.xml
The file was modified nucleus/cluster/ssh/pom.xml
The file was modified appserver/tests/embedded/servlet_runs_admin_cmds/pom.xml
The file was modified appserver/extras/embedded/common/pom.xml
The file was modified appserver/admingui/jms-plugin/pom.xml
The file was modified appserver/extras/appserv-rt/manifest-jar/pom.xml
The file was modified nucleus/admin/util/pom.xml
The file was modified appserver/tests/embedded/web/web-all/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-faces-tck/pom.xml
The file was modified appserver/jms/jmsra/pom.xml
The file was modified appserver/resources/mail/mail-connector/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/runner/pom.xml
The file was modified appserver/security/jaspic-provider-framework/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/ejb-auth-async/scheduler-service/pom.xml
The file was modified appserver/security/security-all/pom.xml
The file was modified appserver/tests/paas/service_metadata/custom_db_name/pom.xml
The file was modified appserver/web/web-embed/pom.xml
The file was modified appserver/libpam4j/pom.xml
The file was modified appserver/tests/tck/faces/pom.xml
The file was modified nucleus/grizzly/pom.xml
The file was modified appserver/web/jstl-connector/pom.xml
The file was modified appserver/concurrent/pom.xml
The file was modified appserver/distributions/web/pom.xml
The file was modified docs/administration-guide/pom.xml
The file was modified nucleus/admin/launcher/pom.xml
The file was modified appserver/tests/quicklook/wsit/jsr109tester/pom.xml
The file was modified appserver/extras/embedded/common/bootstrap/pom.xml
The file was modified appserver/extras/jakartaee/dist-frag/pom.xml
The file was modified appserver/common/amx-jakartaee/pom.xml
The file was modified appserver/tests/embedded/web/web-api/pom.xml
The file was modified appserver/ha/ha-shoal-cache-bootstrap/pom.xml
The file was modified appserver/jdbc/admin/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/localejbs/pom.xml
The file was modified appserver/web/gf-weld-connector/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/common/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/pom.xml
The file was modified appserver/distributions/glassfish/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war2/pom.xml
The file was modified appserver/tests/quicklook/ejb/slsbnicmt/pom.xml
The file was modified appserver/tests/tck/concurrency/pom.xml
The file was modified appserver/transaction/jta/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tck/pom.xml
The file was modified nucleus/deployment/common/pom.xml
The file was modified appserver/admingui/gf-admingui-connector/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-full/pom.xml
The file was modified appserver/tests/tck/expression_language/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/simple/pom.xml
The file was modified nucleus/admin/server-mgmt/pom.xml
The file was modified appserver/orb/orb-iiop/pom.xml
The file was modified appserver/tests/quicklook/ejb/singleton/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/lib/pom.xml
The file was modified appserver/tests/tck/validation/pom.xml
The file was modified appserver/batch/glassfish-batch-connector/pom.xml
The file was modified appserver/distributions/glassfish-common/pom.xml
The file was modified appserver/security/pom.xml
The file was modified appserver/admingui/community-theme/pom.xml
The file was modified appserver/appclient/client/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authorization-tck/pom.xml
The file was modified appserver/ejb/ejb-full-container/pom.xml
The file was modified appserver/extras/appserv-rt/dist-frag/pom.xml
The file was modified appserver/ejb/ejb-timer-databases/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/advanced/pom.xml
The file was modified nucleus/osgi-platforms/osgi-container/pom.xml
The file was modified appserver/tests/admingui/auto-test/pom.xml
The file was modified nucleus/deployment/dtds/pom.xml
The file was modified nucleus/security/services/pom.xml
The file was modified appserver/tests/tck/tck-download/pom.xml
The file was modified nucleus/osgi-platforms/felix/pom.xml
The file was modified appserver/persistence/cmp/ejb-mapping/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars/pom.xml
The file was modified appserver/deployment/dtds/pom.xml
The file was modified docs/security-guide/pom.xml
The file was modified nucleus/diagnostics/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/scattered/pom.xml
The file was modified appserver/featuresets/debug/pom.xml
The file was modified nucleus/test-utils/pom.xml
The file was modified appserver/load-balancer/pom.xml
The file was modified appserver/transaction/jts/pom.xml
The file was modified nucleus/cluster/admin/pom.xml
The file was modified appserver/admingui/jca/pom.xml
The file was modified nucleus/admin/config-api/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/pom.xml
The file was modified appserver/tests/embedded/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/pom.xml
The file was modified appserver/tests/tck/microprofile/config/pom.xml
The file was modified appserver/web/jspcaching-connector/pom.xml
The file was modified appserver/tests/cdi/negative/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment3/pom.xml
The file was modified appserver/persistence/jpa-container/pom.xml
The file was modified appserver/connectors/connectors-inbound-runtime/pom.xml
The file was modified nucleus/grizzly/nucleus-grizzly-all/pom.xml
The file was modified docs/publish/pom.xml
The file was modified docs/installation-guide/pom.xml
The file was modified nucleus/security/pom.xml
The file was modified appserver/common/stats77/pom.xml
The file was modified nucleus/common/pom.xml
The file was modified appserver/extras/embedded/common/installroot-builder/pom.xml
The file was modified appserver/osgi-platforms/pom.xml
The file was modified appserver/tests/embedded/cdi_ejb_jpa/pom.xml
The file was modified appserver/persistence/entitybean-container/pom.xml
The file was modified appserver/tests/hk2/cdi/pom.xml
The file was modified appserver/security/appclient.security/pom.xml
The file was modified appserver/security/webintegration/pom.xml
The file was modified appserver/tests/paas/deployment-rollback/pom.xml
The file was modified appserver/transaction/pom.xml
The file was modified nucleus/common/glassfish-api/pom.xml
The file was modified appserver/tests/quicklook/ejb/cmp/pom.xml
The file was modified appserver/tests/paas/lazy-shared-service-test/pom.xml
The file was modified nucleus/core/bootstrap/pom.xml
The file was modified nucleus/flashlight/framework/pom.xml
The file was modified appserver/appclient/client/acc/pom.xml
The file was modified appserver/web/weld-integration-fragment/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell-frag/pom.xml
The file was modified appserver/tests/embedded/web/web-war/war/pom.xml
The file was modified appserver/persistence/gf-jpa-connector/pom.xml
The file was modified appserver/tests/appserv-tests/util/reportbuilder/pom.xml
The file was modified nucleus/common/simple-glassfish-api/pom.xml
The file was modified nucleus/admin/rest/pom.xml
The file was modified appserver/connectors/connectors-connector/pom.xml
The file was modified appserver/web/cdi-api-fragment/pom.xml
The file was modified nucleus/admin/pom.xml
The file was modified nucleus/deployment/schemas/pom.xml
The file was modified appserver/microprofile/pom.xml
The file was modified nucleus/core/kernel/pom.xml
The file was modified appserver/web/web-ha/pom.xml
The file was modified nucleus/common/scattered-archive-api/pom.xml
The file was modified appserver/webservices/connector/pom.xml
The file was modified appserver/extras/embedded/nucleus/pom.xml
The file was modified appserver/tests/quicklook/amx/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc40/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/sessionDestroyed/pom.xml
The file was modified appserver/web/gui-plugin-common/pom.xml
The file was modified appserver/resources/resources-runtime/pom.xml
The file was modified appserver/tests/embedded/ejb/remoteejb/pom.xml
The file was modified appserver/extras/embedded/shell/pom.xml
The file was modified appserver/tests/hk2/isolation/pom.xml
The file was modified appserver/ejb/pom.xml
The file was modified pom.xml
The file was modified nucleus/admin/cli/pom.xml
The file was modified appserver/extras/jakartaee/pom.xml
The file was modified nucleus/glassfish-jul-extension/pom.xml
The file was modified nucleus/distributions/atomic/pom.xml
The file was modified appserver/tests/paas/enable-disable-test/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/webservice/pom.xml
The file was modified appserver/grizzly/glassfish-grizzly-extra-all/pom.xml
The file was modified appserver/tests/embedded/web/web-war/test/pom.xml
The file was modified appserver/appclient/client/acc-standalone/pom.xml
The file was modified appserver/ant-tasks/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars-xa/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso1/pom.xml
The file was modified appserver/extras/embedded/web/pom.xml
The file was modified nucleus/common/amx-core/pom.xml
The file was modified appserver/web/war-util/pom.xml
The file was modified appserver/common/annotation-framework/pom.xml
The file was modified appserver/extras/embedded/all/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/mydb-plugin/pom.xml
The file was modified appserver/orb/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/jars/pom.xml
The file was modified docs/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb1/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/standalonewar/pom.xml
The file was modified appserver/connectors/admin/pom.xml
The file was modified nucleus/admin/template/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/pom.xml
The file was modified appserver/tests/quicklook/admin/pom.xml
The file was modified appserver/webservices/metro-fragments/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/dirListing/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/basic/pom.xml
The file was modified nucleus/admin/rest/rest-testing/pom.xml
The file was modified appserver/tests/paas/javaee_shared_service/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-interactive/pom.xml
The file was modified appserver/tests/embedded/web/autodelete/pom.xml
The file was modified docs/embedded-server-guide/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb2/pom.xml
The file was modified appserver/batch/pom.xml
The file was modified appserver/tests/quicklook/pom.xml
The file was modified appserver/web/admin/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-commands-tests/pom.xml
The file was modified nucleus/admin/monitor/pom.xml
The file was modified appserver/web/web-embed/api/pom.xml
The file was modified appserver/admingui/jdbc/pom.xml
The file was modified appserver/tests/paas/appscoped-db-with-resources-xml/pom.xml
The file was modified appserver/appclient/server/core/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authentication-tck/pom.xml
The file was modified appserver/itest-tools/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/pom.xml
The file was modified appserver/admingui/plugin-service/pom.xml
The file was modified appserver/admin/pom.xml
The file was modified nucleus/deployment/pom.xml
The file was modified appserver/admingui/core/pom.xml
The file was modified appserver/jdbc/jdbc-config/pom.xml
The file was modified appserver/persistence/cmp/cmp-scripts/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-rest-tck/pom.xml
The file was modified nucleus/diagnostics/context/pom.xml
The file was modified appserver/concurrent/concurrent-impl/pom.xml
The file was modified appserver/tests/embedded/basic/pom.xml
The file was modified nucleus/deployment/autodeploy/pom.xml
The file was modified appserver/security/ejb.security/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/filterURIMapping/pom.xml
The file was modified appserver/common/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-expression-language-tck/pom.xml
The file was modified appserver/tests/cdi/cases/pom.xml
The file was modified appserver/persistence/cmp/enhancer/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/remoteejbs/pom.xml
The file was modified appserver/tests/quicklook/ejb/embedded/pom.xml
The file was modified appserver/concurrent/concurrent-connector/pom.xml
The file was modified nucleus/core/context-propagation/pom.xml
Commit 549759516db935c2bd0cfe0256306ed8ff1bceb9 by Alexander Pinchuk
Refactor secure admin domain element

Signed-off-by: Alexander Pinčuk <alexander.v.pinchuk@gmail.com>
The file was modified nucleus/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/SecureAdminHelper.java
The file was modified nucleus/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/SecureAdminInternalUser.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/admin/cli/SecureAdminConfigUpgrade.java
The file was addednucleus/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/SecureAdminHelperHolder.java
The file was modified appserver/admingui/common/src/main/java/org/glassfish/admingui/common/security/AdminConsoleAuthModule.java
The file was modified appserver/admingui/common/src/main/java/org/glassfish/admingui/common/util/RestUtil.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/admin/cli/EnableSecureAdminCommand.java
The file was modified nucleus/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/SecureAdminPrincipal.java
The file was modified nucleus/admin/util/src/main/java/com/sun/enterprise/admin/remote/RemoteRestAdminCommand.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/cli/CreateFileUser.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/cli/ChangeAdminPassword.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/cli/UpdateFileUser.java
The file was modified nucleus/admin/util/src/main/java/com/sun/enterprise/admin/util/AdminCallbackHandler.java
The file was modified nucleus/admin/util/src/main/java/com/sun/enterprise/admin/remote/ServerRemoteRestAdminCommand.java
The file was modified nucleus/admin/util/src/main/java/com/sun/enterprise/admin/util/SecureAdminClientManager.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/adapter/AdminConsoleAdapter.java
The file was modified nucleus/admin/rest/rest-service/src/main/java/org/glassfish/admin/rest/utils/ProxyImpl.java
The file was modified nucleus/admin/util/src/main/java/com/sun/enterprise/admin/remote/RemoteAdminCommand.java
The file was modified nucleus/admin/util/src/main/java/com/sun/enterprise/admin/remote/ServerRemoteAdminCommand.java
The file was modified nucleus/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/SecureAdmin.java
The file was modified nucleus/admin/util/src/main/java/com/sun/enterprise/admin/util/GenericAdminAuthenticator.java
Commit 57c392d187e240a6f63589d410198d812f78980a by Alexander Pinchuk
Minor code cleanups

Signed-off-by: Alexander Pinčuk <alexander.v.pinchuk@gmail.com>
The file was modified nucleus/admin/rest/rest-service/src/main/java/org/glassfish/admin/rest/utils/ProxyImpl.java
The file was modified nucleus/admin/cli/src/main/java/com/sun/enterprise/admin/cli/schemadoc/DocClassVisitor.java
The file was modified nucleus/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/Domain.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/commands/CreateJvmOptions.java
The file was modified appserver/admingui/common/src/main/java/org/glassfish/admingui/common/security/AdminConsoleAuthModule.java
The file was modified nucleus/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/Clusters.java
The file was modified nucleus/deployment/common/src/test/java/org/glassfish/deployment/versioning/VersioningUtilsTest.java
The file was modified appserver/load-balancer/gf-load-balancer-connector/src/main/java/org/glassfish/loadbalancer/config/LoadBalancers.java
The file was modified nucleus/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/SecureAdmin.java
The file was modified appserver/concurrent/concurrent-connector/src/main/java/org/glassfish/concurrent/config/ManagedThreadFactory.java
The file was modified appserver/connectors/connectors-internal-api/src/main/java/org/glassfish/connectors/config/ConnectorConnectionPool.java
The file was modified nucleus/admin/cli/src/main/java/com/sun/enterprise/admin/cli/schemadoc/AttributeMethodVisitor.java
The file was modified nucleus/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/SystemApplications.java
The file was modified nucleus/grizzly/config/src/main/java/org/glassfish/grizzly/config/dom/Transport.java
The file was modified nucleus/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/Config.java
The file was modified nucleus/grizzly/config/src/main/java/org/glassfish/grizzly/config/dom/Ssl.java
The file was modified nucleus/admin/config-api/src/main/java/com/sun/enterprise/config/modularity/ConfigModularityUtils.java
The file was modified nucleus/admin/config-api/src/test/java/com/sun/enterprise/configapi/tests/cluster/DefaultMethodsTest.java
The file was modified nucleus/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/ApplicationRef.java
The file was modified nucleus/hk2/config-types/src/main/java/org/jvnet/hk2/config/types/PropertyBagCustomizer.java
The file was modified nucleus/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/RefContainer.java
The file was modified nucleus/admin/util/src/main/java/com/sun/enterprise/admin/remote/RemoteRestAdminCommand.java
The file was modified appserver/connectors/connectors-internal-api/src/main/java/org/glassfish/connectors/config/ConnectorResource.java
The file was modified appserver/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/util/ResourcesUtil.java
The file was modified nucleus/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/Node.java
The file was modified nucleus/admin/util/src/main/java/com/sun/enterprise/admin/util/SecureAdminClientManager.java
The file was modified appserver/web/gui-plugin-common/src/main/java/org/glassfish/web/plugin/common/SetWebContextParamCommand.java
The file was modified appserver/load-balancer/gf-load-balancer-connector/src/main/java/org/glassfish/loadbalancer/config/LbConfig.java
The file was modified nucleus/security/services/src/main/java/org/glassfish/security/services/config/SecurityConfiguration.java
The file was modified appserver/admingui/common/src/main/java/org/glassfish/admingui/common/util/RestUtil.java
The file was modified appserver/load-balancer/gf-load-balancer-connector/src/main/java/org/glassfish/loadbalancer/config/LbConfigs.java
The file was modified nucleus/admin/util/src/main/java/com/sun/enterprise/admin/util/AdminCallbackHandler.java
The file was modified nucleus/admin/config-api/src/test/java/com/sun/enterprise/config/modularity/tests/SimpleExtensionThree.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/cli/UpdateFileUser.java
The file was modified nucleus/admin/util/src/main/java/com/sun/enterprise/admin/remote/ServerRemoteAdminCommand.java
The file was modified appserver/web/gui-plugin-common/src/main/java/org/glassfish/web/plugin/common/SetWebEnvEntryCommand.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/admin/cli/EnableSecureAdminCommand.java
The file was modified nucleus/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/SecureAdminInternalUser.java
The file was modified nucleus/grizzly/config/src/main/java/org/glassfish/grizzly/config/dom/HttpRedirect.java
The file was modified nucleus/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/SecureAdminPrincipal.java
The file was modified nucleus/admin/util/src/main/java/com/sun/enterprise/admin/util/GenericAdminAuthenticator.java
The file was modified nucleus/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/GroupManagementService.java
The file was modified nucleus/admin/util/src/main/java/com/sun/enterprise/admin/remote/ServerRemoteRestAdminCommand.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/cli/CreateFileUser.java
The file was modified nucleus/grizzly/config/src/main/java/org/glassfish/grizzly/config/dom/NetworkListener.java
The file was modified nucleus/admin/config-api/src/main/java/org/glassfish/config/support/ListingColumn.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/cli/ChangeAdminPassword.java
The file was modified appserver/concurrent/concurrent-connector/src/main/java/org/glassfish/concurrent/config/ManagedScheduledExecutorService.java
The file was modified appserver/connectors/connectors-internal-api/src/main/java/org/glassfish/connectors/config/AdminObjectResource.java
The file was modified nucleus/security/services/src/main/java/org/glassfish/security/services/config/LoginModuleConfig.java
The file was modified nucleus/hk2/config-types/src/main/java/org/jvnet/hk2/config/types/Property.java
The file was modified nucleus/hk2/config-types/src/main/java/org/jvnet/hk2/config/types/PropertyBag.java
The file was modified appserver/resources/resources-connector/src/main/java/org/glassfish/resources/config/ExternalJndiResource.java
The file was modified nucleus/admin/util/src/main/java/com/sun/enterprise/admin/remote/RemoteAdminCommand.java
The file was modified appserver/jdbc/jdbc-config/src/main/java/org/glassfish/jdbc/config/JdbcResource.java
The file was modified nucleus/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/Engine.java
The file was modified nucleus/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/Application.java
The file was modified nucleus/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/Configs.java
The file was modified appserver/web/gf-web-connector/src/main/java/org/glassfish/web/config/serverbeans/ContextParam.java
The file was modified nucleus/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/Module.java
Commit f7a3f29edea35f73d2c80d77434c105ab784b6cc by arjan tijms
Some modest cleanups for the security code

Mainly formatting, generics, naming and some ordering of methods

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/InvalidOperationException.java
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/authenticator/SSLAuthenticator.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/Realm.java
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/authenticator/SavedRequest.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/file/FileRealm.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/certificate/CertificateRealm.java
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/authenticator/SingleSignOn.java
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/authenticator/AuthenticatorBase.java
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/authenticator/BasicAuthenticator.java
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/authenticator/NonLoginAuthenticator.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/GroupNotEmptyException.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/RealmConfig.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/RealmsManager.java
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/authenticator/DigestAuthenticator.java
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/authenticator/Constants.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/User.java
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/authenticator/FormAuthenticator.java
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/Authenticator.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/ldap/CustomSocketFactory.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/ldap/LDAPRealm.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/login/ClientPasswordLoginModule.java
The file was modified nucleus/common/internal-api/src/main/java/org/glassfish/internal/api/Globals.java
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/authenticator/SingleSignOnEntry.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/NoSuchUserException.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/login/ClientCertificateLoginModule.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/GroupMapper.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/file/FileRealmUser.java
Commit 33dbef7d9321fd1b97adc06486769d7bc7cce8c0 by arjan tijms
Processing more feedback

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/file/FileRealm.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/login/ClientCertificateLoginModule.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/Realm.java
Commit 0dd0bbdcf0d1c711e8c226a01a1b8ed7f951c06f by Glassfish Bot
Prepare release 7.0.4
The file was modified appserver/tests/quicklook/adminconsole/pom.xml
The file was modified appserver/connectors/work-management/pom.xml
The file was modified appserver/extras/jakartaee/dist-frag/pom.xml
The file was modified appserver/tests/quicklook/ejb/singleton/pom.xml
The file was modified appserver/tests/embedded/ejb/pom.xml
The file was modified appserver/jms/admin/pom.xml
The file was modified nucleus/featuresets/atomic/pom.xml
The file was modified appserver/admingui/jts/pom.xml
The file was modified nucleus/flashlight/pom.xml
The file was modified appserver/common/annotation-framework/pom.xml
The file was modified appserver/tests/embedded/web/web-war/test/pom.xml
The file was modified appserver/web/weld-integration-fragment/pom.xml
The file was modified docs/website/pom.xml
The file was modified appserver/tests/embedded/cdi_basic/pom.xml
The file was modified nucleus/grizzly/nucleus-grizzly-all/pom.xml
The file was modified appserver/itest-tools/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/multipleApps/pom.xml
The file was modified appserver/admingui/corba/pom.xml
The file was modified nucleus/featuresets/pom.xml
The file was modified appserver/web/jsf-connector/pom.xml
The file was modified docs/administration-guide/pom.xml
The file was modified appserver/security/core-ee/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars/pom.xml
The file was modified appserver/tests/paas/ext-shared-service-enable-disable-test/pom.xml
The file was modified docs/add-on-component-development-guide/pom.xml
The file was modified appserver/tests/quicklook/ejb/sfulnoi/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/webservice/pom.xml
The file was modified appserver/deployment/dtds/pom.xml
The file was modified appserver/admingui/jms-plugin/pom.xml
The file was modified appserver/persistence/jpa-container/pom.xml
The file was modified appserver/tests/paas/external-db-service/generatederbyvm/pom.xml
The file was modified appserver/distributions/docker/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/pom.xml
The file was modified appserver/tests/embedded/utils/pom.xml
The file was modified docs/quick-start-guide/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/pom.xml
The file was modified appserver/tests/paas/helloworld/pom.xml
The file was modified appserver/security/ejb.security/pom.xml
The file was modified appserver/tests/sse/videoplayer/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/lib/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/pom.xml
The file was modified appserver/tests/tck/rest/pom.xml
The file was modified nucleus/flashlight/flashlight-extra-jdk-packages/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/pom.xml
The file was modified appserver/tests/embedded/static/web/pom.xml
The file was modified nucleus/admin/pom.xml
The file was modified nucleus/cluster/gms-bootstrap/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/runner/pom.xml
The file was modified nucleus/xmlbind-annotations/pom.xml
The file was modified docs/performance-tuning-guide/pom.xml
The file was modified appserver/tests/tck/authorization/pom.xml
The file was modified appserver/ejb/ejb-full-container/pom.xml
The file was modified nucleus/core/extra-jre-packages/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/ejb_lite_basic/pom.xml
The file was modified docs/application-development-guide/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/ejb-auth-async/scheduler-service/pom.xml
The file was modified appserver/tests/embedded/ejb/basic/pom.xml
The file was modified appserver/tests/paas/service_metadata/provision_using_specified_template/pom.xml
The file was modified appserver/appclient/client/pom.xml
The file was modified appserver/tests/cdi/cases/runner/pom.xml
The file was modified appserver/persistence/common/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/jars/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/runner/pom.xml
The file was modified appserver/appclient/server/connector/pom.xml
The file was modified appserver/ejb/pom.xml
The file was modified appserver/persistence/cmp/model/pom.xml
The file was modified appserver/tests/tck/cdi/pom.xml
The file was modified appserver/flashlight/client/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb2/pom.xml
The file was modified appserver/jdbc/jdbc-config/pom.xml
The file was modified appserver/tests/paas/basic-db-initsql/pom.xml
The file was modified appserver/tests/tck/jwt/pom.xml
The file was modified nucleus/pom.xml
The file was modified appserver/tests/tck/authentication/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/simple/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-full/pom.xml
The file was modified appserver/tests/embedded/glassfish_resources_xml/pom.xml
The file was modified appserver/ejb/ejb-timer-databases/pom.xml
The file was modified nucleus/osgi-platforms/osgi-container/pom.xml
The file was modified appserver/admingui/jca/pom.xml
The file was modified appserver/admingui/jdbc/pom.xml
The file was modified appserver/admingui/web/pom.xml
The file was modified nucleus/distributions/atomic/pom.xml
The file was modified docs/troubleshooting-guide/pom.xml
The file was modified appserver/tests/paas/lazy-shared-service-test/pom.xml
The file was modified appserver/resources/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-core/pom.xml
The file was modified appserver/tests/embedded/basic/lifecycle/pom.xml
The file was modified appserver/tests/appserv-tests/util/reportbuilder/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/advanced/pom.xml
The file was modified appserver/microprofile/config/pom.xml
The file was modified appserver/extras/embedded/common/instanceroot-builder/pom.xml
The file was modified appserver/extras/pom.xml
The file was modified appserver/persistence/cmp/internal-api/pom.xml
The file was modified appserver/tests/paas/basic-service-discovery/pom.xml
The file was modified nucleus/osgi-platforms/pom.xml
The file was modified appserver/common/container-common/pom.xml
The file was modified appserver/extras/jakartaee/pom.xml
The file was modified appserver/tests/embedded/wrapper/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war1/pom.xml
The file was modified appserver/admin/cli-optional/pom.xml
The file was modified appserver/persistence/pom.xml
The file was modified appserver/tests/paas/deployment-rollback/pom.xml
The file was modified appserver/persistence/cmp/generator-database/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/pom.xml
The file was modified appserver/tests/quicklook/admin/pom.xml
The file was modified appserver/jms/jmsra/pom.xml
The file was modified appserver/tests/cdi/cases/pom.xml
The file was modified appserver/jdbc/templates/pom.xml
The file was modified appserver/core/jakartaee-kernel/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-model/pom.xml
The file was modified nucleus/deployment/dtds/pom.xml
The file was modified nucleus/security/ssl-impl/pom.xml
The file was modified appserver/admin/backup/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tck/pom.xml
The file was modified appserver/appclient/server/core/pom.xml
The file was modified appserver/common/stats77/pom.xml
The file was modified appserver/jdbc/pom.xml
The file was modified appserver/tests/embedded/servlet_runs_admin_cmds/pom.xml
The file was modified nucleus/admin/rest/gf-restadmin-connector/pom.xml
The file was modified appserver/tests/paas/service_metadata/pom.xml
The file was modified appserver/resources/mail/mail-connector/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/common/pom.xml
The file was modified appserver/common/glassfish-ee-api/pom.xml
The file was modified appserver/connectors/connectors-internal-api/pom.xml
The file was modified appserver/orb/orb-iiop/pom.xml
The file was modified appserver/webservices/jsr109-impl/pom.xml
The file was modified appserver/transaction/pom.xml
The file was modified appserver/persistence/cmp/enhancer/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/runner/pom.xml
The file was modified appserver/webservices/soap-tcp/pom.xml
The file was modified appserver/extras/embedded/shell/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/filterURIMapping/pom.xml
The file was modified nucleus/distributions/pom.xml
The file was modified appserver/osgi-platforms/pom.xml
The file was modified appserver/tests/paas/basic-db-with-resources-xml/pom.xml
The file was modified pom.xml
The file was modified appserver/admingui/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/mdb/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/pom.xml
The file was modified appserver/webservices/connector/pom.xml
The file was modified appserver/admingui/common/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-interactive/pom.xml
The file was modified docs/distribution/pom.xml
The file was modified appserver/tests/tck/concurrency/pom.xml
The file was modified docs/embedded-server-guide/pom.xml
The file was modified appserver/web/weld-integration-test-fragment/pom.xml
The file was modified appserver/web/jersey-mvc-connector/pom.xml
The file was modified appserver/tests/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/pom.xml
The file was modified appserver/distributions/pom.xml
The file was modified appserver/jdbc/jdbc-runtime/pom.xml
The file was modified appserver/extras/embedded/common/installroot-builder/pom.xml
The file was modified appserver/tests/embedded/mysql/pom.xml
The file was modified nucleus/core/context-propagation/pom.xml
The file was modified appserver/security/appclient.security/pom.xml
The file was modified nucleus/common/common-util/pom.xml
The file was modified appserver/admin/admin-core/pom.xml
The file was modified nucleus/common/mbeanserver/pom.xml
The file was modified appserver/persistence/eclipselink-wrapper/pom.xml
The file was modified nucleus/common/internal-api/pom.xml
The file was modified appserver/persistence/cmp/support-ejb/pom.xml
The file was modified docs/error-messages-reference/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/applicationDispatcher/pom.xml
The file was modified docs/publish/pom.xml
The file was modified appserver/tests/paas/basic-jpa/pom.xml
The file was modified appserver/tests/admingui/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/standalonewar/pom.xml
The file was modified appserver/batch/glassfish-batch-connector/pom.xml
The file was modified docs/security-guide/pom.xml
The file was modified appserver/security/jaspic-provider-framework/pom.xml
The file was modified appserver/tests/quicklook/jms/injection/pom.xml
The file was modified appserver/tests/jakartaee/pom.xml
The file was modified nucleus/admin/monitor/pom.xml
The file was modified appserver/admingui/cluster/pom.xml
The file was modified appserver/resources/mail/mail-runtime/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/mydb-plugin/pom.xml
The file was modified appserver/persistence/cmp/support-sqlstore/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/sessionDestroyed/pom.xml
The file was modified appserver/tests/paas/bookstore/pom.xml
The file was modified appserver/web/jstl-connector/pom.xml
The file was modified nucleus/common/amx-core/pom.xml
The file was modified appserver/connectors/connectors-runtime/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/war/pom.xml
The file was modified appserver/web/web-sse/pom.xml
The file was modified nucleus/flashlight/framework/pom.xml
The file was modified appserver/jms/pom.xml
The file was modified appserver/osgi-platforms/felix-webconsole-extension/pom.xml
The file was modified nucleus/deployment/common/pom.xml
The file was modified appserver/ha/ha-file-store/pom.xml
The file was modified appserver/tests/paas/external-db-service/pom.xml
The file was modified nucleus/core/bootstrap/pom.xml
The file was modified appserver/batch/glassfish-batch-commands/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-tests-utils/pom.xml
The file was modified nucleus/diagnostics/pom.xml
The file was modified docs/ha-administration-guide/pom.xml
The file was modified nucleus/core/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/advanced/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/pom.xml
The file was modified appserver/tests/admin/pom.xml
The file was modified appserver/admin/pom.xml
The file was modified appserver/webservices/webservices-scripts/pom.xml
The file was modified appserver/common/pom.xml
The file was modified appserver/tests/paas/basic-db/pom.xml
The file was modified appserver/web/gf-weld-connector/pom.xml
The file was modified appserver/admingui/plugin-service/pom.xml
The file was modified appserver/extras/embedded/all/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/init/pom.xml
The file was modified appserver/tests/paas/pom.xml
The file was modified appserver/tests/tck/tck-download/tsharness/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso2/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/pom.xml
The file was modified appserver/ejb/ejb-container/pom.xml
The file was modified appserver/tests/embedded/ejb/ejb-main/pom.xml
The file was modified appserver/connectors/pom.xml
The file was modified appserver/deployment/schemas/pom.xml
The file was modified appserver/tests/paas/basic/pom.xml
The file was modified appserver/tests/paas/basic-shared-service-test/pom.xml
The file was modified appserver/web/web-core/pom.xml
The file was modified appserver/tests/admin/admin-extension/pom.xml
The file was modified docs/installation-guide/pom.xml
The file was modified appserver/tests/paas/external-db-service/test/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/spetest/pom.xml
The file was modified appserver/tests/embedded/static/ejb/simple/pom.xml
The file was modified docs/deployment-planning-guide/pom.xml
The file was modified appserver/orb/orb-enabler/pom.xml
The file was modified appserver/ha/pom.xml
The file was modified appserver/admin/template/pom.xml
The file was modified appserver/tests/embedded/web/servlet/pom.xml
The file was modified appserver/tests/paas/scale_service/pom.xml
The file was modified appserver/persistence/oracle-jdbc-driver-packages/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/scattered/pom.xml
The file was modified appserver/admingui/full/pom.xml
The file was modified nucleus/featuresets/nucleus/pom.xml
The file was modified appserver/tests/paas/external-and-shared-service/pom.xml
The file was modified appserver/tests/paas/javaee_shared_service/pom.xml
The file was modified appserver/tests/embedded/ejb/ejb-api/pom.xml
The file was modified appserver/ejb/ejb-internal-api/pom.xml
The file was modified appserver/appclient/server/pom.xml
The file was modified appserver/persistence/cmp/ejb-mapping/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsftest/pom.xml
The file was modified nucleus/glassfish-jul-extension/pom.xml
The file was modified appserver/tests/tck/expression_language/pom.xml
The file was modified appserver/tests/quicklook/pom.xml
The file was modified appserver/extras/embedded/pom.xml
The file was modified appserver/ldapbp/pom.xml
The file was modified appserver/tests/quicklook/ejb/slsbnicmt/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-servlet-tck/pom.xml
The file was modified nucleus/common/glassfish-api/pom.xml
The file was modified nucleus/core/kernel/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/pom.xml
The file was modified appserver/webservices/metro-glue/pom.xml
The file was modified nucleus/cluster/gms-adapter/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/index/pom.xml
The file was modified appserver/tests/embedded/web/web-all/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/pom.xml
The file was modified nucleus/deployment/pom.xml
The file was modified nucleus/admin/template/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/getRequestURI/pom.xml
The file was modified appserver/ejb/ejb-client/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/ejb1/pom.xml
The file was modified nucleus/common/pom.xml
The file was modified appserver/tests/community/pom.xml
The file was modified appserver/tests/application/pom.xml
The file was modified appserver/batch/batch-database/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsptest/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment1/pom.xml
The file was modified appserver/ha/ha-shoal-cache-bootstrap/pom.xml
The file was modified appserver/tests/embedded/web/web-war/war/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-rest-tck/pom.xml
The file was modified nucleus/admin/rest/rest-service/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/basic/pom.xml
The file was modified appserver/jdbc/jdbc-ra/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb2/pom.xml
The file was modified docs/application-deployment-guide/pom.xml
The file was modified nucleus/cluster/ssh/pom.xml
The file was modified appserver/tests/tck/tck-download/javatest/pom.xml
The file was modified appserver/common/amx-jakartaee/pom.xml
The file was modified appserver/tests/paas/basic-db-teardown-sql/pom.xml
The file was modified nucleus/common/simple-glassfish-api/pom.xml
The file was modified nucleus/admin/launcher/pom.xml
The file was modified appserver/tests/cdi/negative/normalScopeWithFinal/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jmxUndeployEvent/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/web/pom.xml
The file was modified nucleus/security/core/pom.xml
The file was modified nucleus/test-utils/pom.xml
The file was modified appserver/tests/quicklook/ejb/remoteview/pom.xml
The file was modified appserver/tests/paas/appscoped-db-with-resources-xml/pom.xml
The file was modified appserver/grizzly/grizzly-container/pom.xml
The file was modified appserver/tests/admingui/auto-test/pom.xml
The file was modified nucleus/admin/cli/pom.xml
The file was modified appserver/connectors/admin/pom.xml
The file was modified appserver/osgi-platforms/glassfish-osgi-console-plugin/pom.xml
The file was modified appserver/tests/tck/validation/pom.xml
The file was modified qa/pom.xml
The file was modified nucleus/diagnostics/context/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars-xa/pom.xml
The file was modified appserver/security/security-all/pom.xml
The file was modified appserver/jms/jms-core/pom.xml
The file was modified appserver/tests/embedded/web/autodelete/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso1/pom.xml
The file was modified appserver/tests/tck/tck-download/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tags-tck/pom.xml
The file was modified appserver/tests/tck/tck-runner/pom.xml
The file was modified nucleus/cluster/admin/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment2/pom.xml
The file was modified appserver/tests/tck/microprofile/pom.xml
The file was modified appserver/persistence/cmp/pom.xml
The file was modified appserver/web/war-util/pom.xml
The file was modified appserver/tests/tck/faces/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authentication-tck/pom.xml
The file was modified appserver/web/pom.xml
The file was modified appserver/deployment/jakartaee-core/pom.xml
The file was modified appserver/web/weld-integration/pom.xml
The file was modified appserver/distributions/web/pom.xml
The file was modified nucleus/osgi-platforms/felix/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war2/pom.xml
The file was modified appserver/batch/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/dirListing/pom.xml
The file was modified appserver/admin/cli/pom.xml
The file was modified appserver/extras/appserv-rt/pom.xml
The file was modified nucleus/flashlight/agent/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/queryString/pom.xml
The file was modified appserver/tests/tck/microprofile/config/pom.xml
The file was modified docs/upgrade-guide/pom.xml
The file was modified appserver/connectors/descriptors/pom.xml
The file was modified nucleus/cluster/pom.xml
The file was modified appserver/deployment/pom.xml
The file was modified appserver/web/jspcaching-connector/pom.xml
The file was modified appserver/appclient/client/appclient-scripts/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/basic/pom.xml
The file was modified appserver/ejb/ejb-connector/pom.xml
The file was modified appserver/tests/hk2/isolation/runner/pom.xml
The file was modified nucleus/distributions/nucleus-common/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb1/pom.xml
The file was modified appserver/tests/tck/pom.xml
The file was modified appserver/admingui/war/pom.xml
The file was modified appserver/jms/gf-jms-connector/pom.xml
The file was modified nucleus/hk2/tiger-types/pom.xml
The file was modified appserver/tests/cdi/negative/runner/pom.xml
The file was modified nucleus/resources/pom.xml
The file was modified appserver/tests/embedded/pom.xml
The file was modified nucleus/admin/server-mgmt/pom.xml
The file was modified appserver/featuresets/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/lib1/pom.xml
The file was modified appserver/microprofile/connectors/pom.xml
The file was modified appserver/tests/embedded/inplanted/pom.xml
The file was modified appserver/extras/embedded/common/bootstrap/pom.xml
The file was modified appserver/tests/amx/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/runner/pom.xml
The file was modified appserver/tests/quicklook/amx/pom.xml
The file was modified appserver/admingui/gf-admingui-connector/pom.xml
The file was modified appserver/persistence/gf-jpa-connector/pom.xml
The file was modified appserver/tests/quicklook/wsit/jsr109tester/pom.xml
The file was modified appserver/appclient/pom.xml
The file was modified appserver/web/web-glue/pom.xml
The file was modified appserver/tests/embedded/ejb/remoteejb/pom.xml
The file was modified appserver/tests/embedded/web/web-war/pom.xml
The file was modified appserver/extras/embedded/web/pom.xml
The file was modified appserver/web/web-ha/pom.xml
The file was modified appserver/tests/hk2/isolation/web/pom.xml
The file was modified appserver/admingui/dataprovider/pom.xml
The file was modified appserver/appclient/client/acc/pom.xml
The file was modified appserver/transaction/internal-api/pom.xml
The file was modified nucleus/cluster/cli/pom.xml
The file was modified nucleus/admin/rest/rest-testing/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/ear/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment3/pom.xml
The file was modified appserver/tests/embedded/static/ejb/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell/pom.xml
The file was modified appserver/admingui/core/pom.xml
The file was modified appserver/orb/orb-connector/pom.xml
The file was modified appserver/tests/quicklook/ejb/cmp/pom.xml
The file was modified appserver/persistence/cmp/utility/pom.xml
The file was modified appserver/tests/embedded/cdi_ejb_jpa/pom.xml
The file was modified nucleus/deployment/schemas/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/app/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/remoteejbs/pom.xml
The file was modified appserver/load-balancer/gf-load-balancer-connector/pom.xml
The file was modified appserver/resources/resources-runtime/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/mq-test/pom.xml
The file was modified appserver/concurrent/concurrent-connector/pom.xml
The file was modified appserver/tests/hk2/isolation/pom.xml
The file was modified nucleus/common/scattered-archive-api/pom.xml
The file was modified appserver/core/api-exporter-fragment/pom.xml
The file was modified appserver/tests/embedded/web/pom.xml
The file was modified appserver/connectors/connectors-inbound-runtime/pom.xml
The file was modified appserver/web/cdi-api-fragment/pom.xml
The file was modified appserver/webservices/pom.xml
The file was modified appserver/extras/embedded/common/pom.xml
The file was modified appserver/load-balancer/pom.xml
The file was modified docs/reference-manual/pom.xml
The file was modified nucleus/deployment/autodeploy/pom.xml
The file was modified appserver/tests/embedded/basic/pom.xml
The file was modified appserver/concurrent/pom.xml
The file was modified appserver/tests/quicklook/wsit/JaxwsFromWsdl/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authorization-tck/pom.xml
The file was modified appserver/web/gf-web-connector/pom.xml
The file was modified appserver/admingui/concurrent/pom.xml
The file was modified appserver/tests/paas/basic-bookstore-dns/pom.xml
The file was modified appserver/tests/tck/servlet/pom.xml
The file was modified appserver/appclient/client/acc-standalone/pom.xml
The file was modified appserver/grizzly/glassfish-grizzly-extra-all/pom.xml
The file was modified appserver/tests/cdi/negative/pom.xml
The file was modified nucleus/core/logging/pom.xml
The file was modified appserver/tests/paas/enable-disable-test/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell-frag/pom.xml
The file was modified appserver/transaction/jts/pom.xml
The file was modified nucleus/hk2/config-generator/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-commands-tests/pom.xml
The file was modified nucleus/grizzly/pom.xml
The file was modified appserver/tests/tck/pages_tags/pom.xml
The file was modified nucleus/admin/util/pom.xml
The file was modified nucleus/diagnostics/diagnostics-api/pom.xml
The file was modified appserver/pom.xml
The file was modified appserver/transaction/jta/pom.xml
The file was modified appserver/admingui/ejb/pom.xml
The file was modified appserver/tests/paas/service_metadata/custom_db_name/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/programmatic-authentication/pom.xml
The file was modified nucleus/security/pom.xml
The file was modified appserver/deployment/dol/pom.xml
The file was modified appserver/web/webtier-all/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-faces-tck/pom.xml
The file was modified nucleus/hk2/hk2-config/pom.xml
The file was modified appserver/featuresets/web/pom.xml
The file was modified appserver/orb/pom.xml
The file was modified appserver/ejb/ejb-timer-service-app/pom.xml
The file was modified nucleus/admin/config-api/pom.xml
The file was modified appserver/core/pom.xml
The file was modified appserver/admingui/community-theme/pom.xml
The file was modified appserver/web/web-embed/api/pom.xml
The file was modified appserver/admingui/ejb-lite/pom.xml
The file was modified appserver/load-balancer/admin/pom.xml
The file was modified appserver/ant-tasks/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/localejbs/pom.xml
The file was modified nucleus/hk2/pom.xml
The file was modified nucleus/admin/rest/pom.xml
The file was modified appserver/extras/jakartaee/manifest-jar/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/pom.xml
The file was modified appserver/jdbc/admin/pom.xml
The file was modified appserver/distributions/glassfish-common/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-ant-based-tck/pom.xml
The file was modified nucleus/security/services/pom.xml
The file was modified appserver/featuresets/glassfish/pom.xml
The file was modified appserver/extras/appserv-rt/dist-frag/pom.xml
The file was modified appserver/extras/embedded/tests/pom.xml
The file was modified appserver/tests/quicklook/ejb/embedded/pom.xml
The file was modified appserver/web/web-naming/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/secureWebApp/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/pom.xml
The file was modified appserver/tests/sse/basic/pom.xml
The file was modified appserver/web/gui-plugin-common/pom.xml
The file was modified appserver/tests/quicklook/rest/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/websockets/pom.xml
The file was modified appserver/tests/tck/pages/pom.xml
The file was modified nucleus/hk2/config-types/pom.xml
The file was modified appserver/tests/hk2/cdi/pom.xml
The file was modified appserver/concurrent/concurrent-impl/pom.xml
The file was modified appserver/persistence/cmp/cmp-scripts/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb1/pom.xml
The file was modified nucleus/cluster/common/pom.xml
The file was modified appserver/ejb/ejb-all/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/multiBeansApp/pom.xml
The file was modified docs/parent/pom.xml
The file was modified appserver/persistence/cmp/cmp-all/pom.xml
The file was modified appserver/microprofile/pom.xml
The file was modified nucleus/admin/rest/rest-client/pom.xml
The file was modified nucleus/grizzly/config/pom.xml
The file was modified appserver/deployment/jakartaee-full/pom.xml
The file was modified appserver/grizzly/pom.xml
The file was modified appserver/extras/embedded/common/osgi-main/pom.xml
The file was modified nucleus/parent/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/static-shell-init/pom.xml
The file was modified appserver/webservices/metro-fragments/pom.xml
The file was modified appserver/tests/appserv-tests/pom.xml
The file was modified docs/release-notes/pom.xml
The file was modified appserver/extras/embedded/nucleus/pom.xml
The file was modified appserver/resources/mail/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc40/pom.xml
The file was modified nucleus/distributions/nucleus/pom.xml
The file was modified appserver/security/webintegration/pom.xml
The file was modified appserver/flashlight/pom.xml
The file was modified appserver/common/glassfish-naming/pom.xml
The file was modified appserver/web/web-embed/pom.xml
The file was modified appserver/tests/embedded/web/web-api/pom.xml
The file was modified appserver/extras/embedded/common/osgi-modules-uninstaller/pom.xml
The file was modified nucleus/deployment/admin/pom.xml
The file was modified docs/pom.xml
The file was modified appserver/security/webservices.security/pom.xml
The file was modified appserver/resources/resources-connector/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-remote/pom.xml
The file was modified appserver/ha/ha-shoal-store/pom.xml
The file was modified appserver/tests/appserv-tests/cciblackbox-tx/pom.xml
The file was modified appserver/tests/embedded/static/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-ra-distribution/pom.xml
The file was modified appserver/web/admin/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-expression-language-tck/pom.xml
The file was modified appserver/connectors/connectors-connector/pom.xml
The file was modified appserver/security/pom.xml
The file was modified appserver/extras/appserv-rt/manifest-jar/pom.xml
The file was modified appserver/appclient/client/acc-config/pom.xml
The file was modified appserver/tests/cdi/pom.xml
The file was modified appserver/libpam4j/pom.xml
The file was modified appserver/tests/admin/tests/pom.xml
The file was modified nucleus/core/api-exporter/pom.xml
The file was modified appserver/persistence/entitybean-container/pom.xml
The file was modified appserver/jms/gf-jms-injection/pom.xml
The file was modified appserver/featuresets/debug/pom.xml
The file was modified appserver/tests/embedded/scatteredarchive/pom.xml
The file was modified appserver/tests/hk2/pom.xml
The file was modified appserver/web/jersey-ejb-component-provider/pom.xml
The file was modified appserver/distributions/glassfish/pom.xml
Commit 023d9438e9fbcecba4cc30f1105f2b244c48133c by Glassfish Bot
Prepare next development cycle for 7.0.5-SNAPSHOT
The file was modified appserver/common/glassfish-naming/pom.xml
The file was modified appserver/tests/paas/pom.xml
The file was modified nucleus/hk2/tiger-types/pom.xml
The file was modified appserver/tests/embedded/web/web-api/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/simple/pom.xml
The file was modified appserver/tests/application/pom.xml
The file was modified appserver/tests/quicklook/amx/pom.xml
The file was modified appserver/tests/tck/servlet/pom.xml
The file was modified appserver/batch/batch-database/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war2/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-core/pom.xml
The file was modified docs/upgrade-guide/pom.xml
The file was modified pom.xml
The file was modified appserver/tests/paas/basic-service-discovery/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell/pom.xml
The file was modified appserver/transaction/jta/pom.xml
The file was modified appserver/grizzly/pom.xml
The file was modified appserver/extras/embedded/web/pom.xml
The file was modified nucleus/common/pom.xml
The file was modified appserver/extras/embedded/common/osgi-main/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsftest/pom.xml
The file was modified appserver/web/jersey-mvc-connector/pom.xml
The file was modified appserver/persistence/jpa-container/pom.xml
The file was modified nucleus/grizzly/pom.xml
The file was modified appserver/web/weld-integration-test-fragment/pom.xml
The file was modified appserver/security/security-all/pom.xml
The file was modified appserver/tests/embedded/web/autodelete/pom.xml
The file was modified appserver/tests/paas/javaee_shared_service/pom.xml
The file was modified appserver/tests/quicklook/ejb/singleton/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/pom.xml
The file was modified appserver/tests/tck/pages/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/pom.xml
The file was modified appserver/webservices/pom.xml
The file was modified appserver/admingui/web/pom.xml
The file was modified appserver/tests/quicklook/ejb/remoteview/pom.xml
The file was modified appserver/tests/quicklook/pom.xml
The file was modified appserver/distributions/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/localejbs/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars/pom.xml
The file was modified appserver/tests/tck/microprofile/pom.xml
The file was modified docs/add-on-component-development-guide/pom.xml
The file was modified appserver/security/ejb.security/pom.xml
The file was modified appserver/tests/embedded/basic/lifecycle/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/runner/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb2/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-servlet-tck/pom.xml
The file was modified appserver/admingui/full/pom.xml
The file was modified appserver/tests/embedded/servlet_runs_admin_cmds/pom.xml
The file was modified appserver/tests/paas/service_metadata/pom.xml
The file was modified appserver/admingui/core/pom.xml
The file was modified appserver/connectors/descriptors/pom.xml
The file was modified nucleus/distributions/nucleus-common/pom.xml
The file was modified appserver/tests/embedded/web/web-war/pom.xml
The file was modified nucleus/admin/cli/pom.xml
The file was modified appserver/batch/pom.xml
The file was modified appserver/microprofile/pom.xml
The file was modified appserver/extras/embedded/all/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/common/pom.xml
The file was modified appserver/web/cdi-api-fragment/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/static-shell-init/pom.xml
The file was modified appserver/tests/admin/tests/pom.xml
The file was modified appserver/connectors/connectors-inbound-runtime/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/pom.xml
The file was modified appserver/tests/paas/basic-jpa/pom.xml
The file was modified appserver/resources/pom.xml
The file was modified appserver/deployment/jakartaee-full/pom.xml
The file was modified appserver/microprofile/config/pom.xml
The file was modified appserver/osgi-platforms/felix-webconsole-extension/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment2/pom.xml
The file was modified nucleus/core/api-exporter/pom.xml
The file was modified appserver/tests/cdi/negative/runner/pom.xml
The file was modified appserver/distributions/glassfish-common/pom.xml
The file was modified appserver/connectors/connectors-internal-api/pom.xml
The file was modified appserver/core/pom.xml
The file was modified appserver/tests/paas/appscoped-db-with-resources-xml/pom.xml
The file was modified appserver/transaction/jts/pom.xml
The file was modified docs/parent/pom.xml
The file was modified appserver/web/weld-integration-fragment/pom.xml
The file was modified appserver/common/annotation-framework/pom.xml
The file was modified appserver/deployment/dol/pom.xml
The file was modified appserver/itest-tools/pom.xml
The file was modified nucleus/cluster/admin/pom.xml
The file was modified appserver/admingui/corba/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war1/pom.xml
The file was modified docs/website/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment3/pom.xml
The file was modified appserver/persistence/eclipselink-wrapper/pom.xml
The file was modified appserver/tests/embedded/web/servlet/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment1/pom.xml
The file was modified appserver/tests/paas/scale_service/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/runner/pom.xml
The file was modified appserver/tests/admin/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb1/pom.xml
The file was modified appserver/tests/tck/tck-runner/pom.xml
The file was modified appserver/connectors/work-management/pom.xml
The file was modified docs/ha-administration-guide/pom.xml
The file was modified nucleus/diagnostics/context/pom.xml
The file was modified appserver/tests/embedded/ejb/ejb-api/pom.xml
The file was modified appserver/extras/embedded/common/pom.xml
The file was modified appserver/tests/paas/lazy-shared-service-test/pom.xml
The file was modified nucleus/diagnostics/pom.xml
The file was modified appserver/tests/embedded/static/pom.xml
The file was modified docs/embedded-server-guide/pom.xml
The file was modified appserver/tests/embedded/cdi_ejb_jpa/pom.xml
The file was modified nucleus/common/amx-core/pom.xml
The file was modified nucleus/flashlight/agent/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-ant-based-tck/pom.xml
The file was modified appserver/security/appclient.security/pom.xml
The file was modified appserver/connectors/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authorization-tck/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/webservice/pom.xml
The file was modified docs/application-development-guide/pom.xml
The file was modified nucleus/admin/template/pom.xml
The file was modified appserver/common/pom.xml
The file was modified appserver/security/core-ee/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jmxUndeployEvent/pom.xml
The file was modified appserver/webservices/webservices-scripts/pom.xml
The file was modified appserver/ant-tasks/pom.xml
The file was modified appserver/tests/appserv-tests/cciblackbox-tx/pom.xml
The file was modified appserver/tests/cdi/cases/pom.xml
The file was modified appserver/appclient/client/acc/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-faces-tck/pom.xml
The file was modified nucleus/admin/pom.xml
The file was modified nucleus/common/internal-api/pom.xml
The file was modified appserver/tests/embedded/static/ejb/pom.xml
The file was modified appserver/tests/embedded/web/web-all/pom.xml
The file was modified nucleus/diagnostics/diagnostics-api/pom.xml
The file was modified appserver/tests/embedded/web/web-war/war/pom.xml
The file was modified appserver/admingui/pom.xml
The file was modified appserver/persistence/cmp/cmp-all/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/scattered/pom.xml
The file was modified appserver/tests/sse/videoplayer/pom.xml
The file was modified docs/application-deployment-guide/pom.xml
The file was modified appserver/tests/embedded/glassfish_resources_xml/pom.xml
The file was modified nucleus/admin/server-mgmt/pom.xml
The file was modified docs/installation-guide/pom.xml
The file was modified appserver/web/web-naming/pom.xml
The file was modified appserver/admin/pom.xml
The file was modified appserver/web/weld-integration/pom.xml
The file was modified appserver/web/gf-weld-connector/pom.xml
The file was modified appserver/web/admin/pom.xml
The file was modified appserver/tests/quicklook/ejb/embedded/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tck/pom.xml
The file was modified appserver/concurrent/concurrent-connector/pom.xml
The file was modified appserver/ejb/ejb-all/pom.xml
The file was modified appserver/libpam4j/pom.xml
The file was modified appserver/jms/gf-jms-connector/pom.xml
The file was modified nucleus/hk2/hk2-config/pom.xml
The file was modified appserver/orb/pom.xml
The file was modified nucleus/admin/rest/gf-restadmin-connector/pom.xml
The file was modified appserver/tests/quicklook/rest/pom.xml
The file was modified appserver/appclient/client/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/pom.xml
The file was modified appserver/webservices/jsr109-impl/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/mq-test/pom.xml
The file was modified appserver/tests/paas/basic-db-initsql/pom.xml
The file was modified appserver/web/war-util/pom.xml
The file was modified appserver/persistence/cmp/internal-api/pom.xml
The file was modified appserver/ejb/ejb-internal-api/pom.xml
The file was modified docs/pom.xml
The file was modified appserver/tests/paas/bookstore/pom.xml
The file was modified appserver/tests/tck/jwt/pom.xml
The file was modified appserver/resources/mail/mail-connector/pom.xml
The file was modified appserver/web/web-sse/pom.xml
The file was modified appserver/admin/admin-core/pom.xml
The file was modified nucleus/hk2/pom.xml
The file was modified appserver/admingui/community-theme/pom.xml
The file was modified nucleus/security/services/pom.xml
The file was modified appserver/load-balancer/admin/pom.xml
The file was modified nucleus/resources/pom.xml
The file was modified docs/distribution/pom.xml
The file was modified appserver/admingui/plugin-service/pom.xml
The file was modified appserver/tests/quicklook/ejb/sfulnoi/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-remote/pom.xml
The file was modified appserver/tests/cdi/pom.xml
The file was modified appserver/web/webtier-all/pom.xml
The file was modified nucleus/deployment/common/pom.xml
The file was modified appserver/tests/appserv-tests/pom.xml
The file was modified appserver/web/gf-web-connector/pom.xml
The file was modified nucleus/admin/util/pom.xml
The file was modified appserver/featuresets/pom.xml
The file was modified appserver/admingui/war/pom.xml
The file was modified appserver/appclient/client/acc-standalone/pom.xml
The file was modified appserver/tests/tck/rest/pom.xml
The file was modified appserver/ejb/ejb-full-container/pom.xml
The file was modified appserver/deployment/jakartaee-core/pom.xml
The file was modified appserver/extras/appserv-rt/dist-frag/pom.xml
The file was modified appserver/tests/quicklook/wsit/JaxwsFromWsdl/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/lib/pom.xml
The file was modified appserver/persistence/cmp/generator-database/pom.xml
The file was modified appserver/extras/embedded/common/osgi-modules-uninstaller/pom.xml
The file was modified appserver/ejb/ejb-connector/pom.xml
The file was modified nucleus/grizzly/config/pom.xml
The file was modified appserver/tests/tck/pom.xml
The file was modified appserver/connectors/admin/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell/pom.xml
The file was modified nucleus/deployment/schemas/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/advanced/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/pom.xml
The file was modified nucleus/security/ssl-impl/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/pom.xml
The file was modified nucleus/common/scattered-archive-api/pom.xml
The file was modified appserver/web/jsf-connector/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/web/pom.xml
The file was modified appserver/tests/cdi/cases/runner/pom.xml
The file was modified appserver/jdbc/templates/pom.xml
The file was modified appserver/persistence/oracle-jdbc-driver-packages/pom.xml
The file was modified nucleus/core/kernel/pom.xml
The file was modified appserver/extras/embedded/common/installroot-builder/pom.xml
The file was modified appserver/tests/tck/tck-download/javatest/pom.xml
The file was modified appserver/tests/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-expression-language-tck/pom.xml
The file was modified appserver/tests/tck/expression_language/pom.xml
The file was modified appserver/ha/pom.xml
The file was modified appserver/tests/tck/tck-download/tsharness/pom.xml
The file was modified appserver/tests/embedded/inplanted/pom.xml
The file was modified appserver/tests/sse/basic/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authentication-tck/pom.xml
The file was modified appserver/ejb/ejb-client/pom.xml
The file was modified appserver/persistence/entitybean-container/pom.xml
The file was modified nucleus/common/simple-glassfish-api/pom.xml
The file was modified nucleus/osgi-platforms/osgi-container/pom.xml
The file was modified appserver/extras/embedded/common/bootstrap/pom.xml
The file was modified nucleus/featuresets/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/dirListing/pom.xml
The file was modified appserver/admingui/jdbc/pom.xml
The file was modified appserver/web/jstl-connector/pom.xml
The file was modified appserver/web/web-ha/pom.xml
The file was modified appserver/orb/orb-enabler/pom.xml
The file was modified appserver/common/container-common/pom.xml
The file was modified appserver/common/glassfish-ee-api/pom.xml
The file was modified appserver/tests/paas/service_metadata/custom_db_name/pom.xml
The file was modified appserver/admingui/jts/pom.xml
The file was modified docs/security-guide/pom.xml
The file was modified nucleus/cluster/common/pom.xml
The file was modified appserver/tests/embedded/ejb/pom.xml
The file was modified appserver/tests/jakartaee/pom.xml
The file was modified appserver/web/web-embed/api/pom.xml
The file was modified appserver/deployment/dtds/pom.xml
The file was modified appserver/ejb/ejb-container/pom.xml
The file was modified appserver/tests/cdi/negative/normalScopeWithFinal/pom.xml
The file was modified appserver/tests/embedded/pom.xml
The file was modified appserver/tests/embedded/utils/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/jars/pom.xml
The file was modified nucleus/glassfish-jul-extension/pom.xml
The file was modified appserver/admingui/ejb/pom.xml
The file was modified appserver/tests/hk2/isolation/runner/pom.xml
The file was modified nucleus/common/mbeanserver/pom.xml
The file was modified appserver/extras/pom.xml
The file was modified appserver/tests/hk2/isolation/pom.xml
The file was modified appserver/tests/embedded/basic/pom.xml
The file was modified appserver/appclient/client/acc-config/pom.xml
The file was modified appserver/core/api-exporter-fragment/pom.xml
The file was modified appserver/tests/quicklook/wsit/jsr109tester/pom.xml
The file was modified nucleus/core/extra-jre-packages/pom.xml
The file was modified appserver/jms/gf-jms-injection/pom.xml
The file was modified docs/error-messages-reference/pom.xml
The file was modified appserver/tests/admingui/auto-test/pom.xml
The file was modified appserver/tests/paas/basic-db-teardown-sql/pom.xml
The file was modified appserver/load-balancer/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/multiBeansApp/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsptest/pom.xml
The file was modified appserver/tests/paas/external-db-service/test/pom.xml
The file was modified appserver/pom.xml
The file was modified appserver/ha/ha-file-store/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/lib1/pom.xml
The file was modified appserver/webservices/connector/pom.xml
The file was modified appserver/distributions/glassfish/pom.xml
The file was modified appserver/admin/template/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/pom.xml
The file was modified appserver/tests/paas/external-db-service/pom.xml
The file was modified appserver/persistence/cmp/ejb-mapping/pom.xml
The file was modified appserver/extras/appserv-rt/manifest-jar/pom.xml
The file was modified nucleus/cluster/cli/pom.xml
The file was modified appserver/tests/embedded/mysql/pom.xml
The file was modified appserver/extras/jakartaee/dist-frag/pom.xml
The file was modified appserver/extras/jakartaee/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-full/pom.xml
The file was modified appserver/admingui/ejb-lite/pom.xml
The file was modified nucleus/cluster/ssh/pom.xml
The file was modified nucleus/core/pom.xml
The file was modified appserver/tests/amx/pom.xml
The file was modified docs/release-notes/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/advanced/pom.xml
The file was modified appserver/web/jersey-ejb-component-provider/pom.xml
The file was modified appserver/flashlight/pom.xml
The file was modified nucleus/common/common-util/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars-xa/pom.xml
The file was modified appserver/featuresets/debug/pom.xml
The file was modified appserver/orb/orb-connector/pom.xml
The file was modified appserver/tests/cdi/negative/pom.xml
The file was modified appserver/extras/embedded/tests/pom.xml
The file was modified appserver/common/stats77/pom.xml
The file was modified appserver/tests/embedded/ejb/remoteejb/pom.xml
The file was modified appserver/tests/paas/basic-shared-service-test/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/pom.xml
The file was modified appserver/deployment/pom.xml
The file was modified appserver/appclient/server/connector/pom.xml
The file was modified appserver/jdbc/jdbc-config/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/applicationDispatcher/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/secureWebApp/pom.xml
The file was modified nucleus/featuresets/nucleus/pom.xml
The file was modified nucleus/admin/config-api/pom.xml
The file was modified nucleus/security/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/multipleApps/pom.xml
The file was modified nucleus/test-utils/pom.xml
The file was modified nucleus/admin/rest/rest-client/pom.xml
The file was modified nucleus/cluster/gms-bootstrap/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/mydb-plugin/pom.xml
The file was modified nucleus/deployment/dtds/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/runner/pom.xml
The file was modified appserver/extras/embedded/nucleus/pom.xml
The file was modified appserver/connectors/connectors-runtime/pom.xml
The file was modified nucleus/admin/rest/pom.xml
The file was modified nucleus/distributions/nucleus/pom.xml
The file was modified appserver/appclient/server/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/war/pom.xml
The file was modified nucleus/core/bootstrap/pom.xml
The file was modified appserver/tests/hk2/pom.xml
The file was modified appserver/jdbc/pom.xml
The file was modified appserver/tests/paas/deployment-rollback/pom.xml
The file was modified appserver/tests/tck/tck-download/pom.xml
The file was modified nucleus/xmlbind-annotations/pom.xml
The file was modified appserver/webservices/metro-fragments/pom.xml
The file was modified appserver/extras/jakartaee/manifest-jar/pom.xml
The file was modified appserver/tests/paas/ext-shared-service-enable-disable-test/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/pom.xml
The file was modified appserver/tests/appserv-tests/util/reportbuilder/pom.xml
The file was modified appserver/tests/paas/external-db-service/generatederbyvm/pom.xml
The file was modified appserver/admin/cli-optional/pom.xml
The file was modified appserver/tests/tck/microprofile/config/pom.xml
The file was modified nucleus/common/glassfish-api/pom.xml
The file was modified nucleus/hk2/config-types/pom.xml
The file was modified appserver/admingui/jca/pom.xml
The file was modified appserver/ha/ha-shoal-cache-bootstrap/pom.xml
The file was modified appserver/jms/admin/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb2/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc40/pom.xml
The file was modified appserver/connectors/connectors-connector/pom.xml
The file was modified appserver/persistence/cmp/cmp-scripts/pom.xml
The file was modified appserver/concurrent/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso2/pom.xml
The file was modified appserver/tests/paas/enable-disable-test/pom.xml
The file was modified nucleus/core/context-propagation/pom.xml
The file was modified appserver/ejb/ejb-timer-databases/pom.xml
The file was modified appserver/resources/resources-connector/pom.xml
The file was modified appserver/tests/hk2/cdi/pom.xml
The file was modified appserver/tests/tck/pages_tags/pom.xml
The file was modified nucleus/cluster/gms-adapter/pom.xml
The file was modified appserver/distributions/web/pom.xml
The file was modified appserver/osgi-platforms/glassfish-osgi-console-plugin/pom.xml
The file was modified appserver/common/amx-jakartaee/pom.xml
The file was modified appserver/persistence/gf-jpa-connector/pom.xml
The file was modified appserver/jdbc/jdbc-runtime/pom.xml
The file was modified appserver/jms/jms-core/pom.xml
The file was modified nucleus/hk2/config-generator/pom.xml
The file was modified appserver/load-balancer/gf-load-balancer-connector/pom.xml
The file was modified appserver/tests/embedded/ejb/basic/pom.xml
The file was modified appserver/tests/tck/faces/pom.xml
The file was modified nucleus/featuresets/atomic/pom.xml
The file was modified nucleus/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/queryString/pom.xml
The file was modified appserver/tests/embedded/wrapper/pom.xml
The file was modified docs/deployment-planning-guide/pom.xml
The file was modified appserver/tests/embedded/web/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso1/pom.xml
The file was modified appserver/tests/tck/concurrency/pom.xml
The file was modified appserver/extras/embedded/common/instanceroot-builder/pom.xml
The file was modified appserver/core/jakartaee-kernel/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/mdb/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-interactive/pom.xml
The file was modified appserver/featuresets/web/pom.xml
The file was modified appserver/persistence/cmp/pom.xml
The file was modified appserver/admin/backup/pom.xml
The file was modified appserver/tests/paas/external-and-shared-service/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/ear/pom.xml
The file was modified qa/pom.xml
The file was modified appserver/tests/admin/admin-extension/pom.xml
The file was modified appserver/persistence/cmp/utility/pom.xml
The file was modified nucleus/flashlight/framework/pom.xml
The file was modified appserver/admingui/cluster/pom.xml
The file was modified nucleus/cluster/pom.xml
The file was modified appserver/tests/embedded/ejb/ejb-main/pom.xml
The file was modified appserver/tests/quicklook/ejb/cmp/pom.xml
The file was modified appserver/webservices/metro-glue/pom.xml
The file was modified appserver/tests/tck/cdi/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/runner/pom.xml
The file was modified appserver/tests/tck/authentication/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/init/pom.xml
The file was modified appserver/security/webservices.security/pom.xml
The file was modified docs/performance-tuning-guide/pom.xml
The file was modified appserver/tests/paas/basic-db-with-resources-xml/pom.xml
The file was modified appserver/tests/community/pom.xml
The file was modified appserver/tests/embedded/web/web-war/test/pom.xml
The file was modified nucleus/admin/rest/rest-testing/pom.xml
The file was modified appserver/security/jaspic-provider-framework/pom.xml
The file was modified appserver/tests/tck/validation/pom.xml
The file was modified nucleus/admin/monitor/pom.xml
The file was modified appserver/appclient/pom.xml
The file was modified appserver/resources/mail/pom.xml
The file was modified appserver/admingui/dataprovider/pom.xml
The file was modified appserver/tests/admingui/pom.xml
The file was modified appserver/grizzly/glassfish-grizzly-extra-all/pom.xml
The file was modified appserver/web/jspcaching-connector/pom.xml
The file was modified appserver/admingui/gf-admingui-connector/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/app/pom.xml
The file was modified appserver/microprofile/connectors/pom.xml
The file was modified docs/administration-guide/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/websockets/pom.xml
The file was modified appserver/persistence/common/pom.xml
The file was modified appserver/jms/jmsra/pom.xml
The file was modified appserver/persistence/cmp/model/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/getRequestURI/pom.xml
The file was modified appserver/tests/quicklook/jms/injection/pom.xml
The file was modified nucleus/admin/launcher/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/pom.xml
The file was modified appserver/web/web-core/pom.xml
The file was modified nucleus/osgi-platforms/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/sessionDestroyed/pom.xml
The file was modified appserver/tests/hk2/isolation/web/pom.xml
The file was modified appserver/extras/embedded/shell/pom.xml
The file was modified appserver/resources/mail/mail-runtime/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/filterURIMapping/pom.xml
The file was modified docs/publish/pom.xml
The file was modified nucleus/distributions/atomic/pom.xml
The file was modified appserver/admingui/common/pom.xml
The file was modified appserver/ha/ha-shoal-store/pom.xml
The file was modified nucleus/parent/pom.xml
The file was modified appserver/tests/embedded/static/ejb/simple/pom.xml
The file was modified appserver/transaction/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/pom.xml
The file was modified appserver/deployment/schemas/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/ejb_lite_basic/pom.xml
The file was modified appserver/tests/paas/basic/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/standalonewar/pom.xml
The file was modified appserver/jdbc/admin/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/pom.xml
The file was modified appserver/tests/embedded/scatteredarchive/pom.xml
The file was modified appserver/flashlight/client/pom.xml
The file was modified appserver/ejb/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/ejb-auth-async/scheduler-service/pom.xml
The file was modified nucleus/deployment/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell-frag/pom.xml
The file was modified appserver/tests/paas/basic-db/pom.xml
The file was modified appserver/tests/quicklook/admin/pom.xml
The file was modified appserver/web/pom.xml
The file was modified nucleus/deployment/admin/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/pom.xml
The file was modified appserver/webservices/soap-tcp/pom.xml
The file was modified appserver/extras/embedded/pom.xml
The file was modified appserver/transaction/internal-api/pom.xml
The file was modified appserver/grizzly/grizzly-container/pom.xml
The file was modified docs/reference-manual/pom.xml
The file was modified appserver/orb/orb-iiop/pom.xml
The file was modified nucleus/flashlight/flashlight-extra-jdk-packages/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/basic/pom.xml
The file was modified appserver/web/web-embed/pom.xml
The file was modified appserver/batch/glassfish-batch-connector/pom.xml
The file was modified nucleus/osgi-platforms/felix/pom.xml
The file was modified appserver/ldapbp/pom.xml
The file was modified nucleus/flashlight/pom.xml
The file was modified appserver/admingui/concurrent/pom.xml
The file was modified appserver/distributions/docker/pom.xml
The file was modified appserver/web/web-glue/pom.xml
The file was modified appserver/security/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/pom.xml
The file was modified appserver/jms/pom.xml
The file was modified appserver/ejb/ejb-timer-service-app/pom.xml
The file was modified nucleus/security/core/pom.xml
The file was modified appserver/appclient/client/appclient-scripts/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/programmatic-authentication/pom.xml
The file was modified appserver/tests/quicklook/ejb/slsbnicmt/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/spetest/pom.xml
The file was modified appserver/resources/resources-runtime/pom.xml
The file was modified appserver/appclient/server/core/pom.xml
The file was modified appserver/extras/appserv-rt/pom.xml
The file was modified appserver/tests/tck/authorization/pom.xml
The file was modified nucleus/deployment/autodeploy/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/remoteejbs/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb1/pom.xml
The file was modified appserver/tests/paas/service_metadata/provision_using_specified_template/pom.xml
The file was modified appserver/tests/embedded/static/web/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-tests-utils/pom.xml
The file was modified appserver/tests/embedded/cdi_basic/pom.xml
The file was modified nucleus/grizzly/nucleus-grizzly-all/pom.xml
The file was modified appserver/persistence/cmp/support-ejb/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-commands-tests/pom.xml
The file was modified appserver/osgi-platforms/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-rest-tck/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tags-tck/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/index/pom.xml
The file was modified appserver/persistence/cmp/support-sqlstore/pom.xml
The file was modified appserver/tests/quicklook/adminconsole/pom.xml
The file was modified appserver/security/webintegration/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/ejb1/pom.xml
The file was modified appserver/concurrent/concurrent-impl/pom.xml
The file was modified docs/troubleshooting-guide/pom.xml
The file was modified appserver/featuresets/glassfish/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/basic/pom.xml
The file was modified appserver/tests/paas/helloworld/pom.xml
The file was modified nucleus/core/logging/pom.xml
The file was modified appserver/persistence/pom.xml
The file was modified docs/quick-start-guide/pom.xml
The file was modified appserver/admingui/jms-plugin/pom.xml
The file was modified appserver/web/gui-plugin-common/pom.xml
The file was modified nucleus/distributions/pom.xml
The file was modified appserver/admin/cli/pom.xml
The file was modified appserver/persistence/cmp/enhancer/pom.xml
The file was modified appserver/batch/glassfish-batch-commands/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-model/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-ra-distribution/pom.xml
The file was modified appserver/tests/paas/basic-bookstore-dns/pom.xml
The file was modified appserver/jdbc/jdbc-ra/pom.xml
The file was modified nucleus/admin/rest/rest-service/pom.xml
Commit 231c80872d21a0f8768379d5172037cf971d8cc5 by David Matějček
Trivial fixes of logging

- 7.0.4 prints some errors

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/AsadminLoggingITest.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/admin/cli/SecureAdminConfigMonitor.java
The file was modified nucleus/cluster/gms-bootstrap/src/main/java/org/glassfish/gms/bootstrap/GMSAdapterService.java
The file was modified appserver/connectors/connectors-internal-api/src/main/java/com/sun/appserv/connectors/internal/ConnectorResourceManagerLifecycleListener.java
The file was modified appserver/connectors/connectors-internal-api/src/main/java/com/sun/appserv/connectors/internal/api/AppSpecificConnectorClassLoaderUtil.java
Commit 78236910e20add6456e4fa701ba5b326e47e33fc by arjan tijms
Some basic cleaning of security, kernel and web glue code

Note that this is a simple pass over the code. There are still many more
issues to address.

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/server/DomainXmlPersistence.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/services/impl/ContainerMapper.java
The file was removedappserver/web/web-glue/src/main/java/com/sun/web/server/J2EEInstanceListener.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/AuthenticationStatus.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/services/impl/GrizzlyProxy.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/V2DottedNameSupport.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/Strings.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/server/ApplicationLoaderService.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/LocationsCommand.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/MonitoringReporter.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/common/PropsFileActionReporter.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/PrincipalMapper.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/server/LifecycleListenerImpl.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/JobFileScanner.java
The file was removedappserver/web/web-glue/src/main/java/com/sun/web/server/DecoratorForJ2EEInstanceListener.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/DeleteProfiler.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/server/DomainCreationStartup.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/SecurityLifecycleException.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/DeleteSystemProperty.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/AdminRESTConfigUpgrade.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/SecurityLifecycle.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/services/impl/GrizzlyService.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/CheckpointHelper.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/SecurityServicesUtil.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/common/XMLActionReporter.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/server/APIClassLoaderServiceImpl.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/SecurityConfigListener.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/services/impl/DynamicConfigListener.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/ListSystemProperties.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/JobManagerService.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/RestartServer.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/IdmService.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/server/AppLibClassLoaderServiceImpl.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/GetHabitatInfo.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/server/AppServerStartup.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/server/CommonClassLoaderServiceImpl.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/server/CompositeArchive.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/ListCommandsCommand.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/common/PlainTextActionReporter.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/common/AbstractSecurityContext.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/VersionCommand.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/server/ApplicationConfigListener.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/JobPersistenceService.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/UptimeCommand.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/CommandRunnerProgressHelper.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/server/DynamicReloadService.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/server/LifecycleEventContextImpl.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/ListContainersCommand.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/server/ServerContextImpl.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/ProcessHttpCommandRequestException.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/CommandRunnerImpl.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/server/ClassLoaderHierarchyImpl.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/SupplementalCommandExecutorImpl.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/server/ServerLifecycleModule.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/AppServerMBeanServerBuilder.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/PublicAdminAdapter.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/DumpHK2Command.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/common/XMLContentActionReporter.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/MbeanService.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/ObjectInputStreamWithServiceLocator.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/server/DomainResolver.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/server/SystemTasksImpl.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/CreateSystemProperties.java
The file was addedappserver/web/web-glue/src/main/java/com/sun/web/server/DecoratorForEEInstanceListener.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/common/ActionReporter.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/common/HTMLActionReporter.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/JobLocatorService.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/RestartDomainCommand.java
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/core/StandardWrapperFacade.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/AdminCommandInstanceImpl.java
The file was addedappserver/web/web-glue/src/main/java/com/sun/web/server/EEInstanceListener.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/AdminAdapter.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/PrivateAdminAdapter.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/AuthenticationStatusImpl.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/SecurityContext.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/server/ExecutorServiceFactory.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/server/UpgradeStartup.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/InserverCommandRunnerHelper.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/StopServer.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/common/Util.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/GetRestartRequiredCommand.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/bootstrap/DerbyLifecycle.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/ObjectInputStreamForClassloader.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/JobAuthorizationAttributeProcessor.java
The file was modified appserver/security/webintegration/src/main/java/com/sun/web/security/RealmAdapter.java
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/core/StandardService.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/common/JsonActionReporter.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/JobCreatorService.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/JobCleanUpService.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/DynamicInterceptor.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/SetCommand.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/RuntimeInfo.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/server/LifecycleModuleService.java
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/core/StandardPipeline.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/server/DynamicReloader.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/server/StAXParserFactory.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/AdminConsoleConfigUpgrade.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/CommandNotFoundException.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/services/impl/DummyNetworkListener.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/server/SnifferManagerImpl.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/services/impl/GlassfishNetworkListener.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/CLIUtil.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/GetCommand.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/services/impl/ServiceInitializerListener.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/StopDomainCommand.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/SecurityContextProxy.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/CreateProfiler.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/server/ApplicationLifecycle.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/server/GFDomainXml.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/LocalPasswordImpl.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/ListCommand.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/ListModulesCommand.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/ListCommandDescriptorsCommand.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/server/ScheduledExecutorServiceFactory.java
Commit 7b49f4eaf669e9a3b4f4648254f9016872455236 by Glassfish Bot
Prepare release 7.0.5
The file was modified appserver/tests/embedded/web/web-war/web-fragment3/pom.xml
The file was modified appserver/tests/paas/enable-disable-test/pom.xml
The file was modified nucleus/hk2-config-generator/pom.xml
The file was modified nucleus/cluster/pom.xml
The file was modified nucleus/common/pom.xml
The file was modified appserver/ldapbp/pom.xml
The file was modified nucleus/admin/cli/pom.xml
The file was modified appserver/tests/sse/videoplayer/pom.xml
The file was modified appserver/tests/tck/tck-download/tsharness/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell/pom.xml
The file was modified appserver/tests/paas/external-and-shared-service/pom.xml
The file was modified appserver/jdbc/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/war/pom.xml
The file was modified nucleus/grizzly/pom.xml
The file was modified nucleus/deployment/autodeploy/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/runner/pom.xml
The file was modified appserver/tests/embedded/ejb/ejb-api/pom.xml
The file was modified appserver/ejb/pom.xml
The file was modified appserver/tests/paas/lazy-shared-service-test/pom.xml
The file was modified appserver/admingui/gf-admingui-connector/pom.xml
The file was modified appserver/tests/quicklook/adminconsole/pom.xml
The file was modified appserver/tests/cdi/negative/normalScopeWithFinal/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/advanced/pom.xml
The file was modified appserver/resources/pom.xml
The file was modified appserver/microprofile/connectors/pom.xml
The file was modified appserver/persistence/cmp/utility/pom.xml
The file was modified nucleus/distributions/nucleus/pom.xml
The file was modified appserver/tests/cdi/negative/runner/pom.xml
The file was modified appserver/web/weld-integration-test-fragment/pom.xml
The file was modified appserver/tests/quicklook/ejb/slsbnicmt/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb2/pom.xml
The file was modified docs/quick-start-guide/pom.xml
The file was modified appserver/persistence/cmp/internal-api/pom.xml
The file was modified appserver/tests/embedded/web/web-all/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/pom.xml
The file was modified appserver/admin/backup/pom.xml
The file was modified appserver/libpam4j/pom.xml
The file was modified appserver/flashlight/client/pom.xml
The file was modified appserver/tests/quicklook/ejb/cmp/pom.xml
The file was modified appserver/tests/embedded/mysql/pom.xml
The file was modified appserver/tests/tck/microprofile/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-interactive/pom.xml
The file was modified appserver/tests/paas/basic-db-teardown-sql/pom.xml
The file was modified nucleus/grizzly/nucleus-grizzly-all/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/applicationDispatcher/pom.xml
The file was modified docs/upgrade-guide/pom.xml
The file was modified appserver/tests/paas/service_metadata/pom.xml
The file was modified appserver/appclient/server/connector/pom.xml
The file was modified appserver/tests/cdi/pom.xml
The file was modified appserver/tests/community/pom.xml
The file was modified nucleus/admin/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/init/pom.xml
The file was modified appserver/admingui/jca/pom.xml
The file was modified nucleus/distributions/pom.xml
The file was modified appserver/webservices/jsr109-impl/pom.xml
The file was modified appserver/osgi-platforms/felix-webconsole-extension/pom.xml
The file was modified appserver/ejb/ejb-internal-api/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/ejb1/pom.xml
The file was modified appserver/tests/admingui/auto-test/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/pom.xml
The file was modified appserver/jms/admin/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-remote/pom.xml
The file was modified docs/application-deployment-guide/pom.xml
The file was modified appserver/tests/embedded/glassfish_resources_xml/pom.xml
The file was modified appserver/resources/mail/pom.xml
The file was modified appserver/tests/appserv-tests/util/reportbuilder/pom.xml
The file was modified appserver/tests/paas/basic-bookstore-dns/pom.xml
The file was modified appserver/tests/embedded/ejb/pom.xml
The file was modified appserver/distributions/docker/pom.xml
The file was modified appserver/load-balancer/admin/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-rest-tck/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authentication-tck/pom.xml
The file was modified appserver/extras/jakartaee/dist-frag/pom.xml
The file was modified appserver/tests/tck/authorization/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/ejb_lite_basic/pom.xml
The file was modified appserver/featuresets/pom.xml
The file was modified nucleus/core/logging/pom.xml
The file was modified nucleus/featuresets/atomic/pom.xml
The file was modified appserver/tests/tck/tck-download/pom.xml
The file was modified appserver/tests/admingui/pom.xml
The file was modified appserver/admin/template/pom.xml
The file was modified appserver/tests/appserv-tests/cciblackbox-tx/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/pom.xml
The file was modified appserver/tests/quicklook/ejb/remoteview/pom.xml
The file was modified docs/application-development-guide/pom.xml
The file was modified nucleus/common/glassfish-api/pom.xml
The file was modified appserver/connectors/connectors-connector/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/runner/pom.xml
The file was modified nucleus/common/scattered-archive-api/pom.xml
The file was modified docs/add-on-component-development-guide/pom.xml
The file was modified appserver/persistence/cmp/support-sqlstore/pom.xml
The file was modified appserver/web/admin/pom.xml
The file was modified nucleus/distributions/atomic/pom.xml
The file was modified appserver/admingui/plugin-service/pom.xml
The file was modified nucleus/admin/rest/gf-restadmin-connector/pom.xml
The file was modified appserver/appclient/client/acc-config/pom.xml
The file was modified appserver/tests/embedded/ejb/basic/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/app/pom.xml
The file was modified appserver/persistence/entitybean-container/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/ear/pom.xml
The file was modified nucleus/featuresets/nucleus/pom.xml
The file was modified appserver/tests/paas/bookstore/pom.xml
The file was modified appserver/extras/pom.xml
The file was modified appserver/admingui/jms-plugin/pom.xml
The file was modified appserver/tests/paas/basic-jpa/pom.xml
The file was modified appserver/tests/tck/concurrency/pom.xml
The file was modified nucleus/admin/rest/rest-testing/pom.xml
The file was modified nucleus/flashlight/pom.xml
The file was modified appserver/osgi-platforms/pom.xml
The file was modified appserver/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/mdb/pom.xml
The file was modified appserver/deployment/schemas/pom.xml
The file was modified nucleus/common/common-util/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/runner/pom.xml
The file was modified appserver/webservices/metro-glue/pom.xml
The file was modified appserver/admingui/jts/pom.xml
The file was modified appserver/admingui/web/pom.xml
The file was modified nucleus/cluster/common/pom.xml
The file was modified nucleus/distributions/nucleus-common/pom.xml
The file was modified appserver/tests/embedded/web/web-api/pom.xml
The file was modified nucleus/admin/config-api/pom.xml
The file was modified appserver/admingui/community-theme/pom.xml
The file was modified docs/release-notes/pom.xml
The file was modified appserver/distributions/glassfish-common/pom.xml
The file was modified appserver/extras/embedded/tests/pom.xml
The file was modified nucleus/security/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tck/pom.xml
The file was modified appserver/tests/embedded/ejb/ejb-main/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-tests-utils/pom.xml
The file was modified appserver/ejb/ejb-client/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsftest/pom.xml
The file was modified appserver/tests/cdi/negative/pom.xml
The file was modified appserver/web/gui-plugin-common/pom.xml
The file was modified appserver/tests/embedded/web/web-war/war/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb1/pom.xml
The file was modified appserver/tests/quicklook/ejb/singleton/pom.xml
The file was modified nucleus/admin/server-mgmt/pom.xml
The file was modified appserver/orb/orb-enabler/pom.xml
The file was modified appserver/persistence/eclipselink-wrapper/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-model/pom.xml
The file was modified nucleus/security/services/pom.xml
The file was modified appserver/web/jersey-mvc-connector/pom.xml
The file was modified appserver/tests/tck/pages_tags/pom.xml
The file was modified appserver/jms/pom.xml
The file was modified appserver/distributions/web/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/advanced/pom.xml
The file was modified appserver/tests/sse/basic/pom.xml
The file was modified nucleus/core/api-exporter/pom.xml
The file was modified appserver/extras/embedded/common/pom.xml
The file was modified appserver/extras/appserv-rt/manifest-jar/pom.xml
The file was modified appserver/transaction/internal-api/pom.xml
The file was modified appserver/persistence/cmp/cmp-scripts/pom.xml
The file was modified nucleus/cluster/cli/pom.xml
The file was modified nucleus/admin/rest/rest-service/pom.xml
The file was modified nucleus/security/ssl-impl/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/index/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war1/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso2/pom.xml
The file was modified appserver/extras/embedded/common/osgi-modules-uninstaller/pom.xml
The file was modified appserver/admingui/core/pom.xml
The file was modified appserver/flashlight/pom.xml
The file was modified appserver/jms/jms-core/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/webservice/pom.xml
The file was modified docs/troubleshooting-guide/pom.xml
The file was modified appserver/jdbc/templates/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsptest/pom.xml
The file was modified appserver/extras/appserv-rt/dist-frag/pom.xml
The file was modified appserver/tests/embedded/utils/pom.xml
The file was modified appserver/common/glassfish-ee-api/pom.xml
The file was modified appserver/tests/embedded/web/web-war/pom.xml
The file was modified appserver/admingui/ejb/pom.xml
The file was modified appserver/extras/embedded/shell/pom.xml
The file was modified appserver/tests/quicklook/amx/pom.xml
The file was modified appserver/featuresets/debug/pom.xml
The file was modified appserver/tests/tck/authentication/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/common/pom.xml
The file was modified docs/deployment-planning-guide/pom.xml
The file was modified nucleus/core/context-propagation/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell/pom.xml
The file was modified appserver/persistence/cmp/ejb-mapping/pom.xml
The file was modified docs/reference-manual/pom.xml
The file was modified nucleus/osgi-platforms/osgi-container/pom.xml
The file was modified appserver/load-balancer/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/static-shell-init/pom.xml
The file was modified appserver/orb/orb-iiop/pom.xml
The file was modified nucleus/deployment/schemas/pom.xml
The file was modified appserver/persistence/cmp/generator-database/pom.xml
The file was modified appserver/ha/ha-file-store/pom.xml
The file was modified appserver/tests/tck/tck-download/javatest/pom.xml
The file was modified appserver/ha/pom.xml
The file was modified appserver/deployment/jakartaee-full/pom.xml
The file was modified appserver/admingui/jdbc/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-core/pom.xml
The file was modified appserver/microprofile/pom.xml
The file was modified appserver/tests/admin/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/pom.xml
The file was modified appserver/ejb/ejb-container/pom.xml
The file was modified nucleus/deployment/admin/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb1/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/dirListing/pom.xml
The file was modified appserver/tests/embedded/web/servlet/pom.xml
The file was modified appserver/jdbc/jdbc-config/pom.xml
The file was modified docs/error-messages-reference/pom.xml
The file was modified appserver/batch/pom.xml
The file was modified appserver/resources/mail/mail-runtime/pom.xml
The file was modified appserver/tests/embedded/basic/pom.xml
The file was modified appserver/tests/pom.xml
The file was modified appserver/tests/paas/external-db-service/generatederbyvm/pom.xml
The file was modified appserver/admingui/ejb-lite/pom.xml
The file was modified appserver/jdbc/jdbc-ra/pom.xml
The file was modified appserver/web/web-ha/pom.xml
The file was modified appserver/connectors/work-management/pom.xml
The file was modified nucleus/cluster/gms-bootstrap/pom.xml
The file was modified docs/security-guide/pom.xml
The file was modified appserver/resources/resources-connector/pom.xml
The file was modified appserver/tests/hk2/cdi/pom.xml
The file was modified appserver/orb/pom.xml
The file was modified appserver/common/annotation-framework/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/web/pom.xml
The file was modified appserver/tests/cdi/cases/pom.xml
The file was modified docs/distribution/pom.xml
The file was modified appserver/web/jsf-connector/pom.xml
The file was modified appserver/jms/gf-jms-connector/pom.xml
The file was modified appserver/tests/quicklook/ejb/embedded/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/jars/pom.xml
The file was modified appserver/tests/tck/cdi/pom.xml
The file was modified appserver/admingui/full/pom.xml
The file was modified appserver/tests/jakartaee/pom.xml
The file was modified nucleus/core/bootstrap/pom.xml
The file was modified appserver/transaction/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/pom.xml
The file was modified appserver/tests/embedded/web/autodelete/pom.xml
The file was modified appserver/load-balancer/gf-load-balancer-connector/pom.xml
The file was modified appserver/tests/tck/servlet/pom.xml
The file was modified appserver/tests/paas/basic-db-initsql/pom.xml
The file was modified appserver/extras/embedded/common/instanceroot-builder/pom.xml
The file was modified appserver/jdbc/jdbc-runtime/pom.xml
The file was modified appserver/tests/embedded/inplanted/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/pom.xml
The file was modified appserver/security/core-ee/pom.xml
The file was modified appserver/tests/tck/expression_language/pom.xml
The file was modified appserver/web/weld-integration-fragment/pom.xml
The file was modified nucleus/deployment/dtds/pom.xml
The file was modified appserver/tests/embedded/wrapper/pom.xml
The file was modified appserver/extras/embedded/nucleus/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/pom.xml
The file was modified appserver/tests/hk2/isolation/pom.xml
The file was modified appserver/tests/paas/basic/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/runner/pom.xml
The file was modified appserver/appclient/server/core/pom.xml
The file was modified appserver/extras/appserv-rt/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment1/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-full/pom.xml
The file was modified appserver/web/jspcaching-connector/pom.xml
The file was modified docs/parent/pom.xml
The file was modified appserver/tests/embedded/basic/lifecycle/pom.xml
The file was modified appserver/batch/glassfish-batch-commands/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc40/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell-frag/pom.xml
The file was modified appserver/tests/quicklook/wsit/jsr109tester/pom.xml
The file was modified appserver/tests/embedded/static/ejb/pom.xml
The file was modified appserver/tests/amx/pom.xml
The file was modified appserver/admingui/pom.xml
The file was modified appserver/tests/embedded/web/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/pom.xml
The file was modified nucleus/pom.xml
The file was modified appserver/common/glassfish-naming/pom.xml
The file was modified nucleus/flashlight/agent/pom.xml
The file was modified appserver/persistence/cmp/model/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/simple/pom.xml
The file was modified docs/pom.xml
The file was modified nucleus/deployment/pom.xml
The file was modified appserver/concurrent/concurrent-connector/pom.xml
The file was modified appserver/concurrent/pom.xml
The file was modified docs/website/pom.xml
The file was modified appserver/jms/jmsra/pom.xml
The file was modified appserver/deployment/pom.xml
The file was modified appserver/tests/embedded/cdi_basic/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/lib1/pom.xml
The file was modified appserver/web/weld-integration/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authorization-tck/pom.xml
The file was modified appserver/persistence/common/pom.xml
The file was modified appserver/connectors/connectors-inbound-runtime/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/basic/pom.xml
The file was modified appserver/security/ejb.security/pom.xml
The file was modified pom.xml
The file was modified appserver/tests/hk2/isolation/web/pom.xml
The file was modified appserver/persistence/cmp/support-ejb/pom.xml
The file was modified appserver/ha/ha-shoal-store/pom.xml
The file was modified appserver/tests/admin/tests/pom.xml
The file was modified nucleus/admin/rest/rest-client/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/pom.xml
The file was modified appserver/core/pom.xml
The file was modified appserver/grizzly/grizzly-container/pom.xml
The file was modified appserver/web/jersey-ejb-component-provider/pom.xml
The file was modified appserver/common/amx-jakartaee/pom.xml
The file was modified appserver/security/webservices.security/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jmxUndeployEvent/pom.xml
The file was modified nucleus/flashlight/flashlight-extra-jdk-packages/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/websockets/pom.xml
The file was modified appserver/appclient/client/acc-standalone/pom.xml
The file was modified nucleus/cluster/gms-adapter/pom.xml
The file was modified appserver/tests/paas/external-db-service/pom.xml
The file was modified appserver/admingui/war/pom.xml
The file was modified appserver/distributions/glassfish/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/mydb-plugin/pom.xml
The file was modified nucleus/security/core/pom.xml
The file was modified appserver/ejb/ejb-connector/pom.xml
The file was modified appserver/tests/cdi/cases/runner/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars-xa/pom.xml
The file was modified nucleus/hk2-config-types/pom.xml
The file was modified nucleus/test-utils/pom.xml
The file was modified nucleus/common/mbeanserver/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/secureWebApp/pom.xml
The file was modified appserver/microprofile/config/pom.xml
The file was modified appserver/security/security-all/pom.xml
The file was modified appserver/persistence/oracle-jdbc-driver-packages/pom.xml
The file was modified appserver/transaction/jta/pom.xml
The file was modified nucleus/osgi-platforms/felix/pom.xml
The file was modified appserver/deployment/dol/pom.xml
The file was modified appserver/extras/embedded/common/bootstrap/pom.xml
The file was modified nucleus/core/kernel/pom.xml
The file was modified appserver/tests/tck/pom.xml
The file was modified appserver/web/jstl-connector/pom.xml
The file was modified appserver/security/appclient.security/pom.xml
The file was modified docs/performance-tuning-guide/pom.xml
The file was modified appserver/security/webintegration/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-ra-distribution/pom.xml
The file was modified appserver/tests/paas/deployment-rollback/pom.xml
The file was modified nucleus/common/simple-glassfish-api/pom.xml
The file was modified appserver/extras/embedded/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment2/pom.xml
The file was modified appserver/tests/hk2/pom.xml
The file was modified appserver/extras/embedded/common/osgi-main/pom.xml
The file was modified appserver/security/jaspic-provider-framework/pom.xml
The file was modified appserver/extras/jakartaee/manifest-jar/pom.xml
The file was modified appserver/tests/paas/service_metadata/provision_using_specified_template/pom.xml
The file was modified appserver/web/war-util/pom.xml
The file was modified docs/installation-guide/pom.xml
The file was modified appserver/tests/hk2/isolation/runner/pom.xml
The file was modified nucleus/admin/launcher/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/pom.xml
The file was modified appserver/web/web-sse/pom.xml
The file was modified nucleus/resources/pom.xml
The file was modified nucleus/admin/rest/pom.xml
The file was modified appserver/common/container-common/pom.xml
The file was modified appserver/appclient/client/appclient-scripts/pom.xml
The file was modified appserver/tests/embedded/scatteredarchive/pom.xml
The file was modified nucleus/parent/pom.xml
The file was modified appserver/admin/cli/pom.xml
The file was modified appserver/tests/tck/microprofile/config/pom.xml
The file was modified appserver/ejb/ejb-all/pom.xml
The file was modified appserver/tests/paas/basic-db-with-resources-xml/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war2/pom.xml
The file was modified appserver/orb/orb-connector/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/standalonewar/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/remoteejbs/pom.xml
The file was modified appserver/tests/embedded/static/pom.xml
The file was modified appserver/tests/appserv-tests/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/ejb-auth-async/scheduler-service/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb2/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/programmatic-authentication/pom.xml
The file was modified appserver/persistence/cmp/cmp-all/pom.xml
The file was modified appserver/connectors/connectors-internal-api/pom.xml
The file was modified appserver/tests/application/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/spetest/pom.xml
The file was modified appserver/tests/quicklook/admin/pom.xml
The file was modified appserver/common/stats77/pom.xml
The file was modified appserver/webservices/pom.xml
The file was modified nucleus/deployment/common/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-faces-tck/pom.xml
The file was modified appserver/tests/tck/faces/pom.xml
The file was modified appserver/admingui/common/pom.xml
The file was modified nucleus/featuresets/pom.xml
The file was modified appserver/persistence/jpa-container/pom.xml
The file was modified appserver/appclient/pom.xml
The file was modified appserver/core/api-exporter-fragment/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tags-tck/pom.xml
The file was modified appserver/jms/gf-jms-injection/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/localejbs/pom.xml
The file was modified appserver/concurrent/concurrent-impl/pom.xml
The file was modified appserver/persistence/cmp/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/basic/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/queryString/pom.xml
The file was modified appserver/tests/tck/tck-runner/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/lib/pom.xml
The file was modified appserver/distributions/pom.xml
The file was modified docs/administration-guide/pom.xml
The file was modified appserver/tests/paas/pom.xml
The file was modified appserver/deployment/dtds/pom.xml
The file was modified appserver/ejb/ejb-timer-databases/pom.xml
The file was modified appserver/appclient/client/acc/pom.xml
The file was modified appserver/admingui/dataprovider/pom.xml
The file was modified appserver/tests/quicklook/jms/injection/pom.xml
The file was modified appserver/web/web-embed/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/filterURIMapping/pom.xml
The file was modified appserver/admingui/cluster/pom.xml
The file was modified appserver/web/gf-web-connector/pom.xml
The file was modified nucleus/diagnostics/diagnostics-api/pom.xml
The file was modified appserver/ha/ha-shoal-cache-bootstrap/pom.xml
The file was modified appserver/tests/paas/helloworld/pom.xml
The file was modified appserver/tests/embedded/ejb/remoteejb/pom.xml
The file was modified nucleus/flashlight/framework/pom.xml
The file was modified appserver/admingui/corba/pom.xml
The file was modified nucleus/glassfish-jul-extension/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-servlet-tck/pom.xml
The file was modified docs/embedded-server-guide/pom.xml
The file was modified appserver/web/gf-weld-connector/pom.xml
The file was modified appserver/web/web-embed/api/pom.xml
The file was modified appserver/tests/quicklook/rest/pom.xml
The file was modified appserver/grizzly/pom.xml
The file was modified appserver/extras/embedded/common/installroot-builder/pom.xml
The file was modified appserver/connectors/descriptors/pom.xml
The file was modified appserver/web/webtier-all/pom.xml
The file was modified appserver/extras/embedded/all/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/getRequestURI/pom.xml
The file was modified appserver/tests/embedded/servlet_runs_admin_cmds/pom.xml
The file was modified appserver/extras/embedded/web/pom.xml
The file was modified appserver/tests/embedded/static/web/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-expression-language-tck/pom.xml
The file was modified appserver/tests/paas/external-db-service/test/pom.xml
The file was modified appserver/web/cdi-api-fragment/pom.xml
The file was modified nucleus/grizzly/config/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/multipleApps/pom.xml
The file was modified nucleus/admin/util/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso1/pom.xml
The file was modified appserver/webservices/metro-fragments/pom.xml
The file was modified appserver/appclient/client/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars/pom.xml
The file was modified appserver/transaction/jts/pom.xml
The file was modified appserver/webservices/webservices-scripts/pom.xml
The file was modified appserver/tests/tck/rest/pom.xml
The file was modified nucleus/cluster/admin/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/pom.xml
The file was modified appserver/grizzly/glassfish-grizzly-extra-all/pom.xml
The file was modified appserver/deployment/jakartaee-core/pom.xml
The file was modified appserver/resources/mail/mail-connector/pom.xml
The file was modified appserver/tests/embedded/static/ejb/simple/pom.xml
The file was modified docs/publish/pom.xml
The file was modified appserver/itest-tools/pom.xml
The file was modified nucleus/core/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/multiBeansApp/pom.xml
The file was modified nucleus/common/amx-core/pom.xml
The file was modified nucleus/core/extra-jre-packages/pom.xml
The file was modified nucleus/xmlbind-annotations/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/scattered/pom.xml
The file was modified appserver/tests/paas/scale_service/pom.xml
The file was modified nucleus/cluster/ssh/pom.xml
The file was modified appserver/persistence/gf-jpa-connector/pom.xml
The file was modified appserver/resources/resources-runtime/pom.xml
The file was modified appserver/tests/paas/basic-db/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/sessionDestroyed/pom.xml
The file was modified appserver/admin/pom.xml
The file was modified nucleus/osgi-platforms/pom.xml
The file was modified appserver/core/jakartaee-kernel/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/pom.xml
The file was modified nucleus/diagnostics/context/pom.xml
The file was modified appserver/tests/admin/admin-extension/pom.xml
The file was modified appserver/tests/embedded/web/web-war/test/pom.xml
The file was modified appserver/ejb/ejb-timer-service-app/pom.xml
The file was modified appserver/osgi-platforms/glassfish-osgi-console-plugin/pom.xml
The file was modified qa/pom.xml
The file was modified appserver/batch/batch-database/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/mq-test/pom.xml
The file was modified appserver/persistence/pom.xml
The file was modified appserver/web/pom.xml
The file was modified appserver/extras/jakartaee/pom.xml
The file was modified appserver/tests/paas/basic-service-discovery/pom.xml
The file was modified appserver/webservices/soap-tcp/pom.xml
The file was modified appserver/persistence/cmp/enhancer/pom.xml
The file was modified appserver/tests/embedded/cdi_ejb_jpa/pom.xml
The file was modified nucleus/admin/monitor/pom.xml
The file was modified appserver/jdbc/admin/pom.xml
The file was modified appserver/tests/quicklook/ejb/sfulnoi/pom.xml
The file was modified nucleus/diagnostics/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/pom.xml
The file was modified appserver/connectors/connectors-runtime/pom.xml
The file was modified appserver/web/web-core/pom.xml
The file was modified nucleus/admin/template/pom.xml
The file was modified appserver/tests/embedded/pom.xml
The file was modified appserver/tests/paas/ext-shared-service-enable-disable-test/pom.xml
The file was modified appserver/tests/paas/basic-shared-service-test/pom.xml
The file was modified appserver/webservices/connector/pom.xml
The file was modified appserver/batch/glassfish-batch-connector/pom.xml
The file was modified appserver/featuresets/web/pom.xml
The file was modified appserver/admin/cli-optional/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/pom.xml
The file was modified appserver/featuresets/glassfish/pom.xml
The file was modified appserver/tests/tck/pages/pom.xml
The file was modified appserver/common/pom.xml
The file was modified appserver/tests/quicklook/pom.xml
The file was modified docs/ha-administration-guide/pom.xml
The file was modified appserver/tests/paas/javaee_shared_service/pom.xml
The file was modified appserver/tests/paas/service_metadata/custom_db_name/pom.xml
The file was modified appserver/admingui/concurrent/pom.xml
The file was modified appserver/appclient/server/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-ant-based-tck/pom.xml
The file was modified appserver/tests/quicklook/wsit/JaxwsFromWsdl/pom.xml
The file was modified appserver/ejb/ejb-full-container/pom.xml
The file was modified appserver/web/web-naming/pom.xml
The file was modified appserver/admin/admin-core/pom.xml
The file was modified appserver/tests/tck/validation/pom.xml
The file was modified appserver/web/web-glue/pom.xml
The file was modified appserver/ant-tasks/pom.xml
The file was modified appserver/tests/tck/jwt/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-commands-tests/pom.xml
The file was modified appserver/connectors/pom.xml
The file was modified appserver/connectors/admin/pom.xml
The file was modified appserver/tests/paas/appscoped-db-with-resources-xml/pom.xml
The file was modified nucleus/common/internal-api/pom.xml
The file was modified appserver/security/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/pom.xml
Commit 005ee21295f9347d513a6202df493c522c9d03a5 by Glassfish Bot
Prepare next development cycle for 7.0.6-SNAPSHOT
The file was modified appserver/jdbc/jdbc-ra/jdbc-core/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/pom.xml
The file was modified appserver/admin/admin-core/pom.xml
The file was modified appserver/admin/template/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/ejb1/pom.xml
The file was modified appserver/tests/paas/basic/pom.xml
The file was modified appserver/connectors/connectors-inbound-runtime/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/runner/pom.xml
The file was modified appserver/ha/pom.xml
The file was modified appserver/web/web-core/pom.xml
The file was modified nucleus/common/scattered-archive-api/pom.xml
The file was modified appserver/appclient/client/acc-standalone/pom.xml
The file was modified nucleus/osgi-platforms/osgi-container/pom.xml
The file was modified appserver/extras/jakartaee/pom.xml
The file was modified appserver/batch/glassfish-batch-commands/pom.xml
The file was modified appserver/admin/cli-optional/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/pom.xml
The file was modified appserver/tests/hk2/isolation/pom.xml
The file was modified appserver/osgi-platforms/glassfish-osgi-console-plugin/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jmxUndeployEvent/pom.xml
The file was modified appserver/batch/pom.xml
The file was modified appserver/security/ejb.security/pom.xml
The file was modified appserver/grizzly/grizzly-container/pom.xml
The file was modified nucleus/admin/rest/rest-testing/pom.xml
The file was modified appserver/tests/paas/basic-shared-service-test/pom.xml
The file was modified appserver/tests/paas/basic-db-teardown-sql/pom.xml
The file was modified appserver/tests/quicklook/admin/pom.xml
The file was modified nucleus/core/api-exporter/pom.xml
The file was modified nucleus/deployment/admin/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/static-shell-init/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment1/pom.xml
The file was modified appserver/web/gf-weld-connector/pom.xml
The file was modified appserver/orb/orb-enabler/pom.xml
The file was modified appserver/connectors/admin/pom.xml
The file was modified appserver/resources/mail/mail-runtime/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tck/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-rest-tck/pom.xml
The file was modified appserver/ant-tasks/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-remote/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso1/pom.xml
The file was modified nucleus/common/mbeanserver/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/pom.xml
The file was modified appserver/tests/embedded/ejb/basic/pom.xml
The file was modified appserver/transaction/internal-api/pom.xml
The file was modified docs/publish/pom.xml
The file was modified appserver/tests/embedded/basic/pom.xml
The file was modified docs/embedded-server-guide/pom.xml
The file was modified appserver/tests/embedded/mysql/pom.xml
The file was modified appserver/ejb/ejb-internal-api/pom.xml
The file was modified appserver/tests/sse/basic/pom.xml
The file was modified appserver/web/jstl-connector/pom.xml
The file was modified appserver/tests/tck/tck-runner/pom.xml
The file was modified appserver/batch/batch-database/pom.xml
The file was modified appserver/resources/mail/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/runner/pom.xml
The file was modified appserver/orb/orb-connector/pom.xml
The file was modified appserver/common/amx-jakartaee/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/filterURIMapping/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/pom.xml
The file was modified nucleus/distributions/nucleus/pom.xml
The file was modified appserver/admin/cli/pom.xml
The file was modified appserver/load-balancer/pom.xml
The file was modified appserver/tests/paas/basic-db-initsql/pom.xml
The file was modified appserver/batch/glassfish-batch-connector/pom.xml
The file was modified appserver/common/stats77/pom.xml
The file was modified appserver/tests/hk2/cdi/pom.xml
The file was modified appserver/tests/tck/rest/pom.xml
The file was modified appserver/concurrent/concurrent-impl/pom.xml
The file was modified nucleus/admin/template/pom.xml
The file was modified nucleus/admin/rest/rest-client/pom.xml
The file was modified appserver/tests/paas/basic-db/pom.xml
The file was modified nucleus/distributions/pom.xml
The file was modified appserver/flashlight/client/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment3/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tags-tck/pom.xml
The file was modified appserver/tests/hk2/pom.xml
The file was modified appserver/tests/admin/tests/pom.xml
The file was modified appserver/tests/tck/expression_language/pom.xml
The file was modified appserver/tests/embedded/static/web/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/mq-test/pom.xml
The file was modified nucleus/deployment/autodeploy/pom.xml
The file was modified appserver/connectors/connectors-runtime/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/remoteejbs/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/init/pom.xml
The file was modified nucleus/cluster/ssh/pom.xml
The file was modified appserver/web/web-naming/pom.xml
The file was modified appserver/tests/paas/javaee_shared_service/pom.xml
The file was modified appserver/featuresets/debug/pom.xml
The file was modified appserver/core/pom.xml
The file was modified appserver/extras/embedded/common/osgi-modules-uninstaller/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsptest/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/mdb/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authentication-tck/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/war/pom.xml
The file was modified appserver/tests/paas/basic-jpa/pom.xml
The file was modified appserver/tests/embedded/inplanted/pom.xml
The file was modified appserver/web/jersey-mvc-connector/pom.xml
The file was modified appserver/ejb/ejb-full-container/pom.xml
The file was modified appserver/tests/appserv-tests/util/reportbuilder/pom.xml
The file was modified appserver/persistence/common/pom.xml
The file was modified appserver/persistence/cmp/support-ejb/pom.xml
The file was modified nucleus/cluster/gms-adapter/pom.xml
The file was modified appserver/common/annotation-framework/pom.xml
The file was modified appserver/tests/paas/external-db-service/generatederbyvm/pom.xml
The file was modified appserver/common/glassfish-ee-api/pom.xml
The file was modified appserver/tests/tck/tck-download/javatest/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb1/pom.xml
The file was modified nucleus/core/context-propagation/pom.xml
The file was modified appserver/tests/embedded/static/pom.xml
The file was modified appserver/webservices/metro-glue/pom.xml
The file was modified appserver/security/webintegration/pom.xml
The file was modified appserver/jdbc/pom.xml
The file was modified nucleus/cluster/cli/pom.xml
The file was modified appserver/admingui/community-theme/pom.xml
The file was modified appserver/extras/appserv-rt/manifest-jar/pom.xml
The file was modified appserver/persistence/cmp/cmp-all/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb1/pom.xml
The file was modified appserver/tests/paas/basic-db-with-resources-xml/pom.xml
The file was modified appserver/jdbc/jdbc-ra/pom.xml
The file was modified appserver/deployment/schemas/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/programmatic-authentication/pom.xml
The file was modified appserver/tests/quicklook/ejb/remoteview/pom.xml
The file was modified appserver/extras/appserv-rt/dist-frag/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/runner/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/sessionDestroyed/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/lib/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/pom.xml
The file was modified appserver/tests/tck/faces/pom.xml
The file was modified nucleus/core/bootstrap/pom.xml
The file was modified nucleus/featuresets/pom.xml
The file was modified appserver/tests/admingui/auto-test/pom.xml
The file was modified appserver/microprofile/connectors/pom.xml
The file was modified appserver/tests/cdi/negative/normalScopeWithFinal/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/secureWebApp/pom.xml
The file was modified appserver/persistence/cmp/pom.xml
The file was modified appserver/tests/embedded/cdi_ejb_jpa/pom.xml
The file was modified appserver/tests/tck/pom.xml
The file was modified appserver/ejb/ejb-timer-service-app/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-full/pom.xml
The file was modified appserver/ejb/ejb-connector/pom.xml
The file was modified appserver/deployment/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/runner/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso2/pom.xml
The file was modified nucleus/flashlight/pom.xml
The file was modified appserver/load-balancer/admin/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-servlet-tck/pom.xml
The file was modified appserver/web/web-embed/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment2/pom.xml
The file was modified nucleus/diagnostics/diagnostics-api/pom.xml
The file was modified appserver/admingui/core/pom.xml
The file was modified appserver/tests/appserv-tests/cciblackbox-tx/pom.xml
The file was modified appserver/deployment/dtds/pom.xml
The file was modified nucleus/deployment/schemas/pom.xml
The file was modified appserver/tests/embedded/basic/lifecycle/pom.xml
The file was modified appserver/tests/quicklook/amx/pom.xml
The file was modified appserver/orb/orb-iiop/pom.xml
The file was modified appserver/ejb/ejb-timer-databases/pom.xml
The file was modified nucleus/cluster/common/pom.xml
The file was modified appserver/tests/quicklook/rest/pom.xml
The file was modified appserver/tests/tck/authentication/pom.xml
The file was modified appserver/persistence/entitybean-container/pom.xml
The file was modified appserver/tests/paas/service_metadata/custom_db_name/pom.xml
The file was modified appserver/tests/tck/authorization/pom.xml
The file was modified docs/installation-guide/pom.xml
The file was modified appserver/common/container-common/pom.xml
The file was modified appserver/ha/ha-shoal-cache-bootstrap/pom.xml
The file was modified appserver/web/jersey-ejb-component-provider/pom.xml
The file was modified nucleus/admin/rest/rest-service/pom.xml
The file was modified appserver/jms/jmsra/pom.xml
The file was modified nucleus/common/common-util/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/multipleApps/pom.xml
The file was modified appserver/featuresets/pom.xml
The file was modified appserver/jms/jms-core/pom.xml
The file was modified appserver/jdbc/jdbc-config/pom.xml
The file was modified appserver/tests/quicklook/ejb/embedded/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/pom.xml
The file was modified appserver/web/jsf-connector/pom.xml
The file was modified appserver/admingui/web/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars/pom.xml
The file was modified appserver/tests/embedded/web/web-war/pom.xml
The file was modified appserver/featuresets/glassfish/pom.xml
The file was modified appserver/tests/embedded/utils/pom.xml
The file was modified appserver/admingui/concurrent/pom.xml
The file was modified appserver/extras/embedded/tests/pom.xml
The file was modified appserver/persistence/gf-jpa-connector/pom.xml
The file was modified appserver/persistence/cmp/model/pom.xml
The file was modified appserver/admingui/common/pom.xml
The file was modified nucleus/admin/monitor/pom.xml
The file was modified appserver/jms/gf-jms-connector/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authorization-tck/pom.xml
The file was modified nucleus/hk2-config-types/pom.xml
The file was modified appserver/jms/pom.xml
The file was modified appserver/tests/appserv-tests/pom.xml
The file was modified appserver/tests/paas/enable-disable-test/pom.xml
The file was modified nucleus/flashlight/framework/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsftest/pom.xml
The file was modified nucleus/admin/rest/gf-restadmin-connector/pom.xml
The file was modified nucleus/core/kernel/pom.xml
The file was modified nucleus/deployment/dtds/pom.xml
The file was modified appserver/tests/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/advanced/pom.xml
The file was modified nucleus/security/ssl-impl/pom.xml
The file was modified appserver/tests/tck/jwt/pom.xml
The file was modified appserver/tests/community/pom.xml
The file was modified appserver/tests/embedded/ejb/ejb-main/pom.xml
The file was modified appserver/extras/appserv-rt/pom.xml
The file was modified appserver/webservices/webservices-scripts/pom.xml
The file was modified nucleus/security/services/pom.xml
The file was modified appserver/persistence/eclipselink-wrapper/pom.xml
The file was modified appserver/ha/ha-file-store/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/pom.xml
The file was modified appserver/tests/tck/cdi/pom.xml
The file was modified appserver/connectors/pom.xml
The file was modified appserver/tests/paas/service_metadata/provision_using_specified_template/pom.xml
The file was modified appserver/extras/embedded/common/osgi-main/pom.xml
The file was modified appserver/tests/paas/deployment-rollback/pom.xml
The file was modified appserver/load-balancer/gf-load-balancer-connector/pom.xml
The file was modified appserver/jdbc/jdbc-runtime/pom.xml
The file was modified docs/performance-tuning-guide/pom.xml
The file was modified appserver/ejb/ejb-container/pom.xml
The file was modified appserver/tests/paas/pom.xml
The file was modified appserver/microprofile/config/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/pom.xml
The file was modified appserver/osgi-platforms/pom.xml
The file was modified docs/quick-start-guide/pom.xml
The file was modified appserver/osgi-platforms/felix-webconsole-extension/pom.xml
The file was modified appserver/web/web-sse/pom.xml
The file was modified appserver/security/pom.xml
The file was modified nucleus/featuresets/nucleus/pom.xml
The file was modified appserver/tests/quicklook/ejb/slsbnicmt/pom.xml
The file was modified appserver/admingui/dataprovider/pom.xml
The file was modified appserver/jdbc/templates/pom.xml
The file was modified appserver/tests/quicklook/jms/injection/pom.xml
The file was modified nucleus/admin/rest/pom.xml
The file was modified appserver/appclient/server/core/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/pom.xml
The file was modified nucleus/core/pom.xml
The file was modified appserver/persistence/jpa-container/pom.xml
The file was modified appserver/tests/embedded/ejb/pom.xml
The file was modified appserver/extras/embedded/shell/pom.xml
The file was modified appserver/admin/pom.xml
The file was modified appserver/tests/tck/tck-download/pom.xml
The file was modified appserver/flashlight/pom.xml
The file was modified appserver/tests/admin/admin-extension/pom.xml
The file was modified appserver/transaction/jta/pom.xml
The file was modified docs/upgrade-guide/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb2/pom.xml
The file was modified appserver/extras/embedded/all/pom.xml
The file was modified pom.xml
The file was modified appserver/ejb/ejb-client/pom.xml
The file was modified nucleus/admin/launcher/pom.xml
The file was modified appserver/tests/tck/validation/pom.xml
The file was modified appserver/admingui/gf-admingui-connector/pom.xml
The file was modified appserver/admingui/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/basic/pom.xml
The file was modified appserver/tests/embedded/wrapper/pom.xml
The file was modified appserver/tests/quicklook/adminconsole/pom.xml
The file was modified nucleus/common/glassfish-api/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war1/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-faces-tck/pom.xml
The file was modified appserver/tests/quicklook/ejb/cmp/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/spetest/pom.xml
The file was modified appserver/connectors/descriptors/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-interactive/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-tests-utils/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/websockets/pom.xml
The file was modified appserver/extras/embedded/web/pom.xml
The file was modified nucleus/glassfish-jul-extension/pom.xml
The file was modified appserver/ejb/ejb-all/pom.xml
The file was modified appserver/tests/cdi/cases/pom.xml
The file was modified appserver/tests/jakartaee/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell-frag/pom.xml
The file was modified appserver/web/pom.xml
The file was modified appserver/extras/embedded/pom.xml
The file was modified appserver/tests/embedded/static/ejb/pom.xml
The file was modified appserver/tests/embedded/web/web-api/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/pom.xml
The file was modified appserver/webservices/soap-tcp/pom.xml
The file was modified appserver/concurrent/pom.xml
The file was modified docs/release-notes/pom.xml
The file was modified appserver/common/glassfish-naming/pom.xml
The file was modified appserver/tests/cdi/pom.xml
The file was modified appserver/extras/embedded/nucleus/pom.xml
The file was modified appserver/web/weld-integration/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/index/pom.xml
The file was modified appserver/tests/admin/pom.xml
The file was modified nucleus/cluster/gms-bootstrap/pom.xml
The file was modified nucleus/common/simple-glassfish-api/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/standalonewar/pom.xml
The file was modified appserver/common/pom.xml
The file was modified appserver/tests/tck/pages/pom.xml
The file was modified appserver/connectors/work-management/pom.xml
The file was modified appserver/tests/hk2/isolation/web/pom.xml
The file was modified appserver/security/webservices.security/pom.xml
The file was modified docs/add-on-component-development-guide/pom.xml
The file was modified appserver/tests/embedded/cdi_basic/pom.xml
The file was modified appserver/security/jaspic-provider-framework/pom.xml
The file was modified nucleus/grizzly/pom.xml
The file was modified docs/troubleshooting-guide/pom.xml
The file was modified nucleus/diagnostics/pom.xml
The file was modified appserver/tests/paas/external-and-shared-service/pom.xml
The file was modified nucleus/flashlight/flashlight-extra-jdk-packages/pom.xml
The file was modified nucleus/common/internal-api/pom.xml
The file was modified docs/administration-guide/pom.xml
The file was modified appserver/web/weld-integration-test-fragment/pom.xml
The file was modified nucleus/deployment/common/pom.xml
The file was modified appserver/webservices/pom.xml
The file was modified appserver/distributions/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/ejb-auth-async/scheduler-service/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars-xa/pom.xml
The file was modified appserver/webservices/connector/pom.xml
The file was modified appserver/tests/embedded/web/web-all/pom.xml
The file was modified appserver/persistence/oracle-jdbc-driver-packages/pom.xml
The file was modified appserver/tests/embedded/scatteredarchive/pom.xml
The file was modified docs/application-development-guide/pom.xml
The file was modified appserver/tests/paas/ext-shared-service-enable-disable-test/pom.xml
The file was modified nucleus/admin/server-mgmt/pom.xml
The file was modified appserver/webservices/jsr109-impl/pom.xml
The file was modified appserver/distributions/glassfish-common/pom.xml
The file was modified docs/security-guide/pom.xml
The file was modified appserver/persistence/cmp/support-sqlstore/pom.xml
The file was modified appserver/extras/embedded/common/instanceroot-builder/pom.xml
The file was modified appserver/tests/quicklook/ejb/singleton/pom.xml
The file was modified appserver/deployment/jakartaee-full/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/applicationDispatcher/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/scattered/pom.xml
The file was modified appserver/core/api-exporter-fragment/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-model/pom.xml
The file was modified appserver/admingui/cluster/pom.xml
The file was modified appserver/tests/quicklook/wsit/JaxwsFromWsdl/pom.xml
The file was modified appserver/extras/embedded/common/bootstrap/pom.xml
The file was modified nucleus/cluster/pom.xml
The file was modified appserver/persistence/cmp/ejb-mapping/pom.xml
The file was modified appserver/tests/embedded/static/ejb/simple/pom.xml
The file was modified appserver/tests/embedded/web/web-war/war/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/pom.xml
The file was modified appserver/tests/tck/microprofile/pom.xml
The file was modified appserver/extras/jakartaee/manifest-jar/pom.xml
The file was modified appserver/ejb/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell/pom.xml
The file was modified appserver/tests/cdi/negative/runner/pom.xml
The file was modified appserver/tests/sse/videoplayer/pom.xml
The file was modified appserver/tests/tck/servlet/pom.xml
The file was modified appserver/tests/application/pom.xml
The file was modified appserver/tests/embedded/web/servlet/pom.xml
The file was modified appserver/appclient/client/acc-config/pom.xml
The file was modified appserver/libpam4j/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/webservice/pom.xml
The file was modified appserver/web/cdi-api-fragment/pom.xml
The file was modified nucleus/osgi-platforms/felix/pom.xml
The file was modified appserver/web/webtier-all/pom.xml
The file was modified nucleus/distributions/nucleus-common/pom.xml
The file was modified appserver/transaction/pom.xml
The file was modified docs/application-deployment-guide/pom.xml
The file was modified nucleus/security/core/pom.xml
The file was modified appserver/tests/hk2/isolation/runner/pom.xml
The file was modified appserver/tests/paas/service_metadata/pom.xml
The file was modified nucleus/hk2-config-generator/pom.xml
The file was modified appserver/distributions/glassfish/pom.xml
The file was modified appserver/featuresets/web/pom.xml
The file was modified appserver/tests/paas/scale_service/pom.xml
The file was modified appserver/appclient/client/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc40/pom.xml
The file was modified appserver/tests/tck/concurrency/pom.xml
The file was modified nucleus/grizzly/nucleus-grizzly-all/pom.xml
The file was modified appserver/persistence/cmp/cmp-scripts/pom.xml
The file was modified nucleus/osgi-platforms/pom.xml
The file was modified appserver/orb/pom.xml
The file was modified appserver/web/web-embed/api/pom.xml
The file was modified nucleus/parent/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/advanced/pom.xml
The file was modified docs/ha-administration-guide/pom.xml
The file was modified appserver/tests/paas/external-db-service/test/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-expression-language-tck/pom.xml
The file was modified nucleus/featuresets/atomic/pom.xml
The file was modified appserver/tests/embedded/web/pom.xml
The file was modified appserver/appclient/server/pom.xml
The file was modified appserver/deployment/dol/pom.xml
The file was modified nucleus/test-utils/pom.xml
The file was modified appserver/web/web-glue/pom.xml
The file was modified appserver/web/weld-integration-fragment/pom.xml
The file was modified nucleus/common/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-ant-based-tck/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/multiBeansApp/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/pom.xml
The file was modified appserver/tests/tck/pages_tags/pom.xml
The file was modified appserver/concurrent/concurrent-connector/pom.xml
The file was modified docs/parent/pom.xml
The file was modified appserver/webservices/metro-fragments/pom.xml
The file was modified nucleus/deployment/pom.xml
The file was modified appserver/appclient/client/acc/pom.xml
The file was modified appserver/tests/paas/lazy-shared-service-test/pom.xml
The file was modified appserver/appclient/pom.xml
The file was modified qa/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/jars/pom.xml
The file was modified appserver/tests/quicklook/ejb/sfulnoi/pom.xml
The file was modified appserver/security/security-all/pom.xml
The file was modified appserver/tests/paas/bookstore/pom.xml
The file was modified appserver/appclient/client/appclient-scripts/pom.xml
The file was modified appserver/grizzly/glassfish-grizzly-extra-all/pom.xml
The file was modified appserver/tests/tck/microprofile/config/pom.xml
The file was modified nucleus/diagnostics/context/pom.xml
The file was modified appserver/extras/embedded/common/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/lib1/pom.xml
The file was modified appserver/tests/amx/pom.xml
The file was modified appserver/admingui/plugin-service/pom.xml
The file was modified nucleus/admin/config-api/pom.xml
The file was modified nucleus/grizzly/config/pom.xml
The file was modified appserver/jms/admin/pom.xml
The file was modified appserver/extras/jakartaee/dist-frag/pom.xml
The file was modified appserver/admingui/jts/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/app/pom.xml
The file was modified appserver/resources/resources-connector/pom.xml
The file was modified nucleus/core/logging/pom.xml
The file was modified appserver/tests/tck/tck-download/tsharness/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/mydb-plugin/pom.xml
The file was modified appserver/itest-tools/pom.xml
The file was modified appserver/core/jakartaee-kernel/pom.xml
The file was modified appserver/connectors/connectors-connector/pom.xml
The file was modified appserver/security/core-ee/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-ra-distribution/pom.xml
The file was modified appserver/persistence/cmp/enhancer/pom.xml
The file was modified appserver/tests/embedded/ejb/remoteejb/pom.xml
The file was modified appserver/jms/gf-jms-injection/pom.xml
The file was modified appserver/tests/embedded/pom.xml
The file was modified nucleus/resources/pom.xml
The file was modified docs/deployment-planning-guide/pom.xml
The file was modified docs/distribution/pom.xml
The file was modified appserver/admingui/ejb/pom.xml
The file was modified appserver/persistence/cmp/generator-database/pom.xml
The file was modified nucleus/distributions/atomic/pom.xml
The file was modified nucleus/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/web/pom.xml
The file was modified appserver/tests/paas/basic-service-discovery/pom.xml
The file was modified nucleus/admin/util/pom.xml
The file was modified appserver/extras/pom.xml
The file was modified appserver/admin/backup/pom.xml
The file was modified appserver/web/admin/pom.xml
The file was modified appserver/ha/ha-shoal-store/pom.xml
The file was modified appserver/admingui/jms-plugin/pom.xml
The file was modified nucleus/admin/cli/pom.xml
The file was modified appserver/distributions/web/pom.xml
The file was modified appserver/connectors/connectors-internal-api/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/queryString/pom.xml
The file was modified appserver/tests/paas/helloworld/pom.xml
The file was modified nucleus/core/extra-jre-packages/pom.xml
The file was modified nucleus/xmlbind-annotations/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb2/pom.xml
The file was modified appserver/tests/embedded/glassfish_resources_xml/pom.xml
The file was modified appserver/web/jspcaching-connector/pom.xml
The file was modified appserver/tests/paas/external-db-service/pom.xml
The file was modified appserver/resources/pom.xml
The file was modified appserver/tests/cdi/negative/pom.xml
The file was modified appserver/persistence/pom.xml
The file was modified appserver/tests/embedded/ejb/ejb-api/pom.xml
The file was modified nucleus/admin/pom.xml
The file was modified appserver/deployment/jakartaee-core/pom.xml
The file was modified appserver/grizzly/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/pom.xml
The file was modified appserver/resources/resources-runtime/pom.xml
The file was modified appserver/admingui/war/pom.xml
The file was modified appserver/web/gui-plugin-common/pom.xml
The file was modified nucleus/cluster/admin/pom.xml
The file was modified appserver/appclient/server/connector/pom.xml
The file was modified appserver/persistence/cmp/internal-api/pom.xml
The file was modified appserver/jdbc/admin/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/ear/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell/pom.xml
The file was modified docs/website/pom.xml
The file was modified appserver/tests/cdi/cases/runner/pom.xml
The file was modified nucleus/common/amx-core/pom.xml
The file was modified appserver/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/dirListing/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war2/pom.xml
The file was modified appserver/tests/quicklook/wsit/jsr109tester/pom.xml
The file was modified appserver/tests/admingui/pom.xml
The file was modified appserver/web/gf-web-connector/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/simple/pom.xml
The file was modified appserver/tests/paas/basic-bookstore-dns/pom.xml
The file was modified appserver/tests/paas/appscoped-db-with-resources-xml/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/ejb_lite_basic/pom.xml
The file was modified docs/pom.xml
The file was modified appserver/admingui/ejb-lite/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-commands-tests/pom.xml
The file was modified appserver/tests/embedded/web/autodelete/pom.xml
The file was modified appserver/tests/embedded/web/web-war/test/pom.xml
The file was modified appserver/admingui/corba/pom.xml
The file was modified nucleus/flashlight/agent/pom.xml
The file was modified appserver/ldapbp/pom.xml
The file was modified appserver/persistence/cmp/utility/pom.xml
The file was modified appserver/resources/mail/mail-connector/pom.xml
The file was modified appserver/security/appclient.security/pom.xml
The file was modified appserver/admingui/jca/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/localejbs/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/common/pom.xml
The file was modified appserver/admingui/full/pom.xml
The file was modified nucleus/security/pom.xml
The file was modified appserver/transaction/jts/pom.xml
The file was modified appserver/distributions/docker/pom.xml
The file was modified docs/reference-manual/pom.xml
The file was modified appserver/admingui/jdbc/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/pom.xml
The file was modified appserver/microprofile/pom.xml
The file was modified appserver/tests/embedded/servlet_runs_admin_cmds/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/basic/pom.xml
The file was modified appserver/web/web-ha/pom.xml
The file was modified appserver/web/war-util/pom.xml
The file was modified appserver/extras/embedded/common/installroot-builder/pom.xml
The file was modified docs/error-messages-reference/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/getRequestURI/pom.xml
The file was modified appserver/tests/quicklook/pom.xml
Commit 9e82903b2afcab9478003fb5adb7bd6a466e4982 by Glassfish Bot
Prepare release 7.0.6
The file was modified nucleus/deployment/pom.xml
The file was modified appserver/extras/embedded/tests/pom.xml
The file was modified appserver/persistence/cmp/pom.xml
The file was modified appserver/tests/tck/microprofile/config/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-remote/pom.xml
The file was modified appserver/tests/tck/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tags-tck/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/applicationDispatcher/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/jars/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/pom.xml
The file was modified appserver/tests/tck/expression_language/pom.xml
The file was modified nucleus/osgi-platforms/osgi-container/pom.xml
The file was modified docs/error-messages-reference/pom.xml
The file was modified appserver/transaction/jts/pom.xml
The file was modified appserver/appclient/client/acc/pom.xml
The file was modified appserver/tests/paas/javaee_shared_service/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jmxUndeployEvent/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell/pom.xml
The file was modified appserver/admin/admin-core/pom.xml
The file was modified appserver/security/pom.xml
The file was modified appserver/web/war-util/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-full/pom.xml
The file was modified appserver/tests/paas/enable-disable-test/pom.xml
The file was modified appserver/tests/paas/basic-shared-service-test/pom.xml
The file was modified appserver/connectors/work-management/pom.xml
The file was modified appserver/persistence/common/pom.xml
The file was modified nucleus/flashlight/pom.xml
The file was modified appserver/extras/embedded/common/bootstrap/pom.xml
The file was modified appserver/admingui/ejb/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsftest/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-core/pom.xml
The file was modified appserver/tests/paas/external-and-shared-service/pom.xml
The file was modified docs/troubleshooting-guide/pom.xml
The file was modified nucleus/featuresets/pom.xml
The file was modified nucleus/core/kernel/pom.xml
The file was modified appserver/concurrent/concurrent-impl/pom.xml
The file was modified appserver/tests/quicklook/ejb/remoteview/pom.xml
The file was modified nucleus/flashlight/flashlight-extra-jdk-packages/pom.xml
The file was modified appserver/extras/appserv-rt/dist-frag/pom.xml
The file was modified appserver/tests/appserv-tests/pom.xml
The file was modified appserver/common/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc40/pom.xml
The file was modified appserver/tests/tck/tck-download/tsharness/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authorization-tck/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment3/pom.xml
The file was modified appserver/extras/jakartaee/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tck/pom.xml
The file was modified appserver/security/security-all/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/sessionDestroyed/pom.xml
The file was modified appserver/web/webtier-all/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/basic/pom.xml
The file was modified appserver/tests/paas/service_metadata/provision_using_specified_template/pom.xml
The file was modified appserver/tests/embedded/basic/lifecycle/pom.xml
The file was modified docs/embedded-server-guide/pom.xml
The file was modified appserver/resources/mail/mail-runtime/pom.xml
The file was modified appserver/appclient/client/acc-config/pom.xml
The file was modified nucleus/admin/pom.xml
The file was modified appserver/admingui/full/pom.xml
The file was modified nucleus/osgi-platforms/pom.xml
The file was modified appserver/tests/embedded/ejb/basic/pom.xml
The file was modified appserver/tests/hk2/isolation/web/pom.xml
The file was modified appserver/tests/tck/faces/pom.xml
The file was modified appserver/itest-tools/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso1/pom.xml
The file was modified appserver/extras/embedded/common/osgi-main/pom.xml
The file was modified appserver/featuresets/pom.xml
The file was modified appserver/admingui/jdbc/pom.xml
The file was modified appserver/tests/paas/basic/pom.xml
The file was modified appserver/persistence/cmp/generator-database/pom.xml
The file was modified appserver/distributions/glassfish/pom.xml
The file was modified appserver/extras/jakartaee/manifest-jar/pom.xml
The file was modified appserver/persistence/cmp/internal-api/pom.xml
The file was modified appserver/jms/pom.xml
The file was modified appserver/tests/appserv-tests/util/reportbuilder/pom.xml
The file was modified pom.xml
The file was modified appserver/web/cdi-api-fragment/pom.xml
The file was modified appserver/tests/tck/pages_tags/pom.xml
The file was modified appserver/tests/paas/scale_service/pom.xml
The file was modified appserver/persistence/cmp/model/pom.xml
The file was modified appserver/extras/embedded/common/instanceroot-builder/pom.xml
The file was modified appserver/web/admin/pom.xml
The file was modified appserver/admingui/gf-admingui-connector/pom.xml
The file was modified appserver/ha/ha-shoal-cache-bootstrap/pom.xml
The file was modified appserver/tests/embedded/web/web-war/war/pom.xml
The file was modified appserver/web/jstl-connector/pom.xml
The file was modified appserver/distributions/glassfish-common/pom.xml
The file was modified nucleus/deployment/admin/pom.xml
The file was modified appserver/ejb/pom.xml
The file was modified appserver/web/web-embed/api/pom.xml
The file was modified nucleus/diagnostics/pom.xml
The file was modified docs/upgrade-guide/pom.xml
The file was modified nucleus/flashlight/agent/pom.xml
The file was modified appserver/libpam4j/pom.xml
The file was modified nucleus/core/extra-jre-packages/pom.xml
The file was modified nucleus/common/pom.xml
The file was modified appserver/webservices/metro-fragments/pom.xml
The file was modified nucleus/diagnostics/context/pom.xml
The file was modified nucleus/distributions/pom.xml
The file was modified nucleus/core/bootstrap/pom.xml
The file was modified docs/installation-guide/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-ra-distribution/pom.xml
The file was modified appserver/persistence/cmp/support-sqlstore/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/web/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/common/pom.xml
The file was modified nucleus/pom.xml
The file was modified appserver/web/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso2/pom.xml
The file was modified appserver/admingui/common/pom.xml
The file was modified appserver/tests/tck/pages/pom.xml
The file was modified appserver/admingui/pom.xml
The file was modified appserver/admingui/ejb-lite/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/pom.xml
The file was modified appserver/tests/cdi/cases/pom.xml
The file was modified appserver/extras/embedded/nucleus/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/ear/pom.xml
The file was modified appserver/batch/batch-database/pom.xml
The file was modified appserver/tests/paas/ext-shared-service-enable-disable-test/pom.xml
The file was modified appserver/tests/embedded/web/web-war/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/websockets/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/filterURIMapping/pom.xml
The file was modified appserver/ha/ha-file-store/pom.xml
The file was modified appserver/tests/embedded/scatteredarchive/pom.xml
The file was modified appserver/tests/quicklook/ejb/singleton/pom.xml
The file was modified appserver/resources/resources-connector/pom.xml
The file was modified appserver/admingui/plugin-service/pom.xml
The file was modified appserver/tests/paas/external-db-service/generatederbyvm/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment1/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell/pom.xml
The file was modified appserver/featuresets/glassfish/pom.xml
The file was modified appserver/web/weld-integration-fragment/pom.xml
The file was modified appserver/webservices/soap-tcp/pom.xml
The file was modified appserver/web/web-core/pom.xml
The file was modified appserver/tests/quicklook/amx/pom.xml
The file was modified appserver/orb/pom.xml
The file was modified appserver/tests/embedded/ejb/ejb-api/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-model/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb2/pom.xml
The file was modified appserver/tests/embedded/wrapper/pom.xml
The file was modified appserver/ejb/ejb-internal-api/pom.xml
The file was modified appserver/webservices/connector/pom.xml
The file was modified appserver/persistence/oracle-jdbc-driver-packages/pom.xml
The file was modified appserver/tests/cdi/negative/pom.xml
The file was modified appserver/tests/quicklook/rest/pom.xml
The file was modified appserver/deployment/schemas/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/pom.xml
The file was modified nucleus/admin/rest/gf-restadmin-connector/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/multiBeansApp/pom.xml
The file was modified nucleus/resources/pom.xml
The file was modified nucleus/admin/rest/rest-service/pom.xml
The file was modified appserver/tests/admin/tests/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/spetest/pom.xml
The file was modified appserver/tests/paas/service_metadata/pom.xml
The file was modified docs/pom.xml
The file was modified qa/pom.xml
The file was modified appserver/ejb/ejb-connector/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/mq-test/pom.xml
The file was modified appserver/connectors/descriptors/pom.xml
The file was modified nucleus/diagnostics/diagnostics-api/pom.xml
The file was modified appserver/webservices/jsr109-impl/pom.xml
The file was modified appserver/appclient/client/acc-standalone/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/basic/pom.xml
The file was modified appserver/admin/template/pom.xml
The file was modified appserver/security/jaspic-provider-framework/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-interactive/pom.xml
The file was modified appserver/extras/embedded/pom.xml
The file was modified appserver/tests/embedded/cdi_basic/pom.xml
The file was modified appserver/osgi-platforms/felix-webconsole-extension/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/getRequestURI/pom.xml
The file was modified appserver/tests/quicklook/adminconsole/pom.xml
The file was modified appserver/tests/embedded/web/servlet/pom.xml
The file was modified appserver/connectors/connectors-runtime/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/mydb-plugin/pom.xml
The file was modified appserver/ha/ha-shoal-store/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/static-shell-init/pom.xml
The file was modified appserver/common/annotation-framework/pom.xml
The file was modified appserver/connectors/admin/pom.xml
The file was modified appserver/core/pom.xml
The file was modified nucleus/security/ssl-impl/pom.xml
The file was modified appserver/featuresets/debug/pom.xml
The file was modified docs/administration-guide/pom.xml
The file was modified appserver/web/gf-weld-connector/pom.xml
The file was modified appserver/tests/paas/basic-db-initsql/pom.xml
The file was modified appserver/distributions/web/pom.xml
The file was modified appserver/tests/paas/appscoped-db-with-resources-xml/pom.xml
The file was modified nucleus/deployment/dtds/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/multipleApps/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-expression-language-tck/pom.xml
The file was modified appserver/tests/paas/external-db-service/test/pom.xml
The file was modified appserver/tests/hk2/cdi/pom.xml
The file was modified nucleus/admin/monitor/pom.xml
The file was modified appserver/connectors/connectors-internal-api/pom.xml
The file was modified appserver/extras/embedded/web/pom.xml
The file was modified appserver/admin/cli-optional/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/pom.xml
The file was modified nucleus/security/services/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/programmatic-authentication/pom.xml
The file was modified appserver/tests/paas/external-db-service/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment2/pom.xml
The file was modified appserver/persistence/gf-jpa-connector/pom.xml
The file was modified appserver/tests/quicklook/wsit/jsr109tester/pom.xml
The file was modified appserver/tests/tck/rest_cdi/pom.xml
The file was modified nucleus/common/scattered-archive-api/pom.xml
The file was modified nucleus/parent/pom.xml
The file was modified appserver/appclient/server/core/pom.xml
The file was modified appserver/distributions/docker/pom.xml
The file was modified appserver/security/appclient.security/pom.xml
The file was modified appserver/jms/admin/pom.xml
The file was modified appserver/tests/quicklook/ejb/slsbnicmt/pom.xml
The file was modified docs/release-notes/pom.xml
The file was modified appserver/tests/embedded/static/ejb/simple/pom.xml
The file was modified appserver/admingui/core/pom.xml
The file was modified appserver/tests/admingui/pom.xml
The file was modified appserver/tests/hk2/isolation/runner/pom.xml
The file was modified appserver/persistence/entitybean-container/pom.xml
The file was modified nucleus/admin/util/pom.xml
The file was modified appserver/tests/quicklook/wsit/JaxwsFromWsdl/pom.xml
The file was modified appserver/jdbc/jdbc-runtime/pom.xml
The file was modified appserver/tests/hk2/pom.xml
The file was modified appserver/flashlight/pom.xml
The file was modified docs/website/pom.xml
The file was modified appserver/tests/embedded/static/web/pom.xml
The file was modified appserver/tests/paas/basic-bookstore-dns/pom.xml
The file was modified appserver/ejb/ejb-timer-service-app/pom.xml
The file was modified appserver/admin/backup/pom.xml
The file was modified appserver/ejb/ejb-container/pom.xml
The file was modified appserver/tests/tck/rest/pom.xml
The file was modified appserver/tests/paas/basic-jpa/pom.xml
The file was modified appserver/orb/orb-iiop/pom.xml
The file was modified appserver/tests/embedded/mysql/pom.xml
The file was modified appserver/admingui/jms-plugin/pom.xml
The file was modified appserver/tests/tck/microprofile/pom.xml
The file was modified nucleus/osgi-platforms/felix/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/runner/pom.xml
The file was modified appserver/tests/embedded/servlet_runs_admin_cmds/pom.xml
The file was modified nucleus/common/internal-api/pom.xml
The file was modified appserver/extras/embedded/common/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/remoteejbs/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-tests-utils/pom.xml
The file was modified nucleus/admin/rest/pom.xml
The file was modified appserver/tests/jakartaee/pom.xml
The file was modified appserver/tests/paas/bookstore/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/mdb/pom.xml
The file was modified nucleus/admin/cli/pom.xml
The file was modified appserver/tests/embedded/web/autodelete/pom.xml
The file was modified appserver/tests/quicklook/ejb/embedded/pom.xml
The file was modified appserver/tests/sse/videoplayer/pom.xml
The file was modified appserver/web/jersey-mvc-connector/pom.xml
The file was modified nucleus/grizzly/nucleus-grizzly-all/pom.xml
The file was modified appserver/tests/tck/authentication/pom.xml
The file was modified appserver/extras/pom.xml
The file was modified appserver/tests/community/pom.xml
The file was modified appserver/jms/gf-jms-injection/pom.xml
The file was modified appserver/tests/embedded/utils/pom.xml
The file was modified appserver/microprofile/config/pom.xml
The file was modified appserver/osgi-platforms/glassfish-osgi-console-plugin/pom.xml
The file was modified appserver/grizzly/grizzly-container/pom.xml
The file was modified appserver/ejb/ejb-timer-databases/pom.xml
The file was modified appserver/transaction/pom.xml
The file was modified appserver/common/amx-jakartaee/pom.xml
The file was modified appserver/tests/paas/helloworld/pom.xml
The file was modified appserver/load-balancer/admin/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/scattered/pom.xml
The file was modified appserver/tests/paas/basic-db/pom.xml
The file was modified appserver/tests/embedded/glassfish_resources_xml/pom.xml
The file was modified appserver/jms/jmsra/pom.xml
The file was modified appserver/orb/orb-enabler/pom.xml
The file was modified appserver/pom.xml
The file was modified appserver/common/container-common/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/war/pom.xml
The file was modified appserver/tests/quicklook/admin/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/pom.xml
The file was modified appserver/ant-tasks/pom.xml
The file was modified appserver/tests/embedded/static/ejb/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb1/pom.xml
The file was modified appserver/resources/mail/mail-connector/pom.xml
The file was modified appserver/admingui/war/pom.xml
The file was modified appserver/jdbc/admin/pom.xml
The file was modified nucleus/grizzly/config/pom.xml
The file was modified nucleus/common/common-util/pom.xml
The file was modified appserver/jdbc/jdbc-config/pom.xml
The file was modified appserver/common/glassfish-ee-api/pom.xml
The file was modified nucleus/common/mbeanserver/pom.xml
The file was modified nucleus/featuresets/nucleus/pom.xml
The file was modified appserver/tests/admin/admin-extension/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war2/pom.xml
The file was modified nucleus/admin/rest/rest-testing/pom.xml
The file was modified appserver/admingui/dataprovider/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/pom.xml
The file was modified appserver/admingui/cluster/pom.xml
The file was modified nucleus/common/glassfish-api/pom.xml
The file was modified appserver/extras/jakartaee/dist-frag/pom.xml
The file was modified nucleus/security/pom.xml
The file was modified nucleus/cluster/admin/pom.xml
The file was modified nucleus/cluster/pom.xml
The file was modified appserver/jms/gf-jms-connector/pom.xml
The file was modified appserver/common/stats77/pom.xml
The file was modified appserver/persistence/cmp/enhancer/pom.xml
The file was modified appserver/tests/tck/tck-download/javatest/pom.xml
The file was modified appserver/load-balancer/gf-load-balancer-connector/pom.xml
The file was modified appserver/security/core-ee/pom.xml
The file was modified appserver/tests/tck/authorization/pom.xml
The file was modified appserver/web/weld-integration/pom.xml
The file was modified nucleus/admin/config-api/pom.xml
The file was modified appserver/core/jakartaee-kernel/pom.xml
The file was modified appserver/admin/cli/pom.xml
The file was modified appserver/admingui/community-theme/pom.xml
The file was modified nucleus/cluster/cli/pom.xml
The file was modified appserver/tests/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell-frag/pom.xml
The file was modified appserver/security/webservices.security/pom.xml
The file was modified docs/add-on-component-development-guide/pom.xml
The file was modified docs/application-deployment-guide/pom.xml
The file was modified appserver/resources/resources-runtime/pom.xml
The file was modified appserver/jms/jms-core/pom.xml
The file was modified appserver/appclient/pom.xml
The file was modified appserver/admingui/jts/pom.xml
The file was modified appserver/tests/embedded/pom.xml
The file was modified appserver/connectors/connectors-connector/pom.xml
The file was modified appserver/persistence/cmp/support-ejb/pom.xml
The file was modified appserver/web/web-naming/pom.xml
The file was modified appserver/distributions/pom.xml
The file was modified nucleus/common/simple-glassfish-api/pom.xml
The file was modified appserver/admingui/concurrent/pom.xml
The file was modified nucleus/distributions/atomic/pom.xml
The file was modified appserver/extras/appserv-rt/manifest-jar/pom.xml
The file was modified appserver/extras/embedded/shell/pom.xml
The file was modified appserver/connectors/pom.xml
The file was modified appserver/web/weld-integration-test-fragment/pom.xml
The file was modified nucleus/cluster/gms-bootstrap/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/secureWebApp/pom.xml
The file was modified appserver/deployment/dtds/pom.xml
The file was modified nucleus/hk2-config-types/pom.xml
The file was modified appserver/tests/quicklook/jms/injection/pom.xml
The file was modified docs/ha-administration-guide/pom.xml
The file was modified nucleus/distributions/nucleus-common/pom.xml
The file was modified appserver/tests/appserv-tests/cciblackbox-tx/pom.xml
The file was modified docs/distribution/pom.xml
The file was modified appserver/tests/hk2/isolation/pom.xml
The file was modified appserver/tests/embedded/ejb/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/pom.xml
The file was modified appserver/transaction/internal-api/pom.xml
The file was modified appserver/core/api-exporter-fragment/pom.xml
The file was modified appserver/persistence/cmp/ejb-mapping/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/lib1/pom.xml
The file was modified appserver/persistence/cmp/cmp-scripts/pom.xml
The file was modified nucleus/deployment/common/pom.xml
The file was modified appserver/jdbc/templates/pom.xml
The file was modified appserver/tests/cdi/pom.xml
The file was modified nucleus/core/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-commands-tests/pom.xml
The file was modified appserver/tests/embedded/web/web-api/pom.xml
The file was modified docs/application-development-guide/pom.xml
The file was modified appserver/transaction/jta/pom.xml
The file was modified nucleus/flashlight/framework/pom.xml
The file was modified appserver/tests/admin/pom.xml
The file was modified appserver/ejb/ejb-full-container/pom.xml
The file was modified appserver/tests/admingui/auto-test/pom.xml
The file was modified appserver/web/web-sse/pom.xml
The file was modified appserver/admin/pom.xml
The file was modified appserver/tests/application/pom.xml
The file was modified appserver/appclient/server/pom.xml
The file was modified appserver/web/web-embed/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/pom.xml
The file was modified appserver/admingui/corba/pom.xml
The file was modified appserver/microprofile/connectors/pom.xml
The file was modified nucleus/distributions/nucleus/pom.xml
The file was modified appserver/persistence/cmp/utility/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war1/pom.xml
The file was modified appserver/tests/quicklook/ejb/sfulnoi/pom.xml
The file was modified nucleus/featuresets/atomic/pom.xml
The file was modified appserver/orb/orb-connector/pom.xml
The file was modified docs/deployment-planning-guide/pom.xml
The file was modified appserver/ejb/ejb-all/pom.xml
The file was modified appserver/tests/amx/pom.xml
The file was modified docs/performance-tuning-guide/pom.xml
The file was modified appserver/connectors/connectors-inbound-runtime/pom.xml
The file was modified appserver/tests/tck/tck-runner/pom.xml
The file was modified appserver/tests/embedded/ejb/ejb-main/pom.xml
The file was modified appserver/web/jspcaching-connector/pom.xml
The file was modified appserver/tests/tck/tck-download/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/pom.xml
The file was modified appserver/persistence/cmp/cmp-all/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/ejb-auth-async/scheduler-service/pom.xml
The file was modified appserver/tests/paas/deployment-rollback/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/ejb1/pom.xml
The file was modified appserver/concurrent/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/ejb_lite_basic/pom.xml
The file was modified appserver/jdbc/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/pom.xml
The file was modified appserver/microprofile/pom.xml
The file was modified appserver/tests/embedded/basic/pom.xml
The file was modified appserver/grizzly/pom.xml
The file was modified nucleus/xmlbind-annotations/pom.xml
The file was modified appserver/tests/tck/cdi/pom.xml
The file was modified appserver/tests/tck/servlet/pom.xml
The file was modified nucleus/cluster/gms-adapter/pom.xml
The file was modified appserver/persistence/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars-xa/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-faces-tck/pom.xml
The file was modified appserver/security/ejb.security/pom.xml
The file was modified nucleus/glassfish-jul-extension/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/pom.xml
The file was modified appserver/extras/embedded/common/installroot-builder/pom.xml
The file was modified appserver/load-balancer/pom.xml
The file was modified nucleus/admin/server-mgmt/pom.xml
The file was modified nucleus/deployment/schemas/pom.xml
The file was modified appserver/persistence/jpa-container/pom.xml
The file was modified appserver/common/glassfish-naming/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/pom.xml
The file was modified docs/parent/pom.xml
The file was modified nucleus/cluster/common/pom.xml
The file was modified appserver/featuresets/web/pom.xml
The file was modified appserver/batch/pom.xml
The file was modified appserver/admingui/jca/pom.xml
The file was modified nucleus/deployment/autodeploy/pom.xml
The file was modified appserver/appclient/client/pom.xml
The file was modified appserver/tests/embedded/web/pom.xml
The file was modified appserver/tests/embedded/static/pom.xml
The file was modified appserver/tests/paas/basic-db-teardown-sql/pom.xml
The file was modified appserver/tests/cdi/cases/runner/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/advanced/pom.xml
The file was modified nucleus/common/amx-core/pom.xml
The file was modified appserver/resources/mail/pom.xml
The file was modified appserver/web/jsf-connector/pom.xml
The file was modified nucleus/hk2-config-generator/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb2/pom.xml
The file was modified appserver/deployment/pom.xml
The file was modified nucleus/admin/template/pom.xml
The file was modified appserver/tests/paas/service_metadata/custom_db_name/pom.xml
The file was modified nucleus/core/api-exporter/pom.xml
The file was modified nucleus/admin/rest/rest-client/pom.xml
The file was modified appserver/web/jersey-ejb-component-provider/pom.xml
The file was modified appserver/webservices/webservices-scripts/pom.xml
The file was modified docs/quick-start-guide/pom.xml
The file was modified appserver/tests/quicklook/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-servlet-tck/pom.xml
The file was modified appserver/grizzly/glassfish-grizzly-extra-all/pom.xml
The file was modified appserver/admingui/web/pom.xml
The file was modified appserver/persistence/eclipselink-wrapper/pom.xml
The file was modified appserver/webservices/metro-glue/pom.xml
The file was modified appserver/appclient/server/connector/pom.xml
The file was modified nucleus/core/logging/pom.xml
The file was modified appserver/tests/embedded/inplanted/pom.xml
The file was modified appserver/tests/tck/validation/pom.xml
The file was modified nucleus/cluster/ssh/pom.xml
The file was modified appserver/tests/embedded/web/web-all/pom.xml
The file was modified appserver/tests/embedded/web/web-war/test/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/simple/pom.xml
The file was modified appserver/ha/pom.xml
The file was modified appserver/batch/glassfish-batch-commands/pom.xml
The file was modified appserver/web/gf-web-connector/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-rest-tck/pom.xml
The file was modified appserver/osgi-platforms/pom.xml
The file was modified nucleus/security/core/pom.xml
The file was modified appserver/tests/embedded/ejb/remoteejb/pom.xml
The file was modified appserver/tests/cdi/negative/normalScopeWithFinal/pom.xml
The file was modified docs/reference-manual/pom.xml
The file was modified appserver/extras/embedded/common/osgi-modules-uninstaller/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/app/pom.xml
The file was modified appserver/webservices/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/index/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/pom.xml
The file was modified appserver/security/webintegration/pom.xml
The file was modified appserver/tests/paas/pom.xml
The file was modified appserver/extras/appserv-rt/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/standalonewar/pom.xml
The file was modified appserver/web/gui-plugin-common/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/dirListing/pom.xml
The file was modified appserver/ldapbp/pom.xml
The file was modified appserver/resources/pom.xml
The file was modified appserver/ejb/ejb-client/pom.xml
The file was modified appserver/jdbc/jdbc-ra/pom.xml
The file was modified nucleus/test-utils/pom.xml
The file was modified appserver/batch/glassfish-batch-connector/pom.xml
The file was modified appserver/web/web-glue/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-ant-based-tck/pom.xml
The file was modified appserver/web/web-ha/pom.xml
The file was modified docs/publish/pom.xml
The file was modified docs/security-guide/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/init/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars/pom.xml
The file was modified appserver/tests/tck/concurrency/pom.xml
The file was modified appserver/deployment/dol/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/lib/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/runner/pom.xml
The file was modified nucleus/core/context-propagation/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/pom.xml
The file was modified appserver/deployment/jakartaee-core/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authentication-tck/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/webservice/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/runner/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/queryString/pom.xml
The file was modified appserver/flashlight/client/pom.xml
The file was modified appserver/tests/quicklook/ejb/cmp/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/runner/pom.xml
The file was modified nucleus/grizzly/pom.xml
The file was modified appserver/tests/paas/basic-service-discovery/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/advanced/pom.xml
The file was modified appserver/concurrent/concurrent-connector/pom.xml
The file was modified appserver/extras/embedded/all/pom.xml
The file was modified appserver/tests/tck/jwt/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/localejbs/pom.xml
The file was modified nucleus/admin/launcher/pom.xml
The file was modified appserver/tests/paas/basic-db-with-resources-xml/pom.xml
The file was modified appserver/tests/cdi/negative/runner/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsptest/pom.xml
The file was modified appserver/tests/paas/lazy-shared-service-test/pom.xml
The file was modified appserver/deployment/jakartaee-full/pom.xml
The file was modified appserver/tests/embedded/cdi_ejb_jpa/pom.xml
The file was modified appserver/appclient/client/appclient-scripts/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb1/pom.xml
The file was modified appserver/tests/sse/basic/pom.xml
Commit b5d58c46c3a87be65aeb9899735f108371e169ae by Glassfish Bot
Prepare next development cycle for 7.0.7-SNAPSHOT
The file was modified appserver/jms/jms-core/pom.xml
The file was modified appserver/tests/admingui/auto-test/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/lib1/pom.xml
The file was modified appserver/batch/pom.xml
The file was modified appserver/web/weld-integration-test-fragment/pom.xml
The file was modified appserver/transaction/jta/pom.xml
The file was modified nucleus/deployment/autodeploy/pom.xml
The file was modified appserver/persistence/cmp/model/pom.xml
The file was modified appserver/tests/paas/external-db-service/pom.xml
The file was modified nucleus/cluster/admin/pom.xml
The file was modified nucleus/admin/launcher/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-ant-based-tck/pom.xml
The file was modified appserver/tests/tck/jwt/pom.xml
The file was modified nucleus/admin/rest/rest-testing/pom.xml
The file was modified appserver/tests/hk2/cdi/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-interactive/pom.xml
The file was modified appserver/tests/admin/pom.xml
The file was modified appserver/connectors/admin/pom.xml
The file was modified appserver/persistence/cmp/generator-database/pom.xml
The file was modified appserver/tests/tck/pages/pom.xml
The file was modified nucleus/admin/template/pom.xml
The file was modified nucleus/cluster/gms-bootstrap/pom.xml
The file was modified appserver/common/stats77/pom.xml
The file was modified nucleus/cluster/cli/pom.xml
The file was modified appserver/admin/template/pom.xml
The file was modified appserver/web/web-naming/pom.xml
The file was modified appserver/tests/cdi/pom.xml
The file was modified appserver/tests/quicklook/adminconsole/pom.xml
The file was modified nucleus/common/common-util/pom.xml
The file was modified nucleus/diagnostics/pom.xml
The file was modified appserver/osgi-platforms/pom.xml
The file was modified appserver/admingui/corba/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tags-tck/pom.xml
The file was modified appserver/ejb/ejb-timer-service-app/pom.xml
The file was modified nucleus/admin/rest/rest-client/pom.xml
The file was modified appserver/extras/appserv-rt/pom.xml
The file was modified appserver/extras/embedded/web/pom.xml
The file was modified appserver/core/jakartaee-kernel/pom.xml
The file was modified appserver/persistence/cmp/cmp-scripts/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/spetest/pom.xml
The file was modified nucleus/flashlight/framework/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/war/pom.xml
The file was modified appserver/deployment/jakartaee-core/pom.xml
The file was modified appserver/tests/jakartaee/pom.xml
The file was modified appserver/appclient/server/connector/pom.xml
The file was modified appserver/persistence/oracle-jdbc-driver-packages/pom.xml
The file was modified nucleus/grizzly/config/pom.xml
The file was modified appserver/deployment/dtds/pom.xml
The file was modified appserver/tests/paas/basic-jpa/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/runner/pom.xml
The file was modified nucleus/deployment/common/pom.xml
The file was modified appserver/persistence/cmp/enhancer/pom.xml
The file was modified nucleus/common/amx-core/pom.xml
The file was modified nucleus/hk2-config-generator/pom.xml
The file was modified appserver/ejb/ejb-connector/pom.xml
The file was modified appserver/orb/pom.xml
The file was modified appserver/tests/embedded/scatteredarchive/pom.xml
The file was modified appserver/load-balancer/gf-load-balancer-connector/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/ejb-auth-async/scheduler-service/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/pom.xml
The file was modified appserver/tests/paas/pom.xml
The file was modified docs/troubleshooting-guide/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/programmatic-authentication/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/basic/pom.xml
The file was modified appserver/batch/glassfish-batch-commands/pom.xml
The file was modified appserver/orb/orb-connector/pom.xml
The file was modified appserver/admingui/jca/pom.xml
The file was modified appserver/osgi-platforms/glassfish-osgi-console-plugin/pom.xml
The file was modified appserver/resources/mail/mail-runtime/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb1/pom.xml
The file was modified appserver/connectors/connectors-connector/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell/pom.xml
The file was modified docs/performance-tuning-guide/pom.xml
The file was modified nucleus/pom.xml
The file was modified appserver/admingui/gf-admingui-connector/pom.xml
The file was modified appserver/admingui/ejb/pom.xml
The file was modified appserver/flashlight/client/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/jars/pom.xml
The file was modified nucleus/common/mbeanserver/pom.xml
The file was modified appserver/jdbc/admin/pom.xml
The file was modified appserver/admin/admin-core/pom.xml
The file was modified appserver/tests/tck/expression_language/pom.xml
The file was modified nucleus/parent/pom.xml
The file was modified appserver/tests/embedded/cdi_basic/pom.xml
The file was modified appserver/tests/paas/basic-db-initsql/pom.xml
The file was modified appserver/tests/tck/tck-runner/pom.xml
The file was modified appserver/tests/quicklook/rest/pom.xml
The file was modified appserver/admingui/web/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment3/pom.xml
The file was modified appserver/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war2/pom.xml
The file was modified appserver/tests/sse/basic/pom.xml
The file was modified appserver/tests/tck/cdi/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb2/pom.xml
The file was modified appserver/tests/admingui/pom.xml
The file was modified nucleus/distributions/nucleus-common/pom.xml
The file was modified nucleus/diagnostics/diagnostics-api/pom.xml
The file was modified appserver/extras/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/multipleApps/pom.xml
The file was modified appserver/orb/orb-enabler/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-remote/pom.xml
The file was modified appserver/tests/paas/service_metadata/custom_db_name/pom.xml
The file was modified appserver/jdbc/jdbc-runtime/pom.xml
The file was modified appserver/tests/tck/rest_cdi/pom.xml
The file was modified appserver/tests/admin/admin-extension/pom.xml
The file was modified docs/reference-manual/pom.xml
The file was modified appserver/microprofile/pom.xml
The file was modified appserver/distributions/pom.xml
The file was modified appserver/tests/appserv-tests/util/reportbuilder/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-full/pom.xml
The file was modified docs/error-messages-reference/pom.xml
The file was modified appserver/tests/embedded/ejb/ejb-api/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jmxUndeployEvent/pom.xml
The file was modified nucleus/security/ssl-impl/pom.xml
The file was modified appserver/web/gf-weld-connector/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/pom.xml
The file was modified appserver/connectors/connectors-runtime/pom.xml
The file was modified appserver/tests/paas/ext-shared-service-enable-disable-test/pom.xml
The file was modified appserver/tests/tck/concurrency/pom.xml
The file was modified docs/upgrade-guide/pom.xml
The file was modified nucleus/flashlight/agent/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war1/pom.xml
The file was modified appserver/security/webservices.security/pom.xml
The file was modified appserver/tests/cdi/negative/pom.xml
The file was modified nucleus/cluster/common/pom.xml
The file was modified appserver/tests/hk2/isolation/web/pom.xml
The file was modified appserver/admingui/jdbc/pom.xml
The file was modified appserver/web/war-util/pom.xml
The file was modified appserver/admingui/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/localejbs/pom.xml
The file was modified appserver/appclient/client/acc/pom.xml
The file was modified appserver/tests/amx/pom.xml
The file was modified appserver/tests/paas/service_metadata/pom.xml
The file was modified appserver/concurrent/pom.xml
The file was modified appserver/tests/tck/microprofile/config/pom.xml
The file was modified appserver/tests/embedded/ejb/pom.xml
The file was modified appserver/connectors/work-management/pom.xml
The file was modified appserver/security/ejb.security/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/mq-test/pom.xml
The file was modified appserver/tests/cdi/negative/runner/pom.xml
The file was modified nucleus/deployment/pom.xml
The file was modified qa/pom.xml
The file was modified nucleus/core/bootstrap/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/pom.xml
The file was modified nucleus/osgi-platforms/osgi-container/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/websockets/pom.xml
The file was modified nucleus/core/logging/pom.xml
The file was modified appserver/extras/embedded/common/instanceroot-builder/pom.xml
The file was modified appserver/itest-tools/pom.xml
The file was modified appserver/tests/appserv-tests/cciblackbox-tx/pom.xml
The file was modified nucleus/core/context-propagation/pom.xml
The file was modified appserver/tests/embedded/static/ejb/pom.xml
The file was modified appserver/tests/embedded/ejb/basic/pom.xml
The file was modified appserver/admingui/core/pom.xml
The file was modified docs/add-on-component-development-guide/pom.xml
The file was modified docs/release-notes/pom.xml
The file was modified nucleus/security/services/pom.xml
The file was modified appserver/tests/appserv-tests/pom.xml
The file was modified appserver/tests/hk2/pom.xml
The file was modified nucleus/security/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-faces-tck/pom.xml
The file was modified appserver/jms/gf-jms-connector/pom.xml
The file was modified appserver/persistence/pom.xml
The file was modified nucleus/core/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell/pom.xml
The file was modified nucleus/core/extra-jre-packages/pom.xml
The file was modified appserver/tests/quicklook/ejb/singleton/pom.xml
The file was modified appserver/tests/embedded/web/web-war/war/pom.xml
The file was modified appserver/admingui/war/pom.xml
The file was modified appserver/tests/tck/authentication/pom.xml
The file was modified appserver/load-balancer/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/init/pom.xml
The file was modified appserver/tests/quicklook/ejb/embedded/pom.xml
The file was modified nucleus/resources/pom.xml
The file was modified appserver/resources/resources-connector/pom.xml
The file was modified appserver/web/cdi-api-fragment/pom.xml
The file was modified appserver/tests/tck/pages_tags/pom.xml
The file was modified appserver/web/jersey-mvc-connector/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/getRequestURI/pom.xml
The file was modified appserver/tests/embedded/web/web-war/test/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/pom.xml
The file was modified nucleus/cluster/pom.xml
The file was modified appserver/resources/mail/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-model/pom.xml
The file was modified appserver/ha/ha-shoal-cache-bootstrap/pom.xml
The file was modified appserver/extras/jakartaee/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/multiBeansApp/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/ejb1/pom.xml
The file was modified appserver/tests/paas/lazy-shared-service-test/pom.xml
The file was modified appserver/tests/paas/scale_service/pom.xml
The file was modified appserver/persistence/eclipselink-wrapper/pom.xml
The file was modified appserver/load-balancer/admin/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-rest-tck/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/pom.xml
The file was modified docs/ha-administration-guide/pom.xml
The file was modified appserver/tests/paas/basic-shared-service-test/pom.xml
The file was modified appserver/persistence/jpa-container/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/pom.xml
The file was modified appserver/web/web-embed/pom.xml
The file was modified docs/distribution/pom.xml
The file was modified nucleus/diagnostics/context/pom.xml
The file was modified appserver/microprofile/config/pom.xml
The file was modified appserver/admin/pom.xml
The file was modified appserver/jdbc/jdbc-config/pom.xml
The file was modified appserver/ejb/ejb-client/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/ear/pom.xml
The file was modified appserver/tests/pom.xml
The file was modified appserver/tests/paas/javaee_shared_service/pom.xml
The file was modified appserver/transaction/internal-api/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-expression-language-tck/pom.xml
The file was modified appserver/jdbc/pom.xml
The file was modified appserver/distributions/docker/pom.xml
The file was modified appserver/persistence/cmp/utility/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/lib/pom.xml
The file was modified appserver/tests/embedded/inplanted/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/secureWebApp/pom.xml
The file was modified appserver/distributions/web/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso1/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/pom.xml
The file was modified nucleus/flashlight/flashlight-extra-jdk-packages/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/basic/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/static-shell-init/pom.xml
The file was modified appserver/tests/tck/tck-download/pom.xml
The file was modified nucleus/distributions/nucleus/pom.xml
The file was modified appserver/web/jsf-connector/pom.xml
The file was modified appserver/appclient/server/core/pom.xml
The file was modified appserver/appclient/server/pom.xml
The file was modified appserver/web/web-glue/pom.xml
The file was modified appserver/appclient/client/appclient-scripts/pom.xml
The file was modified appserver/admingui/community-theme/pom.xml
The file was modified appserver/distributions/glassfish-common/pom.xml
The file was modified appserver/webservices/metro-fragments/pom.xml
The file was modified appserver/jms/gf-jms-injection/pom.xml
The file was modified nucleus/common/internal-api/pom.xml
The file was modified appserver/tests/quicklook/amx/pom.xml
The file was modified nucleus/osgi-platforms/felix/pom.xml
The file was modified appserver/tests/quicklook/wsit/JaxwsFromWsdl/pom.xml
The file was modified appserver/grizzly/grizzly-container/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/pom.xml
The file was modified appserver/persistence/cmp/support-ejb/pom.xml
The file was modified appserver/deployment/jakartaee-full/pom.xml
The file was modified appserver/persistence/gf-jpa-connector/pom.xml
The file was modified appserver/web/pom.xml
The file was modified pom.xml
The file was modified appserver/tests/paas/enable-disable-test/pom.xml
The file was modified appserver/tests/paas/external-and-shared-service/pom.xml
The file was modified appserver/transaction/jts/pom.xml
The file was modified appserver/ejb/ejb-timer-databases/pom.xml
The file was modified appserver/appclient/pom.xml
The file was modified appserver/extras/embedded/common/osgi-modules-uninstaller/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/mydb-plugin/pom.xml
The file was modified appserver/tests/tck/tck-download/tsharness/pom.xml
The file was modified appserver/deployment/pom.xml
The file was modified nucleus/common/scattered-archive-api/pom.xml
The file was modified docs/embedded-server-guide/pom.xml
The file was modified appserver/featuresets/web/pom.xml
The file was modified appserver/tests/quicklook/wsit/jsr109tester/pom.xml
The file was modified appserver/common/amx-jakartaee/pom.xml
The file was modified appserver/connectors/descriptors/pom.xml
The file was modified appserver/ejb/ejb-all/pom.xml
The file was modified appserver/tests/community/pom.xml
The file was modified appserver/admingui/ejb-lite/pom.xml
The file was modified appserver/deployment/dol/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb2/pom.xml
The file was modified appserver/tests/hk2/isolation/pom.xml
The file was modified nucleus/cluster/ssh/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-tests-utils/pom.xml
The file was modified appserver/admingui/dataprovider/pom.xml
The file was modified nucleus/admin/cli/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-servlet-tck/pom.xml
The file was modified appserver/admin/backup/pom.xml
The file was modified appserver/transaction/pom.xml
The file was modified appserver/extras/embedded/common/bootstrap/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/pom.xml
The file was modified appserver/ejb/pom.xml
The file was modified appserver/tests/paas/basic-db-with-resources-xml/pom.xml
The file was modified appserver/connectors/connectors-internal-api/pom.xml
The file was modified nucleus/admin/rest/pom.xml
The file was modified appserver/osgi-platforms/felix-webconsole-extension/pom.xml
The file was modified appserver/tests/cdi/negative/normalScopeWithFinal/pom.xml
The file was modified appserver/core/api-exporter-fragment/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/advanced/pom.xml
The file was modified appserver/tests/tck/faces/pom.xml
The file was modified appserver/tests/quicklook/ejb/remoteview/pom.xml
The file was modified appserver/batch/glassfish-batch-connector/pom.xml
The file was modified appserver/grizzly/glassfish-grizzly-extra-all/pom.xml
The file was modified docs/administration-guide/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/remoteejbs/pom.xml
The file was modified appserver/web/gui-plugin-common/pom.xml
The file was modified nucleus/common/simple-glassfish-api/pom.xml
The file was modified appserver/web/web-sse/pom.xml
The file was modified appserver/persistence/cmp/ejb-mapping/pom.xml
The file was modified appserver/tests/embedded/mysql/pom.xml
The file was modified docs/quick-start-guide/pom.xml
The file was modified nucleus/core/kernel/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment2/pom.xml
The file was modified appserver/web/weld-integration/pom.xml
The file was modified appserver/webservices/connector/pom.xml
The file was modified docs/parent/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/runner/pom.xml
The file was modified appserver/web/admin/pom.xml
The file was modified appserver/tests/tck/tck-download/javatest/pom.xml
The file was modified appserver/ejb/ejb-full-container/pom.xml
The file was modified appserver/extras/embedded/nucleus/pom.xml
The file was modified appserver/tests/embedded/web/web-war/pom.xml
The file was modified appserver/admingui/full/pom.xml
The file was modified appserver/tests/embedded/ejb/remoteejb/pom.xml
The file was modified appserver/tests/embedded/web/servlet/pom.xml
The file was modified appserver/extras/embedded/pom.xml
The file was modified appserver/deployment/schemas/pom.xml
The file was modified docs/security-guide/pom.xml
The file was modified appserver/resources/mail/mail-connector/pom.xml
The file was modified nucleus/admin/rest/rest-service/pom.xml
The file was modified appserver/common/container-common/pom.xml
The file was modified nucleus/admin/server-mgmt/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/index/pom.xml
The file was modified appserver/tests/embedded/basic/lifecycle/pom.xml
The file was modified appserver/jdbc/templates/pom.xml
The file was modified nucleus/admin/config-api/pom.xml
The file was modified appserver/appclient/client/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/filterURIMapping/pom.xml
The file was modified nucleus/admin/rest/gf-restadmin-connector/pom.xml
The file was modified appserver/persistence/cmp/internal-api/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/queryString/pom.xml
The file was modified appserver/tests/paas/basic-service-discovery/pom.xml
The file was modified docs/application-deployment-guide/pom.xml
The file was modified appserver/tests/embedded/wrapper/pom.xml
The file was modified nucleus/featuresets/pom.xml
The file was modified appserver/tests/paas/helloworld/pom.xml
The file was modified appserver/web/jersey-ejb-component-provider/pom.xml
The file was modified appserver/tests/embedded/static/ejb/simple/pom.xml
The file was modified appserver/ha/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/dirListing/pom.xml
The file was modified appserver/admingui/common/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/mdb/pom.xml
The file was modified nucleus/deployment/schemas/pom.xml
The file was modified appserver/admin/cli-optional/pom.xml
The file was modified appserver/ha/ha-file-store/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/pom.xml
The file was modified appserver/extras/embedded/common/installroot-builder/pom.xml
The file was modified appserver/tests/paas/basic/pom.xml
The file was modified appserver/tests/embedded/web/autodelete/pom.xml
The file was modified appserver/tests/paas/service_metadata/provision_using_specified_template/pom.xml
The file was modified nucleus/common/glassfish-api/pom.xml
The file was modified nucleus/osgi-platforms/pom.xml
The file was modified nucleus/core/api-exporter/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/pom.xml
The file was modified appserver/featuresets/glassfish/pom.xml
The file was modified nucleus/test-utils/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authentication-tck/pom.xml
The file was modified appserver/webservices/pom.xml
The file was modified appserver/security/core-ee/pom.xml
The file was modified appserver/jms/pom.xml
The file was modified appserver/flashlight/pom.xml
The file was modified appserver/web/jspcaching-connector/pom.xml
The file was modified appserver/tests/embedded/web/web-api/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/runner/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/ejb_lite_basic/pom.xml
The file was modified appserver/orb/orb-iiop/pom.xml
The file was modified appserver/tests/embedded/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/web/pom.xml
The file was modified appserver/web/webtier-all/pom.xml
The file was modified appserver/jms/admin/pom.xml
The file was modified docs/deployment-planning-guide/pom.xml
The file was modified nucleus/featuresets/nucleus/pom.xml
The file was modified appserver/persistence/common/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/standalonewar/pom.xml
The file was modified appserver/tests/embedded/web/web-all/pom.xml
The file was modified appserver/concurrent/concurrent-connector/pom.xml
The file was modified docs/publish/pom.xml
The file was modified appserver/tests/paas/basic-db-teardown-sql/pom.xml
The file was modified appserver/persistence/cmp/cmp-all/pom.xml
The file was modified appserver/admingui/plugin-service/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authorization-tck/pom.xml
The file was modified appserver/tests/tck/pom.xml
The file was modified appserver/extras/appserv-rt/dist-frag/pom.xml
The file was modified appserver/security/jaspic-provider-framework/pom.xml
The file was modified appserver/tests/paas/deployment-rollback/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/simple/pom.xml
The file was modified appserver/tests/embedded/utils/pom.xml
The file was modified nucleus/deployment/dtds/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/common/pom.xml
The file was modified appserver/resources/resources-runtime/pom.xml
The file was modified appserver/security/webintegration/pom.xml
The file was modified nucleus/xmlbind-annotations/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars-xa/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/runner/pom.xml
The file was modified appserver/tests/tck/authorization/pom.xml
The file was modified appserver/admingui/jts/pom.xml
The file was modified appserver/ejb/ejb-container/pom.xml
The file was modified appserver/extras/embedded/common/pom.xml
The file was modified appserver/tests/quicklook/ejb/cmp/pom.xml
The file was modified docs/pom.xml
The file was modified nucleus/admin/pom.xml
The file was modified appserver/extras/embedded/shell/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb1/pom.xml
The file was modified docs/website/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/app/pom.xml
The file was modified appserver/common/glassfish-naming/pom.xml
The file was modified appserver/tests/embedded/web/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/advanced/pom.xml
The file was modified appserver/extras/embedded/tests/pom.xml
The file was modified appserver/libpam4j/pom.xml
The file was modified nucleus/distributions/pom.xml
The file was modified appserver/tests/hk2/isolation/runner/pom.xml
The file was modified appserver/extras/embedded/all/pom.xml
The file was modified appserver/tests/embedded/glassfish_resources_xml/pom.xml
The file was modified appserver/ldapbp/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsptest/pom.xml
The file was modified appserver/tests/quicklook/pom.xml
The file was modified appserver/webservices/webservices-scripts/pom.xml
The file was modified nucleus/security/core/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsftest/pom.xml
The file was modified appserver/web/web-embed/api/pom.xml
The file was modified appserver/tests/admin/tests/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tck/pom.xml
The file was modified appserver/tests/quicklook/ejb/sfulnoi/pom.xml
The file was modified appserver/tests/tck/microprofile/pom.xml
The file was modified appserver/extras/jakartaee/manifest-jar/pom.xml
The file was modified appserver/web/gf-web-connector/pom.xml
The file was modified nucleus/admin/util/pom.xml
The file was modified appserver/tests/paas/external-db-service/test/pom.xml
The file was modified appserver/tests/quicklook/jms/injection/pom.xml
The file was modified appserver/tests/quicklook/admin/pom.xml
The file was modified nucleus/common/pom.xml
The file was modified appserver/tests/embedded/static/pom.xml
The file was modified appserver/security/pom.xml
The file was modified appserver/tests/embedded/static/web/pom.xml
The file was modified appserver/persistence/cmp/support-sqlstore/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-ra-distribution/pom.xml
The file was modified appserver/common/pom.xml
The file was modified docs/application-development-guide/pom.xml
The file was modified appserver/web/web-core/pom.xml
The file was modified appserver/admingui/cluster/pom.xml
The file was modified nucleus/distributions/atomic/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc40/pom.xml
The file was modified appserver/connectors/connectors-inbound-runtime/pom.xml
The file was modified appserver/extras/jakartaee/dist-frag/pom.xml
The file was modified appserver/common/glassfish-ee-api/pom.xml
The file was modified appserver/admingui/jms-plugin/pom.xml
The file was modified appserver/distributions/glassfish/pom.xml
The file was modified appserver/web/web-ha/pom.xml
The file was modified appserver/ha/ha-shoal-store/pom.xml
The file was modified appserver/admingui/concurrent/pom.xml
The file was modified appserver/ejb/ejb-internal-api/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/scattered/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/pom.xml
The file was modified appserver/tests/tck/rest/pom.xml
The file was modified appserver/jms/jmsra/pom.xml
The file was modified appserver/webservices/metro-glue/pom.xml
The file was modified nucleus/featuresets/atomic/pom.xml
The file was modified appserver/security/security-all/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/applicationDispatcher/pom.xml
The file was modified appserver/batch/batch-database/pom.xml
The file was modified appserver/tests/embedded/cdi_ejb_jpa/pom.xml
The file was modified nucleus/deployment/admin/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell-frag/pom.xml
The file was modified appserver/web/weld-integration-fragment/pom.xml
The file was modified appserver/tests/paas/basic-db/pom.xml
The file was modified appserver/tests/sse/videoplayer/pom.xml
The file was modified appserver/persistence/entitybean-container/pom.xml
The file was modified appserver/tests/cdi/cases/runner/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/sessionDestroyed/pom.xml
The file was modified appserver/tests/paas/appscoped-db-with-resources-xml/pom.xml
The file was modified appserver/ant-tasks/pom.xml
The file was modified appserver/webservices/jsr109-impl/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/pom.xml
The file was modified appserver/connectors/pom.xml
The file was modified appserver/tests/quicklook/ejb/slsbnicmt/pom.xml
The file was modified appserver/web/jstl-connector/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-commands-tests/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/pom.xml
The file was modified appserver/common/annotation-framework/pom.xml
The file was modified nucleus/grizzly/nucleus-grizzly-all/pom.xml
The file was modified nucleus/flashlight/pom.xml
The file was modified appserver/featuresets/pom.xml
The file was modified appserver/resources/pom.xml
The file was modified appserver/jdbc/jdbc-ra/pom.xml
The file was modified appserver/persistence/cmp/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment1/pom.xml
The file was modified appserver/tests/cdi/cases/pom.xml
The file was modified appserver/tests/paas/bookstore/pom.xml
The file was modified appserver/tests/application/pom.xml
The file was modified appserver/webservices/soap-tcp/pom.xml
The file was modified appserver/microprofile/connectors/pom.xml
The file was modified nucleus/glassfish-jul-extension/pom.xml
The file was modified appserver/appclient/client/acc-config/pom.xml
The file was modified appserver/tests/embedded/basic/pom.xml
The file was modified nucleus/hk2-config-types/pom.xml
The file was modified nucleus/grizzly/pom.xml
The file was modified appserver/appclient/client/acc-standalone/pom.xml
The file was modified appserver/admin/cli/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-core/pom.xml
The file was modified appserver/extras/appserv-rt/manifest-jar/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso2/pom.xml
The file was modified appserver/concurrent/concurrent-impl/pom.xml
The file was modified appserver/tests/embedded/ejb/ejb-main/pom.xml
The file was modified appserver/extras/embedded/common/osgi-main/pom.xml
The file was modified docs/installation-guide/pom.xml
The file was modified appserver/tests/tck/servlet/pom.xml
The file was modified appserver/grizzly/pom.xml
The file was modified appserver/tests/tck/validation/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/webservice/pom.xml
The file was modified appserver/tests/paas/basic-bookstore-dns/pom.xml
The file was modified nucleus/admin/monitor/pom.xml
The file was modified appserver/tests/paas/external-db-service/generatederbyvm/pom.xml
The file was modified appserver/security/appclient.security/pom.xml
The file was modified appserver/featuresets/debug/pom.xml
The file was modified nucleus/cluster/gms-adapter/pom.xml
The file was modified appserver/tests/embedded/servlet_runs_admin_cmds/pom.xml
The file was modified appserver/core/pom.xml
Commit fdf32d56b242eade983178f990bf9bab7fd8ed30 by David Matějček
The EJB Security module (iiop) logging revisited and detached from security-core

- removed undefined message keys
- fixed rethrowing exceptions loosing causes

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
The file was modified appserver/security/ejb.security/src/main/java/com/sun/enterprise/iiop/security/SecClientRequestInterceptor.java
The file was modified appserver/security/ejb.security/src/main/java/com/sun/enterprise/iiop/security/AlternateSecurityInterceptorFactory.java
The file was modified appserver/security/ejb.security/src/main/java/com/sun/enterprise/iiop/security/SecurityMechanismSelector.java
The file was modified appserver/security/ejb.security/src/main/java/com/sun/enterprise/iiop/security/SecurityIIOPInterceptorFactory.java
The file was modified appserver/security/ejb.security/src/main/java/com/sun/enterprise/iiop/security/ServerConnectionContext.java
The file was modified appserver/security/ejb.security/src/main/java/com/sun/enterprise/iiop/security/SvcContextUtils.java
The file was modified appserver/security/ejb.security/src/main/java/com/sun/enterprise/iiop/security/CSIV2TaggedComponentInfo.java
The file was modified appserver/security/ejb.security/src/main/java/com/sun/enterprise/iiop/security/InvalidMechanismException.java
The file was modified appserver/security/ejb.security/src/main/java/com/sun/enterprise/iiop/security/IORToSocketInfoImpl.java
The file was modified appserver/security/ejb.security/src/main/java/com/sun/enterprise/iiop/security/SecurityMechanismException.java
The file was modified nucleus/security/core/src/main/resources/com/sun/logging/enterprise/system/core/security/LogStrings.properties
The file was modified appserver/security/ejb.security/src/main/java/com/sun/enterprise/iiop/security/GSSUtils.java
The file was modified appserver/security/ejb.security/src/main/java/com/sun/enterprise/iiop/security/IIOPSSLUtilImpl.java
The file was modified appserver/security/ejb.security/src/main/java/com/sun/enterprise/iiop/security/GSSUtilsService.java
The file was removedappserver/security/ejb.security/src/main/resources/com/sun/logging/.gitkeep_empty_dir
The file was modified appserver/security/ejb.security/src/main/java/com/sun/enterprise/iiop/security/SecurityContextUtil.java
The file was modified appserver/security/ejb.security/src/main/java/com/sun/enterprise/iiop/security/ConnectionContext.java
The file was modified appserver/security/ejb.security/src/main/java/com/sun/enterprise/iiop/security/SecServerRequestInterceptor.java
The file was modified appserver/security/ejb.security/src/main/java/com/sun/enterprise/iiop/security/InvalidIdentityTokenException.java
The file was modified appserver/security/ejb.security/src/main/java/com/sun/enterprise/iiop/security/SecIORInterceptor.java
The file was modified appserver/security/ejb.security/src/main/java/com/sun/enterprise/iiop/security/ConnectionExecutionContext.java
The file was modified appserver/security/ejb.security/src/main/java/com/sun/enterprise/iiop/security/GSSUPToken.java
The file was modified appserver/security/ejb.security/src/main/java/com/sun/enterprise/iiop/security/Lookups.java
Commit 35dc4b384316a254a91ef215efd15dd429b51934 by David Matějček
The appclient.security module converted to System.Logger

- Removed dependency on property files in other modules
- Added some generics
- Improved exception reporting

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
The file was modified appserver/security/appclient.security/src/main/java/com/sun/enterprise/security/appclient/ConfigXMLParser.java
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/jmac/config/ConfigDomainParser.java
The file was modified appserver/security/appclient.security/src/main/java/com/sun/enterprise/security/appclient/AppClientSecurityInfoImpl.java
The file was modified appserver/security/appclient.security/src/main/java/com/sun/enterprise/security/appclient/AppclientIIOPInterceptorFactory.java
The file was modified appserver/security/appclient.security/src/main/java/com/sun/enterprise/security/appclient/integration/AppClientSecurityInfo.java
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/jmac/config/GFServerConfigProvider.java
The file was modified nucleus/security/core/src/main/resources/com/sun/logging/enterprise/system/core/security/LogStrings.properties
Commit e90744222db34e01ea415aaf24c25244fb2d56ec by David Matějček
JASPIC Provider Framework logging doesn't depend on external bundles

- all bundles moved to the module
- fixed some log messages

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
The file was modified appserver/security/jaspic-provider-framework/src/main/java/com/sun/jaspic/config/delegate/MessagePolicyDelegate.java
The file was modified appserver/security/jaspic-provider-framework/src/main/java/com/sun/jaspic/config/factory/BaseAuthConfigFactory.java
The file was modified appserver/security/jaspic-provider-framework/src/main/java/com/sun/jaspic/config/factory/RegStoreFileParser.java
The file was removedappserver/security/jaspic-provider-framework/src/main/resources/com/sun/logging/enterprise/system/jaspic/security/LogStrings.properties
The file was modified appserver/security/jaspic-provider-framework/src/main/java/com/sun/jaspic/config/helper/JASPICLogManager.java
The file was modified appserver/security/jaspic-provider-framework/src/main/java/com/sun/jaspic/config/jaas/ExtendedConfigFile.java
The file was modified nucleus/security/core/src/main/resources/com/sun/logging/enterprise/system/core/security/LogStrings.properties
The file was modified appserver/security/jaspic-provider-framework/src/main/java/com/sun/jaspic/config/factory/AuthConfigFileFactory.java
The file was modified appserver/tests/admin/tests/src/test/java/org/glassfish/main/admin/test/AsadminLoggingITest.java
The file was modified appserver/security/jaspic-provider-framework/pom.xml
Commit cfb2dd9c2ed4dade00cb96a871ceafcc8b239a68 by Glassfish Bot
Prepare release 7.0.7
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-commands-tests/pom.xml
The file was modified nucleus/flashlight/framework/pom.xml
The file was modified nucleus/osgi-platforms/pom.xml
The file was modified nucleus/osgi-platforms/osgi-container/pom.xml
The file was modified appserver/persistence/cmp/cmp-all/pom.xml
The file was modified appserver/grizzly/glassfish-grizzly-extra-all/pom.xml
The file was modified appserver/concurrent/pom.xml
The file was modified appserver/ejb/ejb-timer-databases/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment1/pom.xml
The file was modified appserver/extras/embedded/common/bootstrap/pom.xml
The file was modified appserver/ejb/ejb-full-container/pom.xml
The file was modified nucleus/diagnostics/context/pom.xml
The file was modified appserver/tests/paas/pom.xml
The file was modified appserver/tests/admingui/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authorization-tck/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb1/pom.xml
The file was modified appserver/tests/paas/external-and-shared-service/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jmxUndeployEvent/pom.xml
The file was modified appserver/persistence/eclipselink-wrapper/pom.xml
The file was modified docs/ha-administration-guide/pom.xml
The file was modified appserver/common/glassfish-ee-api/pom.xml
The file was modified nucleus/admin/pom.xml
The file was modified appserver/ejb/ejb-connector/pom.xml
The file was modified appserver/persistence/common/pom.xml
The file was modified appserver/tests/tck/rest_cdi/pom.xml
The file was modified appserver/extras/appserv-rt/dist-frag/pom.xml
The file was modified nucleus/hk2-config-types/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/getRequestURI/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/ejb_lite_basic/pom.xml
The file was modified nucleus/admin/server-mgmt/pom.xml
The file was modified appserver/deployment/pom.xml
The file was modified appserver/tests/paas/appscoped-db-with-resources-xml/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell-frag/pom.xml
The file was modified appserver/concurrent/concurrent-connector/pom.xml
The file was modified appserver/grizzly/pom.xml
The file was modified appserver/admingui/ejb/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/web/pom.xml
The file was modified appserver/tests/quicklook/admin/pom.xml
The file was modified appserver/common/glassfish-naming/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/programmatic-authentication/pom.xml
The file was modified appserver/tests/embedded/static/web/pom.xml
The file was modified appserver/tests/paas/service_metadata/custom_db_name/pom.xml
The file was modified appserver/jdbc/pom.xml
The file was modified appserver/jms/jmsra/pom.xml
The file was modified appserver/web/pom.xml
The file was modified appserver/webservices/metro-fragments/pom.xml
The file was modified appserver/admingui/core/pom.xml
The file was modified docs/distribution/pom.xml
The file was modified appserver/jdbc/jdbc-ra/pom.xml
The file was modified nucleus/admin/cli/pom.xml
The file was modified appserver/connectors/connectors-inbound-runtime/pom.xml
The file was modified appserver/web/web-ha/pom.xml
The file was modified appserver/batch/batch-database/pom.xml
The file was modified appserver/persistence/jpa-container/pom.xml
The file was modified appserver/ejb/ejb-timer-service-app/pom.xml
The file was modified appserver/security/appclient.security/pom.xml
The file was modified appserver/webservices/connector/pom.xml
The file was modified nucleus/common/scattered-archive-api/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/lib/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsptest/pom.xml
The file was modified appserver/tests/tck/jwt/pom.xml
The file was modified appserver/tests/embedded/web/web-all/pom.xml
The file was modified nucleus/cluster/pom.xml
The file was modified appserver/tests/sse/videoplayer/pom.xml
The file was modified nucleus/cluster/common/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/pom.xml
The file was modified appserver/admingui/ejb-lite/pom.xml
The file was modified appserver/grizzly/grizzly-container/pom.xml
The file was modified nucleus/common/pom.xml
The file was modified docs/application-deployment-guide/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/multiBeansApp/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/runner/pom.xml
The file was modified appserver/web/web-naming/pom.xml
The file was modified appserver/common/stats77/pom.xml
The file was modified appserver/appclient/client/acc-standalone/pom.xml
The file was modified appserver/extras/embedded/shell/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-ra-distribution/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/runner/pom.xml
The file was modified appserver/web/gf-weld-connector/pom.xml
The file was modified appserver/jms/pom.xml
The file was modified appserver/tests/paas/deployment-rollback/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/runner/pom.xml
The file was modified appserver/ejb/ejb-container/pom.xml
The file was modified appserver/security/webintegration/pom.xml
The file was modified appserver/transaction/jta/pom.xml
The file was modified appserver/admingui/community-theme/pom.xml
The file was modified appserver/load-balancer/admin/pom.xml
The file was modified nucleus/security/pom.xml
The file was modified appserver/tests/admin/tests/pom.xml
The file was modified appserver/core/api-exporter-fragment/pom.xml
The file was modified docs/administration-guide/pom.xml
The file was modified appserver/tests/embedded/ejb/remoteejb/pom.xml
The file was modified appserver/persistence/cmp/utility/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-servlet-tck/pom.xml
The file was modified appserver/osgi-platforms/pom.xml
The file was modified nucleus/test-utils/pom.xml
The file was modified appserver/web/admin/pom.xml
The file was modified appserver/tests/appserv-tests/pom.xml
The file was modified appserver/tests/quicklook/amx/pom.xml
The file was modified appserver/common/annotation-framework/pom.xml
The file was modified appserver/tests/embedded/ejb/basic/pom.xml
The file was modified nucleus/parent/pom.xml
The file was modified nucleus/admin/rest/pom.xml
The file was modified appserver/persistence/cmp/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/pom.xml
The file was modified appserver/extras/embedded/common/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment3/pom.xml
The file was modified nucleus/deployment/pom.xml
The file was modified appserver/persistence/cmp/support-ejb/pom.xml
The file was modified appserver/orb/orb-connector/pom.xml
The file was modified nucleus/flashlight/pom.xml
The file was modified appserver/security/pom.xml
The file was modified appserver/tests/paas/external-db-service/pom.xml
The file was modified docs/website/pom.xml
The file was modified appserver/extras/embedded/common/instanceroot-builder/pom.xml
The file was modified appserver/admingui/full/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/pom.xml
The file was modified appserver/distributions/pom.xml
The file was modified appserver/web/weld-integration/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/mq-test/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/pom.xml
The file was modified appserver/admingui/common/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/filterURIMapping/pom.xml
The file was modified nucleus/cluster/admin/pom.xml
The file was modified appserver/featuresets/glassfish/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars-xa/pom.xml
The file was modified appserver/connectors/admin/pom.xml
The file was modified appserver/appclient/server/connector/pom.xml
The file was modified appserver/tests/tck/tck-download/javatest/pom.xml
The file was modified appserver/orb/orb-enabler/pom.xml
The file was modified appserver/tests/embedded/static/pom.xml
The file was modified nucleus/diagnostics/diagnostics-api/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/basic/pom.xml
The file was modified appserver/security/security-all/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-ant-based-tck/pom.xml
The file was modified appserver/tests/embedded/utils/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso1/pom.xml
The file was modified appserver/appclient/client/appclient-scripts/pom.xml
The file was modified appserver/tests/quicklook/wsit/JaxwsFromWsdl/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-faces-tck/pom.xml
The file was modified appserver/tests/tck/pages/pom.xml
The file was modified appserver/distributions/web/pom.xml
The file was modified appserver/deployment/dtds/pom.xml
The file was modified appserver/tests/tck/cdi/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/localejbs/pom.xml
The file was modified appserver/deployment/dol/pom.xml
The file was modified appserver/tests/embedded/scatteredarchive/pom.xml
The file was modified appserver/tests/pom.xml
The file was modified appserver/tests/tck/pom.xml
The file was modified appserver/extras/appserv-rt/pom.xml
The file was modified appserver/extras/pom.xml
The file was modified nucleus/diagnostics/pom.xml
The file was modified appserver/tests/hk2/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/ejb1/pom.xml
The file was modified appserver/tests/application/pom.xml
The file was modified appserver/tests/embedded/static/ejb/simple/pom.xml
The file was modified appserver/admin/pom.xml
The file was modified appserver/microprofile/pom.xml
The file was modified appserver/persistence/cmp/ejb-mapping/pom.xml
The file was modified appserver/tests/cdi/negative/runner/pom.xml
The file was modified appserver/tests/admingui/auto-test/pom.xml
The file was modified appserver/tests/hk2/isolation/pom.xml
The file was modified appserver/web/gui-plugin-common/pom.xml
The file was modified nucleus/admin/config-api/pom.xml
The file was modified appserver/tests/tck/expression_language/pom.xml
The file was modified appserver/web/web-embed/pom.xml
The file was modified docs/reference-manual/pom.xml
The file was modified appserver/orb/pom.xml
The file was modified appserver/core/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tags-tck/pom.xml
The file was modified appserver/security/webservices.security/pom.xml
The file was modified appserver/webservices/pom.xml
The file was modified nucleus/distributions/nucleus-common/pom.xml
The file was modified appserver/tests/embedded/static/ejb/pom.xml
The file was modified appserver/tests/embedded/cdi_ejb_jpa/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/websockets/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war2/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb2/pom.xml
The file was modified appserver/tests/hk2/isolation/runner/pom.xml
The file was modified nucleus/featuresets/pom.xml
The file was modified nucleus/grizzly/pom.xml
The file was modified appserver/distributions/docker/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/pom.xml
The file was modified nucleus/deployment/dtds/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war1/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc40/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/pom.xml
The file was modified appserver/appclient/pom.xml
The file was modified appserver/tests/paas/service_metadata/pom.xml
The file was modified appserver/tests/tck/pages_tags/pom.xml
The file was modified appserver/persistence/cmp/internal-api/pom.xml
The file was modified appserver/tests/hk2/isolation/web/pom.xml
The file was modified appserver/web/jspcaching-connector/pom.xml
The file was modified nucleus/flashlight/agent/pom.xml
The file was modified nucleus/distributions/pom.xml
The file was modified nucleus/admin/monitor/pom.xml
The file was modified appserver/jms/gf-jms-connector/pom.xml
The file was modified appserver/extras/embedded/pom.xml
The file was modified nucleus/common/amx-core/pom.xml
The file was modified nucleus/deployment/autodeploy/pom.xml
The file was modified appserver/tests/paas/bookstore/pom.xml
The file was modified appserver/tests/paas/external-db-service/generatederbyvm/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/dirListing/pom.xml
The file was modified appserver/resources/mail/mail-connector/pom.xml
The file was modified nucleus/admin/rest/rest-client/pom.xml
The file was modified appserver/web/jersey-mvc-connector/pom.xml
The file was modified appserver/ha/ha-shoal-cache-bootstrap/pom.xml
The file was modified appserver/tests/paas/scale_service/pom.xml
The file was modified docs/error-messages-reference/pom.xml
The file was modified appserver/jdbc/templates/pom.xml
The file was modified appserver/tests/embedded/web/web-war/pom.xml
The file was modified appserver/extras/embedded/all/pom.xml
The file was modified nucleus/core/kernel/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/simple/pom.xml
The file was modified nucleus/core/logging/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb2/pom.xml
The file was modified appserver/tests/cdi/negative/normalScopeWithFinal/pom.xml
The file was modified docs/deployment-planning-guide/pom.xml
The file was modified docs/quick-start-guide/pom.xml
The file was modified docs/installation-guide/pom.xml
The file was modified appserver/admingui/gf-admingui-connector/pom.xml
The file was modified appserver/tests/embedded/basic/pom.xml
The file was modified nucleus/admin/rest/rest-testing/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-tests-utils/pom.xml
The file was modified appserver/webservices/webservices-scripts/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell/pom.xml
The file was modified appserver/jms/admin/pom.xml
The file was modified appserver/tests/tck/tck-download/tsharness/pom.xml
The file was modified appserver/tests/tck/validation/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars/pom.xml
The file was modified appserver/tests/quicklook/ejb/sfulnoi/pom.xml
The file was modified appserver/osgi-platforms/felix-webconsole-extension/pom.xml
The file was modified appserver/admingui/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/jars/pom.xml
The file was modified appserver/extras/jakartaee/manifest-jar/pom.xml
The file was modified appserver/featuresets/debug/pom.xml
The file was modified appserver/common/pom.xml
The file was modified appserver/extras/jakartaee/pom.xml
The file was modified appserver/resources/mail/mail-runtime/pom.xml
The file was modified nucleus/hk2-config-generator/pom.xml
The file was modified nucleus/pom.xml
The file was modified appserver/featuresets/web/pom.xml
The file was modified appserver/extras/embedded/common/osgi-modules-uninstaller/pom.xml
The file was modified nucleus/common/mbeanserver/pom.xml
The file was modified nucleus/security/core/pom.xml
The file was modified appserver/connectors/work-management/pom.xml
The file was modified appserver/admingui/jms-plugin/pom.xml
The file was modified appserver/transaction/pom.xml
The file was modified appserver/orb/orb-iiop/pom.xml
The file was modified appserver/web/web-sse/pom.xml
The file was modified appserver/web/web-embed/api/pom.xml
The file was modified nucleus/admin/rest/gf-restadmin-connector/pom.xml
The file was modified appserver/extras/embedded/web/pom.xml
The file was modified appserver/jdbc/jdbc-runtime/pom.xml
The file was modified appserver/tests/cdi/pom.xml
The file was modified appserver/security/core-ee/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/secureWebApp/pom.xml
The file was modified appserver/extras/jakartaee/dist-frag/pom.xml
The file was modified appserver/tests/embedded/basic/lifecycle/pom.xml
The file was modified docs/upgrade-guide/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/pom.xml
The file was modified appserver/tests/paas/basic-service-discovery/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/pom.xml
The file was modified appserver/web/weld-integration-test-fragment/pom.xml
The file was modified appserver/itest-tools/pom.xml
The file was modified appserver/admingui/plugin-service/pom.xml
The file was modified appserver/tests/embedded/web/servlet/pom.xml
The file was modified appserver/persistence/cmp/model/pom.xml
The file was modified docs/parent/pom.xml
The file was modified appserver/tests/tck/concurrency/pom.xml
The file was modified appserver/web/jstl-connector/pom.xml
The file was modified appserver/libpam4j/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/pom.xml
The file was modified appserver/transaction/internal-api/pom.xml
The file was modified appserver/deployment/jakartaee-full/pom.xml
The file was modified nucleus/xmlbind-annotations/pom.xml
The file was modified appserver/web/gf-web-connector/pom.xml
The file was modified appserver/batch/glassfish-batch-connector/pom.xml
The file was modified appserver/tests/jakartaee/pom.xml
The file was modified nucleus/core/api-exporter/pom.xml
The file was modified appserver/extras/embedded/nucleus/pom.xml
The file was modified appserver/webservices/soap-tcp/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/index/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/basic/pom.xml
The file was modified appserver/extras/appserv-rt/manifest-jar/pom.xml
The file was modified docs/embedded-server-guide/pom.xml
The file was modified appserver/tests/quicklook/wsit/jsr109tester/pom.xml
The file was modified appserver/tests/paas/service_metadata/provision_using_specified_template/pom.xml
The file was modified appserver/tests/tck/servlet/pom.xml
The file was modified appserver/extras/embedded/tests/pom.xml
The file was modified appserver/osgi-platforms/glassfish-osgi-console-plugin/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/multipleApps/pom.xml
The file was modified appserver/tests/embedded/inplanted/pom.xml
The file was modified appserver/admingui/corba/pom.xml
The file was modified appserver/tests/quicklook/ejb/embedded/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/pom.xml
The file was modified appserver/web/web-core/pom.xml
The file was modified appserver/connectors/descriptors/pom.xml
The file was modified appserver/microprofile/config/pom.xml
The file was modified appserver/tests/embedded/servlet_runs_admin_cmds/pom.xml
The file was modified docs/release-notes/pom.xml
The file was modified appserver/tests/embedded/ejb/ejb-api/pom.xml
The file was modified appserver/admingui/war/pom.xml
The file was modified appserver/tests/appserv-tests/cciblackbox-tx/pom.xml
The file was modified appserver/deployment/schemas/pom.xml
The file was modified appserver/tests/tck/tck-download/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/queryString/pom.xml
The file was modified nucleus/admin/rest/rest-service/pom.xml
The file was modified appserver/persistence/pom.xml
The file was modified appserver/appclient/server/pom.xml
The file was modified appserver/featuresets/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-full/pom.xml
The file was modified appserver/admin/template/pom.xml
The file was modified appserver/appclient/server/core/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb1/pom.xml
The file was modified appserver/admin/backup/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/pom.xml
The file was modified appserver/ha/ha-file-store/pom.xml
The file was modified appserver/persistence/entitybean-container/pom.xml
The file was modified docs/add-on-component-development-guide/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/scattered/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso2/pom.xml
The file was modified appserver/tests/paas/basic-db-with-resources-xml/pom.xml
The file was modified appserver/pom.xml
The file was modified appserver/tests/tck/authorization/pom.xml
The file was modified appserver/web/jsf-connector/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/init/pom.xml
The file was modified appserver/admin/cli/pom.xml
The file was modified appserver/ejb/ejb-client/pom.xml
The file was modified appserver/extras/embedded/common/osgi-main/pom.xml
The file was modified nucleus/common/glassfish-api/pom.xml
The file was modified nucleus/featuresets/atomic/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/common/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tck/pom.xml
The file was modified appserver/persistence/cmp/support-sqlstore/pom.xml
The file was modified appserver/tests/embedded/mysql/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-core/pom.xml
The file was modified appserver/persistence/cmp/cmp-scripts/pom.xml
The file was modified appserver/security/ejb.security/pom.xml
The file was modified docs/application-development-guide/pom.xml
The file was modified appserver/admin/cli-optional/pom.xml
The file was modified nucleus/common/common-util/pom.xml
The file was modified appserver/persistence/cmp/generator-database/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-expression-language-tck/pom.xml
The file was modified nucleus/admin/launcher/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/ejb-auth-async/scheduler-service/pom.xml
The file was modified appserver/admin/admin-core/pom.xml
The file was modified appserver/web/jersey-ejb-component-provider/pom.xml
The file was modified appserver/load-balancer/gf-load-balancer-connector/pom.xml
The file was modified appserver/web/webtier-all/pom.xml
The file was modified appserver/tests/embedded/web/autodelete/pom.xml
The file was modified appserver/tests/paas/basic-bookstore-dns/pom.xml
The file was modified appserver/tests/embedded/web/web-war/test/pom.xml
The file was modified appserver/tests/paas/basic-db-teardown-sql/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-interactive/pom.xml
The file was modified appserver/resources/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/ear/pom.xml
The file was modified appserver/appclient/client/acc/pom.xml
The file was modified appserver/tests/sse/basic/pom.xml
The file was modified appserver/tests/quicklook/ejb/remoteview/pom.xml
The file was modified appserver/deployment/jakartaee-core/pom.xml
The file was modified appserver/tests/quicklook/pom.xml
The file was modified nucleus/core/extra-jre-packages/pom.xml
The file was modified nucleus/security/ssl-impl/pom.xml
The file was modified appserver/tests/paas/helloworld/pom.xml
The file was modified nucleus/featuresets/nucleus/pom.xml
The file was modified appserver/jms/jms-core/pom.xml
The file was modified appserver/distributions/glassfish/pom.xml
The file was modified appserver/jms/gf-jms-injection/pom.xml
The file was modified appserver/tests/quicklook/ejb/slsbnicmt/pom.xml
The file was modified nucleus/deployment/schemas/pom.xml
The file was modified appserver/concurrent/concurrent-impl/pom.xml
The file was modified appserver/batch/glassfish-batch-commands/pom.xml
The file was modified appserver/tests/quicklook/ejb/singleton/pom.xml
The file was modified appserver/resources/mail/pom.xml
The file was modified appserver/tests/quicklook/ejb/cmp/pom.xml
The file was modified appserver/ha/ha-shoal-store/pom.xml
The file was modified nucleus/deployment/common/pom.xml
The file was modified appserver/tests/paas/basic-db-initsql/pom.xml
The file was modified appserver/admingui/jts/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/pom.xml
The file was modified appserver/tests/paas/basic-jpa/pom.xml
The file was modified nucleus/osgi-platforms/felix/pom.xml
The file was modified appserver/connectors/connectors-internal-api/pom.xml
The file was modified appserver/tests/paas/ext-shared-service-enable-disable-test/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/static-shell-init/pom.xml
The file was modified appserver/tests/paas/basic/pom.xml
The file was modified appserver/tests/tck/tck-runner/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment2/pom.xml
The file was modified appserver/tests/amx/pom.xml
The file was modified appserver/tests/paas/javaee_shared_service/pom.xml
The file was modified appserver/tests/community/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/advanced/pom.xml
The file was modified appserver/tests/cdi/cases/pom.xml
The file was modified appserver/tests/embedded/cdi_basic/pom.xml
The file was modified appserver/persistence/oracle-jdbc-driver-packages/pom.xml
The file was modified appserver/tests/tck/microprofile/pom.xml
The file was modified docs/troubleshooting-guide/pom.xml
The file was modified appserver/tests/quicklook/rest/pom.xml
The file was modified appserver/tests/cdi/negative/pom.xml
The file was modified appserver/webservices/jsr109-impl/pom.xml
The file was modified appserver/jdbc/admin/pom.xml
The file was modified appserver/tests/paas/lazy-shared-service-test/pom.xml
The file was modified appserver/tests/quicklook/jms/injection/pom.xml
The file was modified appserver/ant-tasks/pom.xml
The file was modified docs/publish/pom.xml
The file was modified nucleus/cluster/ssh/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/pom.xml
The file was modified appserver/tests/embedded/glassfish_resources_xml/pom.xml
The file was modified appserver/transaction/jts/pom.xml
The file was modified appserver/persistence/gf-jpa-connector/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/spetest/pom.xml
The file was modified nucleus/core/pom.xml
The file was modified appserver/admingui/web/pom.xml
The file was modified appserver/ejb/ejb-internal-api/pom.xml
The file was modified docs/performance-tuning-guide/pom.xml
The file was modified appserver/tests/paas/basic-shared-service-test/pom.xml
The file was modified appserver/tests/paas/enable-disable-test/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authentication-tck/pom.xml
The file was modified appserver/connectors/connectors-runtime/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsftest/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/war/pom.xml
The file was modified nucleus/grizzly/config/pom.xml
The file was modified nucleus/distributions/atomic/pom.xml
The file was modified appserver/admingui/jdbc/pom.xml
The file was modified pom.xml
The file was modified appserver/appclient/client/pom.xml
The file was modified nucleus/resources/pom.xml
The file was modified docs/security-guide/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/sessionDestroyed/pom.xml
The file was modified docs/pom.xml
The file was modified appserver/flashlight/client/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/pom.xml
The file was modified appserver/tests/embedded/web/pom.xml
The file was modified appserver/load-balancer/pom.xml
The file was modified appserver/appclient/client/acc-config/pom.xml
The file was modified appserver/tests/cdi/cases/runner/pom.xml
The file was modified appserver/connectors/connectors-connector/pom.xml
The file was modified nucleus/security/services/pom.xml
The file was modified appserver/admingui/cluster/pom.xml
The file was modified appserver/tests/tck/faces/pom.xml
The file was modified appserver/resources/resources-connector/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/remoteejbs/pom.xml
The file was modified appserver/tests/quicklook/adminconsole/pom.xml
The file was modified appserver/tests/appserv-tests/util/reportbuilder/pom.xml
The file was modified nucleus/cluster/cli/pom.xml
The file was modified appserver/tests/embedded/web/web-api/pom.xml
The file was modified appserver/tests/embedded/ejb/ejb-main/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-model/pom.xml
The file was modified nucleus/common/internal-api/pom.xml
The file was modified appserver/tests/embedded/web/web-war/war/pom.xml
The file was modified appserver/tests/tck/microprofile/config/pom.xml
The file was modified appserver/microprofile/connectors/pom.xml
The file was modified appserver/batch/pom.xml
The file was modified nucleus/deployment/admin/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/lib1/pom.xml
The file was modified appserver/tests/paas/external-db-service/test/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-rest-tck/pom.xml
The file was modified appserver/tests/admin/pom.xml
The file was modified appserver/ldapbp/pom.xml
The file was modified appserver/ejb/pom.xml
The file was modified appserver/tests/tck/rest/pom.xml
The file was modified nucleus/cluster/gms-bootstrap/pom.xml
The file was modified appserver/tests/embedded/ejb/pom.xml
The file was modified appserver/admingui/concurrent/pom.xml
The file was modified appserver/ejb/ejb-all/pom.xml
The file was modified appserver/resources/resources-runtime/pom.xml
The file was modified nucleus/grizzly/nucleus-grizzly-all/pom.xml
The file was modified appserver/common/container-common/pom.xml
The file was modified appserver/tests/tck/authentication/pom.xml
The file was modified nucleus/common/simple-glassfish-api/pom.xml
The file was modified qa/pom.xml
The file was modified appserver/web/cdi-api-fragment/pom.xml
The file was modified appserver/persistence/cmp/enhancer/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/runner/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/advanced/pom.xml
The file was modified appserver/admingui/dataprovider/pom.xml
The file was modified appserver/tests/embedded/wrapper/pom.xml
The file was modified nucleus/admin/template/pom.xml
The file was modified nucleus/glassfish-jul-extension/pom.xml
The file was modified appserver/admingui/jca/pom.xml
The file was modified appserver/tests/paas/basic-db/pom.xml
The file was modified appserver/web/web-glue/pom.xml
The file was modified appserver/tests/admin/admin-extension/pom.xml
The file was modified appserver/core/jakartaee-kernel/pom.xml
The file was modified appserver/tests/embedded/pom.xml
The file was modified appserver/common/amx-jakartaee/pom.xml
The file was modified appserver/jdbc/jdbc-config/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/standalonewar/pom.xml
The file was modified nucleus/core/bootstrap/pom.xml
The file was modified appserver/extras/embedded/common/installroot-builder/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell/pom.xml
The file was modified appserver/web/weld-integration-fragment/pom.xml
The file was modified nucleus/flashlight/flashlight-extra-jdk-packages/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-remote/pom.xml
The file was modified appserver/flashlight/pom.xml
The file was modified appserver/web/war-util/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/mdb/pom.xml
The file was modified nucleus/admin/util/pom.xml
The file was modified appserver/webservices/metro-glue/pom.xml
The file was modified nucleus/distributions/nucleus/pom.xml
The file was modified appserver/security/jaspic-provider-framework/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/webservice/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/app/pom.xml
The file was modified appserver/ha/pom.xml
The file was modified nucleus/cluster/gms-adapter/pom.xml
The file was modified appserver/tests/hk2/cdi/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/mydb-plugin/pom.xml
The file was modified appserver/connectors/pom.xml
The file was modified appserver/distributions/glassfish-common/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/applicationDispatcher/pom.xml
The file was modified nucleus/core/context-propagation/pom.xml
Commit 42360a21dcebc45b320ac31e0300eff58f7c82a3 by Glassfish Bot
Prepare next development cycle for 7.0.8-SNAPSHOT
The file was modified appserver/jdbc/jdbc-runtime/pom.xml
The file was modified nucleus/test-utils/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment3/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-expression-language-tck/pom.xml
The file was modified appserver/admingui/war/pom.xml
The file was modified appserver/tests/paas/scale_service/pom.xml
The file was modified appserver/persistence/common/pom.xml
The file was modified appserver/web/weld-integration/pom.xml
The file was modified nucleus/deployment/schemas/pom.xml
The file was modified appserver/featuresets/web/pom.xml
The file was modified appserver/tests/amx/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/lib1/pom.xml
The file was modified appserver/ldapbp/pom.xml
The file was modified appserver/extras/appserv-rt/pom.xml
The file was modified appserver/persistence/cmp/internal-api/pom.xml
The file was modified appserver/tests/jakartaee/pom.xml
The file was modified docs/release-notes/pom.xml
The file was modified appserver/appclient/client/acc/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell/pom.xml
The file was modified nucleus/hk2-config-types/pom.xml
The file was modified appserver/tests/quicklook/admin/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/ear/pom.xml
The file was modified appserver/extras/embedded/web/pom.xml
The file was modified nucleus/osgi-platforms/pom.xml
The file was modified appserver/resources/resources-runtime/pom.xml
The file was modified appserver/tests/quicklook/wsit/JaxwsFromWsdl/pom.xml
The file was modified appserver/tests/embedded/static/web/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/runner/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/static-shell-init/pom.xml
The file was modified nucleus/security/pom.xml
The file was modified appserver/tests/appserv-tests/cciblackbox-tx/pom.xml
The file was modified appserver/orb/orb-connector/pom.xml
The file was modified docs/pom.xml
The file was modified appserver/persistence/cmp/generator-database/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/common/pom.xml
The file was modified nucleus/admin/launcher/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-remote/pom.xml
The file was modified appserver/tests/paas/basic-db-with-resources-xml/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/app/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/pom.xml
The file was modified appserver/web/web-glue/pom.xml
The file was modified nucleus/common/pom.xml
The file was modified nucleus/core/kernel/pom.xml
The file was modified appserver/tests/embedded/scatteredarchive/pom.xml
The file was modified nucleus/cluster/cli/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc40/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/runner/pom.xml
The file was modified nucleus/core/api-exporter/pom.xml
The file was modified appserver/ha/ha-shoal-store/pom.xml
The file was modified nucleus/common/mbeanserver/pom.xml
The file was modified appserver/ejb/ejb-timer-service-app/pom.xml
The file was modified appserver/security/core-ee/pom.xml
The file was modified appserver/tests/embedded/web/web-war/war/pom.xml
The file was modified appserver/tests/paas/basic-bookstore-dns/pom.xml
The file was modified appserver/tests/paas/service_metadata/provision_using_specified_template/pom.xml
The file was modified nucleus/security/services/pom.xml
The file was modified appserver/tests/cdi/cases/runner/pom.xml
The file was modified appserver/tests/tck/validation/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/ejb1/pom.xml
The file was modified nucleus/admin/rest/pom.xml
The file was modified appserver/tests/embedded/mysql/pom.xml
The file was modified nucleus/cluster/gms-bootstrap/pom.xml
The file was modified appserver/webservices/soap-tcp/pom.xml
The file was modified appserver/admingui/jms-plugin/pom.xml
The file was modified appserver/tests/tck/rest/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-rest-tck/pom.xml
The file was modified appserver/osgi-platforms/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/pom.xml
The file was modified appserver/web/jersey-mvc-connector/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-full/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/sessionDestroyed/pom.xml
The file was modified appserver/jms/jms-core/pom.xml
The file was modified appserver/microprofile/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/websockets/pom.xml
The file was modified appserver/web/web-naming/pom.xml
The file was modified nucleus/distributions/pom.xml
The file was modified appserver/extras/jakartaee/dist-frag/pom.xml
The file was modified appserver/transaction/pom.xml
The file was modified nucleus/diagnostics/diagnostics-api/pom.xml
The file was modified appserver/distributions/glassfish-common/pom.xml
The file was modified appserver/tests/paas/deployment-rollback/pom.xml
The file was modified appserver/tests/quicklook/ejb/cmp/pom.xml
The file was modified appserver/tests/cdi/pom.xml
The file was modified appserver/tests/quicklook/pom.xml
The file was modified appserver/admingui/plugin-service/pom.xml
The file was modified appserver/orb/pom.xml
The file was modified appserver/admin/template/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/advanced/pom.xml
The file was modified appserver/tests/cdi/negative/runner/pom.xml
The file was modified appserver/tests/sse/videoplayer/pom.xml
The file was modified appserver/web/webtier-all/pom.xml
The file was modified nucleus/pom.xml
The file was modified nucleus/admin/rest/rest-testing/pom.xml
The file was modified appserver/grizzly/glassfish-grizzly-extra-all/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/init/pom.xml
The file was modified nucleus/admin/rest/gf-restadmin-connector/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-ra-distribution/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-model/pom.xml
The file was modified appserver/ha/ha-file-store/pom.xml
The file was modified appserver/tests/embedded/web/web-war/pom.xml
The file was modified appserver/extras/embedded/nucleus/pom.xml
The file was modified appserver/deployment/jakartaee-core/pom.xml
The file was modified appserver/tests/embedded/basic/lifecycle/pom.xml
The file was modified appserver/featuresets/debug/pom.xml
The file was modified docs/quick-start-guide/pom.xml
The file was modified appserver/web/web-embed/pom.xml
The file was modified appserver/appclient/server/connector/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/multipleApps/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tags-tck/pom.xml
The file was modified appserver/appclient/server/pom.xml
The file was modified appserver/persistence/cmp/model/pom.xml
The file was modified appserver/web/web-embed/api/pom.xml
The file was modified appserver/web/weld-integration-test-fragment/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/mq-test/pom.xml
The file was modified nucleus/distributions/atomic/pom.xml
The file was modified appserver/admin/cli/pom.xml
The file was modified appserver/common/glassfish-naming/pom.xml
The file was modified appserver/ejb/ejb-internal-api/pom.xml
The file was modified appserver/distributions/web/pom.xml
The file was modified appserver/tests/paas/appscoped-db-with-resources-xml/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso1/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/spetest/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war2/pom.xml
The file was modified appserver/webservices/connector/pom.xml
The file was modified nucleus/security/ssl-impl/pom.xml
The file was modified appserver/common/annotation-framework/pom.xml
The file was modified nucleus/deployment/dtds/pom.xml
The file was modified appserver/extras/embedded/common/installroot-builder/pom.xml
The file was modified appserver/admingui/dataprovider/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/basic/pom.xml
The file was modified appserver/admingui/concurrent/pom.xml
The file was modified appserver/tests/admin/tests/pom.xml
The file was modified nucleus/featuresets/nucleus/pom.xml
The file was modified docs/deployment-planning-guide/pom.xml
The file was modified nucleus/common/glassfish-api/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war1/pom.xml
The file was modified appserver/extras/embedded/common/bootstrap/pom.xml
The file was modified appserver/jdbc/jdbc-ra/pom.xml
The file was modified appserver/jms/gf-jms-connector/pom.xml
The file was modified appserver/admin/backup/pom.xml
The file was modified appserver/ejb/ejb-connector/pom.xml
The file was modified appserver/extras/pom.xml
The file was modified nucleus/common/simple-glassfish-api/pom.xml
The file was modified appserver/tests/paas/lazy-shared-service-test/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell-frag/pom.xml
The file was modified appserver/resources/mail/mail-connector/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-ant-based-tck/pom.xml
The file was modified docs/reference-manual/pom.xml
The file was modified appserver/deployment/pom.xml
The file was modified appserver/concurrent/concurrent-connector/pom.xml
The file was modified appserver/persistence/cmp/pom.xml
The file was modified appserver/batch/glassfish-batch-commands/pom.xml
The file was modified nucleus/common/amx-core/pom.xml
The file was modified appserver/tests/quicklook/adminconsole/pom.xml
The file was modified appserver/tests/paas/bookstore/pom.xml
The file was modified appserver/tests/paas/basic/pom.xml
The file was modified docs/distribution/pom.xml
The file was modified appserver/resources/mail/pom.xml
The file was modified appserver/tests/paas/external-and-shared-service/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/pom.xml
The file was modified docs/application-deployment-guide/pom.xml
The file was modified appserver/extras/appserv-rt/manifest-jar/pom.xml
The file was modified appserver/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-faces-tck/pom.xml
The file was modified appserver/webservices/pom.xml
The file was modified nucleus/featuresets/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/runner/pom.xml
The file was modified appserver/common/stats77/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-tests-utils/pom.xml
The file was modified appserver/webservices/webservices-scripts/pom.xml
The file was modified appserver/ha/pom.xml
The file was modified appserver/transaction/internal-api/pom.xml
The file was modified appserver/tests/quicklook/ejb/sfulnoi/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/queryString/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/standalonewar/pom.xml
The file was modified appserver/libpam4j/pom.xml
The file was modified appserver/connectors/pom.xml
The file was modified appserver/grizzly/grizzly-container/pom.xml
The file was modified appserver/extras/embedded/all/pom.xml
The file was modified nucleus/cluster/admin/pom.xml
The file was modified appserver/tests/paas/external-db-service/test/pom.xml
The file was modified nucleus/core/context-propagation/pom.xml
The file was modified appserver/batch/pom.xml
The file was modified appserver/tests/quicklook/ejb/remoteview/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/war/pom.xml
The file was modified appserver/distributions/docker/pom.xml
The file was modified appserver/security/appclient.security/pom.xml
The file was modified appserver/tests/paas/external-db-service/pom.xml
The file was modified appserver/tests/tck/rest_cdi/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars-xa/pom.xml
The file was modified appserver/persistence/eclipselink-wrapper/pom.xml
The file was modified docs/security-guide/pom.xml
The file was modified appserver/tests/sse/basic/pom.xml
The file was modified appserver/extras/jakartaee/pom.xml
The file was modified appserver/tests/paas/helloworld/pom.xml
The file was modified nucleus/deployment/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsptest/pom.xml
The file was modified appserver/tests/quicklook/jms/injection/pom.xml
The file was modified appserver/common/amx-jakartaee/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb2/pom.xml
The file was modified appserver/featuresets/pom.xml
The file was modified nucleus/diagnostics/context/pom.xml
The file was modified appserver/admingui/gf-admingui-connector/pom.xml
The file was modified appserver/persistence/cmp/ejb-mapping/pom.xml
The file was modified appserver/web/admin/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/scattered/pom.xml
The file was modified appserver/tests/tck/authorization/pom.xml
The file was modified appserver/tests/embedded/web/autodelete/pom.xml
The file was modified appserver/tests/embedded/utils/pom.xml
The file was modified nucleus/admin/util/pom.xml
The file was modified appserver/persistence/jpa-container/pom.xml
The file was modified nucleus/security/core/pom.xml
The file was modified nucleus/distributions/nucleus-common/pom.xml
The file was modified appserver/deployment/dol/pom.xml
The file was modified nucleus/admin/server-mgmt/pom.xml
The file was modified appserver/tests/embedded/ejb/pom.xml
The file was modified appserver/admingui/jdbc/pom.xml
The file was modified appserver/security/jaspic-provider-framework/pom.xml
The file was modified appserver/tests/tck/pages/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jmxUndeployEvent/pom.xml
The file was modified appserver/tests/tck/expression_language/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/filterURIMapping/pom.xml
The file was modified appserver/tests/embedded/glassfish_resources_xml/pom.xml
The file was modified nucleus/flashlight/flashlight-extra-jdk-packages/pom.xml
The file was modified appserver/admingui/cluster/pom.xml
The file was modified docs/administration-guide/pom.xml
The file was modified appserver/tests/cdi/cases/pom.xml
The file was modified nucleus/xmlbind-annotations/pom.xml
The file was modified appserver/tests/embedded/static/ejb/simple/pom.xml
The file was modified appserver/tests/tck/tck-download/tsharness/pom.xml
The file was modified docs/troubleshooting-guide/pom.xml
The file was modified appserver/tests/hk2/isolation/web/pom.xml
The file was modified nucleus/core/bootstrap/pom.xml
The file was modified nucleus/osgi-platforms/osgi-container/pom.xml
The file was modified appserver/tests/hk2/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/mdb/pom.xml
The file was modified appserver/tests/tck/microprofile/pom.xml
The file was modified nucleus/common/internal-api/pom.xml
The file was modified appserver/admingui/jts/pom.xml
The file was modified appserver/tests/quicklook/ejb/slsbnicmt/pom.xml
The file was modified appserver/tests/paas/basic-db/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/ejb-auth-async/scheduler-service/pom.xml
The file was modified appserver/admingui/ejb/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/web/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/remoteejbs/pom.xml
The file was modified appserver/tests/hk2/isolation/pom.xml
The file was modified appserver/admingui/community-theme/pom.xml
The file was modified appserver/connectors/connectors-runtime/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment1/pom.xml
The file was modified appserver/admingui/core/pom.xml
The file was modified appserver/tests/paas/basic-db-initsql/pom.xml
The file was modified appserver/webservices/metro-glue/pom.xml
The file was modified appserver/web/gf-web-connector/pom.xml
The file was modified appserver/appclient/client/acc-config/pom.xml
The file was modified appserver/jdbc/jdbc-config/pom.xml
The file was modified appserver/tests/tck/microprofile/config/pom.xml
The file was modified appserver/distributions/pom.xml
The file was modified nucleus/deployment/admin/pom.xml
The file was modified appserver/admingui/ejb-lite/pom.xml
The file was modified appserver/admingui/full/pom.xml
The file was modified nucleus/flashlight/framework/pom.xml
The file was modified nucleus/admin/rest/rest-service/pom.xml
The file was modified appserver/tests/paas/basic-service-discovery/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/pom.xml
The file was modified appserver/tests/admingui/pom.xml
The file was modified appserver/web/web-sse/pom.xml
The file was modified nucleus/osgi-platforms/felix/pom.xml
The file was modified nucleus/cluster/common/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/pom.xml
The file was modified appserver/ejb/ejb-timer-databases/pom.xml
The file was modified appserver/tests/paas/basic-jpa/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb1/pom.xml
The file was modified appserver/connectors/connectors-connector/pom.xml
The file was modified appserver/itest-tools/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/pom.xml
The file was modified appserver/persistence/oracle-jdbc-driver-packages/pom.xml
The file was modified appserver/tests/paas/basic-db-teardown-sql/pom.xml
The file was modified nucleus/resources/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authorization-tck/pom.xml
The file was modified nucleus/cluster/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-commands-tests/pom.xml
The file was modified appserver/ejb/ejb-container/pom.xml
The file was modified appserver/common/container-common/pom.xml
The file was modified nucleus/core/logging/pom.xml
The file was modified nucleus/parent/pom.xml
The file was modified nucleus/core/pom.xml
The file was modified appserver/tests/paas/javaee_shared_service/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/index/pom.xml
The file was modified appserver/tests/appserv-tests/util/reportbuilder/pom.xml
The file was modified appserver/extras/embedded/common/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/mydb-plugin/pom.xml
The file was modified appserver/tests/paas/enable-disable-test/pom.xml
The file was modified appserver/web/pom.xml
The file was modified nucleus/grizzly/nucleus-grizzly-all/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/pom.xml
The file was modified appserver/extras/embedded/shell/pom.xml
The file was modified appserver/flashlight/pom.xml
The file was modified nucleus/common/common-util/pom.xml
The file was modified appserver/resources/resources-connector/pom.xml
The file was modified appserver/tests/embedded/web/web-war/test/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/getRequestURI/pom.xml
The file was modified docs/installation-guide/pom.xml
The file was modified appserver/admin/admin-core/pom.xml
The file was modified nucleus/distributions/nucleus/pom.xml
The file was modified appserver/web/cdi-api-fragment/pom.xml
The file was modified appserver/tests/paas/ext-shared-service-enable-disable-test/pom.xml
The file was modified appserver/tests/embedded/static/ejb/pom.xml
The file was modified appserver/concurrent/concurrent-impl/pom.xml
The file was modified appserver/tests/embedded/ejb/remoteejb/pom.xml
The file was modified appserver/admin/cli-optional/pom.xml
The file was modified appserver/transaction/jts/pom.xml
The file was modified appserver/ejb/ejb-full-container/pom.xml
The file was modified appserver/concurrent/pom.xml
The file was modified appserver/extras/embedded/common/instanceroot-builder/pom.xml
The file was modified appserver/connectors/connectors-internal-api/pom.xml
The file was modified docs/add-on-component-development-guide/pom.xml
The file was modified appserver/grizzly/pom.xml
The file was modified nucleus/admin/pom.xml
The file was modified nucleus/cluster/ssh/pom.xml
The file was modified appserver/tests/application/pom.xml
The file was modified appserver/tests/community/pom.xml
The file was modified appserver/tests/embedded/web/servlet/pom.xml
The file was modified appserver/tests/cdi/negative/normalScopeWithFinal/pom.xml
The file was modified appserver/flashlight/client/pom.xml
The file was modified nucleus/admin/cli/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsftest/pom.xml
The file was modified appserver/tests/embedded/pom.xml
The file was modified appserver/tests/embedded/cdi_basic/pom.xml
The file was modified nucleus/flashlight/agent/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/pom.xml
The file was modified appserver/tests/tck/servlet/pom.xml
The file was modified appserver/transaction/jta/pom.xml
The file was modified appserver/persistence/cmp/support-ejb/pom.xml
The file was modified appserver/tests/quicklook/amx/pom.xml
The file was modified nucleus/glassfish-jul-extension/pom.xml
The file was modified appserver/security/pom.xml
The file was modified appserver/security/webintegration/pom.xml
The file was modified qa/pom.xml
The file was modified docs/parent/pom.xml
The file was modified appserver/featuresets/glassfish/pom.xml
The file was modified appserver/tests/paas/basic-shared-service-test/pom.xml
The file was modified docs/website/pom.xml
The file was modified nucleus/admin/monitor/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb2/pom.xml
The file was modified appserver/jdbc/admin/pom.xml
The file was modified appserver/connectors/work-management/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment2/pom.xml
The file was modified nucleus/admin/config-api/pom.xml
The file was modified appserver/load-balancer/pom.xml
The file was modified appserver/extras/embedded/tests/pom.xml
The file was modified appserver/tests/quicklook/ejb/embedded/pom.xml
The file was modified nucleus/grizzly/config/pom.xml
The file was modified appserver/jdbc/pom.xml
The file was modified appserver/tests/embedded/ejb/basic/pom.xml
The file was modified appserver/tests/cdi/negative/pom.xml
The file was modified appserver/tests/quicklook/rest/pom.xml
The file was modified appserver/admingui/corba/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/programmatic-authentication/pom.xml
The file was modified appserver/core/pom.xml
The file was modified docs/ha-administration-guide/pom.xml
The file was modified appserver/orb/orb-enabler/pom.xml
The file was modified appserver/deployment/dtds/pom.xml
The file was modified nucleus/hk2-config-generator/pom.xml
The file was modified appserver/web/web-ha/pom.xml
The file was modified appserver/batch/glassfish-batch-connector/pom.xml
The file was modified appserver/tests/embedded/cdi_ejb_jpa/pom.xml
The file was modified appserver/resources/pom.xml
The file was modified appserver/tests/tck/pages_tags/pom.xml
The file was modified appserver/extras/embedded/common/osgi-main/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/advanced/pom.xml
The file was modified appserver/persistence/cmp/utility/pom.xml
The file was modified docs/embedded-server-guide/pom.xml
The file was modified appserver/jms/pom.xml
The file was modified appserver/admin/pom.xml
The file was modified appserver/batch/batch-database/pom.xml
The file was modified appserver/tests/tck/tck-download/pom.xml
The file was modified appserver/connectors/descriptors/pom.xml
The file was modified appserver/persistence/gf-jpa-connector/pom.xml
The file was modified appserver/jdbc/templates/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-core/pom.xml
The file was modified appserver/tests/admin/admin-extension/pom.xml
The file was modified appserver/tests/embedded/servlet_runs_admin_cmds/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/runner/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/pom.xml
The file was modified nucleus/common/scattered-archive-api/pom.xml
The file was modified appserver/distributions/glassfish/pom.xml
The file was modified appserver/tests/embedded/wrapper/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-servlet-tck/pom.xml
The file was modified appserver/tests/embedded/static/pom.xml
The file was modified appserver/extras/appserv-rt/dist-frag/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/pom.xml
The file was modified appserver/web/jersey-ejb-component-provider/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/pom.xml
The file was modified appserver/web/weld-integration-fragment/pom.xml
The file was modified appserver/tests/tck/authentication/pom.xml
The file was modified appserver/web/jstl-connector/pom.xml
The file was modified nucleus/admin/template/pom.xml
The file was modified appserver/tests/embedded/web/web-api/pom.xml
The file was modified appserver/tests/appserv-tests/pom.xml
The file was modified appserver/tests/hk2/cdi/pom.xml
The file was modified appserver/persistence/pom.xml
The file was modified appserver/common/pom.xml
The file was modified appserver/admingui/pom.xml
The file was modified appserver/tests/paas/service_metadata/custom_db_name/pom.xml
The file was modified appserver/webservices/jsr109-impl/pom.xml
The file was modified nucleus/deployment/autodeploy/pom.xml
The file was modified appserver/tests/embedded/ejb/ejb-api/pom.xml
The file was modified appserver/ejb/ejb-client/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/basic/pom.xml
The file was modified appserver/appclient/client/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/localejbs/pom.xml
The file was modified nucleus/core/extra-jre-packages/pom.xml
The file was modified appserver/persistence/entitybean-container/pom.xml
The file was modified appserver/deployment/schemas/pom.xml
The file was modified appserver/tests/tck/faces/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authentication-tck/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/secureWebApp/pom.xml
The file was modified appserver/admingui/jca/pom.xml
The file was modified appserver/common/glassfish-ee-api/pom.xml
The file was modified appserver/resources/mail/mail-runtime/pom.xml
The file was modified appserver/tests/paas/external-db-service/generatederbyvm/pom.xml
The file was modified appserver/tests/paas/service_metadata/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/lib/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/pom.xml
The file was modified appserver/webservices/metro-fragments/pom.xml
The file was modified appserver/appclient/client/acc-standalone/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso2/pom.xml
The file was modified appserver/tests/quicklook/wsit/jsr109tester/pom.xml
The file was modified appserver/web/gf-weld-connector/pom.xml
The file was modified appserver/tests/embedded/inplanted/pom.xml
The file was modified appserver/extras/embedded/common/osgi-modules-uninstaller/pom.xml
The file was modified appserver/persistence/cmp/cmp-scripts/pom.xml
The file was modified nucleus/diagnostics/pom.xml
The file was modified appserver/jms/gf-jms-injection/pom.xml
The file was modified appserver/extras/jakartaee/manifest-jar/pom.xml
The file was modified appserver/tests/tck/cdi/pom.xml
The file was modified appserver/admingui/web/pom.xml
The file was modified appserver/extras/embedded/pom.xml
The file was modified appserver/tests/tck/jwt/pom.xml
The file was modified appserver/jms/jmsra/pom.xml
The file was modified appserver/osgi-platforms/felix-webconsole-extension/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/multiBeansApp/pom.xml
The file was modified nucleus/deployment/common/pom.xml
The file was modified appserver/persistence/cmp/support-sqlstore/pom.xml
The file was modified appserver/security/security-all/pom.xml
The file was modified appserver/security/webservices.security/pom.xml
The file was modified appserver/web/gui-plugin-common/pom.xml
The file was modified pom.xml
The file was modified appserver/load-balancer/gf-load-balancer-connector/pom.xml
The file was modified appserver/tests/hk2/isolation/runner/pom.xml
The file was modified appserver/ejb/ejb-all/pom.xml
The file was modified appserver/connectors/admin/pom.xml
The file was modified appserver/tests/tck/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/dirListing/pom.xml
The file was modified appserver/tests/tck/concurrency/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-interactive/pom.xml
The file was modified appserver/tests/admingui/auto-test/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/pom.xml
The file was modified appserver/admingui/common/pom.xml
The file was modified appserver/microprofile/config/pom.xml
The file was modified docs/upgrade-guide/pom.xml
The file was modified nucleus/featuresets/atomic/pom.xml
The file was modified appserver/tests/quicklook/ejb/singleton/pom.xml
The file was modified appserver/ant-tasks/pom.xml
The file was modified appserver/web/jsf-connector/pom.xml
The file was modified appserver/core/api-exporter-fragment/pom.xml
The file was modified appserver/connectors/connectors-inbound-runtime/pom.xml
The file was modified appserver/orb/orb-iiop/pom.xml
The file was modified docs/performance-tuning-guide/pom.xml
The file was modified appserver/ha/ha-shoal-cache-bootstrap/pom.xml
The file was modified nucleus/grizzly/pom.xml
The file was modified appserver/appclient/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/applicationDispatcher/pom.xml
The file was modified appserver/web/web-core/pom.xml
The file was modified nucleus/admin/rest/rest-client/pom.xml
The file was modified appserver/jms/admin/pom.xml
The file was modified appserver/tests/embedded/basic/pom.xml
The file was modified appserver/tests/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tck/pom.xml
The file was modified appserver/tests/paas/pom.xml
The file was modified appserver/web/jspcaching-connector/pom.xml
The file was modified appserver/tests/embedded/web/web-all/pom.xml
The file was modified appserver/tests/tck/tck-runner/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/webservice/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/pom.xml
The file was modified appserver/core/jakartaee-kernel/pom.xml
The file was modified appserver/tests/admin/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/simple/pom.xml
The file was modified appserver/persistence/cmp/cmp-all/pom.xml
The file was modified appserver/appclient/server/core/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/pom.xml
The file was modified docs/application-development-guide/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb1/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/pom.xml
The file was modified appserver/appclient/client/appclient-scripts/pom.xml
The file was modified appserver/tests/embedded/web/pom.xml
The file was modified docs/error-messages-reference/pom.xml
The file was modified docs/publish/pom.xml
The file was modified appserver/microprofile/connectors/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/ejb_lite_basic/pom.xml
The file was modified appserver/load-balancer/admin/pom.xml
The file was modified appserver/tests/embedded/ejb/ejb-main/pom.xml
The file was modified appserver/web/war-util/pom.xml
The file was modified nucleus/flashlight/pom.xml
The file was modified appserver/persistence/cmp/enhancer/pom.xml
The file was modified appserver/tests/tck/tck-download/javatest/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/jars/pom.xml
The file was modified appserver/osgi-platforms/glassfish-osgi-console-plugin/pom.xml
The file was modified appserver/deployment/jakartaee-full/pom.xml
The file was modified appserver/security/ejb.security/pom.xml
The file was modified nucleus/cluster/gms-adapter/pom.xml
The file was modified appserver/ejb/pom.xml
Commit 36e3f823041a13def0b260666e3b545d1f2b71b2 by David Matějček
The osgi.bundle files removed from 'security' modules

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
The file was removedappserver/security/ejb.security/osgi.bundle
The file was modified appserver/security/jaspic-provider-framework/pom.xml
The file was modified appserver/security/webintegration/src/main/java/com/sun/web/security/SSLSocketFactory.java
The file was removednucleus/security/core/osgi.bundle
The file was modified appserver/security/webintegration/src/main/java/com/sun/web/security/WebProgrammaticLoginImpl.java
The file was removedappserver/security/jaspic-provider-framework/osgi.bundle
The file was modified appserver/security/webintegration/pom.xml
The file was removedappserver/security/appclient.security/osgi.bundle
The file was removednucleus/security/services/osgi.bundle
The file was modified nucleus/security/services/pom.xml
The file was modified nucleus/security/core/pom.xml
Commit 978ccba365e94a9a510ce3c437d41fe04cc2587d by arjan tijms
Integrate Eleos

This is the GlassFish code for Jakarta Authentication, extracted to a
separate project and refactored.

Eleos currently lives in an OmniFish repo, but should be transfered to
Eclipse soon.

See https://projects.eclipse.org/projects/ee4j.glassfish/reviews/eclipse-eleos-creation-review
The file was removedappserver/security/jaspic-provider-framework/src/main/java/com/sun/jaspic/config/factory/RegStoreFileParser.java
The file was modified appserver/security/appclient.security/src/main/java/com/sun/enterprise/security/appclient/ConfigXMLParser.java
The file was modified appserver/security/webservices.security/pom.xml
The file was modified appserver/security/webintegration/src/main/java/com/sun/web/security/RealmAdapter.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/jmac/config/ConfigDomainParser.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/jmac/config/HttpServletHelper.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/jmac/config/ConfigParser.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/jmac/config/HttpServletConstants.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/jmac/callback/ServerLoginCBHUtil.java
The file was modified appserver/security/webservices.security/src/main/java/com/sun/enterprise/security/jmac/provider/config/PipeHelper.java
The file was removedappserver/security/jaspic-provider-framework/src/main/java/com/sun/jaspic/config/factory/singlemodule/DefaultAuthConfigProvider.java
The file was removedappserver/security/jaspic-provider-framework/src/main/java/com/sun/jaspic/config/helper/EpochCarrier.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/jmac/config/GFServerConfigProvider.java
The file was removedappserver/security/jaspic-provider-framework/src/main/java/com/sun/jaspic/config/servlet/JAASServletAuthConfigProvider.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/login/LoginContextDriver.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/jmac/config/GFAuthConfigFactory.java
The file was modified appserver/security/webservices.security/src/main/java/com/sun/enterprise/security/webservices/WebServicesDelegateImpl.java
The file was removedappserver/security/jaspic-provider-framework/src/main/java/com/sun/jaspic/config/jaas/JAASAuthContextHelper.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/jmac/callback/BaseContainerCallbackHandler.java
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/jmac/callback/ClientContainerCallbackHandler.java
The file was modified appserver/security/webservices.security/src/main/java/com/sun/enterprise/security/webservices/ClientPipeCloser.java
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/jmac/callback/ServerContainerCallbackHandler.java
The file was modified appserver/security/webservices.security/src/main/java/com/sun/enterprise/security/webservices/ClientPipeCreator.java
The file was removedappserver/security/jaspic-provider-framework/src/main/java/com/sun/jaspic/config/factory/BaseAuthConfigFactory.java
The file was modified appserver/security/appclient.security/src/main/java/com/sun/enterprise/security/appclient/AppClientSecurityInfoImpl.java
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/jmac/WebServicesDelegate.java
The file was removedappserver/security/jaspic-provider-framework/pom.xml
The file was modified appserver/security/pom.xml
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/jmac/config/ConfigHelper.java
The file was removedappserver/security/jaspic-provider-framework/src/main/java/com/sun/jaspic/config/helper/ClientAuthConfigHelper.java
The file was removedappserver/security/jaspic-provider-framework/src/test/java/test/com/sun/jaspic/config/RuntimeSurrogate.java
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/jmac/callback/ContainerCallbackHandler.java
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/JavaEESecurityLifecycle.java
The file was removedappserver/security/jaspic-provider-framework/src/main/java/com/sun/jaspic/config/factory/singlemodule/DefaultServerAuthContext.java
The file was removedappserver/security/jaspic-provider-framework/src/main/java/com/sun/jaspic/config/helper/AuthContextHelper.java
The file was removedappserver/security/jaspic-provider-framework/src/main/java/com/sun/jaspic/config/jaas/ExtendedConfigFile.java
The file was removedappserver/security/jaspic-provider-framework/src/main/java/com/sun/jaspic/config/helper/JASPICLogManager.java
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/jmac/AuthMessagePolicy.java
The file was modified appserver/featuresets/web/pom.xml
The file was removedappserver/security/jaspic-provider-framework/src/main/java/com/sun/jaspic/config/helper/AuthConfigProviderHelper.java
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/jmac/MessageSecurityConfigEventListenerImpl.java
The file was removedappserver/security/jaspic-provider-framework/src/main/java/com/sun/jaspic/config/factory/singlemodule/DefaultServerAuthConfig.java
The file was modified appserver/pom.xml
The file was removedappserver/security/jaspic-provider-framework/src/main/java/com/sun/jaspic/config/helper/ServerAuthConfigHelper.java
The file was modified appserver/security/webintegration/pom.xml
The file was removedappserver/security/jaspic-provider-framework/src/main/java/com/sun/jaspic/config/helper/AuthConfigHelper.java
The file was removedappserver/security/jaspic-provider-framework/src/test/java/test/com/sun/jaspic/config/SampleClientAuthModule.java
The file was removedappserver/security/jaspic-provider-framework/src/main/java/com/sun/jaspic/config/delegate/MessagePolicyDelegate.java
The file was removedappserver/security/jaspic-provider-framework/src/main/java/com/sun/jaspic/config/factory/AuthConfigFileFactory.java
The file was removedappserver/security/jaspic-provider-framework/src/main/java/com/sun/jaspic/config/factory/EntryInfo.java
The file was removedappserver/security/jaspic-provider-framework/osgi.bundle
The file was removedappserver/security/jaspic-provider-framework/src/main/java/com/sun/jaspic/config/jaas/JAASAuthConfigProvider.java
The file was removedappserver/security/jaspic-provider-framework/src/main/resources/com/sun/logging/enterprise/system/jaspic/security/LogStrings.properties
The file was removedappserver/security/jaspic-provider-framework/src/test/java/test/com/sun/jaspic/config/SampleServerAuthModule.java
The file was removedappserver/security/jaspic-provider-framework/src/main/java/com/sun/jaspic/config/factory/RegistrationContextImpl.java
The file was modified appserver/security/core-ee/pom.xml
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/jmac/ConfigDomainParser.java
The file was removedappserver/security/jaspic-provider-framework/src/test/java/test/com/sun/jaspic/config/FactoryTest.java
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/jauth/ConfigFile.java
Commit 9449f7f92aa162720fb7f2f744412218cf93ae1e by arjan tijms
Continued integration of Eleos into GlassFish

Focussed on SOAP and app client integration.

Specifically added defaults for factories created statically without
arguments.

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
The file was modified appserver/security/appclient.security/src/main/java/com/sun/enterprise/security/appclient/integration/AppClientSecurityInfo.java
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/jmac/ConfigDomainParser.java
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/jmac/callback/ServerContainerCallbackHandler.java
The file was modified appserver/security/core-ee/pom.xml
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/UsernamePasswordStore.java
The file was modified appserver/security/appclient.security/src/main/java/com/sun/enterprise/security/appclient/AppClientSecurityInfoImpl.java
The file was modified appserver/security/appclient.security/src/main/java/com/sun/enterprise/security/appclient/AppclientIIOPInterceptorFactory.java
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/jmac/AuthMessagePolicy.java
The file was modified appserver/security/webservices.security/src/main/java/com/sun/enterprise/security/jmac/provider/config/PipeHelper.java
The file was modified appserver/pom.xml
The file was modified appserver/security/appclient.security/src/main/java/com/sun/enterprise/security/appclient/ConfigXMLParser.java
The file was modified appserver/security/webservices.security/pom.xml
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/jmac/MessageSecurityConfigEventListenerImpl.java
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/jmac/WebServicesDelegate.java
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/JavaEESecurityLifecycle.java
The file was modified appserver/security/webintegration/src/main/java/com/sun/web/security/RealmAdapter.java
Commit 7770a463f6ff1be0ce5e88426107788e9c4e3d24 by arjan tijms
Small amount of cleanup

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/cli/CreateMessageSecurityProvider.java
Commit 0d969d6409f72d3fcb073c04169a4599dc5f1b8b by arjan tijms
Integrate soap policies and key callbacks

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/jmac/callback/GlassFishBaseCallbackHandler.java
The file was modified nucleus/security/ssl-impl/src/main/java/com/sun/enterprise/security/ssl/impl/SecuritySupportImpl.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/ssl/J2EEKeyManager.java
The file was modified appserver/tests/appserv-tests/devtests/security/wss/gartner/ejbws/PingEjb.java
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/jmac/callback/ServerContainerCallbackHandler.java
The file was modified appserver/tests/appserv-tests/devtests/security/wss/gartner/custom-client.xml
The file was modified appserver/tests/appserv-tests/devtests/security/wss/gartner/servletws/PingServlet.java
The file was modified appserver/tests/appserv-tests/devtests/security/wss/gartner/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/wss/gartner/descriptor/sun-application-client.xml
The file was modified appserver/security/webservices.security/src/main/java/com/sun/enterprise/security/jmac/provider/config/PipeHelper.java
The file was modified appserver/security/webservices.security/src/main/java/com/sun/enterprise/security/webservices/ClientSecurityPipe.java
The file was modified appserver/pom.xml
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/jmac/callback/ClientContainerCallbackHandler.java
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/JavaEESecurityLifecycle.java
The file was modified appserver/security/webservices.security/src/main/java/com/sun/enterprise/security/webservices/GFServerPipeCreator.java
The file was modified appserver/security/webservices.security/src/main/java/com/sun/enterprise/security/webservices/ClientPipeCreator.java
The file was modified appserver/tests/appserv-tests/devtests/security/wss/gartner/descriptor/sun-ejb-jar.xml
The file was modified appserver/security/webservices.security/src/main/java/com/sun/enterprise/security/webservices/CommonServerSecurityPipe.java
The file was modified appserver/tests/appserv-tests/devtests/security/wss/gartner/client/PingClient.java
The file was modified appserver/tests/appserv-tests/devtests/security/wss/gartner/descriptor/sun-web.xml
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/ssl/SSLUtils.java
Commit 70a0f154fa779f00a8368836f57d20cc049a14ab by Glassfish Bot
Prepare release 7.0.8
The file was modified appserver/tests/embedded/ejb/basic/pom.xml
The file was modified appserver/tests/quicklook/ejb/singleton/pom.xml
The file was modified appserver/common/amx-jakartaee/pom.xml
The file was modified appserver/connectors/pom.xml
The file was modified nucleus/cluster/admin/pom.xml
The file was modified nucleus/core/pom.xml
The file was modified nucleus/deployment/autodeploy/pom.xml
The file was modified nucleus/admin/rest/rest-testing/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/webservice/pom.xml
The file was modified appserver/extras/embedded/pom.xml
The file was modified appserver/tests/hk2/isolation/web/pom.xml
The file was modified appserver/batch/pom.xml
The file was modified appserver/tests/cdi/negative/pom.xml
The file was modified appserver/tests/embedded/web/web-war/pom.xml
The file was modified appserver/core/jakartaee-kernel/pom.xml
The file was modified appserver/tests/paas/basic-db/pom.xml
The file was modified appserver/distributions/glassfish-common/pom.xml
The file was modified appserver/tests/paas/pom.xml
The file was modified appserver/tests/embedded/web/web-all/pom.xml
The file was modified appserver/persistence/jpa-container/pom.xml
The file was modified docs/application-development-guide/pom.xml
The file was modified appserver/tests/paas/scale_service/pom.xml
The file was modified appserver/core/api-exporter-fragment/pom.xml
The file was modified appserver/tests/embedded/web/web-api/pom.xml
The file was modified appserver/tests/appserv-tests/pom.xml
The file was modified appserver/extras/embedded/all/pom.xml
The file was modified appserver/tests/embedded/cdi_ejb_jpa/pom.xml
The file was modified appserver/deployment/schemas/pom.xml
The file was modified appserver/orb/orb-connector/pom.xml
The file was modified docs/troubleshooting-guide/pom.xml
The file was modified appserver/security/security-all/pom.xml
The file was modified appserver/tests/quicklook/ejb/sfulnoi/pom.xml
The file was modified appserver/featuresets/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/simple/pom.xml
The file was modified appserver/admin/cli-optional/pom.xml
The file was modified appserver/tests/pom.xml
The file was modified appserver/web/gf-weld-connector/pom.xml
The file was modified appserver/batch/glassfish-batch-connector/pom.xml
The file was modified appserver/common/pom.xml
The file was modified nucleus/distributions/pom.xml
The file was modified nucleus/core/bootstrap/pom.xml
The file was modified nucleus/admin/rest/rest-service/pom.xml
The file was modified appserver/tests/amx/pom.xml
The file was modified appserver/ldapbp/pom.xml
The file was modified appserver/tests/tck/rest_cdi/pom.xml
The file was modified appserver/tests/paas/appscoped-db-with-resources-xml/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/index/pom.xml
The file was modified appserver/tests/tck/microprofile/rest-client/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/remoteejbs/pom.xml
The file was modified appserver/tests/hk2/cdi/pom.xml
The file was modified appserver/admingui/concurrent/pom.xml
The file was modified appserver/tests/paas/service_metadata/custom_db_name/pom.xml
The file was modified appserver/jdbc/admin/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/mydb-plugin/pom.xml
The file was modified appserver/tests/application/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/basic/pom.xml
The file was modified nucleus/common/scattered-archive-api/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/pom.xml
The file was modified appserver/admingui/corba/pom.xml
The file was modified nucleus/flashlight/agent/pom.xml
The file was modified appserver/security/core-ee/pom.xml
The file was modified appserver/flashlight/pom.xml
The file was modified appserver/webservices/metro-fragments/pom.xml
The file was modified appserver/persistence/cmp/pom.xml
The file was modified appserver/itest-tools/pom.xml
The file was modified appserver/ejb/ejb-all/pom.xml
The file was modified appserver/admingui/community-theme/pom.xml
The file was modified appserver/tests/paas/javaee_shared_service/pom.xml
The file was modified appserver/common/glassfish-naming/pom.xml
The file was modified appserver/admingui/ejb/pom.xml
The file was modified appserver/ejb/ejb-container/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/mq-test/pom.xml
The file was modified appserver/tests/appserv-tests/util/reportbuilder/pom.xml
The file was modified nucleus/core/logging/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-full/pom.xml
The file was modified nucleus/resources/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/pom.xml
The file was modified nucleus/grizzly/config/pom.xml
The file was modified appserver/webservices/soap-tcp/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/localejbs/pom.xml
The file was modified nucleus/admin/config-api/pom.xml
The file was modified appserver/extras/embedded/common/instanceroot-builder/pom.xml
The file was modified appserver/tests/quicklook/pom.xml
The file was modified appserver/appclient/client/pom.xml
The file was modified appserver/extras/appserv-rt/dist-frag/pom.xml
The file was modified appserver/tests/paas/basic-jpa/pom.xml
The file was modified appserver/resources/resources-connector/pom.xml
The file was modified appserver/tests/tck/pages/pom.xml
The file was modified appserver/jdbc/templates/pom.xml
The file was modified docs/application-deployment-guide/pom.xml
The file was modified appserver/microprofile/connectors/pom.xml
The file was modified nucleus/common/simple-glassfish-api/pom.xml
The file was modified appserver/tests/embedded/mysql/pom.xml
The file was modified appserver/tests/paas/external-db-service/generatederbyvm/pom.xml
The file was modified appserver/connectors/connectors-runtime/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/applicationDispatcher/pom.xml
The file was modified appserver/ha/ha-shoal-store/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-ra-distribution/pom.xml
The file was modified nucleus/distributions/atomic/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/pom.xml
The file was modified appserver/appclient/client/acc/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment2/pom.xml
The file was modified appserver/persistence/cmp/utility/pom.xml
The file was modified appserver/admin/pom.xml
The file was modified docs/deployment-planning-guide/pom.xml
The file was modified appserver/tests/embedded/static/web/pom.xml
The file was modified appserver/appclient/client/acc-standalone/pom.xml
The file was modified appserver/transaction/jta/pom.xml
The file was modified appserver/resources/mail/mail-connector/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-model/pom.xml
The file was modified nucleus/cluster/cli/pom.xml
The file was modified nucleus/core/extra-jre-packages/pom.xml
The file was modified appserver/admin/admin-core/pom.xml
The file was modified appserver/admingui/war/pom.xml
The file was modified appserver/extras/embedded/web/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-faces-tck/pom.xml
The file was modified appserver/deployment/jakartaee-core/pom.xml
The file was modified appserver/libpam4j/pom.xml
The file was modified appserver/web/web-embed/api/pom.xml
The file was modified appserver/tests/tck/cdi/pom.xml
The file was modified nucleus/admin/server-mgmt/pom.xml
The file was modified appserver/tests/embedded/ejb/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/app/pom.xml
The file was modified nucleus/security/pom.xml
The file was modified appserver/web/web-core/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/sessionDestroyed/pom.xml
The file was modified appserver/grizzly/grizzly-container/pom.xml
The file was modified nucleus/security/core/pom.xml
The file was modified appserver/tests/paas/enable-disable-test/pom.xml
The file was modified appserver/extras/embedded/nucleus/pom.xml
The file was modified appserver/concurrent/concurrent-connector/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsptest/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-interactive/pom.xml
The file was modified appserver/tests/tck/expression_language/pom.xml
The file was modified appserver/security/appclient.security/pom.xml
The file was modified appserver/tests/tck/authentication/pom.xml
The file was modified appserver/persistence/cmp/generator-database/pom.xml
The file was modified appserver/load-balancer/admin/pom.xml
The file was modified appserver/webservices/pom.xml
The file was modified docs/publish/pom.xml
The file was modified appserver/common/stats77/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/getRequestURI/pom.xml
The file was modified appserver/tests/paas/service_metadata/provision_using_specified_template/pom.xml
The file was modified nucleus/core/api-exporter/pom.xml
The file was modified nucleus/flashlight/flashlight-extra-jdk-packages/pom.xml
The file was modified appserver/persistence/cmp/cmp-all/pom.xml
The file was modified docs/release-notes/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/runner/pom.xml
The file was modified appserver/tests/tck/servlet/pom.xml
The file was modified appserver/tests/paas/lazy-shared-service-test/pom.xml
The file was modified nucleus/glassfish-jul-extension/pom.xml
The file was modified appserver/persistence/cmp/support-ejb/pom.xml
The file was modified appserver/admin/cli/pom.xml
The file was modified appserver/concurrent/concurrent-impl/pom.xml
The file was modified nucleus/osgi-platforms/osgi-container/pom.xml
The file was modified appserver/connectors/descriptors/pom.xml
The file was modified appserver/microprofile/pom.xml
The file was modified appserver/tests/embedded/basic/lifecycle/pom.xml
The file was modified appserver/tests/cdi/cases/runner/pom.xml
The file was modified docs/administration-guide/pom.xml
The file was modified appserver/tests/community/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/lib/pom.xml
The file was modified appserver/tests/paas/basic-db-with-resources-xml/pom.xml
The file was modified appserver/web/weld-integration-fragment/pom.xml
The file was modified docs/embedded-server-guide/pom.xml
The file was modified appserver/ejb/ejb-connector/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-connectors-tck/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/pom.xml
The file was modified appserver/batch/glassfish-batch-commands/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/filterURIMapping/pom.xml
The file was modified nucleus/diagnostics/context/pom.xml
The file was modified appserver/tests/paas/basic-bookstore-dns/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-core/pom.xml
The file was modified docs/installation-guide/pom.xml
The file was modified appserver/appclient/client/acc-config/pom.xml
The file was modified appserver/tests/paas/external-db-service/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/pom.xml
The file was modified appserver/ejb/ejb-full-container/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/basic/pom.xml
The file was modified appserver/distributions/pom.xml
The file was modified appserver/tests/tck/validation/pom.xml
The file was modified appserver/connectors/connectors-internal-api/pom.xml
The file was modified appserver/transaction/pom.xml
The file was modified appserver/jdbc/jdbc-runtime/pom.xml
The file was modified appserver/web/jspcaching-connector/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/web/pom.xml
The file was modified appserver/extras/jakartaee/dist-frag/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-servlet-tck/pom.xml
The file was modified appserver/web/web-naming/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso1/pom.xml
The file was modified nucleus/osgi-platforms/pom.xml
The file was modified docs/reference-manual/pom.xml
The file was modified appserver/jms/gf-jms-connector/pom.xml
The file was modified appserver/tests/embedded/web/servlet/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authentication-tck/pom.xml
The file was modified appserver/web/webtier-all/pom.xml
The file was modified appserver/webservices/connector/pom.xml
The file was modified appserver/tests/paas/helloworld/pom.xml
The file was modified appserver/tests/tck/tck-download/tsharness/pom.xml
The file was modified appserver/jdbc/jdbc-ra/pom.xml
The file was modified appserver/tests/admingui/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/pom.xml
The file was modified appserver/web/weld-integration-test-fragment/pom.xml
The file was modified nucleus/flashlight/framework/pom.xml
The file was modified appserver/admingui/common/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-remote/pom.xml
The file was modified appserver/tests/quicklook/jms/injection/pom.xml
The file was modified nucleus/admin/util/pom.xml
The file was modified appserver/tests/quicklook/ejb/slsbnicmt/pom.xml
The file was modified appserver/tests/tck/authorization/pom.xml
The file was modified appserver/web/jstl-connector/pom.xml
The file was modified nucleus/xmlbind-annotations/pom.xml
The file was modified appserver/tests/hk2/isolation/pom.xml
The file was modified docs/website/pom.xml
The file was modified appserver/tests/tck/jwt/pom.xml
The file was modified appserver/distributions/web/pom.xml
The file was modified docs/security-guide/pom.xml
The file was modified appserver/extras/pom.xml
The file was modified nucleus/parent/pom.xml
The file was modified appserver/tests/cdi/negative/normalScopeWithFinal/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authorization-tck/pom.xml
The file was modified appserver/tests/hk2/isolation/runner/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/static-shell-init/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/pom.xml
The file was modified nucleus/featuresets/pom.xml
The file was modified docs/pom.xml
The file was modified appserver/tests/hk2/pom.xml
The file was modified appserver/jms/jms-core/pom.xml
The file was modified appserver/tests/cdi/cases/pom.xml
The file was modified appserver/web/web-sse/pom.xml
The file was modified docs/error-messages-reference/pom.xml
The file was modified appserver/extras/jakartaee/manifest-jar/pom.xml
The file was modified appserver/admingui/cluster/pom.xml
The file was modified appserver/tests/embedded/pom.xml
The file was modified appserver/tests/paas/basic/pom.xml
The file was modified appserver/pom.xml
The file was modified appserver/common/container-common/pom.xml
The file was modified appserver/extras/embedded/tests/pom.xml
The file was modified appserver/appclient/pom.xml
The file was modified nucleus/security/services/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/lib1/pom.xml
The file was modified appserver/appclient/client/appclient-scripts/pom.xml
The file was modified appserver/security/webservices.security/pom.xml
The file was modified appserver/admingui/web/pom.xml
The file was modified appserver/webservices/metro-glue/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/ejb_lite_basic/pom.xml
The file was modified nucleus/featuresets/atomic/pom.xml
The file was modified nucleus/admin/rest/pom.xml
The file was modified appserver/common/annotation-framework/pom.xml
The file was modified appserver/featuresets/glassfish/pom.xml
The file was modified appserver/distributions/docker/pom.xml
The file was modified appserver/extras/jakartaee/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/websockets/pom.xml
The file was modified appserver/persistence/cmp/model/pom.xml
The file was modified appserver/webservices/webservices-scripts/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb2/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell-frag/pom.xml
The file was modified appserver/tests/paas/external-db-service/test/pom.xml
The file was modified appserver/admingui/gf-admingui-connector/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/pom.xml
The file was modified appserver/tests/quicklook/rest/pom.xml
The file was modified nucleus/diagnostics/diagnostics-api/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/pom.xml
The file was modified appserver/persistence/cmp/enhancer/pom.xml
The file was modified appserver/tests/embedded/utils/pom.xml
The file was modified appserver/appclient/server/pom.xml
The file was modified appserver/web/web-glue/pom.xml
The file was modified appserver/tests/quicklook/ejb/cmp/pom.xml
The file was modified appserver/ha/pom.xml
The file was modified appserver/tests/quicklook/amx/pom.xml
The file was modified appserver/tests/quicklook/admin/pom.xml
The file was modified appserver/tests/appserv-tests/cciblackbox-tx/pom.xml
The file was modified appserver/deployment/dol/pom.xml
The file was modified appserver/admin/template/pom.xml
The file was modified appserver/tests/embedded/web/web-war/war/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-rest-tck/pom.xml
The file was modified appserver/tests/quicklook/ejb/embedded/pom.xml
The file was modified appserver/resources/mail/pom.xml
The file was modified appserver/security/webintegration/pom.xml
The file was modified appserver/security/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-ant-based-tck/pom.xml
The file was modified appserver/tests/paas/basic-service-discovery/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc40/pom.xml
The file was modified appserver/web/jersey-ejb-component-provider/pom.xml
The file was modified nucleus/deployment/dtds/pom.xml
The file was modified appserver/batch/batch-database/pom.xml
The file was modified appserver/jdbc/jdbc-config/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/war/pom.xml
The file was modified nucleus/cluster/ssh/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war2/pom.xml
The file was modified docs/performance-tuning-guide/pom.xml
The file was modified appserver/ha/ha-shoal-cache-bootstrap/pom.xml
The file was modified appserver/tests/quicklook/wsit/JaxwsFromWsdl/pom.xml
The file was modified appserver/web/jsf-connector/pom.xml
The file was modified appserver/tests/embedded/web/autodelete/pom.xml
The file was modified nucleus/cluster/gms-bootstrap/pom.xml
The file was modified appserver/microprofile/config/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/pom.xml
The file was modified appserver/tests/embedded/web/pom.xml
The file was modified appserver/tests/tck/tck-download/pom.xml
The file was modified appserver/ejb/ejb-client/pom.xml
The file was modified appserver/admingui/dataprovider/pom.xml
The file was modified appserver/web/gui-plugin-common/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/programmatic-authentication/pom.xml
The file was modified appserver/tests/paas/basic-shared-service-test/pom.xml
The file was modified appserver/tests/admin/admin-extension/pom.xml
The file was modified appserver/connectors/connectors-inbound-runtime/pom.xml
The file was modified appserver/transaction/internal-api/pom.xml
The file was modified appserver/extras/embedded/common/bootstrap/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb1/pom.xml
The file was modified nucleus/cluster/gms-adapter/pom.xml
The file was modified appserver/core/pom.xml
The file was modified appserver/jms/gf-jms-injection/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/runner/pom.xml
The file was modified appserver/tests/paas/ext-shared-service-enable-disable-test/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/mdb/pom.xml
The file was modified appserver/tests/embedded/inplanted/pom.xml
The file was modified nucleus/common/mbeanserver/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment1/pom.xml
The file was modified appserver/resources/mail/mail-runtime/pom.xml
The file was modified appserver/admingui/plugin-service/pom.xml
The file was modified nucleus/deployment/schemas/pom.xml
The file was modified appserver/tests/quicklook/wsit/jsr109tester/pom.xml
The file was modified pom.xml
The file was modified appserver/tests/admin/tests/pom.xml
The file was modified nucleus/grizzly/pom.xml
The file was modified nucleus/core/context-propagation/pom.xml
The file was modified appserver/deployment/pom.xml
The file was modified appserver/ejb/ejb-timer-databases/pom.xml
The file was modified appserver/osgi-platforms/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/advanced/pom.xml
The file was modified appserver/tests/tck/tck-download/javatest/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-commands-tests/pom.xml
The file was modified appserver/tests/embedded/cdi_basic/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars-xa/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/scattered/pom.xml
The file was modified appserver/tests/embedded/ejb/ejb-api/pom.xml
The file was modified appserver/admin/backup/pom.xml
The file was modified appserver/tests/embedded/ejb/ejb-main/pom.xml
The file was modified appserver/persistence/entitybean-container/pom.xml
The file was modified appserver/resources/resources-runtime/pom.xml
The file was modified docs/add-on-component-development-guide/pom.xml
The file was modified appserver/ha/ha-file-store/pom.xml
The file was modified appserver/tests/paas/deployment-rollback/pom.xml
The file was modified nucleus/deployment/common/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/secureWebApp/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/advanced/pom.xml
The file was modified nucleus/common/common-util/pom.xml
The file was modified appserver/extras/appserv-rt/manifest-jar/pom.xml
The file was modified appserver/extras/embedded/common/installroot-builder/pom.xml
The file was modified appserver/grizzly/glassfish-grizzly-extra-all/pom.xml
The file was modified appserver/admingui/core/pom.xml
The file was modified appserver/persistence/cmp/ejb-mapping/pom.xml
The file was modified appserver/web/web-ha/pom.xml
The file was modified nucleus/diagnostics/pom.xml
The file was modified appserver/web/cdi-api-fragment/pom.xml
The file was modified nucleus/admin/rest/rest-client/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/runner/pom.xml
The file was modified appserver/tests/sse/videoplayer/pom.xml
The file was modified appserver/tests/embedded/web/web-war/test/pom.xml
The file was modified appserver/tests/embedded/servlet_runs_admin_cmds/pom.xml
The file was modified appserver/featuresets/web/pom.xml
The file was modified appserver/web/pom.xml
The file was modified appserver/concurrent/pom.xml
The file was modified nucleus/security/ssl-impl/pom.xml
The file was modified appserver/deployment/jakartaee-full/pom.xml
The file was modified appserver/web/war-util/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/ear/pom.xml
The file was modified appserver/tests/tck/pom.xml
The file was modified appserver/tests/tck/faces/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/pom.xml
The file was modified nucleus/cluster/pom.xml
The file was modified appserver/extras/embedded/common/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/runner/pom.xml
The file was modified nucleus/distributions/nucleus-common/pom.xml
The file was modified appserver/osgi-platforms/felix-webconsole-extension/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/ejb-auth-async/scheduler-service/pom.xml
The file was modified appserver/flashlight/client/pom.xml
The file was modified appserver/security/jaspic-provider-framework/pom.xml
The file was modified appserver/persistence/cmp/support-sqlstore/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/spetest/pom.xml
The file was modified appserver/tests/tck/microprofile/config/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/multiBeansApp/pom.xml
The file was modified nucleus/flashlight/pom.xml
The file was modified appserver/appclient/server/core/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/multipleApps/pom.xml
The file was modified appserver/tests/paas/basic-db-initsql/pom.xml
The file was modified appserver/web/jersey-mvc-connector/pom.xml
The file was modified appserver/tests/admin/pom.xml
The file was modified appserver/jms/jmsra/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/pom.xml
The file was modified nucleus/admin/pom.xml
The file was modified appserver/tests/jakartaee/pom.xml
The file was modified appserver/tests/embedded/basic/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/ejb1/pom.xml
The file was modified appserver/security/ejb.security/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb2/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment3/pom.xml
The file was modified appserver/orb/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/common/pom.xml
The file was modified appserver/common/glassfish-ee-api/pom.xml
The file was modified nucleus/cluster/common/pom.xml
The file was modified appserver/jms/admin/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso2/pom.xml
The file was modified nucleus/admin/monitor/pom.xml
The file was modified appserver/tests/tck/pages_tags/pom.xml
The file was modified docs/ha-administration-guide/pom.xml
The file was modified appserver/extras/embedded/shell/pom.xml
The file was modified appserver/extras/appserv-rt/pom.xml
The file was modified appserver/load-balancer/pom.xml
The file was modified appserver/tests/sse/basic/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tags-tck/pom.xml
The file was modified qa/pom.xml
The file was modified appserver/tests/embedded/static/pom.xml
The file was modified nucleus/featuresets/nucleus/pom.xml
The file was modified appserver/tests/cdi/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/init/pom.xml
The file was modified appserver/ant-tasks/pom.xml
The file was modified nucleus/admin/launcher/pom.xml
The file was modified nucleus/common/pom.xml
The file was modified appserver/tests/tck/connectors/pom.xml
The file was modified nucleus/distributions/nucleus/pom.xml
The file was modified appserver/tests/admingui/auto-test/pom.xml
The file was modified appserver/connectors/connectors-connector/pom.xml
The file was modified appserver/featuresets/debug/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/standalonewar/pom.xml
The file was modified appserver/persistence/oracle-jdbc-driver-packages/pom.xml
The file was modified appserver/persistence/cmp/cmp-scripts/pom.xml
The file was modified appserver/tests/tck/rest/pom.xml
The file was modified appserver/admingui/jca/pom.xml
The file was modified appserver/osgi-platforms/glassfish-osgi-console-plugin/pom.xml
The file was modified appserver/tests/tck/concurrency/pom.xml
The file was modified nucleus/core/kernel/pom.xml
The file was modified appserver/ejb/ejb-internal-api/pom.xml
The file was modified appserver/tests/quicklook/ejb/remoteview/pom.xml
The file was modified nucleus/admin/rest/gf-restadmin-connector/pom.xml
The file was modified appserver/persistence/common/pom.xml
The file was modified nucleus/admin/cli/pom.xml
The file was modified docs/upgrade-guide/pom.xml
The file was modified appserver/tests/paas/basic-db-teardown-sql/pom.xml
The file was modified appserver/extras/embedded/common/osgi-modules-uninstaller/pom.xml
The file was modified appserver/resources/pom.xml
The file was modified appserver/extras/embedded/common/osgi-main/pom.xml
The file was modified appserver/orb/orb-enabler/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars/pom.xml
The file was modified appserver/tests/embedded/glassfish_resources_xml/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/pom.xml
The file was modified appserver/persistence/gf-jpa-connector/pom.xml
The file was modified appserver/admingui/jms-plugin/pom.xml
The file was modified appserver/transaction/jts/pom.xml
The file was modified appserver/webservices/jsr109-impl/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/jars/pom.xml
The file was modified appserver/persistence/eclipselink-wrapper/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-tests-utils/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-expression-language-tck/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/pom.xml
The file was modified appserver/jdbc/pom.xml
The file was modified appserver/admingui/pom.xml
The file was modified appserver/tests/embedded/static/ejb/simple/pom.xml
The file was modified appserver/connectors/admin/pom.xml
The file was modified nucleus/deployment/admin/pom.xml
The file was modified appserver/tests/embedded/scatteredarchive/pom.xml
The file was modified appserver/tests/paas/service_metadata/pom.xml
The file was modified nucleus/common/amx-core/pom.xml
The file was modified nucleus/osgi-platforms/felix/pom.xml
The file was modified appserver/grizzly/pom.xml
The file was modified appserver/tests/cdi/negative/runner/pom.xml
The file was modified nucleus/hk2-config-generator/pom.xml
The file was modified appserver/admingui/jdbc/pom.xml
The file was modified appserver/tests/embedded/wrapper/pom.xml
The file was modified appserver/web/web-embed/pom.xml
The file was modified appserver/jms/pom.xml
The file was modified appserver/persistence/cmp/internal-api/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/pom.xml
The file was modified appserver/ejb/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tck/pom.xml
The file was modified appserver/ejb/ejb-timer-service-app/pom.xml
The file was modified appserver/tests/embedded/ejb/remoteejb/pom.xml
The file was modified appserver/load-balancer/gf-load-balancer-connector/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jmxUndeployEvent/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war1/pom.xml
The file was modified docs/distribution/pom.xml
The file was modified nucleus/test-utils/pom.xml
The file was modified appserver/distributions/glassfish/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/queryString/pom.xml
The file was modified nucleus/deployment/pom.xml
The file was modified appserver/deployment/dtds/pom.xml
The file was modified appserver/web/weld-integration/pom.xml
The file was modified appserver/admingui/full/pom.xml
The file was modified docs/parent/pom.xml
The file was modified nucleus/common/internal-api/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell/pom.xml
The file was modified appserver/tests/quicklook/adminconsole/pom.xml
The file was modified appserver/appclient/server/connector/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell/pom.xml
The file was modified appserver/web/admin/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/dirListing/pom.xml
The file was modified appserver/orb/orb-iiop/pom.xml
The file was modified appserver/persistence/pom.xml
The file was modified appserver/connectors/work-management/pom.xml
The file was modified appserver/tests/paas/external-and-shared-service/pom.xml
The file was modified appserver/tests/paas/bookstore/pom.xml
The file was modified nucleus/hk2-config-types/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsftest/pom.xml
The file was modified nucleus/grizzly/nucleus-grizzly-all/pom.xml
The file was modified appserver/tests/tck/microprofile/pom.xml
The file was modified appserver/web/gf-web-connector/pom.xml
The file was modified nucleus/common/glassfish-api/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb1/pom.xml
The file was modified appserver/tests/tck/tck-runner/pom.xml
The file was modified nucleus/pom.xml
The file was modified appserver/admingui/ejb-lite/pom.xml
The file was modified appserver/admingui/jts/pom.xml
The file was modified docs/quick-start-guide/pom.xml
The file was modified appserver/tests/embedded/static/ejb/pom.xml
The file was modified nucleus/admin/template/pom.xml
Commit fd8e032b29267c2927367ce02f9b092765afc1c3 by Glassfish Bot
Prepare next development cycle for 7.0.9-SNAPSHOT
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars/pom.xml
The file was modified appserver/web/web-ha/pom.xml
The file was modified appserver/persistence/cmp/cmp-all/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/websockets/pom.xml
The file was modified appserver/tests/paas/basic-db/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/pom.xml
The file was modified appserver/load-balancer/gf-load-balancer-connector/pom.xml
The file was modified appserver/tests/cdi/negative/normalScopeWithFinal/pom.xml
The file was modified nucleus/deployment/dtds/pom.xml
The file was modified appserver/tests/quicklook/wsit/jsr109tester/pom.xml
The file was modified nucleus/security/pom.xml
The file was modified appserver/security/core-ee/pom.xml
The file was modified appserver/extras/embedded/all/pom.xml
The file was modified appserver/core/pom.xml
The file was modified appserver/security/appclient.security/pom.xml
The file was modified nucleus/core/extra-jre-packages/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/pom.xml
The file was modified appserver/tests/quicklook/rest/pom.xml
The file was modified appserver/web/jspcaching-connector/pom.xml
The file was modified appserver/web/jersey-mvc-connector/pom.xml
The file was modified appserver/grizzly/glassfish-grizzly-extra-all/pom.xml
The file was modified appserver/ejb/ejb-timer-service-app/pom.xml
The file was modified appserver/tests/hk2/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-interactive/pom.xml
The file was modified appserver/persistence/cmp/model/pom.xml
The file was modified appserver/tests/paas/basic-db-initsql/pom.xml
The file was modified nucleus/common/scattered-archive-api/pom.xml
The file was modified appserver/tests/quicklook/admin/pom.xml
The file was modified nucleus/admin/pom.xml
The file was modified appserver/ejb/ejb-full-container/pom.xml
The file was modified appserver/tests/embedded/web/web-all/pom.xml
The file was modified docs/embedded-server-guide/pom.xml
The file was modified nucleus/security/ssl-impl/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/pom.xml
The file was modified nucleus/admin/cli/pom.xml
The file was modified appserver/core/jakartaee-kernel/pom.xml
The file was modified appserver/tests/quicklook/ejb/embedded/pom.xml
The file was modified appserver/extras/jakartaee/pom.xml
The file was modified appserver/tests/paas/service_metadata/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/pom.xml
The file was modified nucleus/admin/launcher/pom.xml
The file was modified appserver/admingui/pom.xml
The file was modified appserver/microprofile/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/multipleApps/pom.xml
The file was modified appserver/tests/tck/pages_tags/pom.xml
The file was modified nucleus/grizzly/pom.xml
The file was modified appserver/tests/embedded/static/web/pom.xml
The file was modified appserver/webservices/metro-glue/pom.xml
The file was modified appserver/tests/tck/microprofile/config/pom.xml
The file was modified appserver/tests/embedded/web/pom.xml
The file was modified appserver/web/gui-plugin-common/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war1/pom.xml
The file was modified appserver/tests/paas/external-db-service/pom.xml
The file was modified appserver/tests/tck/validation/pom.xml
The file was modified appserver/tests/quicklook/ejb/remoteview/pom.xml
The file was modified nucleus/security/services/pom.xml
The file was modified nucleus/featuresets/atomic/pom.xml
The file was modified appserver/featuresets/glassfish/pom.xml
The file was modified appserver/tests/admin/admin-extension/pom.xml
The file was modified appserver/tests/tck/pages/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/lib/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war2/pom.xml
The file was modified appserver/appclient/client/acc/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-core/pom.xml
The file was modified appserver/extras/embedded/common/installroot-builder/pom.xml
The file was modified appserver/tests/embedded/basic/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/lib1/pom.xml
The file was modified docs/performance-tuning-guide/pom.xml
The file was modified appserver/persistence/common/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsptest/pom.xml
The file was modified docs/pom.xml
The file was modified appserver/web/weld-integration-fragment/pom.xml
The file was modified appserver/tests/paas/service_metadata/custom_db_name/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-ant-based-tck/pom.xml
The file was modified appserver/admingui/community-theme/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/pom.xml
The file was modified nucleus/admin/rest/rest-testing/pom.xml
The file was modified appserver/connectors/connectors-internal-api/pom.xml
The file was modified appserver/admingui/ejb/pom.xml
The file was modified appserver/web/web-sse/pom.xml
The file was modified nucleus/common/glassfish-api/pom.xml
The file was modified appserver/osgi-platforms/felix-webconsole-extension/pom.xml
The file was modified appserver/tests/paas/basic/pom.xml
The file was modified appserver/jdbc/jdbc-config/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/scattered/pom.xml
The file was modified appserver/orb/orb-enabler/pom.xml
The file was modified appserver/tests/embedded/web/web-war/test/pom.xml
The file was modified appserver/persistence/cmp/internal-api/pom.xml
The file was modified appserver/tests/embedded/web/web-api/pom.xml
The file was modified appserver/tests/appserv-tests/util/reportbuilder/pom.xml
The file was modified appserver/extras/embedded/tests/pom.xml
The file was modified appserver/deployment/jakartaee-core/pom.xml
The file was modified appserver/tests/tck/expression_language/pom.xml
The file was modified appserver/transaction/jta/pom.xml
The file was modified nucleus/security/core/pom.xml
The file was modified appserver/tests/embedded/utils/pom.xml
The file was modified appserver/load-balancer/admin/pom.xml
The file was modified appserver/tests/paas/bookstore/pom.xml
The file was modified appserver/tests/amx/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/web/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-remote/pom.xml
The file was modified appserver/resources/mail/mail-runtime/pom.xml
The file was modified nucleus/common/internal-api/pom.xml
The file was modified appserver/tests/tck/authentication/pom.xml
The file was modified appserver/tests/paas/deployment-rollback/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/ejb-auth-async/scheduler-service/pom.xml
The file was modified appserver/tests/cdi/cases/runner/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/runner/pom.xml
The file was modified appserver/extras/embedded/pom.xml
The file was modified docs/security-guide/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/getRequestURI/pom.xml
The file was modified appserver/web/web-embed/pom.xml
The file was modified appserver/tests/paas/basic-shared-service-test/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tck/pom.xml
The file was modified appserver/jdbc/jdbc-ra/pom.xml
The file was modified nucleus/diagnostics/diagnostics-api/pom.xml
The file was modified appserver/tests/embedded/web/web-war/war/pom.xml
The file was modified appserver/ha/pom.xml
The file was modified appserver/osgi-platforms/glassfish-osgi-console-plugin/pom.xml
The file was modified appserver/web/jersey-ejb-component-provider/pom.xml
The file was modified appserver/webservices/soap-tcp/pom.xml
The file was modified appserver/tests/embedded/pom.xml
The file was modified appserver/extras/embedded/common/osgi-main/pom.xml
The file was modified appserver/tests/quicklook/ejb/cmp/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/spetest/pom.xml
The file was modified docs/deployment-planning-guide/pom.xml
The file was modified appserver/tests/quicklook/jms/injection/pom.xml
The file was modified appserver/tests/sse/videoplayer/pom.xml
The file was modified appserver/tests/embedded/ejb/ejb-api/pom.xml
The file was modified appserver/persistence/eclipselink-wrapper/pom.xml
The file was modified appserver/persistence/cmp/enhancer/pom.xml
The file was modified appserver/connectors/admin/pom.xml
The file was modified nucleus/core/bootstrap/pom.xml
The file was modified appserver/tests/paas/ext-shared-service-enable-disable-test/pom.xml
The file was modified appserver/jdbc/jdbc-runtime/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-rest-tck/pom.xml
The file was modified appserver/tests/tck/tck-download/pom.xml
The file was modified nucleus/distributions/atomic/pom.xml
The file was modified appserver/ejb/ejb-container/pom.xml
The file was modified appserver/tests/tck/tck-download/tsharness/pom.xml
The file was modified nucleus/deployment/common/pom.xml
The file was modified docs/publish/pom.xml
The file was modified appserver/admingui/jms-plugin/pom.xml
The file was modified appserver/tests/tck/cdi/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-connectors-tck/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/pom.xml
The file was modified appserver/persistence/jpa-container/pom.xml
The file was modified appserver/persistence/oracle-jdbc-driver-packages/pom.xml
The file was modified appserver/tests/cdi/negative/pom.xml
The file was modified appserver/ejb/ejb-connector/pom.xml
The file was modified appserver/admingui/jdbc/pom.xml
The file was modified appserver/security/security-all/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/remoteejbs/pom.xml
The file was modified appserver/ha/ha-file-store/pom.xml
The file was modified appserver/jms/jmsra/pom.xml
The file was modified appserver/tests/embedded/ejb/remoteejb/pom.xml
The file was modified appserver/extras/jakartaee/dist-frag/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/ear/pom.xml
The file was modified appserver/tests/paas/enable-disable-test/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-full/pom.xml
The file was modified nucleus/osgi-platforms/osgi-container/pom.xml
The file was modified appserver/tests/appserv-tests/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authorization-tck/pom.xml
The file was modified appserver/admin/cli-optional/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/pom.xml
The file was modified appserver/tests/embedded/web/servlet/pom.xml
The file was modified nucleus/core/api-exporter/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb1/pom.xml
The file was modified appserver/security/webservices.security/pom.xml
The file was modified appserver/deployment/schemas/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc40/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/mq-test/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-expression-language-tck/pom.xml
The file was modified appserver/resources/resources-connector/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso1/pom.xml
The file was modified appserver/tests/application/pom.xml
The file was modified appserver/resources/mail/mail-connector/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/mdb/pom.xml
The file was modified appserver/tests/paas/service_metadata/provision_using_specified_template/pom.xml
The file was modified appserver/tests/tck/microprofile/rest-client/pom.xml
The file was modified appserver/admin/cli/pom.xml
The file was modified appserver/connectors/descriptors/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/pom.xml
The file was modified appserver/tests/appserv-tests/cciblackbox-tx/pom.xml
The file was modified appserver/tests/admingui/pom.xml
The file was modified appserver/tests/embedded/web/web-war/pom.xml
The file was modified appserver/concurrent/concurrent-impl/pom.xml
The file was modified appserver/jms/admin/pom.xml
The file was modified appserver/transaction/jts/pom.xml
The file was modified appserver/admingui/cluster/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/dirListing/pom.xml
The file was modified nucleus/common/mbeanserver/pom.xml
The file was modified nucleus/flashlight/framework/pom.xml
The file was modified appserver/tests/cdi/cases/pom.xml
The file was modified appserver/persistence/cmp/pom.xml
The file was modified appserver/ejb/ejb-client/pom.xml
The file was modified nucleus/flashlight/agent/pom.xml
The file was modified nucleus/admin/server-mgmt/pom.xml
The file was modified appserver/resources/pom.xml
The file was modified appserver/admingui/concurrent/pom.xml
The file was modified appserver/web/cdi-api-fragment/pom.xml
The file was modified appserver/transaction/internal-api/pom.xml
The file was modified nucleus/cluster/gms-adapter/pom.xml
The file was modified nucleus/cluster/common/pom.xml
The file was modified appserver/tests/embedded/static/pom.xml
The file was modified appserver/tests/tck/microprofile/pom.xml
The file was modified appserver/extras/appserv-rt/dist-frag/pom.xml
The file was modified appserver/appclient/server/connector/pom.xml
The file was modified appserver/extras/embedded/common/bootstrap/pom.xml
The file was modified appserver/featuresets/debug/pom.xml
The file was modified appserver/common/glassfish-ee-api/pom.xml
The file was modified appserver/ant-tasks/pom.xml
The file was modified appserver/extras/embedded/web/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment3/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/basic/pom.xml
The file was modified appserver/tests/cdi/pom.xml
The file was modified appserver/admin/template/pom.xml
The file was modified nucleus/cluster/pom.xml
The file was modified appserver/tests/cdi/negative/runner/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/secureWebApp/pom.xml
The file was modified qa/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-tests-utils/pom.xml
The file was modified appserver/distributions/web/pom.xml
The file was modified appserver/appclient/server/core/pom.xml
The file was modified appserver/admingui/ejb-lite/pom.xml
The file was modified appserver/appclient/client/acc-config/pom.xml
The file was modified nucleus/cluster/ssh/pom.xml
The file was modified appserver/tests/embedded/basic/lifecycle/pom.xml
The file was modified appserver/tests/embedded/ejb/pom.xml
The file was modified nucleus/parent/pom.xml
The file was modified appserver/flashlight/client/pom.xml
The file was modified appserver/tests/tck/concurrency/pom.xml
The file was modified appserver/tests/paas/scale_service/pom.xml
The file was modified docs/administration-guide/pom.xml
The file was modified appserver/orb/pom.xml
The file was modified appserver/tests/quicklook/pom.xml
The file was modified appserver/admingui/war/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/advanced/pom.xml
The file was modified appserver/orb/orb-iiop/pom.xml
The file was modified nucleus/hk2-config-types/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/applicationDispatcher/pom.xml
The file was modified appserver/grizzly/grizzly-container/pom.xml
The file was modified appserver/web/admin/pom.xml
The file was modified appserver/distributions/docker/pom.xml
The file was modified docs/reference-manual/pom.xml
The file was modified nucleus/admin/rest/rest-service/pom.xml
The file was modified nucleus/diagnostics/context/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/programmatic-authentication/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/static-shell-init/pom.xml
The file was modified nucleus/resources/pom.xml
The file was modified appserver/common/pom.xml
The file was modified appserver/tests/paas/external-db-service/generatederbyvm/pom.xml
The file was modified appserver/tests/tck/jwt/pom.xml
The file was modified nucleus/core/kernel/pom.xml
The file was modified appserver/tests/tck/pom.xml
The file was modified appserver/web/weld-integration-test-fragment/pom.xml
The file was modified appserver/flashlight/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/webservice/pom.xml
The file was modified appserver/persistence/cmp/utility/pom.xml
The file was modified appserver/admingui/plugin-service/pom.xml
The file was modified appserver/security/pom.xml
The file was modified appserver/tests/paas/appscoped-db-with-resources-xml/pom.xml
The file was modified appserver/tests/embedded/inplanted/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/sessionDestroyed/pom.xml
The file was modified appserver/tests/embedded/static/ejb/simple/pom.xml
The file was modified appserver/extras/embedded/nucleus/pom.xml
The file was modified nucleus/common/amx-core/pom.xml
The file was modified nucleus/cluster/cli/pom.xml
The file was modified appserver/deployment/jakartaee-full/pom.xml
The file was modified appserver/persistence/entitybean-container/pom.xml
The file was modified appserver/admingui/jca/pom.xml
The file was modified nucleus/hk2-config-generator/pom.xml
The file was modified appserver/tests/embedded/web/autodelete/pom.xml
The file was modified appserver/tests/paas/basic-bookstore-dns/pom.xml
The file was modified nucleus/cluster/admin/pom.xml
The file was modified appserver/admingui/web/pom.xml
The file was modified appserver/tests/tck/faces/pom.xml
The file was modified nucleus/admin/rest/pom.xml
The file was modified nucleus/test-utils/pom.xml
The file was modified appserver/tests/embedded/servlet_runs_admin_cmds/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/queryString/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/app/pom.xml
The file was modified appserver/jms/pom.xml
The file was modified appserver/microprofile/connectors/pom.xml
The file was modified nucleus/distributions/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/simple/pom.xml
The file was modified appserver/tests/tck/connectors/pom.xml
The file was modified nucleus/common/pom.xml
The file was modified appserver/tests/tck/rest_cdi/pom.xml
The file was modified nucleus/cluster/gms-bootstrap/pom.xml
The file was modified appserver/tests/paas/external-db-service/test/pom.xml
The file was modified appserver/resources/mail/pom.xml
The file was modified appserver/tests/admingui/auto-test/pom.xml
The file was modified appserver/tests/embedded/static/ejb/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-commands-tests/pom.xml
The file was modified appserver/admingui/core/pom.xml
The file was modified appserver/featuresets/web/pom.xml
The file was modified appserver/web/pom.xml
The file was modified appserver/tests/embedded/ejb/ejb-main/pom.xml
The file was modified nucleus/osgi-platforms/pom.xml
The file was modified appserver/tests/tck/tck-download/javatest/pom.xml
The file was modified nucleus/distributions/nucleus/pom.xml
The file was modified nucleus/grizzly/nucleus-grizzly-all/pom.xml
The file was modified appserver/osgi-platforms/pom.xml
The file was modified appserver/web/gf-web-connector/pom.xml
The file was modified appserver/tests/paas/lazy-shared-service-test/pom.xml
The file was modified appserver/jdbc/admin/pom.xml
The file was modified docs/upgrade-guide/pom.xml
The file was modified appserver/admingui/corba/pom.xml
The file was modified appserver/tests/paas/javaee_shared_service/pom.xml
The file was modified appserver/webservices/webservices-scripts/pom.xml
The file was modified appserver/jms/jms-core/pom.xml
The file was modified appserver/ejb/ejb-all/pom.xml
The file was modified appserver/connectors/pom.xml
The file was modified appserver/deployment/dol/pom.xml
The file was modified appserver/concurrent/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/pom.xml
The file was modified appserver/distributions/pom.xml
The file was modified appserver/tests/embedded/mysql/pom.xml
The file was modified appserver/tests/paas/basic-db-with-resources-xml/pom.xml
The file was modified appserver/ejb/ejb-timer-databases/pom.xml
The file was modified appserver/admingui/jts/pom.xml
The file was modified nucleus/osgi-platforms/felix/pom.xml
The file was modified appserver/tests/paas/external-and-shared-service/pom.xml
The file was modified appserver/appclient/pom.xml
The file was modified appserver/web/web-core/pom.xml
The file was modified appserver/common/glassfish-naming/pom.xml
The file was modified appserver/tests/paas/pom.xml
The file was modified appserver/load-balancer/pom.xml
The file was modified appserver/tests/tck/authorization/pom.xml
The file was modified nucleus/flashlight/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/filterURIMapping/pom.xml
The file was modified appserver/tests/paas/helloworld/pom.xml
The file was modified nucleus/core/logging/pom.xml
The file was modified nucleus/deployment/pom.xml
The file was modified appserver/extras/embedded/common/osgi-modules-uninstaller/pom.xml
The file was modified appserver/web/gf-weld-connector/pom.xml
The file was modified appserver/appclient/client/pom.xml
The file was modified appserver/appclient/client/acc-standalone/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jmxUndeployEvent/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/pom.xml
The file was modified appserver/web/web-glue/pom.xml
The file was modified appserver/connectors/connectors-connector/pom.xml
The file was modified docs/application-deployment-guide/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/init/pom.xml
The file was modified appserver/extras/appserv-rt/manifest-jar/pom.xml
The file was modified nucleus/common/simple-glassfish-api/pom.xml
The file was modified nucleus/admin/template/pom.xml
The file was modified appserver/tests/admin/pom.xml
The file was modified appserver/common/annotation-framework/pom.xml
The file was modified appserver/persistence/cmp/cmp-scripts/pom.xml
The file was modified docs/add-on-component-development-guide/pom.xml
The file was modified nucleus/admin/config-api/pom.xml
The file was modified appserver/webservices/jsr109-impl/pom.xml
The file was modified nucleus/featuresets/pom.xml
The file was modified docs/website/pom.xml
The file was modified nucleus/admin/rest/gf-restadmin-connector/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/pom.xml
The file was modified nucleus/distributions/nucleus-common/pom.xml
The file was modified appserver/tests/embedded/ejb/basic/pom.xml
The file was modified appserver/orb/orb-connector/pom.xml
The file was modified appserver/webservices/connector/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/multiBeansApp/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authentication-tck/pom.xml
The file was modified appserver/tests/quicklook/ejb/slsbnicmt/pom.xml
The file was modified appserver/persistence/cmp/generator-database/pom.xml
The file was modified nucleus/core/pom.xml
The file was modified docs/troubleshooting-guide/pom.xml
The file was modified nucleus/diagnostics/pom.xml
The file was modified appserver/extras/pom.xml
The file was modified appserver/pom.xml
The file was modified appserver/tests/quicklook/wsit/JaxwsFromWsdl/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment2/pom.xml
The file was modified nucleus/core/context-propagation/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/runner/pom.xml
The file was modified appserver/persistence/cmp/ejb-mapping/pom.xml
The file was modified appserver/common/container-common/pom.xml
The file was modified appserver/tests/tck/tck-runner/pom.xml
The file was modified nucleus/featuresets/nucleus/pom.xml
The file was modified appserver/tests/tck/servlet/pom.xml
The file was modified docs/quick-start-guide/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell-frag/pom.xml
The file was modified appserver/tests/paas/basic-db-teardown-sql/pom.xml
The file was modified appserver/admingui/full/pom.xml
The file was modified appserver/webservices/metro-fragments/pom.xml
The file was modified appserver/extras/embedded/common/instanceroot-builder/pom.xml
The file was modified appserver/webservices/pom.xml
The file was modified docs/installation-guide/pom.xml
The file was modified appserver/web/web-naming/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tags-tck/pom.xml
The file was modified nucleus/admin/rest/rest-client/pom.xml
The file was modified appserver/ejb/ejb-internal-api/pom.xml
The file was modified nucleus/common/common-util/pom.xml
The file was modified appserver/security/ejb.security/pom.xml
The file was modified nucleus/flashlight/flashlight-extra-jdk-packages/pom.xml
The file was modified appserver/tests/embedded/glassfish_resources_xml/pom.xml
The file was modified appserver/extras/jakartaee/manifest-jar/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb2/pom.xml
The file was modified docs/distribution/pom.xml
The file was modified appserver/extras/embedded/common/pom.xml
The file was modified appserver/admin/backup/pom.xml
The file was modified appserver/persistence/cmp/support-ejb/pom.xml
The file was modified pom.xml
The file was modified appserver/tests/embedded/maven-plugin/index/pom.xml
The file was modified appserver/distributions/glassfish/pom.xml
The file was modified appserver/tests/quicklook/adminconsole/pom.xml
The file was modified appserver/batch/glassfish-batch-commands/pom.xml
The file was modified appserver/tests/tck/rest/pom.xml
The file was modified appserver/tests/admin/tests/pom.xml
The file was modified appserver/libpam4j/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/advanced/pom.xml
The file was modified appserver/ejb/pom.xml
The file was modified appserver/grizzly/pom.xml
The file was modified appserver/tests/quicklook/ejb/singleton/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-ra-distribution/pom.xml
The file was modified appserver/web/jstl-connector/pom.xml
The file was modified nucleus/deployment/admin/pom.xml
The file was modified appserver/featuresets/pom.xml
The file was modified appserver/security/webintegration/pom.xml
The file was modified docs/release-notes/pom.xml
The file was modified appserver/concurrent/concurrent-connector/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/runner/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/pom.xml
The file was modified appserver/admin/admin-core/pom.xml
The file was modified nucleus/xmlbind-annotations/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso2/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/common/pom.xml
The file was modified appserver/security/jaspic-provider-framework/pom.xml
The file was modified appserver/web/jsf-connector/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/mydb-plugin/pom.xml
The file was modified appserver/extras/embedded/shell/pom.xml
The file was modified appserver/distributions/glassfish-common/pom.xml
The file was modified appserver/persistence/gf-jpa-connector/pom.xml
The file was modified nucleus/grizzly/config/pom.xml
The file was modified appserver/tests/embedded/scatteredarchive/pom.xml
The file was modified appserver/tests/hk2/isolation/web/pom.xml
The file was modified appserver/batch/glassfish-batch-connector/pom.xml
The file was modified appserver/deployment/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsftest/pom.xml
The file was modified docs/error-messages-reference/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-model/pom.xml
The file was modified appserver/web/webtier-all/pom.xml
The file was modified appserver/connectors/connectors-inbound-runtime/pom.xml
The file was modified appserver/jdbc/templates/pom.xml
The file was modified appserver/tests/community/pom.xml
The file was modified appserver/tests/embedded/wrapper/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/runner/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-servlet-tck/pom.xml
The file was modified appserver/appclient/client/appclient-scripts/pom.xml
The file was modified appserver/ha/ha-shoal-cache-bootstrap/pom.xml
The file was modified appserver/admingui/gf-admingui-connector/pom.xml
The file was modified appserver/persistence/pom.xml
The file was modified nucleus/admin/monitor/pom.xml
The file was modified appserver/jdbc/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars-xa/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/basic/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/war/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/jars/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb2/pom.xml
The file was modified appserver/tests/hk2/cdi/pom.xml
The file was modified appserver/common/stats77/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/ejb1/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/pom.xml
The file was modified appserver/common/amx-jakartaee/pom.xml
The file was modified appserver/jms/gf-jms-connector/pom.xml
The file was modified appserver/transaction/pom.xml
The file was modified appserver/extras/appserv-rt/pom.xml
The file was modified appserver/tests/pom.xml
The file was modified appserver/web/weld-integration/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb1/pom.xml
The file was modified appserver/core/api-exporter-fragment/pom.xml
The file was modified appserver/deployment/dtds/pom.xml
The file was modified docs/ha-administration-guide/pom.xml
The file was modified appserver/admingui/dataprovider/pom.xml
The file was modified appserver/tests/embedded/cdi_ejb_jpa/pom.xml
The file was modified appserver/tests/sse/basic/pom.xml
The file was modified docs/parent/pom.xml
The file was modified appserver/appclient/server/pom.xml
The file was modified nucleus/deployment/schemas/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-faces-tck/pom.xml
The file was modified appserver/admingui/common/pom.xml
The file was modified appserver/ldapbp/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/pom.xml
The file was modified appserver/admin/pom.xml
The file was modified appserver/tests/hk2/isolation/pom.xml
The file was modified appserver/jms/gf-jms-injection/pom.xml
The file was modified appserver/itest-tools/pom.xml
The file was modified appserver/tests/paas/basic-jpa/pom.xml
The file was modified appserver/web/war-util/pom.xml
The file was modified appserver/web/web-embed/api/pom.xml
The file was modified appserver/tests/embedded/cdi_basic/pom.xml
The file was modified appserver/batch/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/ejb_lite_basic/pom.xml
The file was modified appserver/connectors/work-management/pom.xml
The file was modified appserver/microprofile/config/pom.xml
The file was modified docs/application-development-guide/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment1/pom.xml
The file was modified appserver/connectors/connectors-runtime/pom.xml
The file was modified nucleus/glassfish-jul-extension/pom.xml
The file was modified nucleus/pom.xml
The file was modified appserver/tests/paas/basic-service-discovery/pom.xml
The file was modified appserver/batch/batch-database/pom.xml
The file was modified appserver/ha/ha-shoal-store/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/localejbs/pom.xml
The file was modified nucleus/admin/util/pom.xml
The file was modified appserver/tests/jakartaee/pom.xml
The file was modified appserver/tests/quicklook/ejb/sfulnoi/pom.xml
The file was modified appserver/tests/hk2/isolation/runner/pom.xml
The file was modified appserver/resources/resources-runtime/pom.xml
The file was modified nucleus/deployment/autodeploy/pom.xml
The file was modified appserver/persistence/cmp/support-sqlstore/pom.xml
The file was modified appserver/tests/quicklook/amx/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/standalonewar/pom.xml
Commit dcaf0aee4a7b990d292ce81c7845027efdbca450 by arjan tijms
Refactoring - introducing generics, correcting names

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
The file was modified appserver/security/appclient.security/src/main/java/com/sun/enterprise/security/appclient/ConfigXMLParser.java
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/jauth/ConfigFile.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/common/Util.java
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/jmac/ConfigDomainParser.java
Commit 4c0156155cfb50a8c64832738aaa0feb1f71fbb7 by arjan tijms
Integrate Epicyro 3.0.0

Add GFAuthConfigFactory as "alias" to AuthConfigFileFactory

Update server.policy for a new security property we use

Update authentication TCK runner to directly use epicyro factory
The file was modified nucleus/security/core/src/main/resources/config/server.policy
The file was modified appserver/pom.xml
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/jmac/config/GFAuthConfigFactory.java
The file was modified appserver/tests/tck/authentication/pom.xml
The file was modified appserver/security/core-ee/src/test/resources/com/sun/enterprise/security/perms/server.policy
The file was modified nucleus/admin/template/src/main/resources/config/server.policy
Commit 5860e42c2edeb9f3b46428fcf9dab95790a9a3f0 by Glassfish Bot
Prepare release 7.0.9
The file was modified nucleus/test-utils/pom.xml
The file was modified appserver/tests/tck/faces/pom.xml
The file was modified appserver/tests/application/pom.xml
The file was modified appserver/tests/hk2/pom.xml
The file was modified appserver/tests/paas/service_metadata/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/runner/pom.xml
The file was modified appserver/jms/admin/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-connectors-tck/pom.xml
The file was modified appserver/tests/tck/expression_language/pom.xml
The file was modified appserver/web/war-util/pom.xml
The file was modified appserver/concurrent/concurrent-impl/pom.xml
The file was modified appserver/admingui/dataprovider/pom.xml
The file was modified nucleus/common/glassfish-api/pom.xml
The file was modified appserver/libpam4j/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/applicationDispatcher/pom.xml
The file was modified nucleus/security/pom.xml
The file was modified appserver/admingui/corba/pom.xml
The file was modified appserver/admin/backup/pom.xml
The file was modified appserver/ant-tasks/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/pom.xml
The file was modified nucleus/hk2-config-types/pom.xml
The file was modified appserver/tests/tck/pages/pom.xml
The file was modified nucleus/diagnostics/diagnostics-api/pom.xml
The file was modified appserver/resources/mail/mail-connector/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/advanced/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-core/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-interactive/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/filterURIMapping/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/init/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/simple/pom.xml
The file was modified appserver/jdbc/jdbc-config/pom.xml
The file was modified docs/installation-guide/pom.xml
The file was modified appserver/tests/tck/tck-runner/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb2/pom.xml
The file was modified appserver/jdbc/jdbc-ra/pom.xml
The file was modified nucleus/admin/template/pom.xml
The file was modified appserver/admingui/web/pom.xml
The file was modified nucleus/pom.xml
The file was modified appserver/tests/embedded/servlet_runs_admin_cmds/pom.xml
The file was modified appserver/featuresets/glassfish/pom.xml
The file was modified appserver/ejb/pom.xml
The file was modified appserver/tests/paas/deployment-rollback/pom.xml
The file was modified appserver/tests/pom.xml
The file was modified appserver/appclient/server/core/pom.xml
The file was modified nucleus/featuresets/atomic/pom.xml
The file was modified docs/distribution/pom.xml
The file was modified nucleus/cluster/ssh/pom.xml
The file was modified appserver/admingui/gf-admingui-connector/pom.xml
The file was modified nucleus/deployment/autodeploy/pom.xml
The file was modified appserver/persistence/cmp/cmp-all/pom.xml
The file was modified appserver/tests/tck/tck-download/pom.xml
The file was modified nucleus/admin/server-mgmt/pom.xml
The file was modified appserver/pom.xml
The file was modified appserver/webservices/webservices-scripts/pom.xml
The file was modified appserver/tests/admin/pom.xml
The file was modified appserver/tests/quicklook/wsit/JaxwsFromWsdl/pom.xml
The file was modified appserver/webservices/soap-tcp/pom.xml
The file was modified nucleus/common/internal-api/pom.xml
The file was modified nucleus/grizzly/config/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars-xa/pom.xml
The file was modified appserver/extras/embedded/all/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/pom.xml
The file was modified nucleus/distributions/pom.xml
The file was modified appserver/connectors/descriptors/pom.xml
The file was modified appserver/tests/quicklook/ejb/singleton/pom.xml
The file was modified appserver/web/jsf-connector/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-connectors-full-tck/pom.xml
The file was modified appserver/osgi-platforms/glassfish-osgi-console-plugin/pom.xml
The file was modified appserver/tests/embedded/ejb/remoteejb/pom.xml
The file was modified nucleus/admin/rest/gf-restadmin-connector/pom.xml
The file was modified appserver/resources/resources-connector/pom.xml
The file was modified nucleus/core/pom.xml
The file was modified appserver/extras/appserv-rt/manifest-jar/pom.xml
The file was modified appserver/concurrent/concurrent-connector/pom.xml
The file was modified appserver/persistence/cmp/support-sqlstore/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war1/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/standalonewar/pom.xml
The file was modified appserver/web/weld-integration-test-fragment/pom.xml
The file was modified nucleus/osgi-platforms/felix/pom.xml
The file was modified appserver/ha/ha-file-store/pom.xml
The file was modified appserver/orb/orb-connector/pom.xml
The file was modified nucleus/deployment/dtds/pom.xml
The file was modified appserver/tests/tck/pages_tags/pom.xml
The file was modified appserver/grizzly/glassfish-grizzly-extra-all/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/pom.xml
The file was modified docs/website/pom.xml
The file was modified appserver/jdbc/pom.xml
The file was modified docs/add-on-component-development-guide/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/multiBeansApp/pom.xml
The file was modified appserver/batch/pom.xml
The file was modified appserver/admingui/ejb-lite/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/index/pom.xml
The file was modified appserver/extras/embedded/nucleus/pom.xml
The file was modified nucleus/distributions/nucleus/pom.xml
The file was modified appserver/load-balancer/pom.xml
The file was modified appserver/persistence/pom.xml
The file was modified appserver/tests/hk2/cdi/pom.xml
The file was modified appserver/tests/paas/external-db-service/test/pom.xml
The file was modified nucleus/flashlight/framework/pom.xml
The file was modified appserver/core/jakartaee-kernel/pom.xml
The file was modified appserver/distributions/web/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso1/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell/pom.xml
The file was modified nucleus/admin/rest/rest-testing/pom.xml
The file was modified appserver/tests/quicklook/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/multipleApps/pom.xml
The file was modified appserver/tests/embedded/web/web-war/war/pom.xml
The file was modified appserver/web/weld-integration/pom.xml
The file was modified nucleus/distributions/atomic/pom.xml
The file was modified appserver/tests/paas/service_metadata/custom_db_name/pom.xml
The file was modified nucleus/security/services/pom.xml
The file was modified appserver/extras/embedded/pom.xml
The file was modified appserver/tests/paas/helloworld/pom.xml
The file was modified appserver/microprofile/pom.xml
The file was modified appserver/tests/paas/scale_service/pom.xml
The file was modified nucleus/common/simple-glassfish-api/pom.xml
The file was modified appserver/tests/embedded/scatteredarchive/pom.xml
The file was modified appserver/common/stats77/pom.xml
The file was modified appserver/appclient/client/acc/pom.xml
The file was modified appserver/admingui/concurrent/pom.xml
The file was modified nucleus/core/logging/pom.xml
The file was modified appserver/resources/mail/pom.xml
The file was modified nucleus/featuresets/nucleus/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell-frag/pom.xml
The file was modified appserver/tests/paas/basic-db-with-resources-xml/pom.xml
The file was modified appserver/resources/mail/mail-runtime/pom.xml
The file was modified appserver/tests/quicklook/ejb/embedded/pom.xml
The file was modified appserver/tests/paas/external-and-shared-service/pom.xml
The file was modified appserver/transaction/jts/pom.xml
The file was modified appserver/persistence/cmp/generator-database/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authorization-tck/pom.xml
The file was modified appserver/persistence/oracle-jdbc-driver-packages/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/ejb-auth-async/scheduler-service/pom.xml
The file was modified appserver/deployment/pom.xml
The file was modified appserver/persistence/cmp/cmp-scripts/pom.xml
The file was modified appserver/tests/tck/microprofile/rest-client/pom.xml
The file was modified nucleus/cluster/common/pom.xml
The file was modified appserver/tests/embedded/basic/lifecycle/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/queryString/pom.xml
The file was modified appserver/tests/tck/microprofile/pom.xml
The file was modified nucleus/admin/cli/pom.xml
The file was modified nucleus/admin/rest/rest-client/pom.xml
The file was modified nucleus/admin/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/runner/pom.xml
The file was modified appserver/admingui/pom.xml
The file was modified appserver/ejb/ejb-client/pom.xml
The file was modified appserver/security/core-ee/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-tests-utils/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/mdb/pom.xml
The file was modified appserver/deployment/schemas/pom.xml
The file was modified appserver/extras/appserv-rt/pom.xml
The file was modified docs/deployment-planning-guide/pom.xml
The file was modified appserver/tests/embedded/cdi_basic/pom.xml
The file was modified nucleus/diagnostics/context/pom.xml
The file was modified nucleus/flashlight/agent/pom.xml
The file was modified appserver/web/webtier-all/pom.xml
The file was modified appserver/tests/tck/connectors-full/pom.xml
The file was modified appserver/common/container-common/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/common/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/pom.xml
The file was modified nucleus/admin/util/pom.xml
The file was modified appserver/admin/template/pom.xml
The file was modified appserver/featuresets/pom.xml
The file was modified appserver/tests/embedded/ejb/basic/pom.xml
The file was modified appserver/common/pom.xml
The file was modified nucleus/deployment/common/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/web/pom.xml
The file was modified appserver/tests/cdi/negative/normalScopeWithFinal/pom.xml
The file was modified appserver/extras/embedded/tests/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb1/pom.xml
The file was modified appserver/admingui/war/pom.xml
The file was modified appserver/tests/cdi/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/secureWebApp/pom.xml
The file was modified appserver/transaction/pom.xml
The file was modified appserver/tests/paas/pom.xml
The file was modified docs/application-deployment-guide/pom.xml
The file was modified docs/security-guide/pom.xml
The file was modified appserver/tests/embedded/ejb/ejb-api/pom.xml
The file was modified appserver/tests/hk2/isolation/web/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-model/pom.xml
The file was modified appserver/microprofile/connectors/pom.xml
The file was modified appserver/persistence/cmp/model/pom.xml
The file was modified appserver/persistence/cmp/support-ejb/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars/pom.xml
The file was modified appserver/security/appclient.security/pom.xml
The file was modified appserver/security/webservices.security/pom.xml
The file was modified appserver/tests/appserv-tests/util/reportbuilder/pom.xml
The file was modified appserver/tests/tck/rest_cdi/pom.xml
The file was modified appserver/web/jstl-connector/pom.xml
The file was modified appserver/admingui/full/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb1/pom.xml
The file was modified appserver/tests/hk2/isolation/pom.xml
The file was modified appserver/web/jersey-mvc-connector/pom.xml
The file was modified appserver/connectors/connectors-internal-api/pom.xml
The file was modified appserver/persistence/cmp/utility/pom.xml
The file was modified docs/pom.xml
The file was modified appserver/extras/jakartaee/pom.xml
The file was modified appserver/flashlight/client/pom.xml
The file was modified appserver/tests/paas/basic-db-teardown-sql/pom.xml
The file was modified appserver/tests/embedded/web/web-war/pom.xml
The file was modified nucleus/core/kernel/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-remote/pom.xml
The file was modified appserver/web/gui-plugin-common/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/pom.xml
The file was modified appserver/distributions/glassfish-common/pom.xml
The file was modified appserver/orb/orb-iiop/pom.xml
The file was modified appserver/persistence/entitybean-container/pom.xml
The file was modified appserver/batch/glassfish-batch-connector/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war2/pom.xml
The file was modified appserver/web/web-ha/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/localejbs/pom.xml
The file was modified appserver/grizzly/grizzly-container/pom.xml
The file was modified nucleus/grizzly/pom.xml
The file was modified appserver/orb/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/mydb-plugin/pom.xml
The file was modified appserver/tests/embedded/utils/pom.xml
The file was modified appserver/tests/paas/basic-db-initsql/pom.xml
The file was modified nucleus/common/amx-core/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jmxUndeployEvent/pom.xml
The file was modified appserver/tests/quicklook/ejb/sfulnoi/pom.xml
The file was modified appserver/jms/jms-core/pom.xml
The file was modified appserver/persistence/cmp/internal-api/pom.xml
The file was modified appserver/tests/embedded/static/ejb/simple/pom.xml
The file was modified appserver/tests/embedded/web/servlet/pom.xml
The file was modified appserver/admin/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/jars/pom.xml
The file was modified appserver/web/pom.xml
The file was modified nucleus/featuresets/pom.xml
The file was modified nucleus/admin/config-api/pom.xml
The file was modified appserver/tests/community/pom.xml
The file was modified appserver/extras/embedded/common/bootstrap/pom.xml
The file was modified appserver/microprofile/config/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tck/pom.xml
The file was modified appserver/grizzly/pom.xml
The file was modified appserver/appclient/client/acc-config/pom.xml
The file was modified appserver/web/weld-integration-fragment/pom.xml
The file was modified appserver/persistence/cmp/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/dirListing/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/pom.xml
The file was modified appserver/webservices/metro-fragments/pom.xml
The file was modified appserver/tests/cdi/negative/runner/pom.xml
The file was modified nucleus/diagnostics/pom.xml
The file was modified appserver/tests/quicklook/ejb/cmp/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/lib/pom.xml
The file was modified docs/release-notes/pom.xml
The file was modified appserver/appclient/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/webservice/pom.xml
The file was modified appserver/tests/embedded/static/web/pom.xml
The file was modified nucleus/cluster/pom.xml
The file was modified appserver/deployment/dol/pom.xml
The file was modified docs/parent/pom.xml
The file was modified appserver/extras/embedded/common/pom.xml
The file was modified appserver/tests/paas/basic-service-discovery/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/pom.xml
The file was modified appserver/tests/paas/javaee_shared_service/pom.xml
The file was modified appserver/tests/admingui/auto-test/pom.xml
The file was modified docs/reference-manual/pom.xml
The file was modified docs/error-messages-reference/pom.xml
The file was modified appserver/extras/jakartaee/manifest-jar/pom.xml
The file was modified appserver/ha/ha-shoal-cache-bootstrap/pom.xml
The file was modified appserver/tests/amx/pom.xml
The file was modified appserver/tests/tck/tck-download/javatest/pom.xml
The file was modified appserver/web/jersey-ejb-component-provider/pom.xml
The file was modified docs/ha-administration-guide/pom.xml
The file was modified appserver/tests/cdi/negative/pom.xml
The file was modified appserver/tests/embedded/basic/pom.xml
The file was modified appserver/tests/tck/concurrency/pom.xml
The file was modified nucleus/flashlight/flashlight-extra-jdk-packages/pom.xml
The file was modified appserver/tests/sse/basic/pom.xml
The file was modified appserver/appclient/server/connector/pom.xml
The file was modified nucleus/deployment/admin/pom.xml
The file was modified appserver/jdbc/admin/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/sessionDestroyed/pom.xml
The file was modified appserver/tests/quicklook/ejb/remoteview/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/static-shell-init/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-rest-tck/pom.xml
The file was modified appserver/deployment/jakartaee-core/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell/pom.xml
The file was modified appserver/tests/hk2/isolation/runner/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment3/pom.xml
The file was modified appserver/tests/paas/basic-shared-service-test/pom.xml
The file was modified appserver/connectors/connectors-connector/pom.xml
The file was modified appserver/connectors/connectors-inbound-runtime/pom.xml
The file was modified nucleus/core/bootstrap/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/websockets/pom.xml
The file was modified appserver/tests/paas/bookstore/pom.xml
The file was modified appserver/common/glassfish-naming/pom.xml
The file was modified appserver/web/web-embed/api/pom.xml
The file was modified appserver/connectors/connectors-runtime/pom.xml
The file was modified appserver/tests/jakartaee/pom.xml
The file was modified appserver/web/web-embed/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-commands-tests/pom.xml
The file was modified appserver/web/cdi-api-fragment/pom.xml
The file was modified appserver/ejb/ejb-connector/pom.xml
The file was modified appserver/deployment/jakartaee-full/pom.xml
The file was modified appserver/batch/batch-database/pom.xml
The file was modified appserver/featuresets/debug/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb2/pom.xml
The file was modified appserver/tests/embedded/pom.xml
The file was modified appserver/tests/paas/basic-db/pom.xml
The file was modified appserver/tests/embedded/mysql/pom.xml
The file was modified appserver/tests/tck/authorization/pom.xml
The file was modified appserver/ejb/ejb-timer-databases/pom.xml
The file was modified appserver/extras/pom.xml
The file was modified appserver/tests/sse/videoplayer/pom.xml
The file was modified appserver/resources/resources-runtime/pom.xml
The file was modified appserver/security/pom.xml
The file was modified appserver/tests/embedded/inplanted/pom.xml
The file was modified appserver/tests/tck/rest/pom.xml
The file was modified appserver/extras/embedded/web/pom.xml
The file was modified appserver/tests/tck/cdi/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment1/pom.xml
The file was modified nucleus/cluster/admin/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/runner/pom.xml
The file was modified appserver/tests/embedded/static/ejb/pom.xml
The file was modified appserver/extras/embedded/common/osgi-main/pom.xml
The file was modified appserver/common/glassfish-ee-api/pom.xml
The file was modified appserver/load-balancer/gf-load-balancer-connector/pom.xml
The file was modified appserver/tests/paas/service_metadata/provision_using_specified_template/pom.xml
The file was modified appserver/tests/embedded/glassfish_resources_xml/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-faces-tck/pom.xml
The file was modified appserver/tests/embedded/web/pom.xml
The file was modified appserver/tests/quicklook/jms/injection/pom.xml
The file was modified nucleus/cluster/cli/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/basic/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/spetest/pom.xml
The file was modified appserver/common/amx-jakartaee/pom.xml
The file was modified nucleus/security/core/pom.xml
The file was modified appserver/web/gf-web-connector/pom.xml
The file was modified appserver/persistence/cmp/ejb-mapping/pom.xml
The file was modified appserver/tests/tck/tck-download/tsharness/pom.xml
The file was modified appserver/persistence/cmp/enhancer/pom.xml
The file was modified nucleus/osgi-platforms/osgi-container/pom.xml
The file was modified appserver/tests/paas/external-db-service/pom.xml
The file was modified appserver/extras/embedded/common/osgi-modules-uninstaller/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/pom.xml
The file was modified qa/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc40/pom.xml
The file was modified appserver/ha/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/remoteejbs/pom.xml
The file was modified appserver/appclient/client/acc-standalone/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/pom.xml
The file was modified appserver/distributions/docker/pom.xml
The file was modified appserver/transaction/jta/pom.xml
The file was modified appserver/admingui/jca/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment2/pom.xml
The file was modified appserver/admin/cli-optional/pom.xml
The file was modified appserver/distributions/glassfish/pom.xml
The file was modified appserver/tests/tck/jwt/pom.xml
The file was modified docs/troubleshooting-guide/pom.xml
The file was modified appserver/admingui/jdbc/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-servlet-tck/pom.xml
The file was modified appserver/core/pom.xml
The file was modified appserver/extras/appserv-rt/dist-frag/pom.xml
The file was modified appserver/tests/embedded/web/web-war/test/pom.xml
The file was modified appserver/admingui/common/pom.xml
The file was modified appserver/tests/embedded/web/web-all/pom.xml
The file was modified appserver/tests/paas/basic-jpa/pom.xml
The file was modified appserver/ejb/ejb-timer-service-app/pom.xml
The file was modified appserver/extras/embedded/shell/pom.xml
The file was modified appserver/ha/ha-shoal-store/pom.xml
The file was modified appserver/web/gf-weld-connector/pom.xml
The file was modified appserver/admingui/jms-plugin/pom.xml
The file was modified appserver/tests/quicklook/ejb/slsbnicmt/pom.xml
The file was modified nucleus/admin/rest/pom.xml
The file was modified appserver/jms/gf-jms-injection/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/app/pom.xml
The file was modified appserver/load-balancer/admin/pom.xml
The file was modified appserver/admingui/jts/pom.xml
The file was modified nucleus/glassfish-jul-extension/pom.xml
The file was modified appserver/tests/appserv-tests/cciblackbox-tx/pom.xml
The file was modified appserver/common/annotation-framework/pom.xml
The file was modified appserver/tests/quicklook/adminconsole/pom.xml
The file was modified nucleus/core/extra-jre-packages/pom.xml
The file was modified appserver/tests/quicklook/admin/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-ant-based-tck/pom.xml
The file was modified nucleus/common/common-util/pom.xml
The file was modified appserver/ldapbp/pom.xml
The file was modified appserver/extras/embedded/common/installroot-builder/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/pom.xml
The file was modified appserver/tests/paas/enable-disable-test/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/pom.xml
The file was modified appserver/tests/admingui/pom.xml
The file was modified appserver/tests/embedded/ejb/pom.xml
The file was modified appserver/itest-tools/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/programmatic-authentication/pom.xml
The file was modified appserver/tests/appserv-tests/pom.xml
The file was modified nucleus/xmlbind-annotations/pom.xml
The file was modified nucleus/hk2-config-generator/pom.xml
The file was modified appserver/extras/embedded/common/instanceroot-builder/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsftest/pom.xml
The file was modified appserver/tests/embedded/static/pom.xml
The file was modified appserver/admingui/ejb/pom.xml
The file was modified appserver/tests/paas/lazy-shared-service-test/pom.xml
The file was modified nucleus/admin/launcher/pom.xml
The file was modified appserver/tests/paas/basic-bookstore-dns/pom.xml
The file was modified appserver/connectors/work-management/pom.xml
The file was modified appserver/tests/paas/ext-shared-service-enable-disable-test/pom.xml
The file was modified appserver/webservices/pom.xml
The file was modified appserver/appclient/server/pom.xml
The file was modified docs/application-development-guide/pom.xml
The file was modified appserver/tests/paas/external-db-service/generatederbyvm/pom.xml
The file was modified nucleus/deployment/schemas/pom.xml
The file was modified docs/upgrade-guide/pom.xml
The file was modified appserver/distributions/pom.xml
The file was modified docs/embedded-server-guide/pom.xml
The file was modified appserver/ejb/ejb-container/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso2/pom.xml
The file was modified appserver/ejb/ejb-internal-api/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/getRequestURI/pom.xml
The file was modified appserver/connectors/admin/pom.xml
The file was modified appserver/resources/pom.xml
The file was modified appserver/admingui/community-theme/pom.xml
The file was modified appserver/admingui/plugin-service/pom.xml
The file was modified appserver/admingui/core/pom.xml
The file was modified appserver/tests/quicklook/amx/pom.xml
The file was modified appserver/tests/tck/authentication/pom.xml
The file was modified appserver/osgi-platforms/pom.xml
The file was modified appserver/tests/paas/basic/pom.xml
The file was modified appserver/admin/cli/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/ear/pom.xml
The file was modified appserver/webservices/connector/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-full/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authentication-tck/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/pom.xml
The file was modified docs/quick-start-guide/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/basic/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-expression-language-tck/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/ejb_lite_basic/pom.xml
The file was modified nucleus/common/pom.xml
The file was modified nucleus/distributions/nucleus-common/pom.xml
The file was modified appserver/persistence/gf-jpa-connector/pom.xml
The file was modified appserver/persistence/jpa-container/pom.xml
The file was modified appserver/jdbc/templates/pom.xml
The file was modified appserver/web/web-sse/pom.xml
The file was modified appserver/tests/embedded/web/web-api/pom.xml
The file was modified appserver/webservices/jsr109-impl/pom.xml
The file was modified appserver/security/ejb.security/pom.xml
The file was modified appserver/admin/admin-core/pom.xml
The file was modified appserver/tests/tck/validation/pom.xml
The file was modified appserver/persistence/common/pom.xml
The file was modified docs/performance-tuning-guide/pom.xml
The file was modified nucleus/cluster/gms-bootstrap/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/mq-test/pom.xml
The file was modified appserver/featuresets/web/pom.xml
The file was modified nucleus/resources/pom.xml
The file was modified appserver/jms/pom.xml
The file was modified appserver/deployment/dtds/pom.xml
The file was modified appserver/web/web-naming/pom.xml
The file was modified nucleus/security/ssl-impl/pom.xml
The file was modified docs/administration-guide/pom.xml
The file was modified appserver/jms/gf-jms-connector/pom.xml
The file was modified nucleus/deployment/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-ra-distribution/pom.xml
The file was modified nucleus/osgi-platforms/pom.xml
The file was modified nucleus/grizzly/nucleus-grizzly-all/pom.xml
The file was modified nucleus/core/api-exporter/pom.xml
The file was modified appserver/tests/embedded/web/autodelete/pom.xml
The file was modified appserver/concurrent/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/ejb1/pom.xml
The file was modified appserver/tests/admin/tests/pom.xml
The file was modified nucleus/common/mbeanserver/pom.xml
The file was modified appserver/transaction/internal-api/pom.xml
The file was modified appserver/tests/tck/servlet/pom.xml
The file was modified appserver/ejb/ejb-full-container/pom.xml
The file was modified nucleus/common/scattered-archive-api/pom.xml
The file was modified appserver/appclient/client/pom.xml
The file was modified docs/publish/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/lib1/pom.xml
The file was modified nucleus/flashlight/pom.xml
The file was modified appserver/osgi-platforms/felix-webconsole-extension/pom.xml
The file was modified appserver/jdbc/jdbc-runtime/pom.xml
The file was modified appserver/tests/cdi/cases/runner/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsptest/pom.xml
The file was modified appserver/admingui/cluster/pom.xml
The file was modified appserver/web/web-glue/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/war/pom.xml
The file was modified nucleus/parent/pom.xml
The file was modified appserver/ejb/ejb-all/pom.xml
The file was modified appserver/security/security-all/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tags-tck/pom.xml
The file was modified appserver/connectors/pom.xml
The file was modified appserver/tests/tck/connectors/pom.xml
The file was modified appserver/web/admin/pom.xml
The file was modified appserver/web/web-core/pom.xml
The file was modified appserver/persistence/eclipselink-wrapper/pom.xml
The file was modified appserver/tests/cdi/cases/pom.xml
The file was modified appserver/tests/embedded/cdi_ejb_jpa/pom.xml
The file was modified appserver/appclient/client/appclient-scripts/pom.xml
The file was modified appserver/extras/jakartaee/dist-frag/pom.xml
The file was modified appserver/tests/tck/pom.xml
The file was modified nucleus/admin/rest/rest-service/pom.xml
The file was modified appserver/tests/tck/microprofile/config/pom.xml
The file was modified appserver/flashlight/pom.xml
The file was modified appserver/tests/quicklook/wsit/jsr109tester/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/advanced/pom.xml
The file was modified appserver/webservices/metro-glue/pom.xml
The file was modified appserver/batch/glassfish-batch-commands/pom.xml
The file was modified nucleus/admin/monitor/pom.xml
The file was modified nucleus/core/context-propagation/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/pom.xml
The file was modified appserver/orb/orb-enabler/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/runner/pom.xml
The file was modified appserver/tests/paas/appscoped-db-with-resources-xml/pom.xml
The file was modified appserver/security/webintegration/pom.xml
The file was modified appserver/core/api-exporter-fragment/pom.xml
The file was modified appserver/tests/embedded/wrapper/pom.xml
The file was modified pom.xml
The file was modified appserver/tests/admin/admin-extension/pom.xml
The file was modified appserver/web/jspcaching-connector/pom.xml
The file was modified appserver/jms/jmsra/pom.xml
The file was modified nucleus/cluster/gms-adapter/pom.xml
The file was modified appserver/tests/quicklook/rest/pom.xml
Commit 5f054e6a2416c8f86dcff5a91fe6cfde606d07ac by Glassfish Bot
Prepare next development cycle for 7.0.10
The file was modified appserver/tests/appserv-tests/devtests/cdi/pom.xml
The file was modified nucleus/hk2-config-types/pom.xml
The file was modified appserver/tests/admingui/auto-test/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc40/pom.xml
The file was modified appserver/persistence/cmp/cmp-scripts/pom.xml
The file was modified appserver/flashlight/pom.xml
The file was modified appserver/jms/gf-jms-injection/pom.xml
The file was modified appserver/tests/embedded/ejb/basic/pom.xml
The file was modified appserver/load-balancer/admin/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso2/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/pom.xml
The file was modified nucleus/cluster/gms-bootstrap/pom.xml
The file was modified docs/error-messages-reference/pom.xml
The file was modified appserver/extras/jakartaee/dist-frag/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/basic/pom.xml
The file was modified appserver/persistence/cmp/enhancer/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/pom.xml
The file was modified appserver/web/war-util/pom.xml
The file was modified appserver/persistence/cmp/utility/pom.xml
The file was modified appserver/appclient/server/connector/pom.xml
The file was modified appserver/extras/embedded/common/osgi-modules-uninstaller/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell/pom.xml
The file was modified nucleus/core/bootstrap/pom.xml
The file was modified nucleus/grizzly/nucleus-grizzly-all/pom.xml
The file was modified appserver/batch/pom.xml
The file was modified nucleus/cluster/common/pom.xml
The file was modified appserver/tests/admin/pom.xml
The file was modified appserver/web/cdi-api-fragment/pom.xml
The file was modified nucleus/distributions/pom.xml
The file was modified appserver/tests/embedded/basic/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-expression-language-tck/pom.xml
The file was modified appserver/admin/admin-core/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment1/pom.xml
The file was modified nucleus/common/pom.xml
The file was modified appserver/web/web-embed/api/pom.xml
The file was modified nucleus/deployment/dtds/pom.xml
The file was modified appserver/tests/appserv-tests/pom.xml
The file was modified appserver/tests/quicklook/admin/pom.xml
The file was modified appserver/tests/tck/servlet/pom.xml
The file was modified appserver/tests/paas/scale_service/pom.xml
The file was modified docs/performance-tuning-guide/pom.xml
The file was modified appserver/tests/embedded/mysql/pom.xml
The file was modified appserver/transaction/jts/pom.xml
The file was modified nucleus/resources/pom.xml
The file was modified appserver/tests/embedded/static/pom.xml
The file was modified appserver/security/appclient.security/pom.xml
The file was modified nucleus/core/kernel/pom.xml
The file was modified appserver/common/amx-jakartaee/pom.xml
The file was modified appserver/pom.xml
The file was modified appserver/tests/quicklook/wsit/JaxwsFromWsdl/pom.xml
The file was modified appserver/extras/embedded/shell/pom.xml
The file was modified appserver/tests/appserv-tests/cciblackbox-tx/pom.xml
The file was modified nucleus/xmlbind-annotations/pom.xml
The file was modified appserver/osgi-platforms/glassfish-osgi-console-plugin/pom.xml
The file was modified appserver/security/security-all/pom.xml
The file was modified appserver/admingui/corba/pom.xml
The file was modified appserver/ejb/ejb-container/pom.xml
The file was modified appserver/extras/appserv-rt/dist-frag/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/advanced/pom.xml
The file was modified appserver/tests/cdi/negative/runner/pom.xml
The file was modified appserver/security/pom.xml
The file was modified appserver/appclient/client/acc/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/pom.xml
The file was modified appserver/web/gf-weld-connector/pom.xml
The file was modified appserver/tests/embedded/cdi_ejb_jpa/pom.xml
The file was modified nucleus/deployment/common/pom.xml
The file was modified appserver/web/weld-integration/pom.xml
The file was modified appserver/tests/embedded/ejb/remoteejb/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars-xa/pom.xml
The file was modified appserver/connectors/connectors-runtime/pom.xml
The file was modified appserver/ant-tasks/pom.xml
The file was modified appserver/distributions/web/pom.xml
The file was modified appserver/orb/orb-connector/pom.xml
The file was modified appserver/tests/cdi/negative/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tck/pom.xml
The file was modified appserver/extras/embedded/common/instanceroot-builder/pom.xml
The file was modified appserver/tests/embedded/web/web-api/pom.xml
The file was modified appserver/connectors/descriptors/pom.xml
The file was modified nucleus/admin/monitor/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-connectors-full-tck/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/runner/pom.xml
The file was modified nucleus/admin/server-mgmt/pom.xml
The file was modified pom.xml
The file was modified nucleus/diagnostics/diagnostics-api/pom.xml
The file was modified nucleus/security/pom.xml
The file was modified appserver/tests/paas/service_metadata/pom.xml
The file was modified appserver/tests/quicklook/ejb/sfulnoi/pom.xml
The file was modified nucleus/admin/rest/rest-testing/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/mq-test/pom.xml
The file was modified appserver/persistence/cmp/internal-api/pom.xml
The file was modified appserver/tests/paas/external-db-service/generatederbyvm/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/filterURIMapping/pom.xml
The file was modified appserver/web/jstl-connector/pom.xml
The file was modified appserver/tests/tck/tck-runner/pom.xml
The file was modified appserver/tests/quicklook/amx/pom.xml
The file was modified appserver/concurrent/pom.xml
The file was modified appserver/persistence/cmp/generator-database/pom.xml
The file was modified appserver/tests/tck/rest/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/static-shell-init/pom.xml
The file was modified appserver/admingui/war/pom.xml
The file was modified docs/website/pom.xml
The file was modified nucleus/core/extra-jre-packages/pom.xml
The file was modified nucleus/admin/rest/gf-restadmin-connector/pom.xml
The file was modified appserver/appclient/server/core/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/pom.xml
The file was modified appserver/webservices/metro-glue/pom.xml
The file was modified nucleus/cluster/admin/pom.xml
The file was modified appserver/ejb/ejb-internal-api/pom.xml
The file was modified appserver/admingui/core/pom.xml
The file was modified appserver/jdbc/jdbc-config/pom.xml
The file was modified appserver/batch/batch-database/pom.xml
The file was modified appserver/resources/mail/mail-connector/pom.xml
The file was modified appserver/tests/jakartaee/pom.xml
The file was modified appserver/tests/admin/tests/pom.xml
The file was modified appserver/tests/tck/tck-download/pom.xml
The file was modified appserver/ha/pom.xml
The file was modified appserver/tests/paas/service_metadata/custom_db_name/pom.xml
The file was modified nucleus/osgi-platforms/osgi-container/pom.xml
The file was modified appserver/jdbc/pom.xml
The file was modified appserver/connectors/work-management/pom.xml
The file was modified appserver/core/jakartaee-kernel/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/pom.xml
The file was modified appserver/admingui/ejb/pom.xml
The file was modified appserver/tests/tck/expression_language/pom.xml
The file was modified nucleus/featuresets/nucleus/pom.xml
The file was modified appserver/featuresets/glassfish/pom.xml
The file was modified appserver/admingui/common/pom.xml
The file was modified docs/installation-guide/pom.xml
The file was modified appserver/extras/embedded/nucleus/pom.xml
The file was modified appserver/appclient/pom.xml
The file was modified appserver/extras/embedded/common/installroot-builder/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/web/pom.xml
The file was modified appserver/jms/admin/pom.xml
The file was modified appserver/tests/quicklook/pom.xml
The file was modified appserver/web/web-naming/pom.xml
The file was modified appserver/appclient/server/pom.xml
The file was modified appserver/web/jspcaching-connector/pom.xml
The file was modified appserver/admingui/jts/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/advanced/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/pom.xml
The file was modified nucleus/admin/rest/rest-service/pom.xml
The file was modified appserver/extras/appserv-rt/pom.xml
The file was modified appserver/tests/tck/authorization/pom.xml
The file was modified appserver/grizzly/glassfish-grizzly-extra-all/pom.xml
The file was modified appserver/web/web-core/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment2/pom.xml
The file was modified appserver/featuresets/debug/pom.xml
The file was modified appserver/tests/quicklook/ejb/slsbnicmt/pom.xml
The file was modified appserver/tests/embedded/basic/lifecycle/pom.xml
The file was modified appserver/persistence/cmp/model/pom.xml
The file was modified appserver/extras/pom.xml
The file was modified appserver/persistence/eclipselink-wrapper/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-commands-tests/pom.xml
The file was modified appserver/ha/ha-shoal-store/pom.xml
The file was modified appserver/tests/embedded/static/ejb/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb1/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb2/pom.xml
The file was modified appserver/batch/glassfish-batch-connector/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/lib/pom.xml
The file was modified appserver/tests/amx/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-model/pom.xml
The file was modified nucleus/admin/config-api/pom.xml
The file was modified appserver/persistence/cmp/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/remoteejbs/pom.xml
The file was modified appserver/resources/resources-connector/pom.xml
The file was modified nucleus/distributions/atomic/pom.xml
The file was modified nucleus/security/services/pom.xml
The file was modified appserver/deployment/jakartaee-full/pom.xml
The file was modified appserver/tests/quicklook/rest/pom.xml
The file was modified appserver/tests/application/pom.xml
The file was modified nucleus/pom.xml
The file was modified appserver/microprofile/config/pom.xml
The file was modified nucleus/distributions/nucleus/pom.xml
The file was modified appserver/web/webtier-all/pom.xml
The file was modified appserver/ejb/ejb-full-container/pom.xml
The file was modified appserver/tests/admingui/pom.xml
The file was modified appserver/deployment/dol/pom.xml
The file was modified appserver/tests/embedded/web/servlet/pom.xml
The file was modified appserver/tests/paas/external-db-service/test/pom.xml
The file was modified appserver/tests/paas/basic-bookstore-dns/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/ejb1/pom.xml
The file was modified docs/upgrade-guide/pom.xml
The file was modified appserver/security/webintegration/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/jars/pom.xml
The file was modified nucleus/diagnostics/pom.xml
The file was modified appserver/tests/paas/basic-db-teardown-sql/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/pom.xml
The file was modified appserver/tests/embedded/web/web-war/pom.xml
The file was modified appserver/tests/embedded/static/ejb/simple/pom.xml
The file was modified appserver/tests/tck/jwt/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-servlet-tck/pom.xml
The file was modified appserver/tests/hk2/isolation/runner/pom.xml
The file was modified appserver/tests/embedded/wrapper/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-tests-utils/pom.xml
The file was modified nucleus/common/mbeanserver/pom.xml
The file was modified appserver/web/web-glue/pom.xml
The file was modified appserver/ha/ha-shoal-cache-bootstrap/pom.xml
The file was modified appserver/tests/embedded/inplanted/pom.xml
The file was modified appserver/common/stats77/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/war/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/localejbs/pom.xml
The file was modified appserver/persistence/pom.xml
The file was modified nucleus/diagnostics/context/pom.xml
The file was modified nucleus/common/internal-api/pom.xml
The file was modified appserver/ejb/ejb-connector/pom.xml
The file was modified appserver/extras/embedded/pom.xml
The file was modified nucleus/core/pom.xml
The file was modified appserver/orb/orb-enabler/pom.xml
The file was modified appserver/webservices/metro-fragments/pom.xml
The file was modified appserver/tests/tck/cdi/pom.xml
The file was modified appserver/webservices/soap-tcp/pom.xml
The file was modified appserver/common/annotation-framework/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/pom.xml
The file was modified nucleus/flashlight/framework/pom.xml
The file was modified appserver/tests/embedded/servlet_runs_admin_cmds/pom.xml
The file was modified appserver/tests/quicklook/wsit/jsr109tester/pom.xml
The file was modified appserver/extras/embedded/common/pom.xml
The file was modified appserver/tests/pom.xml
The file was modified appserver/connectors/connectors-connector/pom.xml
The file was modified appserver/distributions/pom.xml
The file was modified appserver/tests/paas/helloworld/pom.xml
The file was modified nucleus/parent/pom.xml
The file was modified appserver/tests/embedded/web/web-all/pom.xml
The file was modified appserver/tests/quicklook/ejb/cmp/pom.xml
The file was modified appserver/web/web-ha/pom.xml
The file was modified qa/pom.xml
The file was modified appserver/ejb/ejb-timer-databases/pom.xml
The file was modified nucleus/flashlight/flashlight-extra-jdk-packages/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/simple/pom.xml
The file was modified appserver/tests/paas/basic-shared-service-test/pom.xml
The file was modified appserver/jdbc/admin/pom.xml
The file was modified appserver/tests/paas/basic-db-with-resources-xml/pom.xml
The file was modified appserver/tests/paas/basic/pom.xml
The file was modified nucleus/deployment/pom.xml
The file was modified docs/ha-administration-guide/pom.xml
The file was modified appserver/admin/cli-optional/pom.xml
The file was modified appserver/web/admin/pom.xml
The file was modified appserver/web/web-sse/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/pom.xml
The file was modified appserver/tests/paas/service_metadata/provision_using_specified_template/pom.xml
The file was modified appserver/tests/embedded/ejb/ejb-api/pom.xml
The file was modified appserver/ejb/ejb-client/pom.xml
The file was modified appserver/load-balancer/pom.xml
The file was modified appserver/tests/cdi/pom.xml
The file was modified appserver/jms/jms-core/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/multipleApps/pom.xml
The file was modified appserver/common/container-common/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authorization-tck/pom.xml
The file was modified appserver/batch/glassfish-batch-commands/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/spetest/pom.xml
The file was modified nucleus/admin/rest/rest-client/pom.xml
The file was modified nucleus/common/common-util/pom.xml
The file was modified appserver/admin/template/pom.xml
The file was modified appserver/admingui/pom.xml
The file was modified appserver/tests/tck/pages_tags/pom.xml
The file was modified nucleus/deployment/autodeploy/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/secureWebApp/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/common/pom.xml
The file was modified appserver/tests/paas/basic-jpa/pom.xml
The file was modified appserver/tests/paas/pom.xml
The file was modified nucleus/security/ssl-impl/pom.xml
The file was modified appserver/distributions/glassfish-common/pom.xml
The file was modified appserver/web/jersey-ejb-component-provider/pom.xml
The file was modified nucleus/common/simple-glassfish-api/pom.xml
The file was modified appserver/tests/tck/pages/pom.xml
The file was modified appserver/deployment/jakartaee-core/pom.xml
The file was modified nucleus/admin/launcher/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsftest/pom.xml
The file was modified appserver/webservices/connector/pom.xml
The file was modified appserver/tests/hk2/isolation/pom.xml
The file was modified docs/application-development-guide/pom.xml
The file was modified appserver/webservices/webservices-scripts/pom.xml
The file was modified appserver/web/jsf-connector/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/multiBeansApp/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/app/pom.xml
The file was modified appserver/tests/tck/concurrency/pom.xml
The file was modified appserver/tests/embedded/pom.xml
The file was modified appserver/tests/paas/deployment-rollback/pom.xml
The file was modified appserver/admingui/community-theme/pom.xml
The file was modified nucleus/featuresets/atomic/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/init/pom.xml
The file was modified appserver/tests/paas/bookstore/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/queryString/pom.xml
The file was modified docs/distribution/pom.xml
The file was modified appserver/libpam4j/pom.xml
The file was modified appserver/transaction/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars/pom.xml
The file was modified appserver/admin/backup/pom.xml
The file was modified appserver/ejb/ejb-timer-service-app/pom.xml
The file was modified nucleus/deployment/admin/pom.xml
The file was modified appserver/tests/community/pom.xml
The file was modified appserver/web/gf-web-connector/pom.xml
The file was modified appserver/admingui/web/pom.xml
The file was modified appserver/tests/hk2/isolation/web/pom.xml
The file was modified appserver/featuresets/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war1/pom.xml
The file was modified appserver/tests/cdi/negative/normalScopeWithFinal/pom.xml
The file was modified appserver/tests/quicklook/adminconsole/pom.xml
The file was modified nucleus/core/logging/pom.xml
The file was modified nucleus/grizzly/config/pom.xml
The file was modified docs/security-guide/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/standalonewar/pom.xml
The file was modified docs/administration-guide/pom.xml
The file was modified nucleus/common/amx-core/pom.xml
The file was modified appserver/core/api-exporter-fragment/pom.xml
The file was modified appserver/deployment/schemas/pom.xml
The file was modified appserver/tests/tck/tck-download/tsharness/pom.xml
The file was modified appserver/tests/embedded/ejb/pom.xml
The file was modified appserver/admingui/jms-plugin/pom.xml
The file was modified appserver/persistence/cmp/cmp-all/pom.xml
The file was modified appserver/connectors/admin/pom.xml
The file was modified appserver/extras/embedded/all/pom.xml
The file was modified appserver/admingui/gf-admingui-connector/pom.xml
The file was modified appserver/tests/quicklook/ejb/remoteview/pom.xml
The file was modified nucleus/glassfish-jul-extension/pom.xml
The file was modified nucleus/admin/rest/pom.xml
The file was modified appserver/deployment/dtds/pom.xml
The file was modified appserver/web/weld-integration-fragment/pom.xml
The file was modified nucleus/osgi-platforms/felix/pom.xml
The file was modified appserver/common/pom.xml
The file was modified appserver/tests/hk2/pom.xml
The file was modified appserver/persistence/common/pom.xml
The file was modified nucleus/cluster/cli/pom.xml
The file was modified appserver/persistence/cmp/ejb-mapping/pom.xml
The file was modified appserver/tests/embedded/web/web-war/test/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-connectors-tck/pom.xml
The file was modified appserver/tests/tck/validation/pom.xml
The file was modified appserver/admingui/concurrent/pom.xml
The file was modified docs/reference-manual/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/mdb/pom.xml
The file was modified appserver/tests/tck/authentication/pom.xml
The file was modified nucleus/core/context-propagation/pom.xml
The file was modified appserver/tests/quicklook/ejb/singleton/pom.xml
The file was modified appserver/tests/tck/connectors/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-faces-tck/pom.xml
The file was modified docs/pom.xml
The file was modified appserver/resources/mail/pom.xml
The file was modified appserver/orb/pom.xml
The file was modified appserver/persistence/cmp/support-sqlstore/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-ant-based-tck/pom.xml
The file was modified nucleus/osgi-platforms/pom.xml
The file was modified appserver/tests/tck/tck-download/javatest/pom.xml
The file was modified appserver/appclient/client/acc-config/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/webservice/pom.xml
The file was modified appserver/jms/gf-jms-connector/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/websockets/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsptest/pom.xml
The file was modified docs/add-on-component-development-guide/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb1/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/pom.xml
The file was modified appserver/admingui/jca/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/applicationDispatcher/pom.xml
The file was modified appserver/tests/quicklook/ejb/embedded/pom.xml
The file was modified nucleus/hk2-config-generator/pom.xml
The file was modified appserver/tests/embedded/web/web-war/war/pom.xml
The file was modified appserver/flashlight/client/pom.xml
The file was modified appserver/tests/sse/basic/pom.xml
The file was modified appserver/tests/tck/microprofile/rest-client/pom.xml
The file was modified appserver/tests/admin/admin-extension/pom.xml
The file was modified appserver/tests/sse/videoplayer/pom.xml
The file was modified appserver/common/glassfish-naming/pom.xml
The file was modified appserver/web/gui-plugin-common/pom.xml
The file was modified appserver/admin/pom.xml
The file was modified docs/troubleshooting-guide/pom.xml
The file was modified appserver/distributions/docker/pom.xml
The file was modified nucleus/cluster/ssh/pom.xml
The file was modified appserver/featuresets/web/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-full/pom.xml
The file was modified nucleus/cluster/pom.xml
The file was modified appserver/tests/embedded/glassfish_resources_xml/pom.xml
The file was modified docs/application-deployment-guide/pom.xml
The file was modified appserver/itest-tools/pom.xml
The file was modified appserver/grizzly/grizzly-container/pom.xml
The file was modified appserver/tests/cdi/cases/pom.xml
The file was modified appserver/concurrent/concurrent-connector/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/programmatic-authentication/pom.xml
The file was modified nucleus/cluster/gms-adapter/pom.xml
The file was modified appserver/webservices/jsr109-impl/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tags-tck/pom.xml
The file was modified appserver/jdbc/jdbc-ra/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/pom.xml
The file was modified appserver/ejb/pom.xml
The file was modified appserver/osgi-platforms/pom.xml
The file was modified nucleus/common/scattered-archive-api/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-core/pom.xml
The file was modified nucleus/common/glassfish-api/pom.xml
The file was modified appserver/extras/jakartaee/manifest-jar/pom.xml
The file was modified appserver/orb/orb-iiop/pom.xml
The file was modified appserver/admingui/full/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/lib1/pom.xml
The file was modified docs/embedded-server-guide/pom.xml
The file was modified appserver/persistence/oracle-jdbc-driver-packages/pom.xml
The file was modified appserver/tests/embedded/web/autodelete/pom.xml
The file was modified appserver/tests/appserv-tests/util/reportbuilder/pom.xml
The file was modified appserver/concurrent/concurrent-impl/pom.xml
The file was modified appserver/tests/hk2/cdi/pom.xml
The file was modified appserver/tests/paas/external-db-service/pom.xml
The file was modified nucleus/flashlight/agent/pom.xml
The file was modified appserver/admingui/plugin-service/pom.xml
The file was modified appserver/extras/embedded/common/osgi-main/pom.xml
The file was modified appserver/tests/paas/lazy-shared-service-test/pom.xml
The file was modified appserver/grizzly/pom.xml
The file was modified appserver/tests/paas/external-and-shared-service/pom.xml
The file was modified docs/release-notes/pom.xml
The file was modified nucleus/featuresets/pom.xml
The file was modified appserver/security/core-ee/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-remote/pom.xml
The file was modified nucleus/core/api-exporter/pom.xml
The file was modified appserver/jdbc/jdbc-runtime/pom.xml
The file was modified appserver/extras/embedded/common/bootstrap/pom.xml
The file was modified nucleus/admin/util/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/ejb-auth-async/scheduler-service/pom.xml
The file was modified appserver/web/jersey-mvc-connector/pom.xml
The file was modified nucleus/security/core/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war2/pom.xml
The file was modified appserver/extras/embedded/web/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/basic/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/dirListing/pom.xml
The file was modified appserver/tests/paas/basic-db-initsql/pom.xml
The file was modified appserver/microprofile/connectors/pom.xml
The file was modified appserver/common/glassfish-ee-api/pom.xml
The file was modified appserver/tests/cdi/cases/runner/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jmxUndeployEvent/pom.xml
The file was modified appserver/tests/embedded/utils/pom.xml
The file was modified appserver/tests/paas/enable-disable-test/pom.xml
The file was modified appserver/ldapbp/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/getRequestURI/pom.xml
The file was modified appserver/resources/mail/mail-runtime/pom.xml
The file was modified appserver/tests/embedded/scatteredarchive/pom.xml
The file was modified nucleus/test-utils/pom.xml
The file was modified appserver/deployment/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/mydb-plugin/pom.xml
The file was modified appserver/tests/embedded/static/web/pom.xml
The file was modified appserver/tests/embedded/cdi_basic/pom.xml
The file was modified appserver/tests/paas/basic-service-discovery/pom.xml
The file was modified appserver/persistence/cmp/support-ejb/pom.xml
The file was modified appserver/ejb/ejb-all/pom.xml
The file was modified nucleus/admin/template/pom.xml
The file was modified appserver/connectors/connectors-inbound-runtime/pom.xml
The file was modified appserver/core/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/ear/pom.xml
The file was modified docs/deployment-planning-guide/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/pom.xml
The file was modified appserver/persistence/jpa-container/pom.xml
The file was modified appserver/admingui/dataprovider/pom.xml
The file was modified appserver/tests/paas/ext-shared-service-enable-disable-test/pom.xml
The file was modified appserver/admin/cli/pom.xml
The file was modified nucleus/admin/pom.xml
The file was modified appserver/transaction/internal-api/pom.xml
The file was modified appserver/extras/embedded/tests/pom.xml
The file was modified appserver/jms/jmsra/pom.xml
The file was modified appserver/persistence/entitybean-container/pom.xml
The file was modified appserver/appclient/client/acc-standalone/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/pom.xml
The file was modified appserver/tests/paas/basic-db/pom.xml
The file was modified appserver/appclient/client/pom.xml
The file was modified appserver/webservices/pom.xml
The file was modified appserver/security/webservices.security/pom.xml
The file was modified appserver/transaction/jta/pom.xml
The file was modified appserver/tests/tck/faces/pom.xml
The file was modified nucleus/flashlight/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-ra-distribution/pom.xml
The file was modified appserver/load-balancer/gf-load-balancer-connector/pom.xml
The file was modified nucleus/distributions/nucleus-common/pom.xml
The file was modified appserver/osgi-platforms/felix-webconsole-extension/pom.xml
The file was modified docs/quick-start-guide/pom.xml
The file was modified nucleus/admin/cli/pom.xml
The file was modified appserver/web/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-rest-tck/pom.xml
The file was modified appserver/ha/ha-file-store/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authentication-tck/pom.xml
The file was modified appserver/appclient/client/appclient-scripts/pom.xml
The file was modified appserver/tests/tck/microprofile/config/pom.xml
The file was modified docs/publish/pom.xml
The file was modified appserver/microprofile/pom.xml
The file was modified appserver/admingui/jdbc/pom.xml
The file was modified appserver/extras/jakartaee/pom.xml
The file was modified appserver/distributions/glassfish/pom.xml
The file was modified appserver/jms/pom.xml
The file was modified appserver/tests/paas/javaee_shared_service/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/ejb_lite_basic/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/sessionDestroyed/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-interactive/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell-frag/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/runner/pom.xml
The file was modified appserver/admingui/cluster/pom.xml
The file was modified appserver/connectors/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso1/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/runner/pom.xml
The file was modified appserver/persistence/gf-jpa-connector/pom.xml
The file was modified appserver/web/weld-integration-test-fragment/pom.xml
The file was modified appserver/security/ejb.security/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/index/pom.xml
The file was modified appserver/tests/quicklook/jms/injection/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb2/pom.xml
The file was modified appserver/tests/tck/connectors-full/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment3/pom.xml
The file was modified appserver/tests/tck/rest_cdi/pom.xml
The file was modified appserver/connectors/connectors-internal-api/pom.xml
The file was modified appserver/extras/appserv-rt/manifest-jar/pom.xml
The file was modified appserver/admingui/ejb-lite/pom.xml
The file was modified appserver/tests/tck/pom.xml
The file was modified appserver/jdbc/templates/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/runner/pom.xml
The file was modified appserver/web/web-embed/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/pom.xml
The file was modified appserver/tests/embedded/web/pom.xml
The file was modified docs/parent/pom.xml
The file was modified appserver/resources/pom.xml
The file was modified appserver/tests/tck/microprofile/pom.xml
The file was modified appserver/resources/resources-runtime/pom.xml
The file was modified nucleus/deployment/schemas/pom.xml
The file was modified nucleus/grizzly/pom.xml
The file was modified appserver/tests/paas/appscoped-db-with-resources-xml/pom.xml
Commit 91ec991f08fdaa96c094919d0711e95b477d5849 by arjan tijms
Correct new version by adding -SNAPSHOT

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
The file was modified appserver/tests/appserv-tests/devtests/ejb/pom.xml
The file was modified appserver/tests/paas/basic-jpa/pom.xml
The file was modified appserver/tests/sse/basic/pom.xml
The file was modified appserver/tests/cdi/pom.xml
The file was modified appserver/admingui/web/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/multiBeansApp/pom.xml
The file was modified appserver/transaction/jta/pom.xml
The file was modified appserver/admingui/core/pom.xml
The file was modified appserver/web/jstl-connector/pom.xml
The file was modified nucleus/grizzly/nucleus-grizzly-all/pom.xml
The file was modified nucleus/security/services/pom.xml
The file was modified appserver/osgi-platforms/glassfish-osgi-console-plugin/pom.xml
The file was modified appserver/resources/resources-runtime/pom.xml
The file was modified nucleus/admin/rest/rest-service/pom.xml
The file was modified appserver/tests/quicklook/ejb/slsbnicmt/pom.xml
The file was modified appserver/flashlight/pom.xml
The file was modified nucleus/admin/cli/pom.xml
The file was modified appserver/admin/pom.xml
The file was modified appserver/core/pom.xml
The file was modified appserver/ha/ha-shoal-store/pom.xml
The file was modified appserver/tests/embedded/pom.xml
The file was modified appserver/tests/admin/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authorization-tck/pom.xml
The file was modified appserver/tests/community/pom.xml
The file was modified appserver/web/war-util/pom.xml
The file was modified appserver/admingui/cluster/pom.xml
The file was modified appserver/tests/embedded/ejb/ejb-api/pom.xml
The file was modified appserver/admingui/full/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsptest/pom.xml
The file was modified appserver/admin/backup/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-ant-based-tck/pom.xml
The file was modified docs/error-messages-reference/pom.xml
The file was modified appserver/connectors/work-management/pom.xml
The file was modified appserver/jdbc/jdbc-ra/pom.xml
The file was modified appserver/deployment/jakartaee-core/pom.xml
The file was modified appserver/ejb/ejb-connector/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/websockets/pom.xml
The file was modified appserver/extras/jakartaee/dist-frag/pom.xml
The file was modified appserver/ha/ha-file-store/pom.xml
The file was modified nucleus/security/ssl-impl/pom.xml
The file was modified appserver/batch/glassfish-batch-connector/pom.xml
The file was modified appserver/tests/embedded/static/web/pom.xml
The file was modified appserver/transaction/internal-api/pom.xml
The file was modified appserver/tests/application/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/webservice/pom.xml
The file was modified appserver/web/web-embed/pom.xml
The file was modified docs/security-guide/pom.xml
The file was modified nucleus/flashlight/agent/pom.xml
The file was modified appserver/transaction/pom.xml
The file was modified appserver/tests/embedded/web/web-api/pom.xml
The file was modified docs/application-deployment-guide/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/ejb-auth-async/scheduler-service/pom.xml
The file was modified nucleus/resources/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/pom.xml
The file was modified appserver/tests/paas/deployment-rollback/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb2/pom.xml
The file was modified appserver/tests/embedded/scatteredarchive/pom.xml
The file was modified appserver/tests/admingui/auto-test/pom.xml
The file was modified appserver/appclient/server/connector/pom.xml
The file was modified nucleus/xmlbind-annotations/pom.xml
The file was modified appserver/webservices/pom.xml
The file was modified appserver/appclient/client/acc-standalone/pom.xml
The file was modified appserver/security/webservices.security/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/pom.xml
The file was modified appserver/grizzly/grizzly-container/pom.xml
The file was modified appserver/persistence/eclipselink-wrapper/pom.xml
The file was modified nucleus/featuresets/pom.xml
The file was modified nucleus/common/pom.xml
The file was modified appserver/web/jersey-mvc-connector/pom.xml
The file was modified appserver/appclient/client/acc/pom.xml
The file was modified appserver/common/pom.xml
The file was modified appserver/extras/jakartaee/manifest-jar/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/filterURIMapping/pom.xml
The file was modified appserver/persistence/oracle-jdbc-driver-packages/pom.xml
The file was modified appserver/appclient/client/pom.xml
The file was modified appserver/web/admin/pom.xml
The file was modified appserver/persistence/cmp/model/pom.xml
The file was modified appserver/admingui/dataprovider/pom.xml
The file was modified appserver/extras/embedded/shell/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/standalonewar/pom.xml
The file was modified appserver/admingui/gf-admingui-connector/pom.xml
The file was modified appserver/tests/quicklook/ejb/remoteview/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment3/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/common/pom.xml
The file was modified appserver/tests/cdi/cases/pom.xml
The file was modified nucleus/cluster/ssh/pom.xml
The file was modified appserver/tests/paas/basic-bookstore-dns/pom.xml
The file was modified appserver/appclient/pom.xml
The file was modified appserver/jms/jms-core/pom.xml
The file was modified appserver/web/jersey-ejb-component-provider/pom.xml
The file was modified appserver/batch/glassfish-batch-commands/pom.xml
The file was modified appserver/tests/embedded/static/ejb/pom.xml
The file was modified docs/publish/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tags-tck/pom.xml
The file was modified appserver/web/jspcaching-connector/pom.xml
The file was modified appserver/extras/embedded/common/pom.xml
The file was modified appserver/tests/tck/rest/pom.xml
The file was modified appserver/tests/tck/tck-download/javatest/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/programmatic-authentication/pom.xml
The file was modified appserver/tests/embedded/servlet_runs_admin_cmds/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/ear/pom.xml
The file was modified appserver/deployment/jakartaee-full/pom.xml
The file was modified appserver/tests/embedded/basic/lifecycle/pom.xml
The file was modified appserver/extras/embedded/common/bootstrap/pom.xml
The file was modified appserver/tests/embedded/web/pom.xml
The file was modified docs/website/pom.xml
The file was modified nucleus/deployment/admin/pom.xml
The file was modified appserver/persistence/pom.xml
The file was modified appserver/admingui/community-theme/pom.xml
The file was modified nucleus/diagnostics/context/pom.xml
The file was modified appserver/tests/admingui/pom.xml
The file was modified docs/troubleshooting-guide/pom.xml
The file was modified appserver/tests/paas/scale_service/pom.xml
The file was modified docs/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/pom.xml
The file was modified nucleus/diagnostics/diagnostics-api/pom.xml
The file was modified appserver/tests/cdi/negative/pom.xml
The file was modified appserver/tests/hk2/isolation/web/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars-xa/pom.xml
The file was modified appserver/tests/tck/rest_cdi/pom.xml
The file was modified nucleus/featuresets/atomic/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsftest/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/advanced/pom.xml
The file was modified appserver/tests/tck/pages/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/app/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/remoteejbs/pom.xml
The file was modified appserver/extras/embedded/common/osgi-modules-uninstaller/pom.xml
The file was modified appserver/jms/gf-jms-injection/pom.xml
The file was modified appserver/tests/cdi/negative/normalScopeWithFinal/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-connectors-tck/pom.xml
The file was modified nucleus/common/internal-api/pom.xml
The file was modified appserver/featuresets/glassfish/pom.xml
The file was modified appserver/tests/cdi/cases/runner/pom.xml
The file was modified appserver/web/web-glue/pom.xml
The file was modified appserver/web/weld-integration-fragment/pom.xml
The file was modified appserver/tests/paas/basic-shared-service-test/pom.xml
The file was modified appserver/tests/appserv-tests/util/reportbuilder/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/pom.xml
The file was modified appserver/admin/admin-core/pom.xml
The file was modified appserver/persistence/cmp/support-sqlstore/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/static-shell-init/pom.xml
The file was modified appserver/webservices/soap-tcp/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb2/pom.xml
The file was modified nucleus/diagnostics/pom.xml
The file was modified nucleus/test-utils/pom.xml
The file was modified appserver/persistence/common/pom.xml
The file was modified appserver/ejb/ejb-timer-service-app/pom.xml
The file was modified docs/upgrade-guide/pom.xml
The file was modified nucleus/featuresets/nucleus/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/pom.xml
The file was modified qa/pom.xml
The file was modified appserver/tests/cdi/negative/runner/pom.xml
The file was modified appserver/webservices/metro-fragments/pom.xml
The file was modified appserver/tests/sse/videoplayer/pom.xml
The file was modified docs/embedded-server-guide/pom.xml
The file was modified docs/quick-start-guide/pom.xml
The file was modified appserver/web/web-naming/pom.xml
The file was modified appserver/connectors/connectors-inbound-runtime/pom.xml
The file was modified appserver/flashlight/client/pom.xml
The file was modified appserver/extras/appserv-rt/manifest-jar/pom.xml
The file was modified appserver/web/gf-weld-connector/pom.xml
The file was modified nucleus/distributions/nucleus-common/pom.xml
The file was modified appserver/extras/embedded/tests/pom.xml
The file was modified appserver/security/appclient.security/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-ra-distribution/pom.xml
The file was modified appserver/tests/hk2/isolation/runner/pom.xml
The file was modified appserver/resources/resources-connector/pom.xml
The file was modified nucleus/admin/rest/rest-testing/pom.xml
The file was modified appserver/orb/orb-connector/pom.xml
The file was modified nucleus/admin/template/pom.xml
The file was modified appserver/distributions/pom.xml
The file was modified appserver/tests/paas/appscoped-db-with-resources-xml/pom.xml
The file was modified appserver/grizzly/glassfish-grizzly-extra-all/pom.xml
The file was modified nucleus/cluster/common/pom.xml
The file was modified appserver/tests/embedded/basic/pom.xml
The file was modified appserver/web/web-sse/pom.xml
The file was modified appserver/deployment/schemas/pom.xml
The file was modified appserver/tests/tck/connectors-full/pom.xml
The file was modified appserver/tests/paas/javaee_shared_service/pom.xml
The file was modified nucleus/admin/rest/pom.xml
The file was modified nucleus/deployment/autodeploy/pom.xml
The file was modified appserver/tests/paas/basic-db-with-resources-xml/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/mq-test/pom.xml
The file was modified appserver/tests/embedded/static/ejb/simple/pom.xml
The file was modified nucleus/osgi-platforms/felix/pom.xml
The file was modified appserver/extras/embedded/web/pom.xml
The file was modified nucleus/deployment/common/pom.xml
The file was modified nucleus/security/pom.xml
The file was modified appserver/ejb/ejb-client/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/localejbs/pom.xml
The file was modified appserver/webservices/webservices-scripts/pom.xml
The file was modified appserver/web/gui-plugin-common/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment2/pom.xml
The file was modified appserver/tests/tck/cdi/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars/pom.xml
The file was modified appserver/tests/embedded/cdi_basic/pom.xml
The file was modified appserver/tests/pom.xml
The file was modified nucleus/parent/pom.xml
The file was modified appserver/persistence/cmp/ejb-mapping/pom.xml
The file was modified appserver/admingui/war/pom.xml
The file was modified appserver/web/cdi-api-fragment/pom.xml
The file was modified nucleus/admin/monitor/pom.xml
The file was modified docs/reference-manual/pom.xml
The file was modified appserver/persistence/cmp/generator-database/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/simple/pom.xml
The file was modified appserver/tests/quicklook/jms/injection/pom.xml
The file was modified appserver/admingui/ejb-lite/pom.xml
The file was modified appserver/tests/tck/tck-download/tsharness/pom.xml
The file was modified appserver/persistence/gf-jpa-connector/pom.xml
The file was modified appserver/tests/embedded/web/web-war/pom.xml
The file was modified appserver/batch/pom.xml
The file was modified appserver/core/api-exporter-fragment/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-faces-tck/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-full/pom.xml
The file was modified nucleus/cluster/gms-adapter/pom.xml
The file was modified appserver/tests/tck/tck-download/pom.xml
The file was modified appserver/resources/pom.xml
The file was modified docs/installation-guide/pom.xml
The file was modified appserver/extras/appserv-rt/dist-frag/pom.xml
The file was modified appserver/ejb/pom.xml
The file was modified appserver/tests/tck/validation/pom.xml
The file was modified nucleus/admin/util/pom.xml
The file was modified appserver/web/web-embed/api/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-remote/pom.xml
The file was modified appserver/tests/tck/pom.xml
The file was modified appserver/admingui/concurrent/pom.xml
The file was modified appserver/libpam4j/pom.xml
The file was modified docs/add-on-component-development-guide/pom.xml
The file was modified appserver/jms/jmsra/pom.xml
The file was modified nucleus/common/simple-glassfish-api/pom.xml
The file was modified nucleus/cluster/admin/pom.xml
The file was modified pom.xml
The file was modified appserver/jms/gf-jms-connector/pom.xml
The file was modified appserver/tests/appserv-tests/pom.xml
The file was modified nucleus/admin/config-api/pom.xml
The file was modified nucleus/flashlight/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/pom.xml
The file was modified appserver/tests/quicklook/ejb/embedded/pom.xml
The file was modified appserver/resources/mail/pom.xml
The file was modified nucleus/hk2-config-generator/pom.xml
The file was modified nucleus/deployment/schemas/pom.xml
The file was modified appserver/tests/quicklook/adminconsole/pom.xml
The file was modified appserver/ejb/ejb-all/pom.xml
The file was modified appserver/jdbc/templates/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/index/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/advanced/pom.xml
The file was modified appserver/osgi-platforms/pom.xml
The file was modified appserver/common/stats77/pom.xml
The file was modified appserver/connectors/connectors-runtime/pom.xml
The file was modified appserver/resources/mail/mail-runtime/pom.xml
The file was modified appserver/tests/paas/external-and-shared-service/pom.xml
The file was modified appserver/common/container-common/pom.xml
The file was modified appserver/common/amx-jakartaee/pom.xml
The file was modified appserver/extras/appserv-rt/pom.xml
The file was modified appserver/admin/cli-optional/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-model/pom.xml
The file was modified nucleus/flashlight/framework/pom.xml
The file was modified appserver/connectors/connectors-internal-api/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-servlet-tck/pom.xml
The file was modified nucleus/admin/launcher/pom.xml
The file was modified nucleus/deployment/dtds/pom.xml
The file was modified appserver/web/web-core/pom.xml
The file was modified docs/performance-tuning-guide/pom.xml
The file was modified appserver/tests/hk2/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tck/pom.xml
The file was modified docs/distribution/pom.xml
The file was modified appserver/tests/appserv-tests/cciblackbox-tx/pom.xml
The file was modified appserver/microprofile/pom.xml
The file was modified appserver/tests/embedded/static/pom.xml
The file was modified appserver/extras/jakartaee/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/multipleApps/pom.xml
The file was modified appserver/admin/template/pom.xml
The file was modified appserver/transaction/jts/pom.xml
The file was modified appserver/persistence/cmp/pom.xml
The file was modified appserver/core/jakartaee-kernel/pom.xml
The file was modified nucleus/admin/server-mgmt/pom.xml
The file was modified appserver/persistence/cmp/support-ejb/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/spetest/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/basic/pom.xml
The file was modified appserver/admingui/jdbc/pom.xml
The file was modified appserver/extras/embedded/common/instanceroot-builder/pom.xml
The file was modified appserver/tests/tck/jwt/pom.xml
The file was modified nucleus/cluster/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war1/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/secureWebApp/pom.xml
The file was modified appserver/web/web-ha/pom.xml
The file was modified appserver/tests/embedded/utils/pom.xml
The file was modified appserver/tests/paas/helloworld/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/basic/pom.xml
The file was modified appserver/common/glassfish-naming/pom.xml
The file was modified appserver/extras/pom.xml
The file was modified nucleus/hk2-config-types/pom.xml
The file was modified appserver/tests/hk2/isolation/pom.xml
The file was modified appserver/webservices/metro-glue/pom.xml
The file was modified appserver/batch/batch-database/pom.xml
The file was modified appserver/jms/pom.xml
The file was modified appserver/extras/embedded/all/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/pom.xml
The file was modified appserver/ldapbp/pom.xml
The file was modified appserver/tests/embedded/glassfish_resources_xml/pom.xml
The file was modified appserver/concurrent/concurrent-connector/pom.xml
The file was modified appserver/concurrent/pom.xml
The file was modified appserver/tests/amx/pom.xml
The file was modified appserver/tests/paas/basic/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-connectors-full-tck/pom.xml
The file was modified appserver/jms/admin/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/queryString/pom.xml
The file was modified appserver/admingui/plugin-service/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/dirListing/pom.xml
The file was modified appserver/connectors/admin/pom.xml
The file was modified appserver/ejb/ejb-full-container/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/war/pom.xml
The file was modified appserver/tests/admin/admin-extension/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/ejb_lite_basic/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/pom.xml
The file was modified appserver/tests/tck/tck-runner/pom.xml
The file was modified appserver/tests/quicklook/rest/pom.xml
The file was modified appserver/web/pom.xml
The file was modified appserver/admingui/jca/pom.xml
The file was modified nucleus/common/amx-core/pom.xml
The file was modified appserver/jdbc/jdbc-runtime/pom.xml
The file was modified appserver/tests/hk2/cdi/pom.xml
The file was modified appserver/connectors/descriptors/pom.xml
The file was modified appserver/distributions/glassfish/pom.xml
The file was modified appserver/admingui/jms-plugin/pom.xml
The file was modified appserver/security/ejb.security/pom.xml
The file was modified appserver/appclient/server/core/pom.xml
The file was modified appserver/tests/quicklook/ejb/cmp/pom.xml
The file was modified nucleus/common/common-util/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/applicationDispatcher/pom.xml
The file was modified nucleus/cluster/gms-bootstrap/pom.xml
The file was modified appserver/load-balancer/pom.xml
The file was modified appserver/orb/orb-iiop/pom.xml
The file was modified appserver/tests/paas/basic-service-discovery/pom.xml
The file was modified appserver/tests/embedded/inplanted/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso1/pom.xml
The file was modified appserver/admingui/pom.xml
The file was modified appserver/extras/embedded/pom.xml
The file was modified appserver/tests/quicklook/ejb/sfulnoi/pom.xml
The file was modified nucleus/deployment/pom.xml
The file was modified appserver/tests/admin/tests/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jmxUndeployEvent/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/pom.xml
The file was modified appserver/tests/paas/basic-db-initsql/pom.xml
The file was modified appserver/tests/paas/lazy-shared-service-test/pom.xml
The file was modified appserver/orb/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/runner/pom.xml
The file was modified appserver/connectors/pom.xml
The file was modified appserver/tests/paas/external-db-service/generatederbyvm/pom.xml
The file was modified appserver/persistence/cmp/internal-api/pom.xml
The file was modified appserver/ant-tasks/pom.xml
The file was modified appserver/tests/embedded/web/web-war/test/pom.xml
The file was modified appserver/ejb/ejb-container/pom.xml
The file was modified appserver/admin/cli/pom.xml
The file was modified appserver/distributions/web/pom.xml
The file was modified appserver/deployment/dtds/pom.xml
The file was modified appserver/web/weld-integration-test-fragment/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/mydb-plugin/pom.xml
The file was modified appserver/web/webtier-all/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/runner/pom.xml
The file was modified appserver/security/core-ee/pom.xml
The file was modified appserver/admingui/corba/pom.xml
The file was modified nucleus/distributions/atomic/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-expression-language-tck/pom.xml
The file was modified appserver/tests/paas/service_metadata/custom_db_name/pom.xml
The file was modified appserver/tests/tck/authentication/pom.xml
The file was modified nucleus/admin/pom.xml
The file was modified nucleus/distributions/pom.xml
The file was modified docs/administration-guide/pom.xml
The file was modified nucleus/core/api-exporter/pom.xml
The file was modified appserver/appclient/client/acc-config/pom.xml
The file was modified docs/ha-administration-guide/pom.xml
The file was modified appserver/connectors/connectors-connector/pom.xml
The file was modified appserver/persistence/entitybean-container/pom.xml
The file was modified appserver/admingui/jts/pom.xml
The file was modified appserver/load-balancer/gf-load-balancer-connector/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/runner/pom.xml
The file was modified appserver/osgi-platforms/felix-webconsole-extension/pom.xml
The file was modified appserver/security/pom.xml
The file was modified nucleus/distributions/nucleus/pom.xml
The file was modified appserver/jdbc/pom.xml
The file was modified appserver/tests/quicklook/admin/pom.xml
The file was modified appserver/tests/embedded/mysql/pom.xml
The file was modified appserver/tests/quicklook/amx/pom.xml
The file was modified appserver/tests/tck/faces/pom.xml
The file was modified nucleus/admin/rest/rest-client/pom.xml
The file was modified appserver/featuresets/debug/pom.xml
The file was modified appserver/itest-tools/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/pom.xml
The file was modified appserver/featuresets/web/pom.xml
The file was modified appserver/tests/embedded/web/web-war/war/pom.xml
The file was modified appserver/tests/paas/pom.xml
The file was modified appserver/tests/tck/pages_tags/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/pom.xml
The file was modified appserver/load-balancer/admin/pom.xml
The file was modified nucleus/glassfish-jul-extension/pom.xml
The file was modified appserver/security/security-all/pom.xml
The file was modified appserver/webservices/connector/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso2/pom.xml
The file was modified nucleus/grizzly/pom.xml
The file was modified appserver/tests/tck/microprofile/rest-client/pom.xml
The file was modified appserver/web/jsf-connector/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-rest-tck/pom.xml
The file was modified appserver/extras/embedded/nucleus/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-commands-tests/pom.xml
The file was modified appserver/tests/quicklook/ejb/singleton/pom.xml
The file was modified appserver/grizzly/pom.xml
The file was modified appserver/web/weld-integration/pom.xml
The file was modified docs/parent/pom.xml
The file was modified nucleus/core/extra-jre-packages/pom.xml
The file was modified appserver/tests/embedded/web/autodelete/pom.xml
The file was modified nucleus/core/bootstrap/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc40/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment1/pom.xml
The file was modified appserver/tests/paas/service_metadata/pom.xml
The file was modified appserver/distributions/docker/pom.xml
The file was modified appserver/persistence/cmp/enhancer/pom.xml
The file was modified appserver/resources/mail/mail-connector/pom.xml
The file was modified appserver/tests/embedded/cdi_ejb_jpa/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell-frag/pom.xml
The file was modified appserver/ejb/ejb-internal-api/pom.xml
The file was modified appserver/security/webintegration/pom.xml
The file was modified appserver/common/annotation-framework/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/lib/pom.xml
The file was modified appserver/appclient/server/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb1/pom.xml
The file was modified nucleus/grizzly/config/pom.xml
The file was modified appserver/tests/paas/ext-shared-service-enable-disable-test/pom.xml
The file was modified appserver/jdbc/jdbc-config/pom.xml
The file was modified appserver/web/gf-web-connector/pom.xml
The file was modified nucleus/osgi-platforms/pom.xml
The file was modified appserver/tests/embedded/wrapper/pom.xml
The file was modified appserver/tests/tck/servlet/pom.xml
The file was modified nucleus/common/mbeanserver/pom.xml
The file was modified appserver/extras/embedded/common/osgi-main/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/pom.xml
The file was modified appserver/tests/quicklook/wsit/JaxwsFromWsdl/pom.xml
The file was modified appserver/tests/embedded/ejb/basic/pom.xml
The file was modified appserver/tests/tck/connectors/pom.xml
The file was modified appserver/tests/embedded/web/web-all/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell/pom.xml
The file was modified appserver/persistence/cmp/utility/pom.xml
The file was modified appserver/persistence/jpa-container/pom.xml
The file was modified appserver/persistence/cmp/cmp-scripts/pom.xml
The file was modified nucleus/common/glassfish-api/pom.xml
The file was modified appserver/ha/pom.xml
The file was modified docs/application-development-guide/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-interactive/pom.xml
The file was modified nucleus/osgi-platforms/osgi-container/pom.xml
The file was modified appserver/tests/tck/concurrency/pom.xml
The file was modified nucleus/core/context-propagation/pom.xml
The file was modified appserver/deployment/dol/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/runner/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authentication-tck/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/lib1/pom.xml
The file was modified nucleus/core/kernel/pom.xml
The file was modified appserver/tests/tck/expression_language/pom.xml
The file was modified appserver/tests/paas/basic-db/pom.xml
The file was modified appserver/orb/orb-enabler/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/jars/pom.xml
The file was modified appserver/persistence/cmp/cmp-all/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-tests-utils/pom.xml
The file was modified nucleus/core/pom.xml
The file was modified appserver/tests/tck/authorization/pom.xml
The file was modified nucleus/core/logging/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/pom.xml
The file was modified appserver/featuresets/pom.xml
The file was modified appserver/ha/ha-shoal-cache-bootstrap/pom.xml
The file was modified appserver/jdbc/admin/pom.xml
The file was modified appserver/tests/embedded/ejb/remoteejb/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war2/pom.xml
The file was modified nucleus/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/web/pom.xml
The file was modified appserver/common/glassfish-ee-api/pom.xml
The file was modified appserver/tests/paas/external-db-service/pom.xml
The file was modified appserver/tests/paas/basic-db-teardown-sql/pom.xml
The file was modified appserver/tests/paas/bookstore/pom.xml
The file was modified appserver/ejb/ejb-timer-databases/pom.xml
The file was modified appserver/admingui/common/pom.xml
The file was modified appserver/extras/embedded/common/installroot-builder/pom.xml
The file was modified docs/release-notes/pom.xml
The file was modified appserver/tests/jakartaee/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/getRequestURI/pom.xml
The file was modified appserver/tests/tck/microprofile/pom.xml
The file was modified appserver/webservices/jsr109-impl/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/ejb1/pom.xml
The file was modified appserver/tests/tck/microprofile/config/pom.xml
The file was modified appserver/appclient/client/appclient-scripts/pom.xml
The file was modified appserver/concurrent/concurrent-impl/pom.xml
The file was modified nucleus/common/scattered-archive-api/pom.xml
The file was modified appserver/deployment/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb1/pom.xml
The file was modified appserver/microprofile/config/pom.xml
The file was modified appserver/tests/embedded/ejb/pom.xml
The file was modified nucleus/admin/rest/gf-restadmin-connector/pom.xml
The file was modified nucleus/security/core/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/sessionDestroyed/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell/pom.xml
The file was modified appserver/tests/paas/service_metadata/provision_using_specified_template/pom.xml
The file was modified appserver/tests/embedded/web/servlet/pom.xml
The file was modified appserver/tests/paas/external-db-service/test/pom.xml
The file was modified nucleus/cluster/cli/pom.xml
The file was modified appserver/tests/paas/enable-disable-test/pom.xml
The file was modified appserver/tests/quicklook/pom.xml
The file was modified nucleus/flashlight/flashlight-extra-jdk-packages/pom.xml
The file was modified appserver/distributions/glassfish-common/pom.xml
The file was modified appserver/admingui/ejb/pom.xml
The file was modified appserver/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/mdb/pom.xml
The file was modified docs/deployment-planning-guide/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/init/pom.xml
The file was modified appserver/microprofile/connectors/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-core/pom.xml
The file was modified appserver/tests/quicklook/wsit/jsr109tester/pom.xml
Commit c08db62681f73346a6ba4ba376666129a0568e23 by David Matějček
Deprecated XMLInputFactory.newInstance replaced by newFactory

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
The file was modified nucleus/common/common-util/src/main/java/com/sun/enterprise/universal/xml/XmlParserHelper.java
The file was modified nucleus/deployment/common/src/main/java/com/sun/enterprise/deploy/shared/AbstractArchiveHandler.java
The file was modified nucleus/common/internal-api/src/main/java/org/glassfish/internal/deployment/GenericSniffer.java
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/perms/PermissionXMLParser.java
The file was modified nucleus/cluster/cli/src/main/java/com/sun/enterprise/admin/cli/cluster/ImportSyncBundleCommand.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/server/StAXParserFactory.java
The file was modified nucleus/hk2-config-generator/src/main/java/org/jvnet/hk2/config/ConfigParser.java
The file was modified appserver/ejb/ejb-container/src/main/java/org/glassfish/ejb/embedded/DomainXmlTransformer.java
The file was modified nucleus/admin/rest/rest-client/src/main/java/org/glassfish/admin/rest/client/utils/MarshallingUtils.java
The file was modified appserver/admingui/common/src/main/java/org/glassfish/admingui/common/util/RestResponse.java
The file was modified nucleus/admin/config-api/src/main/java/com/sun/enterprise/config/modularity/parser/ModuleXMLConfigurationFileParser.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/embedded/EmbeddedSecurityUtil.java
The file was modified nucleus/admin/config-api/src/main/java/org/glassfish/config/support/DefaultConfigUpgrade.java
The file was modified nucleus/admin/config-api/src/test/java/org/glassfish/config/support/DomainXmlPreParserTest.java
The file was modified nucleus/flashlight/framework/src/main/java/org/glassfish/flashlight/xml/StaxParser.java
Commit 497011d4d40b7ef8bd59c5b04484ae513a3c1273 by arjan tijms
Refactor Realm and related code

* Split out the over complicated Realm class is a few pieces that are
easier to understand
* Specifically, create an interface for getting user data (used by the
authentication code) and an interface for managing user data (used by
admin console)
* Split between the all static methods and the stateful instance methods
* Remove classes not longer in use and/or deprecated
* Move all realm related exceptions to their own package

Note:

There is more to be done still, especially the individual realm
implementations can be refactored wrt enhanced for loops, pairing with
their LoginModule peer, etc.

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/file/FileRealmUser.java
The file was removednucleus/security/core/src/main/java/com/iplanet/ias/security/auth/login/PasswordLoginModule.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/User.java
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/auth/login/JDBCDigestLoginModule.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/ldap/LDAPRealm.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/cli/ChangeAdminPassword.java
The file was removednucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/InvalidOperationException.java
The file was removednucleus/security/core/src/main/java/com/sun/enterprise/security/auth/AuthenticationStatusImpl.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/BaseProgrammaticLoginPermission.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/SecurityConfigListener.java
The file was modified appserver/common/glassfish-ee-api/src/main/java/com/sun/appserv/connectors/spi/TransactionSupport.java
The file was addednucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/RealmsManagerHolder.java
The file was removednucleus/security/core/src/main/java/com/sun/enterprise/security/auth/PrincipalMapper.java
The file was modified appserver/common/glassfish-ee-api/src/main/java/com/sun/appserv/security/ProgrammaticLoginPermission.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/Realm.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/login/PasswordLoginModule.java
The file was modified nucleus/admin/rest/rest-service/src/main/java/org/glassfish/admin/rest/cli/SynchronizeRealmFromConfig.java
The file was removednucleus/security/core/src/main/java/com/sun/enterprise/security/auth/AuthenticationStatus.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/BasePasswordLoginModule.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/admin/cli/SecureAdminHelperImpl.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/RealmsManager.java
The file was addednucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/exceptions/GroupNotEmptyException.java
The file was modified appserver/common/glassfish-ee-api/src/main/java/com/sun/appserv/ProxyHandler.java
The file was addednucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/exceptions/BadUserException.java
The file was modified appserver/common/glassfish-ee-api/src/main/java/com/sun/appserv/BytecodePreprocessor.java
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/auth/realm/jdbc/JDBCRealm.java
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/auth/login/DigestLoginModule.java
The file was modified appserver/common/glassfish-ee-api/src/main/java/com/sun/appserv/security/AppservPasswordLoginModule.java
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/auth/realm/pam/PamRealm.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/login/LoginContextDriver.java
The file was removednucleus/security/core/src/main/java/com/sun/enterprise/security/BaseRealm.java
The file was removednucleus/security/core/src/main/java/com/sun/enterprise/security/auth/TrustHandler.java
The file was addednucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/exceptions/NoSuchRealmException.java
The file was removednucleus/security/core/src/main/java/com/sun/enterprise/security/auth/LocalStrings.properties
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/file/FileRealm.java
The file was removednucleus/security/core/src/main/java/com/sun/enterprise/security/auth/Privilege.java
The file was modified appserver/common/glassfish-ee-api/src/main/java/com/sun/appserv/security/AuditModule.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/cli/DeleteFileUser.java
The file was removednucleus/security/core/src/main/java/com/iplanet/ias/security/auth/realm/IASRealm.java
The file was modified nucleus/admin/rest/rest-service/src/main/java/org/glassfish/admin/rest/cli/GetGroupNamesCommand.java
The file was removednucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/AuthenticationHandler.java
The file was removednucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/GroupNotEmptyException.java
The file was modified appserver/common/glassfish-ee-api/src/main/java/com/sun/appserv/security/AppservRealm.java
The file was removednucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/NoSuchUserException.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/cli/ListFileGroup.java
The file was modified appserver/common/glassfish-ee-api/src/main/java/com/sun/appserv/security/AppservCertificateLoginModule.java
The file was removednucleus/security/core/src/main/java/com/sun/enterprise/security/auth/TimestampValidator.java
The file was removednucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/NoSuchRealmException.java
The file was addedappserver/tests/appserv-tests/lib/maven-ant-tasks-2.1.3.jar
The file was addednucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/exceptions/BadRealmException.java
The file was modified appserver/common/glassfish-ee-api/src/main/java/com/sun/appserv/connectors/spi/ConfigurableTransactionSupport.java
The file was removednucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/LocalStrings.properties
The file was addednucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/exceptions/InvalidOperationException.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/cli/CreateFileUser.java
The file was removednucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/BadRealmException.java
The file was addednucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/AbstractGlassFishRealmState.java
The file was addednucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/GlassFishUserStore.java
The file was modified nucleus/admin/rest/rest-service/src/main/java/org/glassfish/admin/rest/cli/SupportsUserManagementCommand.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/solaris/SolarisRealm.java
The file was addednucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/exceptions/UnsupportedRealmException.java
The file was addedappserver/tests/appserv-tests/devtests/security/jaccApi/serial-test-file.tmp
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/certificate/CertificateRealm.java
The file was removednucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/BadUserException.java
The file was addednucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/GlassFishUserManagement.java
The file was addednucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/exceptions/NoSuchUserException.java
The file was modified nucleus/security/core/pom.xml
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/cli/ListFileUser.java
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/auth/realm/DigestRealmBase.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/cli/UpdateFileUser.java
The file was removednucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/IASRealm.java
The file was removednucleus/security/core/src/main/java/com/sun/enterprise/security/auth/RemoteObject.java
The file was removednucleus/security/core/src/main/java/com/sun/enterprise/security/auth/PrivilegeImpl.java
Commit e0280a080cec4dbc85908bb42853d3490832e7fb by arjan tijms
Fix String.format with MessageFormat.format

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/auth/realm/jdbc/JDBCRealm.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/Realm.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/file/FileRealm.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/ldap/LDAPRealm.java
Commit 0b59903f1233a12c37fe26e60481ec4245fa396b by arjan tijms
Make realmsManagerReference volatile for thread visibility

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/RealmsManagerHolder.java
Commit 548286dd12acf4c9318c3d2aea8b80562f7de48f by arjan tijms
Replaced additional occurrences using String.format and {}

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/auth/realm/jdbc/JDBCRealm.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/ldap/LDAPRealm.java
Commit 3effd36084ba8471c0989af91adcde3d4ad41d9b by arjan tijms
Refactor and clean login modules

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/auth/login/DigestLoginModule.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/login/FileLoginModule.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/login/DigestCredentials.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/login/LDAPLoginModule.java
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/auth/login/JDBCDigestLoginModule.java
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/auth/login/PamLoginModule.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/login/DistinguishedPrincipalCredential.java
The file was removednucleus/security/core/src/main/java/com/sun/enterprise/security/auth/login/PasswordLoginModule.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/login/SolarisLoginModule.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/BasePasswordLoginModule.java
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/auth/realm/pam/PamRealm.java
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/auth/login/JDBCLoginModule.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/login/ClientCertificateLoginModule.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/login/ClientPasswordLoginModule.java
Commit 9927fe02af6df8eac54b6100a5e2d5b5f360469c by arjan tijms
Rename main package in security-ee module to include .ee

Before the security and security-ee modules both had the same main
package name.

Rename auth package to authentication in .ee package, and move the
GlassFish LoginModule/Realms combinations to a new package.

Rename JDBCDigest which had nothing to do with JDBC.

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
The file was modified appserver/tests/admin/tests/src/test/java/org/glassfish/main/admin/test/rest/AuthRealmITest.java
The file was modified appserver/ejb/ejb-container/src/main/java/com/sun/ejb/InvocationInfo.java
The file was modified appserver/admingui/common/src/main/help/en/help/task-realmnew.html
The file was modified appserver/appclient/server/core/src/main/java/org/glassfish/appclient/server/core/CarHandler.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/jmac/ConfigDomainParser.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/jmac/config/GFAuthConfigFactory.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/web/integration/GlassfishRoleMapper.java
The file was modified appserver/security/webservices.security/src/main/java/com/sun/enterprise/security/webservices/LogUtils.java
The file was modified appserver/security/webintegration/src/main/java/com/sun/web/security/WebProgrammaticLoginImpl.java
The file was modified nucleus/admin/template/src/main/resources/config/login.conf
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/auth/realm/pam/PamRealm.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/perms/SMGlobalPolicyUtil.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/acl/RoleMapperFactory.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/acl/WebResource.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/authentication/glassfish/digest/DigestCredentials.java
The file was modified appserver/ejb/ejb-container/src/main/java/org/glassfish/ejb/security/application/EJBSecurityManager.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/web/integration/LogUtils.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/authentication/glassfish/digest/DigestRealm.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/authorize/EJBPolicyContextDelegate.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/jmac/MessageSecurityConfigEventListenerImpl.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/jmac/AuthMessagePolicy.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/perms/PermissionsProcessor.java
The file was modified appserver/security/webservices.security/src/main/java/com/sun/enterprise/security/webservices/server/ServerSecurityPipe.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/web/integration/WebPrincipal.java
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/SecuritySniffer.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/web/integration/WebSecurityManager.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/auth/digest/impl/DigestProcessor.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/perms/PermissionXMLParser.java
The file was addedappserver/security/core-ee/src/test/resources/com/sun/enterprise/security/ee/perms/permissions.xml
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/authorize/cache/PermissionCacheFactory.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/perms/XMLPermissionsHandler.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/acl/LocalStrings.properties
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/authentication/glassfish/pam/PamLoginModule.java
The file was modified nucleus/security/core/src/main/resources/config/login.conf
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/acl/WebResource.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/web/integration/WebSecurityManagerFactory.java
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/JavaEESecurityLifecycle.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/authorize/PolicyContextHandlerImpl.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/perms/VoidPermission.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/auth/realm/DigestRealm.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/auth/digest/impl/DigestParameterGenerator.java
The file was modified appserver/deployment/jakartaee-full/src/main/java/org/glassfish/javaee/full/deployment/EarHandler.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/web/integration/PrincipalGroupFactoryImpl.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/authorize/cache/CachedPermissionImpl.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/authentication/glassfish/jdbc/JDBCLoginModule.java
The file was modified appserver/tests/appserv-tests/devtests/security/jdbcrealm/build.xml
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/perms/PermsArchiveDelegate.java
The file was addedappserver/security/core-ee/src/test/java/com/sun/enterprise/security/ee/perms/VoidPermissionTest.java
The file was removedappserver/security/core-ee/src/test/resources/com/sun/enterprise/security/perms/javaee.server.policy
The file was modified appserver/admingui/common/src/main/help/en/help/ref-realmsnew.html
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/jacc/provider/SimplePolicyConfigurationFactory.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/acl/EJBResource.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/authentication/glassfish/digest/impl/KeyDigestAlgoParamImpl.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/authentication/glassfish/jdbc/JDBCRealm.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/auth/digest/impl/KeyDigestAlgoParamImpl.java
The file was modified appserver/security/core-ee/pom.xml
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/authorize/EJBPolicyContextDelegate.java
The file was modified appserver/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/ConnectorRuntime.java
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/connector/RequestFacade.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/web/integration/LogUtils.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/authorize/cache/CachedPermission.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/authentication/glassfish/digest/DigestLoginModule.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/acl/RoleMapper.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/jmac/callback/ContainerCallbackHandler.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/perms/EarEEPermissionsProcessor.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/perms/DeclaredPermissionsProcessor.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/perms/PermissionsProcessor.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/acl/LocalStrings.properties
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/perms/ModuleEEPermissionsProcessor.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/web/integration/GlassFishToExousiaConverter.java
The file was addedappserver/security/core-ee/src/test/java/com/sun/enterprise/security/ee/perms/SMGlobalPolicyUtilTest.java
The file was modified appserver/security/webservices.security/src/main/java/com/sun/enterprise/security/webservices/client/ClientSecurityPipe.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/authorize/cache/CachedPermission.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/perms/ModuleEEPermissionsProcessor.java
The file was removedappserver/security/core-ee/src/test/resources/com/sun/enterprise/security/perms/permissions_err.xml
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/SecurityDeployer.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/authorize/PolicyContextDelegate.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/jmac/callback/GlassFishBaseCallbackHandler.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/jmac/callback/ServerContainerCallbackHandler.java
The file was removedappserver/security/core-ee/src/test/resources/com/sun/enterprise/security/perms/nobody.policy
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/authentication/glassfish/digest/impl/HttpDigestParamGenerator.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/perms/DeclaredPermissionsProcessor.java
The file was modified nucleus/security/core/src/main/manpages/com/sun/enterprise/security/cli/create-auth-realm.1
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/web/integration/WebSecurityManagerFactory.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/authentication/glassfish/pam/PamRealm.java
The file was modified appserver/security/webservices.security/src/main/java/com/sun/enterprise/security/webservices/WebServicesDelegateImpl.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/authorize/HandlerData.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/jacc/provider/SimplePolicyProvider.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/jmac/callback/ServerContainerCallbackHandler.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/authorize/cache/PermissionCacheFactory.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/auth/digest/impl/HttpAlgorithmParameterImpl.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/authorize/cache/PermissionCache.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/jmac/WebServicesDelegate.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/jmac/callback/ClientContainerCallbackHandler.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/perms/EarEEPermissionsProcessor.java
The file was modified docs/reference-manual/src/main/asciidoc/create-auth-realm.adoc
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/auth/digest/impl/HttpDigestParamGenerator.java
The file was modified appserver/web/web-glue/pom.xml
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/authorize/PolicyContextHandlerImpl.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/PolicyLoader.java
The file was removedappserver/security/core-ee/src/test/java/com/sun/enterprise/security/perms/SMGlobalPolicyUtilTest.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/jacc/provider/SimplePolicyProvider.java
The file was modified nucleus/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/customvalidators/JDBCRealmPropertyCheckValidator.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/authentication/glassfish/digest/impl/LocalStrings.properties
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/web/integration/WebSecurityManager.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/authentication/ProgrammaticLogin.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/auth/login/ProgrammaticLogin.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/authentication/glassfish/digest/impl/DigestAlgorithmParameterImpl.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/auth/login/JDBCLoginModule.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/jmac/config/GFAuthConfigFactory.java
The file was modified appserver/web/war-util/src/main/java/com/sun/enterprise/glassfish/web/WarHandler.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/authorize/cache/PermissionCache.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/authentication/glassfish/digest/impl/DigestProcessor.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/web/integration/PrincipalGroupFactoryImpl.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/perms/VoidPermission.java
The file was modified nucleus/admin/rest/rest-service/src/main/java/org/glassfish/admin/rest/cli/SecurityUtil.java
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/SecurityUtil.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/perms/SMGlobalPolicyUtil.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/jmac/callback/ClientContainerCallbackHandler.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/perms/XMLPermissionsHandler.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/web/integration/WebProgrammaticLogin.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/authentication/glassfish/digest/DigestRealmBase.java
The file was modified appserver/appclient/client/acc/src/main/java/org/glassfish/appclient/common/ClientClassLoaderDelegate.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/auth/login/DigestLoginModule.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/jmac/callback/GlassFishBaseCallbackHandler.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/web/integration/GlassFishToExousiaConverter.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/jmac/WebServicesDelegate.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/perms/PermsArchiveDelegate.java
The file was removedappserver/security/core-ee/src/test/resources/com/sun/enterprise/security/perms/permissions.xml
The file was modified appserver/security/webintegration/src/main/java/com/sun/web/security/RealmAdapter.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/authentication/glassfish/digest/impl/DigestParameterGenerator.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/auth/login/PamLoginModule.java
The file was addedappserver/security/core-ee/src/test/resources/com/sun/enterprise/security/ee/perms/nobody.policy
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/authorize/cache/CachedPermissionImpl.java
The file was modified appserver/security/core-ee/exclude.xml
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/auth/digest/impl/DigestAlgorithmParameterImpl.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/authentication/glassfish/digest/impl/HttpAlgorithmParameterImpl.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/auth/digest/impl/NestedDigestAlgoParamImpl.java
The file was modified appserver/ejb/ejb-container/src/main/java/org/glassfish/ejb/deployment/EjbJarHandler.java
The file was addedappserver/security/core-ee/src/test/resources/com/sun/enterprise/security/ee/perms/restrict.server.policy
The file was modified appserver/security/webservices.security/src/main/java/com/sun/enterprise/security/webservices/SecurityServiceImpl.java
The file was modified appserver/security/webservices.security/src/main/java/com/sun/enterprise/security/webservices/SoapAuthenticationService.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/web/integration/WebProgrammaticLogin.java
The file was addedappserver/security/core-ee/src/test/resources/com/sun/enterprise/security/ee/perms/server.policy
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/web/integration/WebPrincipal.java
The file was addedappserver/security/core-ee/src/test/resources/com/sun/enterprise/security/ee/perms/permissions_err.xml
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/authorize/HandlerData.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/acl/RoleMapper.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/auth/login/DigestCredentials.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/jacc/provider/SimplePolicyConfigurationFactory.java
The file was addedappserver/security/core-ee/src/test/resources/com/sun/enterprise/security/ee/perms/javaee.server.policy
The file was modified appserver/tests/appserv-tests/devtests/security/pamrealm/build.xml
The file was removedappserver/security/core-ee/src/test/resources/com/sun/enterprise/security/perms/server.policy
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/auth/realm/DigestRealmBase.java
The file was removedappserver/security/core-ee/src/test/resources/com/sun/enterprise/security/perms/restrict.server.policy
The file was modified appserver/tests/appserv-tests/devtests/security/ldap/opends/login.conf
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/acl/Resource.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/auth/digest/impl/LocalStrings.properties
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/jmac/callback/ContainerCallbackHandler.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/web/integration/GlassfishRoleMapper.java
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/J2EESecurityManager.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/acl/RoleMapperFactory.java
The file was modified appserver/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/module/RarHandler.java
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/SecurityContainer.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/auth/realm/jdbc/JDBCRealm.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/jmac/AuthMessagePolicy.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/acl/EJBResource.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/acl/Resource.java
The file was modified appserver/tests/admin/tests/src/test/java/org/glassfish/main/admin/test/ClusterITest.java
The file was modified docs/application-development-guide/src/main/asciidoc/securing-apps.adoc
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/jmac/MessageSecurityConfigEventListenerImpl.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/perms/PermissionXMLParser.java
The file was removedappserver/security/core-ee/src/test/java/com/sun/enterprise/security/perms/VoidPermissionTest.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/auth/login/JDBCDigestLoginModule.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/authentication/glassfish/digest/impl/NestedDigestAlgoParamImpl.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/jmac/ConfigDomainParser.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/authorize/PolicyContextDelegate.java
The file was modified appserver/appclient/client/acc/src/main/java/org/glassfish/appclient/common/PermissionsUtil.java
The file was modified docs/security-guide/src/main/asciidoc/user-security.adoc
Commit b57abb800a07df684bfc0ebc66d00446e2ac56f6 by Glassfish Bot
Prepare release 7.0.10
The file was modified appserver/tests/quicklook/ejb/singleton/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/runner/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso2/pom.xml
The file was modified appserver/web/web-glue/pom.xml
The file was modified appserver/admingui/concurrent/pom.xml
The file was modified appserver/resources/pom.xml
The file was modified appserver/tests/embedded/ejb/ejb-api/pom.xml
The file was modified nucleus/cluster/admin/pom.xml
The file was modified nucleus/core/kernel/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/pom.xml
The file was modified appserver/webservices/metro-fragments/pom.xml
The file was modified appserver/admingui/cluster/pom.xml
The file was modified appserver/admingui/ejb/pom.xml
The file was modified appserver/tests/paas/appscoped-db-with-resources-xml/pom.xml
The file was modified appserver/tests/tck/tck-download/javatest/pom.xml
The file was modified appserver/security/core-ee/pom.xml
The file was modified appserver/jms/admin/pom.xml
The file was modified nucleus/distributions/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/advanced/pom.xml
The file was modified appserver/flashlight/pom.xml
The file was modified nucleus/parent/pom.xml
The file was modified appserver/tests/application/pom.xml
The file was modified appserver/tests/cdi/cases/runner/pom.xml
The file was modified appserver/tests/appserv-tests/pom.xml
The file was modified appserver/batch/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/basic/pom.xml
The file was modified appserver/tests/tck/jwt/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/sessionDestroyed/pom.xml
The file was modified nucleus/admin/util/pom.xml
The file was modified appserver/persistence/cmp/utility/pom.xml
The file was modified appserver/concurrent/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/filterURIMapping/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/pom.xml
The file was modified appserver/web/weld-integration-test-fragment/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authorization-tck/pom.xml
The file was modified appserver/load-balancer/gf-load-balancer-connector/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-expression-language-tck/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsftest/pom.xml
The file was modified appserver/connectors/connectors-connector/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell-frag/pom.xml
The file was modified appserver/osgi-platforms/felix-webconsole-extension/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/index/pom.xml
The file was modified appserver/persistence/pom.xml
The file was modified appserver/security/security-all/pom.xml
The file was modified nucleus/distributions/nucleus-common/pom.xml
The file was modified appserver/admingui/jms-plugin/pom.xml
The file was modified appserver/tests/embedded/glassfish_resources_xml/pom.xml
The file was modified appserver/microprofile/connectors/pom.xml
The file was modified docs/troubleshooting-guide/pom.xml
The file was modified appserver/tests/quicklook/ejb/slsbnicmt/pom.xml
The file was modified appserver/jdbc/jdbc-runtime/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/webservice/pom.xml
The file was modified appserver/admingui/jca/pom.xml
The file was modified appserver/tests/sse/basic/pom.xml
The file was modified appserver/admingui/war/pom.xml
The file was modified appserver/featuresets/pom.xml
The file was modified appserver/deployment/schemas/pom.xml
The file was modified appserver/jdbc/templates/pom.xml
The file was modified nucleus/admin/cli/pom.xml
The file was modified appserver/extras/jakartaee/manifest-jar/pom.xml
The file was modified appserver/tests/paas/basic-db-with-resources-xml/pom.xml
The file was modified appserver/tests/embedded/basic/lifecycle/pom.xml
The file was modified appserver/persistence/cmp/internal-api/pom.xml
The file was modified appserver/admingui/corba/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/multiBeansApp/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/app/pom.xml
The file was modified appserver/tests/tck/authorization/pom.xml
The file was modified appserver/extras/appserv-rt/manifest-jar/pom.xml
The file was modified appserver/web/jersey-mvc-connector/pom.xml
The file was modified appserver/extras/embedded/common/instanceroot-builder/pom.xml
The file was modified appserver/connectors/connectors-runtime/pom.xml
The file was modified nucleus/core/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb1/pom.xml
The file was modified nucleus/core/logging/pom.xml
The file was modified appserver/ha/ha-file-store/pom.xml
The file was modified appserver/common/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell/pom.xml
The file was modified nucleus/common/common-util/pom.xml
The file was modified appserver/admingui/jdbc/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-connectors-full-tck/pom.xml
The file was modified appserver/tests/embedded/utils/pom.xml
The file was modified appserver/osgi-platforms/glassfish-osgi-console-plugin/pom.xml
The file was modified appserver/tests/paas/basic-db-teardown-sql/pom.xml
The file was modified appserver/admin/cli/pom.xml
The file was modified appserver/tests/embedded/web/web-war/test/pom.xml
The file was modified appserver/security/ejb.security/pom.xml
The file was modified appserver/admingui/community-theme/pom.xml
The file was modified appserver/core/jakartaee-kernel/pom.xml
The file was modified appserver/tests/embedded/web/web-war/pom.xml
The file was modified appserver/tests/pom.xml
The file was modified appserver/tests/tck/rest/pom.xml
The file was modified appserver/tests/paas/basic-db-initsql/pom.xml
The file was modified appserver/web/weld-integration/pom.xml
The file was modified appserver/tests/admin/pom.xml
The file was modified appserver/ejb/pom.xml
The file was modified appserver/tests/tck/connectors/pom.xml
The file was modified appserver/tests/tck/cdi/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb1/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment2/pom.xml
The file was modified appserver/persistence/oracle-jdbc-driver-packages/pom.xml
The file was modified appserver/web/jstl-connector/pom.xml
The file was modified appserver/persistence/cmp/support-ejb/pom.xml
The file was modified appserver/admingui/dataprovider/pom.xml
The file was modified nucleus/diagnostics/context/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war1/pom.xml
The file was modified nucleus/common/simple-glassfish-api/pom.xml
The file was modified appserver/tests/hk2/isolation/web/pom.xml
The file was modified appserver/tests/quicklook/wsit/jsr109tester/pom.xml
The file was modified docs/release-notes/pom.xml
The file was modified appserver/common/amx-jakartaee/pom.xml
The file was modified appserver/tests/tck/microprofile/config/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tck/pom.xml
The file was modified docs/reference-manual/pom.xml
The file was modified appserver/tests/embedded/cdi_basic/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso1/pom.xml
The file was modified nucleus/core/api-exporter/pom.xml
The file was modified docs/website/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/websockets/pom.xml
The file was modified nucleus/admin/server-mgmt/pom.xml
The file was modified appserver/tests/embedded/web/servlet/pom.xml
The file was modified appserver/ant-tasks/pom.xml
The file was modified appserver/web/web-embed/pom.xml
The file was modified appserver/microprofile/pom.xml
The file was modified appserver/web/jsf-connector/pom.xml
The file was modified appserver/tests/tck/pages/pom.xml
The file was modified docs/ha-administration-guide/pom.xml
The file was modified appserver/admingui/full/pom.xml
The file was modified appserver/tests/embedded/mysql/pom.xml
The file was modified appserver/batch/glassfish-batch-commands/pom.xml
The file was modified appserver/admin/admin-core/pom.xml
The file was modified appserver/ejb/ejb-internal-api/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authentication-tck/pom.xml
The file was modified appserver/web/gui-plugin-common/pom.xml
The file was modified appserver/resources/mail/mail-connector/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment3/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/runner/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/pom.xml
The file was modified appserver/osgi-platforms/pom.xml
The file was modified appserver/tests/paas/basic-jpa/pom.xml
The file was modified appserver/resources/resources-connector/pom.xml
The file was modified appserver/tests/embedded/static/pom.xml
The file was modified appserver/appclient/client/acc-config/pom.xml
The file was modified appserver/jms/gf-jms-injection/pom.xml
The file was modified appserver/web/web-sse/pom.xml
The file was modified appserver/tests/paas/basic/pom.xml
The file was modified nucleus/core/extra-jre-packages/pom.xml
The file was modified appserver/ejb/ejb-all/pom.xml
The file was modified nucleus/common/internal-api/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/pom.xml
The file was modified appserver/admingui/jts/pom.xml
The file was modified appserver/tests/paas/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/getRequestURI/pom.xml
The file was modified nucleus/grizzly/config/pom.xml
The file was modified appserver/tests/embedded/servlet_runs_admin_cmds/pom.xml
The file was modified nucleus/admin/monitor/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/queryString/pom.xml
The file was modified appserver/distributions/web/pom.xml
The file was modified appserver/tests/hk2/isolation/runner/pom.xml
The file was modified appserver/persistence/cmp/pom.xml
The file was modified nucleus/admin/rest/gf-restadmin-connector/pom.xml
The file was modified appserver/common/stats77/pom.xml
The file was modified appserver/featuresets/glassfish/pom.xml
The file was modified appserver/connectors/connectors-internal-api/pom.xml
The file was modified appserver/tests/embedded/static/ejb/pom.xml
The file was modified appserver/jdbc/jdbc-ra/pom.xml
The file was modified appserver/jdbc/pom.xml
The file was modified nucleus/admin/launcher/pom.xml
The file was modified appserver/resources/resources-runtime/pom.xml
The file was modified nucleus/common/amx-core/pom.xml
The file was modified appserver/tests/embedded/scatteredarchive/pom.xml
The file was modified appserver/web/web-naming/pom.xml
The file was modified appserver/transaction/jta/pom.xml
The file was modified appserver/tests/paas/helloworld/pom.xml
The file was modified appserver/tests/embedded/web/web-api/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/pom.xml
The file was modified appserver/concurrent/concurrent-impl/pom.xml
The file was modified appserver/extras/embedded/tests/pom.xml
The file was modified appserver/tests/embedded/ejb/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/mq-test/pom.xml
The file was modified appserver/tests/quicklook/wsit/JaxwsFromWsdl/pom.xml
The file was modified appserver/tests/admingui/pom.xml
The file was modified appserver/admingui/plugin-service/pom.xml
The file was modified docs/installation-guide/pom.xml
The file was modified appserver/tests/paas/external-db-service/generatederbyvm/pom.xml
The file was modified appserver/tests/quicklook/ejb/embedded/pom.xml
The file was modified appserver/tests/tck/tck-runner/pom.xml
The file was modified appserver/web/web-embed/api/pom.xml
The file was modified appserver/appclient/client/acc-standalone/pom.xml
The file was modified appserver/libpam4j/pom.xml
The file was modified appserver/tests/paas/javaee_shared_service/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb2/pom.xml
The file was modified appserver/tests/community/pom.xml
The file was modified appserver/tests/hk2/isolation/pom.xml
The file was modified appserver/tests/embedded/static/web/pom.xml
The file was modified nucleus/cluster/ssh/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/basic/pom.xml
The file was modified appserver/extras/jakartaee/pom.xml
The file was modified appserver/jms/jmsra/pom.xml
The file was modified appserver/tests/embedded/ejb/basic/pom.xml
The file was modified appserver/distributions/glassfish/pom.xml
The file was modified appserver/admin/backup/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/pom.xml
The file was modified nucleus/featuresets/nucleus/pom.xml
The file was modified appserver/connectors/work-management/pom.xml
The file was modified appserver/tests/admin/admin-extension/pom.xml
The file was modified appserver/web/admin/pom.xml
The file was modified appserver/tests/paas/service_metadata/provision_using_specified_template/pom.xml
The file was modified nucleus/diagnostics/pom.xml
The file was modified appserver/web/weld-integration-fragment/pom.xml
The file was modified docs/pom.xml
The file was modified nucleus/grizzly/nucleus-grizzly-all/pom.xml
The file was modified nucleus/deployment/dtds/pom.xml
The file was modified appserver/concurrent/concurrent-connector/pom.xml
The file was modified appserver/web/war-util/pom.xml
The file was modified appserver/featuresets/web/pom.xml
The file was modified appserver/grizzly/grizzly-container/pom.xml
The file was modified pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-tests-utils/pom.xml
The file was modified appserver/jms/gf-jms-connector/pom.xml
The file was modified nucleus/hk2-config-types/pom.xml
The file was modified appserver/admin/template/pom.xml
The file was modified appserver/persistence/cmp/cmp-scripts/pom.xml
The file was modified appserver/tests/tck/expression_language/pom.xml
The file was modified appserver/tests/cdi/negative/pom.xml
The file was modified appserver/jms/jms-core/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-full/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc40/pom.xml
The file was modified nucleus/resources/pom.xml
The file was modified appserver/webservices/connector/pom.xml
The file was modified appserver/connectors/pom.xml
The file was modified appserver/itest-tools/pom.xml
The file was modified appserver/web/jspcaching-connector/pom.xml
The file was modified appserver/connectors/admin/pom.xml
The file was modified appserver/tests/quicklook/amx/pom.xml
The file was modified nucleus/flashlight/pom.xml
The file was modified appserver/webservices/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/dirListing/pom.xml
The file was modified appserver/security/webservices.security/pom.xml
The file was modified appserver/admin/cli-optional/pom.xml
The file was modified appserver/ejb/ejb-full-container/pom.xml
The file was modified appserver/deployment/dtds/pom.xml
The file was modified appserver/web/cdi-api-fragment/pom.xml
The file was modified appserver/webservices/metro-glue/pom.xml
The file was modified appserver/ha/ha-shoal-cache-bootstrap/pom.xml
The file was modified nucleus/security/pom.xml
The file was modified appserver/tests/embedded/wrapper/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/runner/pom.xml
The file was modified appserver/grizzly/glassfish-grizzly-extra-all/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-servlet-tck/pom.xml
The file was modified appserver/common/container-common/pom.xml
The file was modified nucleus/test-utils/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/pom.xml
The file was modified nucleus/admin/config-api/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/pom.xml
The file was modified nucleus/admin/rest/rest-client/pom.xml
The file was modified appserver/ejb/ejb-connector/pom.xml
The file was modified appserver/tests/tck/concurrency/pom.xml
The file was modified appserver/appclient/pom.xml
The file was modified appserver/resources/mail/pom.xml
The file was modified appserver/ejb/ejb-container/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars/pom.xml
The file was modified appserver/appclient/server/connector/pom.xml
The file was modified qa/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell/pom.xml
The file was modified appserver/orb/orb-connector/pom.xml
The file was modified appserver/grizzly/pom.xml
The file was modified nucleus/flashlight/flashlight-extra-jdk-packages/pom.xml
The file was modified appserver/appclient/server/pom.xml
The file was modified appserver/deployment/dol/pom.xml
The file was modified appserver/jdbc/jdbc-config/pom.xml
The file was modified appserver/appclient/client/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/pom.xml
The file was modified appserver/ejb/ejb-timer-service-app/pom.xml
The file was modified appserver/extras/pom.xml
The file was modified appserver/persistence/entitybean-container/pom.xml
The file was modified appserver/tests/embedded/web/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/lib1/pom.xml
The file was modified appserver/orb/pom.xml
The file was modified appserver/web/jersey-ejb-component-provider/pom.xml
The file was modified appserver/tests/embedded/basic/pom.xml
The file was modified appserver/web/gf-web-connector/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/jars/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/pom.xml
The file was modified appserver/deployment/pom.xml
The file was modified docs/embedded-server-guide/pom.xml
The file was modified appserver/tests/paas/external-and-shared-service/pom.xml
The file was modified appserver/microprofile/config/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/war/pom.xml
The file was modified docs/error-messages-reference/pom.xml
The file was modified appserver/tests/tck/validation/pom.xml
The file was modified appserver/resources/mail/mail-runtime/pom.xml
The file was modified appserver/batch/glassfish-batch-connector/pom.xml
The file was modified docs/deployment-planning-guide/pom.xml
The file was modified appserver/tests/quicklook/ejb/cmp/pom.xml
The file was modified appserver/tests/cdi/negative/runner/pom.xml
The file was modified appserver/tests/paas/external-db-service/pom.xml
The file was modified nucleus/common/scattered-archive-api/pom.xml
The file was modified appserver/load-balancer/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsptest/pom.xml
The file was modified appserver/persistence/cmp/model/pom.xml
The file was modified appserver/web/web-core/pom.xml
The file was modified appserver/tests/tck/rest_cdi/pom.xml
The file was modified docs/administration-guide/pom.xml
The file was modified appserver/persistence/jpa-container/pom.xml
The file was modified appserver/tests/embedded/ejb/remoteejb/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/localejbs/pom.xml
The file was modified appserver/common/glassfish-naming/pom.xml
The file was modified appserver/appclient/server/core/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/web/pom.xml
The file was modified nucleus/cluster/cli/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/ejb_lite_basic/pom.xml
The file was modified appserver/admin/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/ejb-auth-async/scheduler-service/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/pom.xml
The file was modified appserver/tests/embedded/pom.xml
The file was modified appserver/tests/quicklook/adminconsole/pom.xml
The file was modified appserver/appclient/client/appclient-scripts/pom.xml
The file was modified nucleus/common/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment1/pom.xml
The file was modified appserver/ejb/ejb-client/pom.xml
The file was modified nucleus/osgi-platforms/osgi-container/pom.xml
The file was modified appserver/tests/paas/enable-disable-test/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-model/pom.xml
The file was modified appserver/extras/appserv-rt/dist-frag/pom.xml
The file was modified nucleus/security/ssl-impl/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-rest-tck/pom.xml
The file was modified appserver/admingui/ejb-lite/pom.xml
The file was modified appserver/common/glassfish-ee-api/pom.xml
The file was modified nucleus/flashlight/agent/pom.xml
The file was modified nucleus/flashlight/framework/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-ant-based-tck/pom.xml
The file was modified docs/distribution/pom.xml
The file was modified appserver/admingui/core/pom.xml
The file was modified nucleus/core/context-propagation/pom.xml
The file was modified appserver/ldapbp/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/secureWebApp/pom.xml
The file was modified appserver/tests/embedded/inplanted/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/programmatic-authentication/pom.xml
The file was modified appserver/persistence/common/pom.xml
The file was modified appserver/tests/hk2/pom.xml
The file was modified nucleus/deployment/schemas/pom.xml
The file was modified appserver/deployment/jakartaee-core/pom.xml
The file was modified nucleus/distributions/atomic/pom.xml
The file was modified nucleus/deployment/common/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/mdb/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars-xa/pom.xml
The file was modified appserver/tests/paas/service_metadata/custom_db_name/pom.xml
The file was modified appserver/tests/quicklook/admin/pom.xml
The file was modified nucleus/deployment/autodeploy/pom.xml
The file was modified appserver/extras/jakartaee/dist-frag/pom.xml
The file was modified docs/performance-tuning-guide/pom.xml
The file was modified appserver/tests/quicklook/pom.xml
The file was modified appserver/extras/embedded/common/pom.xml
The file was modified appserver/extras/embedded/pom.xml
The file was modified appserver/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/simple/pom.xml
The file was modified appserver/web/gf-weld-connector/pom.xml
The file was modified appserver/web/webtier-all/pom.xml
The file was modified appserver/appclient/client/acc/pom.xml
The file was modified nucleus/cluster/gms-adapter/pom.xml
The file was modified appserver/distributions/docker/pom.xml
The file was modified appserver/featuresets/debug/pom.xml
The file was modified appserver/tests/quicklook/ejb/remoteview/pom.xml
The file was modified appserver/tests/quicklook/rest/pom.xml
The file was modified docs/publish/pom.xml
The file was modified appserver/tests/amx/pom.xml
The file was modified nucleus/common/glassfish-api/pom.xml
The file was modified nucleus/security/core/pom.xml
The file was modified appserver/transaction/jts/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/pom.xml
The file was modified nucleus/common/mbeanserver/pom.xml
The file was modified appserver/webservices/jsr109-impl/pom.xml
The file was modified nucleus/featuresets/pom.xml
The file was modified appserver/tests/paas/ext-shared-service-enable-disable-test/pom.xml
The file was modified appserver/tests/tck/authentication/pom.xml
The file was modified docs/security-guide/pom.xml
The file was modified appserver/extras/embedded/common/osgi-modules-uninstaller/pom.xml
The file was modified appserver/jms/pom.xml
The file was modified appserver/webservices/soap-tcp/pom.xml
The file was modified appserver/extras/appserv-rt/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/common/pom.xml
The file was modified nucleus/admin/template/pom.xml
The file was modified appserver/tests/tck/tck-download/pom.xml
The file was modified appserver/admingui/gf-admingui-connector/pom.xml
The file was modified nucleus/hk2-config-generator/pom.xml
The file was modified appserver/tests/embedded/cdi_ejb_jpa/pom.xml
The file was modified appserver/tests/paas/basic-bookstore-dns/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-core/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/pom.xml
The file was modified appserver/core/api-exporter-fragment/pom.xml
The file was modified appserver/tests/tck/tck-download/tsharness/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/multipleApps/pom.xml
The file was modified appserver/tests/tck/pages_tags/pom.xml
The file was modified nucleus/cluster/gms-bootstrap/pom.xml
The file was modified nucleus/glassfish-jul-extension/pom.xml
The file was modified appserver/web/pom.xml
The file was modified appserver/tests/paas/bookstore/pom.xml
The file was modified appserver/extras/embedded/all/pom.xml
The file was modified appserver/tests/tck/microprofile/rest-client/pom.xml
The file was modified appserver/tests/tck/pom.xml
The file was modified nucleus/diagnostics/diagnostics-api/pom.xml
The file was modified appserver/persistence/cmp/cmp-all/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/standalonewar/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/init/pom.xml
The file was modified nucleus/grizzly/pom.xml
The file was modified appserver/tests/quicklook/jms/injection/pom.xml
The file was modified appserver/extras/embedded/shell/pom.xml
The file was modified appserver/tests/paas/lazy-shared-service-test/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/remoteejbs/pom.xml
The file was modified docs/upgrade-guide/pom.xml
The file was modified appserver/tests/tck/servlet/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tags-tck/pom.xml
The file was modified appserver/batch/batch-database/pom.xml
The file was modified nucleus/core/bootstrap/pom.xml
The file was modified appserver/jdbc/admin/pom.xml
The file was modified appserver/admingui/web/pom.xml
The file was modified appserver/orb/orb-iiop/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/ejb1/pom.xml
The file was modified appserver/tests/hk2/cdi/pom.xml
The file was modified appserver/flashlight/client/pom.xml
The file was modified appserver/tests/embedded/static/ejb/simple/pom.xml
The file was modified nucleus/osgi-platforms/pom.xml
The file was modified appserver/tests/appserv-tests/util/reportbuilder/pom.xml
The file was modified appserver/security/webintegration/pom.xml
The file was modified appserver/tests/cdi/negative/normalScopeWithFinal/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-faces-tck/pom.xml
The file was modified appserver/persistence/cmp/enhancer/pom.xml
The file was modified nucleus/admin/pom.xml
The file was modified appserver/tests/cdi/cases/pom.xml
The file was modified docs/application-development-guide/pom.xml
The file was modified nucleus/distributions/nucleus/pom.xml
The file was modified nucleus/featuresets/atomic/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-interactive/pom.xml
The file was modified docs/parent/pom.xml
The file was modified appserver/extras/embedded/web/pom.xml
The file was modified appserver/persistence/cmp/ejb-mapping/pom.xml
The file was modified appserver/deployment/jakartaee-full/pom.xml
The file was modified appserver/extras/embedded/nucleus/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/ear/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/runner/pom.xml
The file was modified nucleus/admin/rest/pom.xml
The file was modified appserver/webservices/webservices-scripts/pom.xml
The file was modified appserver/distributions/glassfish-common/pom.xml
The file was modified appserver/web/web-ha/pom.xml
The file was modified appserver/persistence/eclipselink-wrapper/pom.xml
The file was modified appserver/load-balancer/admin/pom.xml
The file was modified nucleus/deployment/pom.xml
The file was modified appserver/persistence/gf-jpa-connector/pom.xml
The file was modified appserver/tests/embedded/web/autodelete/pom.xml
The file was modified appserver/transaction/pom.xml
The file was modified nucleus/osgi-platforms/felix/pom.xml
The file was modified appserver/tests/tck/microprofile/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-remote/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb2/pom.xml
The file was modified appserver/distributions/pom.xml
The file was modified appserver/core/pom.xml
The file was modified appserver/tests/admingui/auto-test/pom.xml
The file was modified appserver/extras/embedded/common/bootstrap/pom.xml
The file was modified appserver/tests/admin/tests/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-commands-tests/pom.xml
The file was modified appserver/tests/cdi/pom.xml
The file was modified appserver/admingui/common/pom.xml
The file was modified appserver/security/appclient.security/pom.xml
The file was modified appserver/tests/paas/basic-shared-service-test/pom.xml
The file was modified appserver/security/pom.xml
The file was modified appserver/tests/paas/basic-service-discovery/pom.xml
The file was modified appserver/tests/sse/videoplayer/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/mydb-plugin/pom.xml
The file was modified docs/application-deployment-guide/pom.xml
The file was modified appserver/admingui/pom.xml
The file was modified appserver/tests/paas/scale_service/pom.xml
The file was modified nucleus/admin/rest/rest-testing/pom.xml
The file was modified appserver/tests/embedded/web/web-all/pom.xml
The file was modified appserver/extras/embedded/common/installroot-builder/pom.xml
The file was modified docs/add-on-component-development-guide/pom.xml
The file was modified appserver/ejb/ejb-timer-databases/pom.xml
The file was modified appserver/orb/orb-enabler/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/lib/pom.xml
The file was modified appserver/tests/tck/connectors-full/pom.xml
The file was modified appserver/tests/paas/service_metadata/pom.xml
The file was modified nucleus/admin/rest/rest-service/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-connectors-tck/pom.xml
The file was modified appserver/connectors/connectors-inbound-runtime/pom.xml
The file was modified appserver/extras/embedded/common/osgi-main/pom.xml
The file was modified appserver/tests/quicklook/ejb/sfulnoi/pom.xml
The file was modified nucleus/deployment/admin/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/applicationDispatcher/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/advanced/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jmxUndeployEvent/pom.xml
The file was modified appserver/common/annotation-framework/pom.xml
The file was modified appserver/tests/tck/faces/pom.xml
The file was modified appserver/ha/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/spetest/pom.xml
The file was modified appserver/persistence/cmp/support-sqlstore/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-ra-distribution/pom.xml
The file was modified nucleus/xmlbind-annotations/pom.xml
The file was modified appserver/tests/appserv-tests/cciblackbox-tx/pom.xml
The file was modified docs/quick-start-guide/pom.xml
The file was modified appserver/tests/paas/deployment-rollback/pom.xml
The file was modified appserver/tests/paas/external-db-service/test/pom.xml
The file was modified appserver/persistence/cmp/generator-database/pom.xml
The file was modified nucleus/cluster/common/pom.xml
The file was modified nucleus/pom.xml
The file was modified appserver/connectors/descriptors/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war2/pom.xml
The file was modified appserver/tests/embedded/web/web-war/war/pom.xml
The file was modified appserver/tests/jakartaee/pom.xml
The file was modified nucleus/cluster/pom.xml
The file was modified appserver/ha/ha-shoal-store/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/static-shell-init/pom.xml
The file was modified appserver/tests/paas/basic-db/pom.xml
The file was modified appserver/transaction/internal-api/pom.xml
The file was modified nucleus/security/services/pom.xml
Commit 21c3c85f96cb6243bd32f14e06e6141349868434 by Glassfish Bot
Prepare next development cycle for 7.0.11-SNAPSHOT
The file was modified appserver/webservices/connector/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/programmatic-authentication/pom.xml
The file was modified appserver/resources/mail/mail-connector/pom.xml
The file was modified appserver/admin/cli/pom.xml
The file was modified appserver/appclient/server/connector/pom.xml
The file was modified appserver/tests/admingui/auto-test/pom.xml
The file was modified appserver/grizzly/grizzly-container/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/pom.xml
The file was modified pom.xml
The file was modified nucleus/common/internal-api/pom.xml
The file was modified appserver/tests/hk2/isolation/web/pom.xml
The file was modified nucleus/admin/pom.xml
The file was modified appserver/tests/tck/validation/pom.xml
The file was modified appserver/web/jstl-connector/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/runner/pom.xml
The file was modified appserver/tests/embedded/web/web-api/pom.xml
The file was modified appserver/persistence/cmp/support-ejb/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-rest-tck/pom.xml
The file was modified appserver/webservices/soap-tcp/pom.xml
The file was modified appserver/tests/embedded/cdi_ejb_jpa/pom.xml
The file was modified appserver/tests/paas/enable-disable-test/pom.xml
The file was modified nucleus/grizzly/pom.xml
The file was modified appserver/distributions/glassfish-common/pom.xml
The file was modified appserver/ejb/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment3/pom.xml
The file was modified appserver/tests/sse/videoplayer/pom.xml
The file was modified nucleus/common/amx-core/pom.xml
The file was modified appserver/tests/embedded/ejb/basic/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/pom.xml
The file was modified appserver/admingui/ejb/pom.xml
The file was modified appserver/ejb/ejb-timer-databases/pom.xml
The file was modified nucleus/deployment/dtds/pom.xml
The file was modified appserver/extras/appserv-rt/dist-frag/pom.xml
The file was modified appserver/web/web-sse/pom.xml
The file was modified appserver/tests/tck/connectors/pom.xml
The file was modified docs/application-deployment-guide/pom.xml
The file was modified appserver/admin/backup/pom.xml
The file was modified appserver/microprofile/pom.xml
The file was modified appserver/appclient/server/pom.xml
The file was modified appserver/tests/tck/microprofile/rest-client/pom.xml
The file was modified appserver/grizzly/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-core/pom.xml
The file was modified appserver/security/core-ee/pom.xml
The file was modified appserver/deployment/dol/pom.xml
The file was modified appserver/common/container-common/pom.xml
The file was modified appserver/admingui/jdbc/pom.xml
The file was modified appserver/tests/hk2/isolation/runner/pom.xml
The file was modified nucleus/diagnostics/context/pom.xml
The file was modified appserver/appclient/client/acc-standalone/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/common/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/getRequestURI/pom.xml
The file was modified appserver/web/webtier-all/pom.xml
The file was modified nucleus/distributions/atomic/pom.xml
The file was modified appserver/deployment/dtds/pom.xml
The file was modified appserver/extras/embedded/nucleus/pom.xml
The file was modified appserver/persistence/cmp/support-sqlstore/pom.xml
The file was modified docs/embedded-server-guide/pom.xml
The file was modified nucleus/security/pom.xml
The file was modified nucleus/flashlight/agent/pom.xml
The file was modified appserver/tests/embedded/cdi_basic/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-interactive/pom.xml
The file was modified appserver/tests/tck/rest/pom.xml
The file was modified appserver/admingui/common/pom.xml
The file was modified appserver/appclient/server/core/pom.xml
The file was modified appserver/flashlight/pom.xml
The file was modified appserver/persistence/cmp/enhancer/pom.xml
The file was modified appserver/web/pom.xml
The file was modified appserver/extras/embedded/common/installroot-builder/pom.xml
The file was modified nucleus/deployment/pom.xml
The file was modified appserver/persistence/cmp/ejb-mapping/pom.xml
The file was modified appserver/tests/quicklook/ejb/embedded/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-model/pom.xml
The file was modified docs/pom.xml
The file was modified appserver/tests/cdi/cases/runner/pom.xml
The file was modified nucleus/core/bootstrap/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/remoteejbs/pom.xml
The file was modified appserver/persistence/gf-jpa-connector/pom.xml
The file was modified appserver/tests/paas/lazy-shared-service-test/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/websockets/pom.xml
The file was modified appserver/tests/community/pom.xml
The file was modified appserver/web/web-glue/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/pom.xml
The file was modified appserver/tests/embedded/web/servlet/pom.xml
The file was modified appserver/admingui/dataprovider/pom.xml
The file was modified appserver/appclient/client/acc/pom.xml
The file was modified appserver/tests/paas/external-db-service/test/pom.xml
The file was modified nucleus/common/pom.xml
The file was modified docs/ha-administration-guide/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/basic/pom.xml
The file was modified appserver/tests/quicklook/ejb/cmp/pom.xml
The file was modified appserver/tests/amx/pom.xml
The file was modified appserver/tests/quicklook/ejb/sfulnoi/pom.xml
The file was modified appserver/tests/quicklook/adminconsole/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/pom.xml
The file was modified nucleus/grizzly/config/pom.xml
The file was modified appserver/web/web-core/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/ejb1/pom.xml
The file was modified appserver/featuresets/web/pom.xml
The file was modified appserver/web/web-naming/pom.xml
The file was modified appserver/grizzly/glassfish-grizzly-extra-all/pom.xml
The file was modified appserver/tests/quicklook/wsit/JaxwsFromWsdl/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/lib1/pom.xml
The file was modified appserver/jdbc/jdbc-ra/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/localejbs/pom.xml
The file was modified appserver/batch/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tck/pom.xml
The file was modified appserver/connectors/connectors-inbound-runtime/pom.xml
The file was modified nucleus/cluster/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment1/pom.xml
The file was modified nucleus/security/services/pom.xml
The file was modified appserver/batch/batch-database/pom.xml
The file was modified nucleus/core/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-servlet-tck/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/webservice/pom.xml
The file was modified appserver/tests/embedded/ejb/pom.xml
The file was modified nucleus/core/extra-jre-packages/pom.xml
The file was modified nucleus/core/kernel/pom.xml
The file was modified appserver/security/webintegration/pom.xml
The file was modified appserver/extras/appserv-rt/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsftest/pom.xml
The file was modified appserver/security/security-all/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war1/pom.xml
The file was modified appserver/tests/paas/basic/pom.xml
The file was modified appserver/osgi-platforms/glassfish-osgi-console-plugin/pom.xml
The file was modified docs/distribution/pom.xml
The file was modified appserver/ejb/ejb-full-container/pom.xml
The file was modified appserver/tests/paas/external-db-service/pom.xml
The file was modified appserver/admingui/jts/pom.xml
The file was modified nucleus/osgi-platforms/pom.xml
The file was modified nucleus/flashlight/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/applicationDispatcher/pom.xml
The file was modified nucleus/admin/config-api/pom.xml
The file was modified appserver/tests/paas/basic-db-initsql/pom.xml
The file was modified nucleus/distributions/pom.xml
The file was modified appserver/admingui/web/pom.xml
The file was modified nucleus/flashlight/flashlight-extra-jdk-packages/pom.xml
The file was modified appserver/tests/paas/basic-db-teardown-sql/pom.xml
The file was modified appserver/persistence/cmp/generator-database/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-full/pom.xml
The file was modified appserver/connectors/admin/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/init/pom.xml
The file was modified appserver/persistence/cmp/utility/pom.xml
The file was modified appserver/web/web-embed/api/pom.xml
The file was modified appserver/tests/quicklook/ejb/remoteview/pom.xml
The file was modified appserver/core/api-exporter-fragment/pom.xml
The file was modified nucleus/diagnostics/diagnostics-api/pom.xml
The file was modified appserver/extras/embedded/common/osgi-modules-uninstaller/pom.xml
The file was modified appserver/orb/orb-enabler/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/pom.xml
The file was modified appserver/tests/embedded/web/autodelete/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/dirListing/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-commands-tests/pom.xml
The file was modified appserver/admingui/gf-admingui-connector/pom.xml
The file was modified appserver/appclient/client/acc-config/pom.xml
The file was modified appserver/tests/embedded/servlet_runs_admin_cmds/pom.xml
The file was modified appserver/tests/tck/authentication/pom.xml
The file was modified appserver/extras/pom.xml
The file was modified appserver/persistence/oracle-jdbc-driver-packages/pom.xml
The file was modified appserver/common/stats77/pom.xml
The file was modified appserver/tests/paas/basic-service-discovery/pom.xml
The file was modified appserver/admingui/community-theme/pom.xml
The file was modified docs/release-notes/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/mydb-plugin/pom.xml
The file was modified appserver/tests/tck/tck-runner/pom.xml
The file was modified nucleus/deployment/autodeploy/pom.xml
The file was modified appserver/extras/embedded/web/pom.xml
The file was modified appserver/ejb/ejb-client/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-tests-utils/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/pom.xml
The file was modified appserver/ejb/ejb-connector/pom.xml
The file was modified appserver/common/glassfish-naming/pom.xml
The file was modified appserver/tests/admin/tests/pom.xml
The file was modified appserver/web/gf-web-connector/pom.xml
The file was modified nucleus/cluster/common/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb2/pom.xml
The file was modified nucleus/deployment/admin/pom.xml
The file was modified appserver/tests/cdi/negative/pom.xml
The file was modified appserver/tests/embedded/web/web-war/test/pom.xml
The file was modified appserver/jdbc/jdbc-runtime/pom.xml
The file was modified appserver/tests/sse/basic/pom.xml
The file was modified appserver/libpam4j/pom.xml
The file was modified appserver/tests/tck/servlet/pom.xml
The file was modified appserver/ejb/ejb-timer-service-app/pom.xml
The file was modified appserver/admingui/pom.xml
The file was modified appserver/orb/orb-connector/pom.xml
The file was modified nucleus/featuresets/atomic/pom.xml
The file was modified appserver/tests/appserv-tests/cciblackbox-tx/pom.xml
The file was modified appserver/tests/paas/service_metadata/pom.xml
The file was modified appserver/web/admin/pom.xml
The file was modified nucleus/admin/rest/rest-testing/pom.xml
The file was modified appserver/web/cdi-api-fragment/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/pom.xml
The file was modified appserver/tests/cdi/negative/normalScopeWithFinal/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/jars/pom.xml
The file was modified appserver/web/weld-integration-test-fragment/pom.xml
The file was modified appserver/extras/embedded/pom.xml
The file was modified appserver/extras/embedded/tests/pom.xml
The file was modified appserver/tests/embedded/basic/pom.xml
The file was modified appserver/tests/tck/tck-download/pom.xml
The file was modified appserver/extras/appserv-rt/manifest-jar/pom.xml
The file was modified appserver/admingui/full/pom.xml
The file was modified appserver/tests/admingui/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/advanced/pom.xml
The file was modified nucleus/common/glassfish-api/pom.xml
The file was modified nucleus/test-utils/pom.xml
The file was modified appserver/tests/tck/jwt/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso2/pom.xml
The file was modified nucleus/xmlbind-annotations/pom.xml
The file was modified appserver/distributions/docker/pom.xml
The file was modified appserver/core/jakartaee-kernel/pom.xml
The file was modified appserver/tests/application/pom.xml
The file was modified appserver/jms/jmsra/pom.xml
The file was modified appserver/resources/mail/pom.xml
The file was modified appserver/web/jspcaching-connector/pom.xml
The file was modified appserver/tests/pom.xml
The file was modified appserver/ejb/ejb-internal-api/pom.xml
The file was modified appserver/deployment/pom.xml
The file was modified appserver/resources/mail/mail-runtime/pom.xml
The file was modified appserver/connectors/connectors-internal-api/pom.xml
The file was modified appserver/tests/embedded/pom.xml
The file was modified appserver/transaction/internal-api/pom.xml
The file was modified docs/performance-tuning-guide/pom.xml
The file was modified appserver/tests/paas/external-and-shared-service/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/ear/pom.xml
The file was modified appserver/webservices/pom.xml
The file was modified nucleus/parent/pom.xml
The file was modified appserver/tests/appserv-tests/util/reportbuilder/pom.xml
The file was modified appserver/admingui/corba/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-ra-distribution/pom.xml
The file was modified appserver/concurrent/concurrent-connector/pom.xml
The file was modified appserver/tests/paas/deployment-rollback/pom.xml
The file was modified appserver/extras/embedded/common/pom.xml
The file was modified appserver/tests/embedded/wrapper/pom.xml
The file was modified appserver/extras/embedded/all/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/spetest/pom.xml
The file was modified appserver/flashlight/client/pom.xml
The file was modified appserver/extras/embedded/common/osgi-main/pom.xml
The file was modified appserver/ha/ha-file-store/pom.xml
The file was modified appserver/core/pom.xml
The file was modified appserver/tests/tck/connectors-full/pom.xml
The file was modified nucleus/deployment/common/pom.xml
The file was modified appserver/tests/quicklook/admin/pom.xml
The file was modified appserver/admin/cli-optional/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authentication-tck/pom.xml
The file was modified appserver/tests/paas/external-db-service/generatederbyvm/pom.xml
The file was modified appserver/tests/tck/tck-download/tsharness/pom.xml
The file was modified docs/application-development-guide/pom.xml
The file was modified appserver/tests/quicklook/ejb/singleton/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-connectors-tck/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars-xa/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell-frag/pom.xml
The file was modified docs/add-on-component-development-guide/pom.xml
The file was modified appserver/tests/paas/service_metadata/provision_using_specified_template/pom.xml
The file was modified appserver/orb/orb-iiop/pom.xml
The file was modified appserver/tests/embedded/inplanted/pom.xml
The file was modified appserver/tests/embedded/basic/lifecycle/pom.xml
The file was modified appserver/tests/embedded/ejb/remoteejb/pom.xml
The file was modified appserver/security/pom.xml
The file was modified appserver/tests/quicklook/amx/pom.xml
The file was modified appserver/tests/paas/ext-shared-service-enable-disable-test/pom.xml
The file was modified appserver/admingui/ejb-lite/pom.xml
The file was modified appserver/tests/embedded/scatteredarchive/pom.xml
The file was modified appserver/jdbc/pom.xml
The file was modified appserver/extras/embedded/common/bootstrap/pom.xml
The file was modified appserver/load-balancer/pom.xml
The file was modified appserver/jms/gf-jms-connector/pom.xml
The file was modified appserver/jdbc/admin/pom.xml
The file was modified appserver/tests/paas/basic-shared-service-test/pom.xml
The file was modified appserver/tests/embedded/glassfish_resources_xml/pom.xml
The file was modified appserver/tests/embedded/web/web-war/pom.xml
The file was modified nucleus/common/common-util/pom.xml
The file was modified appserver/extras/embedded/common/instanceroot-builder/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-connectors-full-tck/pom.xml
The file was modified nucleus/cluster/gms-bootstrap/pom.xml
The file was modified appserver/deployment/jakartaee-full/pom.xml
The file was modified appserver/ha/ha-shoal-store/pom.xml
The file was modified nucleus/pom.xml
The file was modified appserver/tests/hk2/cdi/pom.xml
The file was modified appserver/batch/glassfish-batch-commands/pom.xml
The file was modified appserver/connectors/connectors-connector/pom.xml
The file was modified appserver/tests/tck/microprofile/pom.xml
The file was modified appserver/admin/admin-core/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb1/pom.xml
The file was modified nucleus/featuresets/nucleus/pom.xml
The file was modified appserver/ha/ha-shoal-cache-bootstrap/pom.xml
The file was modified appserver/tests/embedded/web/pom.xml
The file was modified appserver/concurrent/concurrent-impl/pom.xml
The file was modified appserver/extras/jakartaee/dist-frag/pom.xml
The file was modified appserver/tests/embedded/static/ejb/simple/pom.xml
The file was modified appserver/web/jsf-connector/pom.xml
The file was modified appserver/persistence/cmp/internal-api/pom.xml
The file was modified appserver/tests/admin/pom.xml
The file was modified appserver/ldapbp/pom.xml
The file was modified appserver/deployment/jakartaee-core/pom.xml
The file was modified appserver/tests/quicklook/rest/pom.xml
The file was modified nucleus/hk2-config-types/pom.xml
The file was modified appserver/tests/tck/pom.xml
The file was modified appserver/connectors/connectors-runtime/pom.xml
The file was modified docs/publish/pom.xml
The file was modified nucleus/admin/server-mgmt/pom.xml
The file was modified appserver/ant-tasks/pom.xml
The file was modified appserver/tests/paas/bookstore/pom.xml
The file was modified appserver/tests/quicklook/pom.xml
The file was modified appserver/web/gf-weld-connector/pom.xml
The file was modified appserver/tests/hk2/isolation/pom.xml
The file was modified appserver/common/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-faces-tck/pom.xml
The file was modified nucleus/core/logging/pom.xml
The file was modified appserver/tests/paas/helloworld/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/pom.xml
The file was modified nucleus/deployment/schemas/pom.xml
The file was modified nucleus/common/mbeanserver/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/mdb/pom.xml
The file was modified appserver/ha/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/standalonewar/pom.xml
The file was modified appserver/tests/embedded/static/pom.xml
The file was modified appserver/featuresets/debug/pom.xml
The file was modified appserver/tests/paas/pom.xml
The file was modified appserver/webservices/jsr109-impl/pom.xml
The file was modified appserver/jdbc/jdbc-config/pom.xml
The file was modified appserver/webservices/metro-glue/pom.xml
The file was modified appserver/jms/jms-core/pom.xml
The file was modified appserver/persistence/pom.xml
The file was modified appserver/tests/tck/pages/pom.xml
The file was modified nucleus/osgi-platforms/osgi-container/pom.xml
The file was modified appserver/transaction/jta/pom.xml
The file was modified appserver/extras/jakartaee/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/pom.xml
The file was modified nucleus/common/simple-glassfish-api/pom.xml
The file was modified appserver/tests/paas/scale_service/pom.xml
The file was modified appserver/load-balancer/admin/pom.xml
The file was modified appserver/admin/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/app/pom.xml
The file was modified appserver/distributions/web/pom.xml
The file was modified appserver/tests/cdi/pom.xml
The file was modified appserver/jms/pom.xml
The file was modified appserver/resources/resources-runtime/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/index/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tags-tck/pom.xml
The file was modified appserver/jms/gf-jms-injection/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/web/pom.xml
The file was modified appserver/persistence/jpa-container/pom.xml
The file was modified appserver/tests/paas/basic-db/pom.xml
The file was modified appserver/tests/tck/authorization/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/multiBeansApp/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-remote/pom.xml
The file was modified appserver/web/gui-plugin-common/pom.xml
The file was modified appserver/connectors/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb2/pom.xml
The file was modified appserver/tests/paas/basic-db-with-resources-xml/pom.xml
The file was modified appserver/jms/admin/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars/pom.xml
The file was modified appserver/orb/pom.xml
The file was modified appserver/admingui/cluster/pom.xml
The file was modified appserver/extras/embedded/shell/pom.xml
The file was modified appserver/tests/embedded/static/ejb/pom.xml
The file was modified appserver/tests/hk2/pom.xml
The file was modified nucleus/distributions/nucleus-common/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/runner/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war2/pom.xml
The file was modified nucleus/core/context-propagation/pom.xml
The file was modified appserver/common/annotation-framework/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/mq-test/pom.xml
The file was modified appserver/common/glassfish-ee-api/pom.xml
The file was modified appserver/tests/tck/tck-download/javatest/pom.xml
The file was modified appserver/tests/embedded/web/web-all/pom.xml
The file was modified appserver/appclient/client/appclient-scripts/pom.xml
The file was modified appserver/transaction/pom.xml
The file was modified appserver/resources/resources-connector/pom.xml
The file was modified nucleus/admin/launcher/pom.xml
The file was modified appserver/webservices/metro-fragments/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/basic/pom.xml
The file was modified appserver/admingui/jca/pom.xml
The file was modified appserver/admingui/core/pom.xml
The file was modified nucleus/admin/util/pom.xml
The file was modified appserver/ejb/ejb-all/pom.xml
The file was modified appserver/connectors/descriptors/pom.xml
The file was modified nucleus/cluster/admin/pom.xml
The file was modified appserver/persistence/cmp/cmp-all/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/advanced/pom.xml
The file was modified appserver/distributions/pom.xml
The file was modified nucleus/resources/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb1/pom.xml
The file was modified appserver/web/weld-integration/pom.xml
The file was modified appserver/persistence/cmp/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authorization-tck/pom.xml
The file was modified docs/website/pom.xml
The file was modified appserver/microprofile/connectors/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/pom.xml
The file was modified appserver/tests/paas/basic-bookstore-dns/pom.xml
The file was modified appserver/extras/jakartaee/manifest-jar/pom.xml
The file was modified nucleus/admin/rest/rest-service/pom.xml
The file was modified nucleus/cluster/ssh/pom.xml
The file was modified appserver/security/webservices.security/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/filterURIMapping/pom.xml
The file was modified appserver/admingui/jms-plugin/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/pom.xml
The file was modified appserver/security/appclient.security/pom.xml
The file was modified appserver/web/jersey-ejb-component-provider/pom.xml
The file was modified appserver/persistence/cmp/model/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/pom.xml
The file was modified appserver/tests/embedded/static/web/pom.xml
The file was modified docs/administration-guide/pom.xml
The file was modified appserver/common/amx-jakartaee/pom.xml
The file was modified appserver/web/war-util/pom.xml
The file was modified appserver/tests/cdi/negative/runner/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso1/pom.xml
The file was modified appserver/tests/paas/appscoped-db-with-resources-xml/pom.xml
The file was modified nucleus/core/api-exporter/pom.xml
The file was modified appserver/microprofile/config/pom.xml
The file was modified nucleus/grizzly/nucleus-grizzly-all/pom.xml
The file was modified docs/deployment-planning-guide/pom.xml
The file was modified docs/security-guide/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/queryString/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/simple/pom.xml
The file was modified appserver/admin/template/pom.xml
The file was modified docs/installation-guide/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/ejb_lite_basic/pom.xml
The file was modified appserver/tests/quicklook/wsit/jsr109tester/pom.xml
The file was modified appserver/connectors/work-management/pom.xml
The file was modified appserver/load-balancer/gf-load-balancer-connector/pom.xml
The file was modified appserver/resources/pom.xml
The file was modified appserver/web/weld-integration-fragment/pom.xml
The file was modified appserver/admingui/war/pom.xml
The file was modified appserver/admingui/plugin-service/pom.xml
The file was modified appserver/appclient/pom.xml
The file was modified appserver/security/ejb.security/pom.xml
The file was modified nucleus/common/scattered-archive-api/pom.xml
The file was modified appserver/batch/glassfish-batch-connector/pom.xml
The file was modified appserver/tests/embedded/mysql/pom.xml
The file was modified nucleus/cluster/cli/pom.xml
The file was modified appserver/tests/tck/concurrency/pom.xml
The file was modified nucleus/featuresets/pom.xml
The file was modified docs/reference-manual/pom.xml
The file was modified appserver/persistence/cmp/cmp-scripts/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/pom.xml
The file was modified appserver/tests/tck/cdi/pom.xml
The file was modified nucleus/admin/template/pom.xml
The file was modified appserver/concurrent/pom.xml
The file was modified nucleus/hk2-config-generator/pom.xml
The file was modified appserver/ejb/ejb-container/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/sessionDestroyed/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/ejb-auth-async/scheduler-service/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc40/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/lib/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/static-shell-init/pom.xml
The file was modified appserver/appclient/client/pom.xml
The file was modified docs/upgrade-guide/pom.xml
The file was modified appserver/featuresets/pom.xml
The file was modified appserver/deployment/schemas/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsptest/pom.xml
The file was modified appserver/tests/tck/faces/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/war/pom.xml
The file was modified nucleus/diagnostics/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/multipleApps/pom.xml
The file was modified nucleus/security/ssl-impl/pom.xml
The file was modified appserver/web/jersey-mvc-connector/pom.xml
The file was modified appserver/tests/appserv-tests/pom.xml
The file was modified docs/parent/pom.xml
The file was modified appserver/jdbc/templates/pom.xml
The file was modified appserver/admingui/concurrent/pom.xml
The file was modified docs/error-messages-reference/pom.xml
The file was modified appserver/persistence/eclipselink-wrapper/pom.xml
The file was modified appserver/tests/paas/javaee_shared_service/pom.xml
The file was modified nucleus/security/core/pom.xml
The file was modified nucleus/admin/rest/gf-restadmin-connector/pom.xml
The file was modified docs/quick-start-guide/pom.xml
The file was modified appserver/osgi-platforms/pom.xml
The file was modified docs/troubleshooting-guide/pom.xml
The file was modified appserver/tests/embedded/utils/pom.xml
The file was modified appserver/tests/embedded/ejb/ejb-api/pom.xml
The file was modified appserver/tests/quicklook/jms/injection/pom.xml
The file was modified appserver/tests/tck/rest_cdi/pom.xml
The file was modified appserver/itest-tools/pom.xml
The file was modified nucleus/admin/cli/pom.xml
The file was modified appserver/tests/paas/basic-jpa/pom.xml
The file was modified appserver/featuresets/glassfish/pom.xml
The file was modified nucleus/cluster/gms-adapter/pom.xml
The file was modified appserver/osgi-platforms/felix-webconsole-extension/pom.xml
The file was modified appserver/tests/admin/admin-extension/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/pom.xml
The file was modified appserver/tests/quicklook/ejb/slsbnicmt/pom.xml
The file was modified appserver/persistence/entitybean-container/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jmxUndeployEvent/pom.xml
The file was modified appserver/web/web-embed/pom.xml
The file was modified nucleus/flashlight/framework/pom.xml
The file was modified appserver/webservices/webservices-scripts/pom.xml
The file was modified appserver/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-ant-based-tck/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/secureWebApp/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/runner/pom.xml
The file was modified appserver/persistence/common/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/runner/pom.xml
The file was modified appserver/tests/paas/service_metadata/custom_db_name/pom.xml
The file was modified appserver/web/web-ha/pom.xml
The file was modified appserver/transaction/jts/pom.xml
The file was modified appserver/tests/tck/expression_language/pom.xml
The file was modified appserver/distributions/glassfish/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-expression-language-tck/pom.xml
The file was modified nucleus/admin/monitor/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment2/pom.xml
The file was modified appserver/tests/jakartaee/pom.xml
The file was modified appserver/tests/tck/microprofile/config/pom.xml
The file was modified nucleus/admin/rest/rest-client/pom.xml
The file was modified nucleus/osgi-platforms/felix/pom.xml
The file was modified appserver/tests/tck/pages_tags/pom.xml
The file was modified nucleus/admin/rest/pom.xml
The file was modified nucleus/distributions/nucleus/pom.xml
The file was modified appserver/tests/embedded/web/web-war/war/pom.xml
The file was modified appserver/tests/cdi/cases/pom.xml
The file was modified qa/pom.xml
The file was modified nucleus/glassfish-jul-extension/pom.xml
Commit 8911ba30ee9b5f58c52ceb7dd35bff4555eb4887 by arjan tijms
Start with integrate Authorization 3.0 API and Exousia 3.0

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
The file was modified appserver/pom.xml
The file was removednucleus/security/core/src/main/java/com/sun/enterprise/security/PolicyLoader.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/authorize/PolicyLoader.java
The file was modified nucleus/parent/pom.xml
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/JavaEESecurityLifecycle.java
The file was modified appserver/ejb/ejb-container/src/main/java/org/glassfish/ejb/startup/EjbApplication.java
The file was modified appserver/ejb/ejb-container/src/main/java/org/glassfish/ejb/startup/EjbDeployer.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/SecurityLifecycle.java
The file was modified appserver/ejb/ejb-container/src/main/java/org/glassfish/ejb/security/application/EJBSecurityManager.java
Commit ad98c44e896c7a78cb4eb2a84ca9fac450fb3a10 by Glassfish Bot
Prepare release 7.0.11
The file was modified appserver/itest-tools/pom.xml
The file was modified nucleus/diagnostics/context/pom.xml
The file was modified appserver/tests/embedded/web/web-api/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/runner/pom.xml
The file was modified nucleus/osgi-platforms/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/mdb/pom.xml
The file was modified appserver/deployment/jakartaee-core/pom.xml
The file was modified appserver/tests/embedded/ejb/pom.xml
The file was modified appserver/persistence/cmp/generator-database/pom.xml
The file was modified appserver/tests/cdi/cases/runner/pom.xml
The file was modified appserver/ejb/ejb-full-container/pom.xml
The file was modified appserver/tests/quicklook/ejb/remoteview/pom.xml
The file was modified appserver/web/jersey-mvc-connector/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars-xa/pom.xml
The file was modified appserver/distributions/glassfish/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/applicationDispatcher/pom.xml
The file was modified appserver/webservices/connector/pom.xml
The file was modified appserver/ejb/ejb-internal-api/pom.xml
The file was modified appserver/persistence/cmp/ejb-mapping/pom.xml
The file was modified appserver/tests/paas/service_metadata/provision_using_specified_template/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/pom.xml
The file was modified appserver/appclient/client/acc/pom.xml
The file was modified docs/deployment-planning-guide/pom.xml
The file was modified appserver/jms/jms-core/pom.xml
The file was modified appserver/extras/embedded/shell/pom.xml
The file was modified appserver/persistence/cmp/enhancer/pom.xml
The file was modified appserver/tests/community/pom.xml
The file was modified appserver/web/gf-web-connector/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/jars/pom.xml
The file was modified appserver/transaction/internal-api/pom.xml
The file was modified appserver/concurrent/concurrent-impl/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/pom.xml
The file was modified appserver/tests/paas/javaee_shared_service/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-model/pom.xml
The file was modified appserver/ejb/ejb-timer-service-app/pom.xml
The file was modified docs/add-on-component-development-guide/pom.xml
The file was modified nucleus/resources/pom.xml
The file was modified appserver/tests/embedded/static/ejb/simple/pom.xml
The file was modified nucleus/cluster/ssh/pom.xml
The file was modified docs/upgrade-guide/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb2/pom.xml
The file was modified appserver/jdbc/templates/pom.xml
The file was modified appserver/common/glassfish-ee-api/pom.xml
The file was modified appserver/admin/template/pom.xml
The file was modified appserver/tests/sse/basic/pom.xml
The file was modified appserver/connectors/work-management/pom.xml
The file was modified nucleus/parent/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/dirListing/pom.xml
The file was modified appserver/tests/embedded/cdi_basic/pom.xml
The file was modified appserver/tests/tck/cdi/pom.xml
The file was modified appserver/jdbc/admin/pom.xml
The file was modified appserver/tests/tck/microprofile/config/pom.xml
The file was modified appserver/persistence/common/pom.xml
The file was modified appserver/tests/admin/pom.xml
The file was modified docs/security-guide/pom.xml
The file was modified appserver/connectors/connectors-inbound-runtime/pom.xml
The file was modified appserver/tests/embedded/web/servlet/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-tests-utils/pom.xml
The file was modified nucleus/test-utils/pom.xml
The file was modified appserver/common/container-common/pom.xml
The file was modified appserver/webservices/soap-tcp/pom.xml
The file was modified appserver/ha/pom.xml
The file was modified appserver/batch/pom.xml
The file was modified appserver/admin/cli-optional/pom.xml
The file was modified nucleus/common/internal-api/pom.xml
The file was modified nucleus/common/mbeanserver/pom.xml
The file was modified appserver/extras/embedded/common/installroot-builder/pom.xml
The file was modified appserver/web/cdi-api-fragment/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb2/pom.xml
The file was modified appserver/tests/appserv-tests/reporter/pom.xml
The file was modified appserver/admingui/cluster/pom.xml
The file was modified appserver/tests/quicklook/ejb/slsbnicmt/pom.xml
The file was modified appserver/transaction/jts/pom.xml
The file was modified appserver/extras/jakartaee/pom.xml
The file was modified appserver/extras/embedded/nucleus/pom.xml
The file was modified appserver/tests/embedded/servlet_runs_admin_cmds/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-expression-language-tck/pom.xml
The file was modified appserver/tests/hk2/isolation/pom.xml
The file was modified appserver/tests/embedded/web/web-war/pom.xml
The file was modified appserver/core/api-exporter-fragment/pom.xml
The file was modified appserver/tests/paas/basic-db/pom.xml
The file was modified appserver/featuresets/pom.xml
The file was modified appserver/tests/embedded/mysql/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/lib1/pom.xml
The file was modified appserver/osgi-platforms/felix-webconsole-extension/pom.xml
The file was modified nucleus/cluster/gms-adapter/pom.xml
The file was modified docs/installation-guide/pom.xml
The file was modified appserver/extras/embedded/common/pom.xml
The file was modified appserver/persistence/cmp/support-sqlstore/pom.xml
The file was modified docs/administration-guide/pom.xml
The file was modified appserver/admingui/plugin-service/pom.xml
The file was modified appserver/osgi-platforms/glassfish-osgi-console-plugin/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/index/pom.xml
The file was modified nucleus/admin/server-mgmt/pom.xml
The file was modified docs/application-deployment-guide/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/mydb-plugin/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-faces-tck/pom.xml
The file was modified appserver/persistence/jpa-container/pom.xml
The file was modified appserver/tests/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/ejb_lite_basic/pom.xml
The file was modified appserver/extras/embedded/tests/pom.xml
The file was modified nucleus/security/ssl-impl/pom.xml
The file was modified appserver/ha/ha-file-store/pom.xml
The file was modified appserver/load-balancer/pom.xml
The file was modified appserver/tests/paas/external-db-service/test/pom.xml
The file was modified appserver/appclient/server/pom.xml
The file was modified appserver/web/web-embed/api/pom.xml
The file was modified appserver/persistence/cmp/cmp-all/pom.xml
The file was modified appserver/admin/admin-core/pom.xml
The file was modified appserver/tests/tck/tck-download/tsharness/pom.xml
The file was modified appserver/jdbc/jdbc-config/pom.xml
The file was modified appserver/extras/embedded/common/bootstrap/pom.xml
The file was modified appserver/jms/gf-jms-injection/pom.xml
The file was modified nucleus/diagnostics/diagnostics-api/pom.xml
The file was modified nucleus/diagnostics/pom.xml
The file was modified appserver/tests/quicklook/ejb/sfulnoi/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/localejbs/pom.xml
The file was modified qa/pom.xml
The file was modified appserver/persistence/cmp/model/pom.xml
The file was modified appserver/web/webtier-all/pom.xml
The file was modified docs/performance-tuning-guide/pom.xml
The file was modified nucleus/core/pom.xml
The file was modified appserver/web/gui-plugin-common/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/naming/naming2/context/pom.xml
The file was modified appserver/tests/paas/helloworld/pom.xml
The file was modified appserver/security/core-ee/pom.xml
The file was modified appserver/resources/mail/mail-runtime/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/pom.xml
The file was modified appserver/distributions/glassfish-common/pom.xml
The file was modified appserver/osgi-platforms/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-remote/pom.xml
The file was modified appserver/concurrent/pom.xml
The file was modified appserver/tests/embedded/web/web-all/pom.xml
The file was modified nucleus/core/kernel/pom.xml
The file was modified appserver/common/stats77/pom.xml
The file was modified appserver/extras/embedded/web/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-interactive/pom.xml
The file was modified appserver/webservices/metro-glue/pom.xml
The file was modified nucleus/security/pom.xml
The file was modified nucleus/common/common-util/pom.xml
The file was modified appserver/admin/pom.xml
The file was modified appserver/tests/hk2/cdi/pom.xml
The file was modified appserver/deployment/jakartaee-full/pom.xml
The file was modified appserver/tests/paas/basic-bookstore-dns/pom.xml
The file was modified appserver/tests/tck/tck-download/pom.xml
The file was modified appserver/extras/embedded/pom.xml
The file was modified appserver/orb/orb-iiop/pom.xml
The file was modified appserver/orb/pom.xml
The file was modified appserver/transaction/jta/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell/pom.xml
The file was modified appserver/tests/paas/basic/pom.xml
The file was modified appserver/tests/cdi/negative/pom.xml
The file was modified appserver/admingui/dataprovider/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war1/pom.xml
The file was modified appserver/extras/jakartaee/dist-frag/pom.xml
The file was modified appserver/orb/orb-enabler/pom.xml
The file was modified nucleus/distributions/nucleus/pom.xml
The file was modified nucleus/distributions/pom.xml
The file was modified appserver/tests/tck/connectors-full/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-servlet-tck/pom.xml
The file was modified appserver/tests/quicklook/jms/injection/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsptest/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/multiBeansApp/pom.xml
The file was modified appserver/tests/tck/rest/pom.xml
The file was modified nucleus/admin/template/pom.xml
The file was modified appserver/admingui/web/pom.xml
The file was modified docs/parent/pom.xml
The file was modified appserver/tests/sse/videoplayer/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/naming/naming2/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/web/pom.xml
The file was modified appserver/appclient/client/acc-config/pom.xml
The file was modified appserver/tests/embedded/ejb/remoteejb/pom.xml
The file was modified appserver/tests/embedded/ejb/basic/pom.xml
The file was modified nucleus/deployment/schemas/pom.xml
The file was modified nucleus/core/api-exporter/pom.xml
The file was modified appserver/appclient/server/connector/pom.xml
The file was modified appserver/resources/resources-connector/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/common/pom.xml
The file was modified appserver/extras/appserv-rt/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/static-shell-init/pom.xml
The file was modified appserver/tests/embedded/scatteredarchive/pom.xml
The file was modified appserver/ha/ha-shoal-store/pom.xml
The file was modified appserver/admingui/full/pom.xml
The file was modified appserver/web/weld-integration-test-fragment/pom.xml
The file was modified appserver/ejb/ejb-all/pom.xml
The file was modified appserver/webservices/webservices-scripts/pom.xml
The file was modified appserver/appclient/client/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/init/pom.xml
The file was modified appserver/tests/tck/pages_tags/pom.xml
The file was modified appserver/tests/embedded/basic/lifecycle/pom.xml
The file was modified appserver/admingui/jts/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell-frag/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-core/pom.xml
The file was modified appserver/tests/paas/basic-jpa/pom.xml
The file was modified nucleus/security/core/pom.xml
The file was modified appserver/deployment/pom.xml
The file was modified appserver/tests/cdi/negative/normalScopeWithFinal/pom.xml
The file was modified docs/release-notes/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/simple/pom.xml
The file was modified appserver/tests/quicklook/pom.xml
The file was modified appserver/security/pom.xml
The file was modified appserver/featuresets/glassfish/pom.xml
The file was modified nucleus/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/websockets/pom.xml
The file was modified appserver/web/admin/pom.xml
The file was modified appserver/tests/quicklook/ejb/cmp/pom.xml
The file was modified docs/reference-manual/pom.xml
The file was modified nucleus/osgi-platforms/osgi-container/pom.xml
The file was modified appserver/tests/application/pom.xml
The file was modified docs/application-development-guide/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb1/pom.xml
The file was modified nucleus/common/scattered-archive-api/pom.xml
The file was modified appserver/tests/tck/pages_debugging/pom.xml
The file was modified appserver/deployment/dol/pom.xml
The file was modified appserver/tests/paas/basic-shared-service-test/pom.xml
The file was modified appserver/web/web-glue/pom.xml
The file was modified appserver/extras/appserv-rt/manifest-jar/pom.xml
The file was modified docs/publish/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/pom.xml
The file was modified appserver/connectors/connectors-internal-api/pom.xml
The file was modified appserver/ejb/ejb-timer-databases/pom.xml
The file was modified nucleus/flashlight/framework/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/pom.xml
The file was modified appserver/tests/admingui/auto-test/pom.xml
The file was modified appserver/tests/paas/basic-db-teardown-sql/pom.xml
The file was modified appserver/ejb/pom.xml
The file was modified appserver/tests/paas/basic-service-discovery/pom.xml
The file was modified appserver/admingui/jdbc/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-ra-distribution/pom.xml
The file was modified appserver/jdbc/pom.xml
The file was modified appserver/transaction/pom.xml
The file was modified appserver/persistence/cmp/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authentication-tck/pom.xml
The file was modified appserver/appclient/pom.xml
The file was modified appserver/tests/hk2/isolation/runner/pom.xml
The file was modified docs/website/pom.xml
The file was modified appserver/tests/paas/deployment-rollback/pom.xml
The file was modified appserver/common/amx-jakartaee/pom.xml
The file was modified appserver/security/webintegration/pom.xml
The file was modified appserver/web/pom.xml
The file was modified nucleus/admin/rest/rest-testing/pom.xml
The file was modified pom.xml
The file was modified appserver/tests/tck/connectors/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment1/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-connectors-tck/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/getRequestURI/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/ear/pom.xml
The file was modified appserver/extras/appserv-rt/dist-frag/pom.xml
The file was modified appserver/web/jspcaching-connector/pom.xml
The file was modified appserver/ant-tasks/pom.xml
The file was modified appserver/tests/paas/pom.xml
The file was modified appserver/tests/tck/concurrency/pom.xml
The file was modified appserver/tests/embedded/wrapper/pom.xml
The file was modified nucleus/xmlbind-annotations/pom.xml
The file was modified appserver/tests/quicklook/ejb/singleton/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/war/pom.xml
The file was modified nucleus/security/services/pom.xml
The file was modified appserver/tests/tck/expression_language/pom.xml
The file was modified appserver/admingui/ejb/pom.xml
The file was modified appserver/core/pom.xml
The file was modified appserver/libpam4j/pom.xml
The file was modified nucleus/admin/util/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/programmatic-authentication/pom.xml
The file was modified nucleus/glassfish-jul-extension/pom.xml
The file was modified appserver/tests/paas/service_metadata/pom.xml
The file was modified appserver/distributions/web/pom.xml
The file was modified appserver/persistence/cmp/internal-api/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/pom.xml
The file was modified nucleus/core/context-propagation/pom.xml
The file was modified appserver/security/webservices.security/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/pom.xml
The file was modified appserver/tests/embedded/cdi_ejb_jpa/pom.xml
The file was modified appserver/concurrent/concurrent-connector/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/runner/pom.xml
The file was modified appserver/persistence/cmp/utility/pom.xml
The file was modified appserver/tests/admin/admin-extension/pom.xml
The file was modified appserver/tests/appserv-tests/cciblackbox-tx/pom.xml
The file was modified nucleus/admin/pom.xml
The file was modified nucleus/flashlight/agent/pom.xml
The file was modified appserver/jms/jmsra/pom.xml
The file was modified appserver/resources/resources-runtime/pom.xml
The file was modified appserver/jms/pom.xml
The file was modified appserver/ejb/ejb-client/pom.xml
The file was modified appserver/tests/embedded/static/pom.xml
The file was modified appserver/security/security-all/pom.xml
The file was modified nucleus/core/extra-jre-packages/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/standalonewar/pom.xml
The file was modified appserver/persistence/eclipselink-wrapper/pom.xml
The file was modified appserver/admingui/jms-plugin/pom.xml
The file was modified appserver/tests/quicklook/wsit/JaxwsFromWsdl/pom.xml
The file was modified appserver/tests/tck/faces/pom.xml
The file was modified appserver/tests/tck/jwt/pom.xml
The file was modified nucleus/core/bootstrap/pom.xml
The file was modified appserver/tests/embedded/ejb/ejb-api/pom.xml
The file was modified appserver/connectors/admin/pom.xml
The file was modified nucleus/hk2-config-generator/pom.xml
The file was modified nucleus/deployment/autodeploy/pom.xml
The file was modified appserver/extras/embedded/all/pom.xml
The file was modified nucleus/grizzly/nucleus-grizzly-all/pom.xml
The file was modified appserver/security/ejb.security/pom.xml
The file was modified nucleus/common/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso1/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-connectors-full-tck/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-full/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso2/pom.xml
The file was modified appserver/persistence/entitybean-container/pom.xml
The file was modified appserver/web/web-sse/pom.xml
The file was modified appserver/admingui/corba/pom.xml
The file was modified appserver/web/jersey-ejb-component-provider/pom.xml
The file was modified appserver/connectors/connectors-connector/pom.xml
The file was modified nucleus/cluster/gms-bootstrap/pom.xml
The file was modified appserver/common/annotation-framework/pom.xml
The file was modified appserver/tests/tck/platform-tck-runner/pom.xml
The file was modified nucleus/deployment/admin/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/advanced/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment3/pom.xml
The file was modified appserver/microprofile/config/pom.xml
The file was modified appserver/resources/mail/pom.xml
The file was modified appserver/tests/embedded/web/web-war/war/pom.xml
The file was modified appserver/extras/embedded/common/osgi-main/pom.xml
The file was modified nucleus/admin/config-api/pom.xml
The file was modified appserver/admingui/war/pom.xml
The file was modified nucleus/cluster/admin/pom.xml
The file was modified appserver/extras/embedded/common/instanceroot-builder/pom.xml
The file was modified appserver/tests/paas/enable-disable-test/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-debugging-tck/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/ejb1/pom.xml
The file was modified nucleus/deployment/dtds/pom.xml
The file was modified appserver/tests/tck/authentication/pom.xml
The file was modified appserver/persistence/oracle-jdbc-driver-packages/pom.xml
The file was modified appserver/tests/cdi/negative/runner/pom.xml
The file was modified appserver/tests/appserv-tests/webtest/pom.xml
The file was modified nucleus/admin/rest/gf-restadmin-connector/pom.xml
The file was modified appserver/tests/paas/ext-shared-service-enable-disable-test/pom.xml
The file was modified appserver/tests/tck/pages/pom.xml
The file was modified appserver/tests/embedded/basic/pom.xml
The file was modified appserver/resources/mail/mail-connector/pom.xml
The file was modified appserver/web/jstl-connector/pom.xml
The file was modified appserver/admingui/jca/pom.xml
The file was modified appserver/web/web-naming/pom.xml
The file was modified appserver/tests/tck/microprofile/pom.xml
The file was modified appserver/tests/admingui/pom.xml
The file was modified appserver/tests/appserv-tests/report-builder/pom.xml
The file was modified nucleus/flashlight/flashlight-extra-jdk-packages/pom.xml
The file was modified appserver/tests/jakartaee/pom.xml
The file was modified nucleus/admin/launcher/pom.xml
The file was modified nucleus/featuresets/nucleus/pom.xml
The file was modified appserver/tests/embedded/static/ejb/pom.xml
The file was modified appserver/grizzly/glassfish-grizzly-extra-all/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/remoteejbs/pom.xml
The file was modified appserver/extras/jakartaee/manifest-jar/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsftest/pom.xml
The file was modified appserver/load-balancer/admin/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/app/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/pom.xml
The file was modified appserver/tests/tck/validation/pom.xml
The file was modified appserver/tests/cdi/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/webservice/pom.xml
The file was modified appserver/appclient/client/acc-standalone/pom.xml
The file was modified appserver/extras/pom.xml
The file was modified nucleus/admin/rest/rest-client/pom.xml
The file was modified nucleus/common/simple-glassfish-api/pom.xml
The file was modified appserver/featuresets/debug/pom.xml
The file was modified appserver/deployment/schemas/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/runner/pom.xml
The file was modified appserver/batch/glassfish-batch-connector/pom.xml
The file was modified appserver/tests/embedded/static/web/pom.xml
The file was modified appserver/tests/paas/basic-db-with-resources-xml/pom.xml
The file was modified appserver/tests/embedded/web/autodelete/pom.xml
The file was modified appserver/tests/embedded/glassfish_resources_xml/pom.xml
The file was modified appserver/tests/tck/activation/pom.xml
The file was modified appserver/tests/embedded/web/pom.xml
The file was modified nucleus/deployment/common/pom.xml
The file was modified appserver/web/war-util/pom.xml
The file was modified appserver/load-balancer/gf-load-balancer-connector/pom.xml
The file was modified appserver/tests/appserv-tests/lib/pom.xml
The file was modified appserver/tests/tck/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc40/pom.xml
The file was modified appserver/jdbc/jdbc-runtime/pom.xml
The file was modified appserver/admingui/ejb-lite/pom.xml
The file was modified nucleus/distributions/nucleus-common/pom.xml
The file was modified nucleus/cluster/cli/pom.xml
The file was modified nucleus/featuresets/atomic/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jmxUndeployEvent/pom.xml
The file was modified docs/pom.xml
The file was modified docs/quick-start-guide/pom.xml
The file was modified appserver/persistence/cmp/support-ejb/pom.xml
The file was modified appserver/grizzly/pom.xml
The file was modified appserver/tests/tck/microprofile/rest-client/pom.xml
The file was modified appserver/distributions/pom.xml
The file was modified appserver/orb/orb-connector/pom.xml
The file was modified appserver/admingui/core/pom.xml
The file was modified appserver/admingui/common/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell/pom.xml
The file was modified appserver/tests/appserv-tests/pom.xml
The file was modified appserver/microprofile/pom.xml
The file was modified appserver/resources/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/advanced/pom.xml
The file was modified appserver/tests/paas/appscoped-db-with-resources-xml/pom.xml
The file was modified appserver/tests/tck/tck-download/javatest/pom.xml
The file was modified appserver/tests/embedded/pom.xml
The file was modified appserver/flashlight/client/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tck/pom.xml
The file was modified appserver/jdbc/jdbc-ra/pom.xml
The file was modified appserver/tests/amx/pom.xml
The file was modified appserver/tests/paas/basic-db-initsql/pom.xml
The file was modified appserver/common/pom.xml
The file was modified nucleus/common/glassfish-api/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/pom.xml
The file was modified appserver/webservices/pom.xml
The file was modified nucleus/hk2-config-types/pom.xml
The file was modified appserver/tests/cdi/cases/pom.xml
The file was modified nucleus/common/amx-core/pom.xml
The file was modified appserver/admingui/concurrent/pom.xml
The file was modified appserver/persistence/cmp/cmp-scripts/pom.xml
The file was modified appserver/webservices/metro-fragments/pom.xml
The file was modified appserver/tests/paas/scale_service/pom.xml
The file was modified appserver/tests/hk2/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-platform-tck/pom.xml
The file was modified appserver/tests/quicklook/wsit/jsr109tester/pom.xml
The file was modified appserver/tests/paas/lazy-shared-service-test/pom.xml
The file was modified appserver/tests/paas/service_metadata/custom_db_name/pom.xml
The file was modified nucleus/admin/monitor/pom.xml
The file was modified appserver/appclient/client/appclient-scripts/pom.xml
The file was modified appserver/ha/ha-shoal-cache-bootstrap/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/basic/pom.xml
The file was modified appserver/tests/quicklook/amx/pom.xml
The file was modified appserver/tests/quicklook/ejb/embedded/pom.xml
The file was modified appserver/tests/embedded/web/web-war/test/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tags-tck/pom.xml
The file was modified appserver/tests/quicklook/rest/pom.xml
The file was modified appserver/persistence/pom.xml
The file was modified docs/troubleshooting-guide/pom.xml
The file was modified docs/error-messages-reference/pom.xml
The file was modified appserver/batch/glassfish-batch-commands/pom.xml
The file was modified appserver/distributions/docker/pom.xml
The file was modified appserver/appclient/server/core/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authorization-tck/pom.xml
The file was modified appserver/tests/quicklook/admin/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/basic/pom.xml
The file was modified appserver/core/jakartaee-kernel/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/filterURIMapping/pom.xml
The file was modified appserver/flashlight/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/pom.xml
The file was modified appserver/ejb/ejb-connector/pom.xml
The file was modified nucleus/cluster/pom.xml
The file was modified nucleus/admin/rest/pom.xml
The file was modified appserver/web/weld-integration-fragment/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars/pom.xml
The file was modified nucleus/osgi-platforms/felix/pom.xml
The file was modified appserver/microprofile/connectors/pom.xml
The file was modified appserver/web/weld-integration/pom.xml
The file was modified docs/embedded-server-guide/pom.xml
The file was modified appserver/deployment/dtds/pom.xml
The file was modified docs/distribution/pom.xml
The file was modified appserver/jms/admin/pom.xml
The file was modified appserver/tests/embedded/utils/pom.xml
The file was modified appserver/connectors/connectors-runtime/pom.xml
The file was modified appserver/tests/paas/bookstore/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/queryString/pom.xml
The file was modified nucleus/grizzly/config/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-rest-tck/pom.xml
The file was modified nucleus/admin/cli/pom.xml
The file was modified appserver/common/glassfish-naming/pom.xml
The file was modified nucleus/cluster/common/pom.xml
The file was modified appserver/extras/embedded/common/osgi-modules-uninstaller/pom.xml
The file was modified appserver/tests/paas/external-db-service/pom.xml
The file was modified nucleus/admin/rest/rest-service/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/spetest/pom.xml
The file was modified appserver/web/web-ha/pom.xml
The file was modified nucleus/deployment/pom.xml
The file was modified nucleus/flashlight/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-commands-tests/pom.xml
The file was modified appserver/admin/backup/pom.xml
The file was modified appserver/ldapbp/pom.xml
The file was modified appserver/admingui/community-theme/pom.xml
The file was modified appserver/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/ejb-auth-async/scheduler-service/pom.xml
The file was modified appserver/webservices/jsr109-impl/pom.xml
The file was modified appserver/tests/quicklook/adminconsole/pom.xml
The file was modified appserver/featuresets/web/pom.xml
The file was modified appserver/ejb/ejb-container/pom.xml
The file was modified appserver/web/jsf-connector/pom.xml
The file was modified appserver/batch/batch-database/pom.xml
The file was modified nucleus/featuresets/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb1/pom.xml
The file was modified appserver/web/web-core/pom.xml
The file was modified appserver/tests/paas/external-db-service/generatederbyvm/pom.xml
The file was modified appserver/connectors/descriptors/pom.xml
The file was modified appserver/tests/tck/authorization/pom.xml
The file was modified nucleus/core/logging/pom.xml
The file was modified nucleus/grizzly/pom.xml
The file was modified docs/ha-administration-guide/pom.xml
The file was modified appserver/tests/paas/external-and-shared-service/pom.xml
The file was modified appserver/grizzly/grizzly-container/pom.xml
The file was modified appserver/connectors/pom.xml
The file was modified appserver/admingui/pom.xml
The file was modified appserver/admingui/gf-admingui-connector/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/secureWebApp/pom.xml
The file was modified appserver/tests/hk2/isolation/web/pom.xml
The file was modified appserver/tests/admin/tests/pom.xml
The file was modified appserver/tests/tck/servlet/pom.xml
The file was modified appserver/persistence/gf-jpa-connector/pom.xml
The file was modified appserver/web/gf-weld-connector/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/runner/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/mq-test/pom.xml
The file was modified appserver/tests/tck/rest_cdi/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/multipleApps/pom.xml
The file was modified nucleus/distributions/atomic/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment2/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war2/pom.xml
The file was modified appserver/web/web-embed/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-activation-tck/pom.xml
The file was modified appserver/jms/gf-jms-connector/pom.xml
The file was modified appserver/admin/cli/pom.xml
The file was modified appserver/security/appclient.security/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/sessionDestroyed/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/lib/pom.xml
The file was modified appserver/tests/embedded/inplanted/pom.xml
Commit 3c86d93b3f00da7b7cc1623d738f98dd80db0684 by Glassfish Bot
Prepare next development cycle for 7.0.12-SNAPSHOT
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso1/pom.xml
The file was modified appserver/tests/quicklook/adminconsole/pom.xml
The file was modified appserver/admingui/ejb-lite/pom.xml
The file was modified nucleus/common/amx-core/pom.xml
The file was modified appserver/tests/tck/tck-download/javatest/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/lib1/pom.xml
The file was modified appserver/extras/jakartaee/pom.xml
The file was modified appserver/web/web-sse/pom.xml
The file was modified appserver/persistence/cmp/model/pom.xml
The file was modified appserver/tests/quicklook/ejb/sfulnoi/pom.xml
The file was modified appserver/deployment/dol/pom.xml
The file was modified appserver/distributions/docker/pom.xml
The file was modified appserver/tests/embedded/web/web-all/pom.xml
The file was modified nucleus/common/scattered-archive-api/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell/pom.xml
The file was modified appserver/web/web-naming/pom.xml
The file was modified appserver/tests/hk2/isolation/runner/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-servlet-tck/pom.xml
The file was modified appserver/admingui/jca/pom.xml
The file was modified appserver/tests/embedded/web/web-war/pom.xml
The file was modified nucleus/security/services/pom.xml
The file was modified appserver/tests/embedded/basic/pom.xml
The file was modified appserver/tests/embedded/servlet_runs_admin_cmds/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars-xa/pom.xml
The file was modified appserver/admingui/web/pom.xml
The file was modified appserver/tests/embedded/web/web-war/test/pom.xml
The file was modified appserver/tests/embedded/ejb/basic/pom.xml
The file was modified nucleus/admin/rest/pom.xml
The file was modified appserver/appclient/server/core/pom.xml
The file was modified appserver/featuresets/debug/pom.xml
The file was modified appserver/persistence/cmp/cmp-scripts/pom.xml
The file was modified appserver/tests/paas/helloworld/pom.xml
The file was modified appserver/common/stats77/pom.xml
The file was modified appserver/ejb/ejb-all/pom.xml
The file was modified nucleus/cluster/admin/pom.xml
The file was modified nucleus/osgi-platforms/pom.xml
The file was modified appserver/admingui/war/pom.xml
The file was modified appserver/persistence/common/pom.xml
The file was modified appserver/security/ejb.security/pom.xml
The file was modified appserver/tests/embedded/ejb/pom.xml
The file was modified appserver/admingui/concurrent/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/war/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war2/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-full/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-debugging-tck/pom.xml
The file was modified appserver/tests/hk2/isolation/pom.xml
The file was modified docs/deployment-planning-guide/pom.xml
The file was modified nucleus/admin/template/pom.xml
The file was modified appserver/tests/embedded/web/autodelete/pom.xml
The file was modified appserver/admin/cli/pom.xml
The file was modified appserver/connectors/pom.xml
The file was modified appserver/tests/tck/validation/pom.xml
The file was modified appserver/core/jakartaee-kernel/pom.xml
The file was modified appserver/tests/hk2/pom.xml
The file was modified appserver/tests/embedded/inplanted/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-connectors-full-tck/pom.xml
The file was modified appserver/tests/paas/basic-bookstore-dns/pom.xml
The file was modified appserver/tests/paas/bookstore/pom.xml
The file was modified appserver/admingui/full/pom.xml
The file was modified appserver/microprofile/connectors/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb1/pom.xml
The file was modified docs/application-deployment-guide/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/mdb/pom.xml
The file was modified appserver/admingui/common/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-expression-language-tck/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/pom.xml
The file was modified appserver/tests/embedded/basic/lifecycle/pom.xml
The file was modified nucleus/featuresets/nucleus/pom.xml
The file was modified docs/administration-guide/pom.xml
The file was modified nucleus/cluster/gms-adapter/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tck/pom.xml
The file was modified appserver/tests/hk2/isolation/web/pom.xml
The file was modified nucleus/admin/config-api/pom.xml
The file was modified appserver/appclient/pom.xml
The file was modified appserver/extras/appserv-rt/dist-frag/pom.xml
The file was modified appserver/security/webservices.security/pom.xml
The file was modified nucleus/admin/rest/gf-restadmin-connector/pom.xml
The file was modified nucleus/security/ssl-impl/pom.xml
The file was modified appserver/tests/quicklook/ejb/cmp/pom.xml
The file was modified appserver/deployment/jakartaee-full/pom.xml
The file was modified appserver/tests/quicklook/ejb/slsbnicmt/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/pom.xml
The file was modified appserver/concurrent/concurrent-impl/pom.xml
The file was modified appserver/tests/cdi/negative/runner/pom.xml
The file was modified nucleus/test-utils/pom.xml
The file was modified appserver/tests/amx/pom.xml
The file was modified appserver/common/glassfish-ee-api/pom.xml
The file was modified nucleus/core/api-exporter/pom.xml
The file was modified docs/publish/pom.xml
The file was modified appserver/connectors/connectors-internal-api/pom.xml
The file was modified appserver/webservices/metro-glue/pom.xml
The file was modified nucleus/hk2-config-types/pom.xml
The file was modified appserver/tests/embedded/web/servlet/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/runner/pom.xml
The file was modified appserver/persistence/entitybean-container/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb2/pom.xml
The file was modified nucleus/deployment/pom.xml
The file was modified appserver/tests/embedded/wrapper/pom.xml
The file was modified appserver/tests/paas/external-db-service/test/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/pom.xml
The file was modified appserver/transaction/pom.xml
The file was modified appserver/ejb/ejb-container/pom.xml
The file was modified appserver/resources/mail/mail-connector/pom.xml
The file was modified appserver/tests/tck/connectors-full/pom.xml
The file was modified appserver/tests/paas/basic-service-discovery/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tags-tck/pom.xml
The file was modified appserver/web/jersey-ejb-component-provider/pom.xml
The file was modified appserver/distributions/glassfish/pom.xml
The file was modified appserver/persistence/pom.xml
The file was modified appserver/tests/tck/platform-tck-runner/pom.xml
The file was modified appserver/distributions/glassfish-common/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/mydb-plugin/pom.xml
The file was modified appserver/tests/tck/authentication/pom.xml
The file was modified appserver/tests/tck/pages_tags/pom.xml
The file was modified appserver/extras/embedded/common/instanceroot-builder/pom.xml
The file was modified nucleus/flashlight/flashlight-extra-jdk-packages/pom.xml
The file was modified appserver/persistence/eclipselink-wrapper/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment1/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/app/pom.xml
The file was modified appserver/tests/admingui/pom.xml
The file was modified appserver/persistence/cmp/ejb-mapping/pom.xml
The file was modified appserver/concurrent/concurrent-connector/pom.xml
The file was modified appserver/grizzly/grizzly-container/pom.xml
The file was modified appserver/persistence/oracle-jdbc-driver-packages/pom.xml
The file was modified appserver/admin/template/pom.xml
The file was modified appserver/admingui/dataprovider/pom.xml
The file was modified appserver/tests/embedded/cdi_basic/pom.xml
The file was modified appserver/tests/admingui/auto-test/pom.xml
The file was modified appserver/batch/batch-database/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/secureWebApp/pom.xml
The file was modified appserver/appclient/client/acc/pom.xml
The file was modified appserver/persistence/cmp/pom.xml
The file was modified appserver/connectors/connectors-runtime/pom.xml
The file was modified appserver/persistence/cmp/generator-database/pom.xml
The file was modified docs/quick-start-guide/pom.xml
The file was modified appserver/deployment/dtds/pom.xml
The file was modified nucleus/core/logging/pom.xml
The file was modified appserver/connectors/admin/pom.xml
The file was modified nucleus/diagnostics/context/pom.xml
The file was modified nucleus/core/bootstrap/pom.xml
The file was modified appserver/tests/tck/tck-download/tsharness/pom.xml
The file was modified appserver/web/web-ha/pom.xml
The file was modified nucleus/deployment/schemas/pom.xml
The file was modified appserver/flashlight/pom.xml
The file was modified appserver/common/container-common/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/pom.xml
The file was modified appserver/extras/appserv-rt/pom.xml
The file was modified nucleus/featuresets/atomic/pom.xml
The file was modified appserver/admingui/gf-admingui-connector/pom.xml
The file was modified appserver/tests/tck/microprofile/pom.xml
The file was modified appserver/web/war-util/pom.xml
The file was modified appserver/tests/paas/javaee_shared_service/pom.xml
The file was modified appserver/web/web-embed/api/pom.xml
The file was modified docs/security-guide/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/runner/pom.xml
The file was modified appserver/tests/embedded/static/web/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/websockets/pom.xml
The file was modified appserver/persistence/cmp/support-sqlstore/pom.xml
The file was modified nucleus/distributions/nucleus/pom.xml
The file was modified appserver/webservices/jsr109-impl/pom.xml
The file was modified appserver/tests/tck/pages/pom.xml
The file was modified nucleus/common/simple-glassfish-api/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/multipleApps/pom.xml
The file was modified appserver/web/web-glue/pom.xml
The file was modified appserver/web/weld-integration/pom.xml
The file was modified appserver/webservices/webservices-scripts/pom.xml
The file was modified docs/application-development-guide/pom.xml
The file was modified appserver/webservices/connector/pom.xml
The file was modified appserver/jms/pom.xml
The file was modified appserver/featuresets/web/pom.xml
The file was modified appserver/batch/glassfish-batch-commands/pom.xml
The file was modified appserver/tests/appserv-tests/reporter/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc40/pom.xml
The file was modified docs/pom.xml
The file was modified appserver/extras/embedded/common/bootstrap/pom.xml
The file was modified appserver/orb/orb-iiop/pom.xml
The file was modified appserver/web/jsf-connector/pom.xml
The file was modified appserver/tests/admin/admin-extension/pom.xml
The file was modified appserver/web/web-core/pom.xml
The file was modified nucleus/admin/rest/rest-service/pom.xml
The file was modified appserver/common/amx-jakartaee/pom.xml
The file was modified appserver/orb/pom.xml
The file was modified appserver/jdbc/pom.xml
The file was modified appserver/jms/jmsra/pom.xml
The file was modified appserver/web/webtier-all/pom.xml
The file was modified appserver/resources/mail/mail-runtime/pom.xml
The file was modified appserver/admingui/jts/pom.xml
The file was modified nucleus/grizzly/config/pom.xml
The file was modified appserver/tests/cdi/negative/normalScopeWithFinal/pom.xml
The file was modified docs/add-on-component-development-guide/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/runner/pom.xml
The file was modified appserver/appclient/client/appclient-scripts/pom.xml
The file was modified appserver/tests/paas/scale_service/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-core/pom.xml
The file was modified appserver/tests/quicklook/jms/injection/pom.xml
The file was modified appserver/tests/tck/cdi/pom.xml
The file was modified appserver/featuresets/pom.xml
The file was modified appserver/web/pom.xml
The file was modified appserver/extras/embedded/common/osgi-main/pom.xml
The file was modified appserver/web/weld-integration-fragment/pom.xml
The file was modified nucleus/admin/rest/rest-testing/pom.xml
The file was modified appserver/extras/embedded/common/installroot-builder/pom.xml
The file was modified appserver/tests/embedded/ejb/remoteejb/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/pom.xml
The file was modified appserver/extras/embedded/common/osgi-modules-uninstaller/pom.xml
The file was modified appserver/ejb/ejb-timer-databases/pom.xml
The file was modified appserver/transaction/jta/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/pom.xml
The file was modified nucleus/cluster/common/pom.xml
The file was modified docs/embedded-server-guide/pom.xml
The file was modified appserver/connectors/connectors-connector/pom.xml
The file was modified appserver/core/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/filterURIMapping/pom.xml
The file was modified appserver/tests/embedded/scatteredarchive/pom.xml
The file was modified appserver/security/webintegration/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/pom.xml
The file was modified appserver/tests/cdi/cases/runner/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/pom.xml
The file was modified appserver/web/weld-integration-test-fragment/pom.xml
The file was modified appserver/ha/ha-shoal-store/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/programmatic-authentication/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell/pom.xml
The file was modified nucleus/pom.xml
The file was modified appserver/extras/jakartaee/manifest-jar/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb1/pom.xml
The file was modified appserver/deployment/schemas/pom.xml
The file was modified appserver/tests/embedded/web/pom.xml
The file was modified appserver/tests/paas/basic-db/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-faces-tck/pom.xml
The file was modified appserver/tests/tck/authorization/pom.xml
The file was modified appserver/admin/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authentication-tck/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso2/pom.xml
The file was modified appserver/admingui/community-theme/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/pom.xml
The file was modified nucleus/hk2-config-generator/pom.xml
The file was modified appserver/tests/quicklook/amx/pom.xml
The file was modified appserver/ejb/ejb-timer-service-app/pom.xml
The file was modified appserver/tests/paas/enable-disable-test/pom.xml
The file was modified docs/error-messages-reference/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/static-shell-init/pom.xml
The file was modified appserver/appclient/client/acc-config/pom.xml
The file was modified appserver/tests/tck/microprofile/config/pom.xml
The file was modified appserver/jms/jms-core/pom.xml
The file was modified appserver/tests/paas/lazy-shared-service-test/pom.xml
The file was modified docs/parent/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/ejb1/pom.xml
The file was modified appserver/tests/paas/ext-shared-service-enable-disable-test/pom.xml
The file was modified appserver/tests/cdi/pom.xml
The file was modified appserver/admingui/ejb/pom.xml
The file was modified appserver/tests/embedded/mysql/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/jars/pom.xml
The file was modified appserver/tests/paas/basic-db-initsql/pom.xml
The file was modified nucleus/deployment/admin/pom.xml
The file was modified nucleus/security/core/pom.xml
The file was modified appserver/ha/ha-file-store/pom.xml
The file was modified appserver/admingui/corba/pom.xml
The file was modified appserver/web/jstl-connector/pom.xml
The file was modified appserver/deployment/pom.xml
The file was modified nucleus/grizzly/nucleus-grizzly-all/pom.xml
The file was modified appserver/persistence/gf-jpa-connector/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/queryString/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb2/pom.xml
The file was modified appserver/transaction/internal-api/pom.xml
The file was modified appserver/common/annotation-framework/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/naming/naming2/context/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/basic/pom.xml
The file was modified appserver/extras/embedded/tests/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/basic/pom.xml
The file was modified appserver/persistence/cmp/cmp-all/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/advanced/pom.xml
The file was modified appserver/tests/appserv-tests/cciblackbox-tx/pom.xml
The file was modified appserver/ldapbp/pom.xml
The file was modified appserver/tests/quicklook/rest/pom.xml
The file was modified appserver/tests/paas/external-and-shared-service/pom.xml
The file was modified appserver/tests/quicklook/wsit/JaxwsFromWsdl/pom.xml
The file was modified appserver/tests/tck/pages_debugging/pom.xml
The file was modified appserver/tests/tck/expression_language/pom.xml
The file was modified appserver/common/pom.xml
The file was modified appserver/distributions/pom.xml
The file was modified appserver/appclient/server/pom.xml
The file was modified appserver/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/pom.xml
The file was modified appserver/tests/paas/basic-jpa/pom.xml
The file was modified appserver/distributions/web/pom.xml
The file was modified appserver/ha/ha-shoal-cache-bootstrap/pom.xml
The file was modified appserver/tests/paas/service_metadata/provision_using_specified_template/pom.xml
The file was modified nucleus/common/common-util/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-interactive/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsftest/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-connectors-tck/pom.xml
The file was modified appserver/extras/embedded/shell/pom.xml
The file was modified appserver/load-balancer/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/applicationDispatcher/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/pom.xml
The file was modified nucleus/cluster/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/dirListing/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/localejbs/pom.xml
The file was modified appserver/tests/tck/servlet/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/ejb-auth-async/scheduler-service/pom.xml
The file was modified appserver/extras/pom.xml
The file was modified appserver/tests/cdi/cases/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-commands-tests/pom.xml
The file was modified appserver/resources/pom.xml
The file was modified nucleus/deployment/common/pom.xml
The file was modified nucleus/core/kernel/pom.xml
The file was modified appserver/persistence/cmp/internal-api/pom.xml
The file was modified appserver/tests/embedded/static/pom.xml
The file was modified nucleus/core/pom.xml
The file was modified appserver/tests/sse/videoplayer/pom.xml
The file was modified appserver/microprofile/pom.xml
The file was modified appserver/jdbc/admin/pom.xml
The file was modified appserver/jdbc/templates/pom.xml
The file was modified appserver/ant-tasks/pom.xml
The file was modified appserver/appclient/client/pom.xml
The file was modified appserver/extras/embedded/nucleus/pom.xml
The file was modified appserver/persistence/cmp/utility/pom.xml
The file was modified nucleus/xmlbind-annotations/pom.xml
The file was modified appserver/tests/embedded/glassfish_resources_xml/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/getRequestURI/pom.xml
The file was modified appserver/tests/appserv-tests/pom.xml
The file was modified appserver/admingui/cluster/pom.xml
The file was modified appserver/tests/appserv-tests/lib/pom.xml
The file was modified appserver/concurrent/pom.xml
The file was modified nucleus/osgi-platforms/osgi-container/pom.xml
The file was modified appserver/extras/jakartaee/dist-frag/pom.xml
The file was modified nucleus/flashlight/agent/pom.xml
The file was modified appserver/tests/paas/external-db-service/pom.xml
The file was modified appserver/osgi-platforms/glassfish-osgi-console-plugin/pom.xml
The file was modified appserver/tests/tck/activation/pom.xml
The file was modified appserver/jdbc/jdbc-ra/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-rest-tck/pom.xml
The file was modified nucleus/admin/util/pom.xml
The file was modified appserver/tests/embedded/pom.xml
The file was modified appserver/osgi-platforms/felix-webconsole-extension/pom.xml
The file was modified appserver/tests/admin/pom.xml
The file was modified nucleus/featuresets/pom.xml
The file was modified docs/troubleshooting-guide/pom.xml
The file was modified nucleus/glassfish-jul-extension/pom.xml
The file was modified appserver/security/security-all/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/pom.xml
The file was modified appserver/load-balancer/admin/pom.xml
The file was modified appserver/web/cdi-api-fragment/pom.xml
The file was modified appserver/admin/admin-core/pom.xml
The file was modified appserver/ha/pom.xml
The file was modified appserver/admin/backup/pom.xml
The file was modified appserver/tests/quicklook/ejb/embedded/pom.xml
The file was modified appserver/web/web-embed/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/webservice/pom.xml
The file was modified appserver/tests/hk2/cdi/pom.xml
The file was modified appserver/ejb/ejb-connector/pom.xml
The file was modified appserver/tests/quicklook/pom.xml
The file was modified appserver/tests/appserv-tests/webtest/pom.xml
The file was modified appserver/tests/paas/basic-db-with-resources-xml/pom.xml
The file was modified appserver/jdbc/jdbc-config/pom.xml
The file was modified appserver/connectors/work-management/pom.xml
The file was modified appserver/ejb/pom.xml
The file was modified appserver/tests/tck/faces/pom.xml
The file was modified nucleus/distributions/nucleus-common/pom.xml
The file was modified appserver/tests/embedded/utils/pom.xml
The file was modified docs/release-notes/pom.xml
The file was modified appserver/flashlight/client/pom.xml
The file was modified appserver/tests/paas/basic-db-teardown-sql/pom.xml
The file was modified appserver/load-balancer/gf-load-balancer-connector/pom.xml
The file was modified appserver/tests/quicklook/ejb/remoteview/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-activation-tck/pom.xml
The file was modified appserver/transaction/jts/pom.xml
The file was modified appserver/extras/appserv-rt/manifest-jar/pom.xml
The file was modified docs/installation-guide/pom.xml
The file was modified appserver/tests/paas/basic/pom.xml
The file was modified nucleus/common/glassfish-api/pom.xml
The file was modified appserver/tests/embedded/cdi_ejb_jpa/pom.xml
The file was modified nucleus/admin/pom.xml
The file was modified appserver/tests/tck/connectors/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment3/pom.xml
The file was modified appserver/osgi-platforms/pom.xml
The file was modified appserver/core/api-exporter-fragment/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell-frag/pom.xml
The file was modified nucleus/core/context-propagation/pom.xml
The file was modified docs/distribution/pom.xml
The file was modified appserver/security/appclient.security/pom.xml
The file was modified appserver/tests/quicklook/wsit/jsr109tester/pom.xml
The file was modified appserver/tests/tck/microprofile/rest-client/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/web/pom.xml
The file was modified appserver/web/gf-web-connector/pom.xml
The file was modified nucleus/diagnostics/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-tests-utils/pom.xml
The file was modified appserver/orb/orb-connector/pom.xml
The file was modified appserver/security/core-ee/pom.xml
The file was modified appserver/jms/gf-jms-injection/pom.xml
The file was modified appserver/tests/embedded/ejb/ejb-api/pom.xml
The file was modified nucleus/security/pom.xml
The file was modified appserver/webservices/metro-fragments/pom.xml
The file was modified appserver/web/admin/pom.xml
The file was modified appserver/admingui/jms-plugin/pom.xml
The file was modified docs/reference-manual/pom.xml
The file was modified nucleus/common/mbeanserver/pom.xml
The file was modified qa/pom.xml
The file was modified appserver/connectors/descriptors/pom.xml
The file was modified appserver/resources/mail/pom.xml
The file was modified nucleus/flashlight/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-model/pom.xml
The file was modified nucleus/deployment/autodeploy/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/ear/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jmxUndeployEvent/pom.xml
The file was modified appserver/extras/embedded/web/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/advanced/pom.xml
The file was modified docs/upgrade-guide/pom.xml
The file was modified appserver/microprofile/config/pom.xml
The file was modified appserver/appclient/client/acc-standalone/pom.xml
The file was modified appserver/web/gui-plugin-common/pom.xml
The file was modified appserver/tests/tck/concurrency/pom.xml
The file was modified docs/ha-administration-guide/pom.xml
The file was modified appserver/tests/paas/service_metadata/pom.xml
The file was modified appserver/deployment/jakartaee-core/pom.xml
The file was modified nucleus/osgi-platforms/felix/pom.xml
The file was modified appserver/tests/paas/appscoped-db-with-resources-xml/pom.xml
The file was modified appserver/tests/tck/jwt/pom.xml
The file was modified appserver/webservices/soap-tcp/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war1/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/spetest/pom.xml
The file was modified nucleus/admin/cli/pom.xml
The file was modified appserver/grizzly/glassfish-grizzly-extra-all/pom.xml
The file was modified appserver/resources/resources-runtime/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsptest/pom.xml
The file was modified appserver/extras/embedded/all/pom.xml
The file was modified appserver/extras/embedded/pom.xml
The file was modified nucleus/admin/server-mgmt/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-remote/pom.xml
The file was modified nucleus/parent/pom.xml
The file was modified appserver/ejb/ejb-client/pom.xml
The file was modified appserver/admingui/core/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/init/pom.xml
The file was modified appserver/tests/jakartaee/pom.xml
The file was modified nucleus/common/internal-api/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/sessionDestroyed/pom.xml
The file was modified pom.xml
The file was modified appserver/tests/quicklook/ejb/singleton/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars/pom.xml
The file was modified nucleus/admin/monitor/pom.xml
The file was modified appserver/web/jersey-mvc-connector/pom.xml
The file was modified docs/performance-tuning-guide/pom.xml
The file was modified appserver/tests/paas/service_metadata/custom_db_name/pom.xml
The file was modified nucleus/admin/launcher/pom.xml
The file was modified appserver/orb/orb-enabler/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/lib/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/common/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/runner/pom.xml
The file was modified appserver/tests/tck/tck-download/pom.xml
The file was modified appserver/itest-tools/pom.xml
The file was modified nucleus/deployment/dtds/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authorization-tck/pom.xml
The file was modified appserver/tests/cdi/negative/pom.xml
The file was modified appserver/tests/pom.xml
The file was modified appserver/tests/paas/pom.xml
The file was modified appserver/jms/gf-jms-connector/pom.xml
The file was modified appserver/grizzly/pom.xml
The file was modified appserver/web/jspcaching-connector/pom.xml
The file was modified appserver/connectors/connectors-inbound-runtime/pom.xml
The file was modified appserver/persistence/cmp/enhancer/pom.xml
The file was modified appserver/resources/resources-connector/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment2/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/remoteejbs/pom.xml
The file was modified docs/website/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/index/pom.xml
The file was modified appserver/batch/pom.xml
The file was modified appserver/tests/appserv-tests/report-builder/pom.xml
The file was modified appserver/admin/cli-optional/pom.xml
The file was modified appserver/ejb/ejb-internal-api/pom.xml
The file was modified nucleus/flashlight/framework/pom.xml
The file was modified nucleus/admin/rest/rest-client/pom.xml
The file was modified appserver/libpam4j/pom.xml
The file was modified appserver/jms/admin/pom.xml
The file was modified appserver/tests/embedded/static/ejb/pom.xml
The file was modified appserver/tests/admin/tests/pom.xml
The file was modified appserver/admingui/plugin-service/pom.xml
The file was modified appserver/tests/embedded/web/web-api/pom.xml
The file was modified appserver/tests/tck/pom.xml
The file was modified appserver/featuresets/glassfish/pom.xml
The file was modified nucleus/cluster/gms-bootstrap/pom.xml
The file was modified nucleus/common/pom.xml
The file was modified nucleus/core/extra-jre-packages/pom.xml
The file was modified appserver/common/glassfish-naming/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/simple/pom.xml
The file was modified appserver/ejb/ejb-full-container/pom.xml
The file was modified nucleus/diagnostics/diagnostics-api/pom.xml
The file was modified appserver/tests/embedded/web/web-war/war/pom.xml
The file was modified nucleus/distributions/pom.xml
The file was modified appserver/jdbc/jdbc-runtime/pom.xml
The file was modified nucleus/resources/pom.xml
The file was modified appserver/tests/application/pom.xml
The file was modified appserver/persistence/cmp/support-ejb/pom.xml
The file was modified appserver/tests/embedded/static/ejb/simple/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/standalonewar/pom.xml
The file was modified appserver/batch/glassfish-batch-connector/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/multiBeansApp/pom.xml
The file was modified appserver/extras/embedded/common/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/mq-test/pom.xml
The file was modified appserver/tests/tck/rest/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/pom.xml
The file was modified nucleus/cluster/cli/pom.xml
The file was modified appserver/admingui/pom.xml
The file was modified nucleus/distributions/atomic/pom.xml
The file was modified appserver/tests/community/pom.xml
The file was modified appserver/webservices/pom.xml
The file was modified appserver/web/gf-weld-connector/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-platform-tck/pom.xml
The file was modified appserver/security/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/naming/naming2/pom.xml
The file was modified appserver/tests/tck/rest_cdi/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-ra-distribution/pom.xml
The file was modified appserver/appclient/server/connector/pom.xml
The file was modified appserver/persistence/jpa-container/pom.xml
The file was modified appserver/admingui/jdbc/pom.xml
The file was modified appserver/tests/paas/deployment-rollback/pom.xml
The file was modified appserver/tests/sse/basic/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/ejb_lite_basic/pom.xml
The file was modified nucleus/cluster/ssh/pom.xml
The file was modified nucleus/grizzly/pom.xml
The file was modified appserver/tests/quicklook/admin/pom.xml
The file was modified appserver/tests/paas/external-db-service/generatederbyvm/pom.xml
The file was modified appserver/tests/paas/basic-shared-service-test/pom.xml
Commit 02415fc620002a5e2afc0a0570de3622f636557c by arjan tijms
Next version is 8.0.0

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
The file was modified nucleus/grizzly/config/pom.xml
The file was modified appserver/admingui/jdbc/pom.xml
The file was modified appserver/security/pom.xml
The file was modified appserver/orb/orb-connector/pom.xml
The file was modified appserver/tests/embedded/mysql/pom.xml
The file was modified appserver/tests/tck/rest_cdi/pom.xml
The file was modified appserver/web/war-util/pom.xml
The file was modified appserver/tests/admin/pom.xml
The file was modified appserver/webservices/connector/pom.xml
The file was modified nucleus/admin/rest/rest-service/pom.xml
The file was modified appserver/tests/tck/platform-tck-runner/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/naming/naming2/pom.xml
The file was modified nucleus/flashlight/agent/pom.xml
The file was modified nucleus/cluster/cli/pom.xml
The file was modified appserver/extras/embedded/tests/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/pom.xml
The file was modified appserver/tests/sse/basic/pom.xml
The file was modified appserver/common/amx-jakartaee/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/secureWebApp/pom.xml
The file was modified appserver/tests/embedded/scatteredarchive/pom.xml
The file was modified appserver/tests/cdi/cases/runner/pom.xml
The file was modified appserver/tests/paas/external-and-shared-service/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-rest-tck/pom.xml
The file was modified appserver/itest-tools/pom.xml
The file was modified docs/add-on-component-development-guide/pom.xml
The file was modified appserver/admingui/war/pom.xml
The file was modified nucleus/cluster/gms-adapter/pom.xml
The file was modified appserver/transaction/jta/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/mq-test/pom.xml
The file was modified appserver/admingui/jca/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/pom.xml
The file was modified appserver/featuresets/pom.xml
The file was modified appserver/jdbc/admin/pom.xml
The file was modified appserver/persistence/cmp/support-sqlstore/pom.xml
The file was modified nucleus/core/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsftest/pom.xml
The file was modified appserver/tests/embedded/utils/pom.xml
The file was modified appserver/tests/quicklook/rest/pom.xml
The file was modified appserver/web/jersey-mvc-connector/pom.xml
The file was modified appserver/web/web-core/pom.xml
The file was modified appserver/tests/embedded/ejb/basic/pom.xml
The file was modified appserver/microprofile/connectors/pom.xml
The file was modified appserver/batch/glassfish-batch-commands/pom.xml
The file was modified appserver/distributions/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-remote/pom.xml
The file was modified nucleus/deployment/autodeploy/pom.xml
The file was modified nucleus/security/ssl-impl/pom.xml
The file was modified appserver/appclient/client/acc-standalone/pom.xml
The file was modified appserver/distributions/docker/pom.xml
The file was modified appserver/tests/embedded/web/web-war/war/pom.xml
The file was modified appserver/tests/paas/scale_service/pom.xml
The file was modified nucleus/common/scattered-archive-api/pom.xml
The file was modified appserver/jdbc/jdbc-ra/pom.xml
The file was modified appserver/ejb/ejb-timer-databases/pom.xml
The file was modified appserver/resources/pom.xml
The file was modified appserver/deployment/pom.xml
The file was modified appserver/load-balancer/admin/pom.xml
The file was modified nucleus/security/pom.xml
The file was modified appserver/persistence/eclipselink-wrapper/pom.xml
The file was modified appserver/tests/tck/authentication/pom.xml
The file was modified appserver/admingui/web/pom.xml
The file was modified nucleus/diagnostics/diagnostics-api/pom.xml
The file was modified appserver/tests/paas/lazy-shared-service-test/pom.xml
The file was modified appserver/security/webintegration/pom.xml
The file was modified nucleus/admin/cli/pom.xml
The file was modified appserver/distributions/web/pom.xml
The file was modified nucleus/admin/rest/gf-restadmin-connector/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/naming/naming2/context/pom.xml
The file was modified appserver/tests/embedded/ejb/remoteejb/pom.xml
The file was modified appserver/tests/embedded/static/ejb/pom.xml
The file was modified appserver/transaction/jts/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/programmatic-authentication/pom.xml
The file was modified appserver/tests/tck/pages/pom.xml
The file was modified docs/ha-administration-guide/pom.xml
The file was modified appserver/tests/quicklook/ejb/sfulnoi/pom.xml
The file was modified appserver/tests/quicklook/ejb/slsbnicmt/pom.xml
The file was modified appserver/persistence/cmp/internal-api/pom.xml
The file was modified appserver/ha/ha-file-store/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-platform-tck/pom.xml
The file was modified appserver/web/gf-weld-connector/pom.xml
The file was modified nucleus/grizzly/pom.xml
The file was modified nucleus/security/services/pom.xml
The file was modified appserver/tests/embedded/ejb/pom.xml
The file was modified docs/installation-guide/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/ejb1/pom.xml
The file was modified appserver/tests/paas/ext-shared-service-enable-disable-test/pom.xml
The file was modified appserver/concurrent/concurrent-connector/pom.xml
The file was modified nucleus/cluster/pom.xml
The file was modified appserver/admingui/concurrent/pom.xml
The file was modified appserver/tests/quicklook/pom.xml
The file was modified nucleus/admin/server-mgmt/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-ra-distribution/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/web/pom.xml
The file was modified appserver/webservices/soap-tcp/pom.xml
The file was modified appserver/tests/tck/concurrency/pom.xml
The file was modified appserver/appclient/client/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tck/pom.xml
The file was modified nucleus/admin/rest/rest-client/pom.xml
The file was modified appserver/security/security-all/pom.xml
The file was modified nucleus/distributions/atomic/pom.xml
The file was modified appserver/tests/paas/basic-shared-service-test/pom.xml
The file was modified docs/security-guide/pom.xml
The file was modified appserver/appclient/client/acc-config/pom.xml
The file was modified appserver/admin/pom.xml
The file was modified appserver/web/webtier-all/pom.xml
The file was modified appserver/tests/embedded/inplanted/pom.xml
The file was modified appserver/tests/embedded/pom.xml
The file was modified nucleus/deployment/admin/pom.xml
The file was modified nucleus/cluster/ssh/pom.xml
The file was modified appserver/common/glassfish-ee-api/pom.xml
The file was modified nucleus/admin/util/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/pom.xml
The file was modified appserver/tests/embedded/web/servlet/pom.xml
The file was modified appserver/concurrent/concurrent-impl/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/index/pom.xml
The file was modified appserver/web/weld-integration-test-fragment/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/basic/pom.xml
The file was modified nucleus/osgi-platforms/pom.xml
The file was modified appserver/extras/embedded/common/bootstrap/pom.xml
The file was modified docs/publish/pom.xml
The file was modified appserver/tests/embedded/glassfish_resources_xml/pom.xml
The file was modified appserver/core/jakartaee-kernel/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/static-shell-init/pom.xml
The file was modified appserver/admingui/core/pom.xml
The file was modified appserver/tests/quicklook/wsit/JaxwsFromWsdl/pom.xml
The file was modified appserver/ejb/ejb-client/pom.xml
The file was modified appserver/tests/admingui/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/pom.xml
The file was modified appserver/extras/embedded/common/installroot-builder/pom.xml
The file was modified docs/quick-start-guide/pom.xml
The file was modified appserver/connectors/descriptors/pom.xml
The file was modified appserver/web/jspcaching-connector/pom.xml
The file was modified appserver/persistence/cmp/utility/pom.xml
The file was modified appserver/persistence/gf-jpa-connector/pom.xml
The file was modified appserver/deployment/jakartaee-full/pom.xml
The file was modified appserver/tests/embedded/web/web-all/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authentication-tck/pom.xml
The file was modified appserver/tests/tck/tck-download/javatest/pom.xml
The file was modified appserver/microprofile/config/pom.xml
The file was modified appserver/tests/tck/microprofile/rest-client/pom.xml
The file was modified nucleus/hk2-config-types/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/remoteejbs/pom.xml
The file was modified nucleus/hk2-config-generator/pom.xml
The file was modified appserver/tests/tck/servlet/pom.xml
The file was modified appserver/extras/embedded/common/instanceroot-builder/pom.xml
The file was modified nucleus/core/api-exporter/pom.xml
The file was modified appserver/web/weld-integration/pom.xml
The file was modified appserver/web/jersey-ejb-component-provider/pom.xml
The file was modified appserver/jms/gf-jms-connector/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb1/pom.xml
The file was modified appserver/common/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authorization-tck/pom.xml
The file was modified appserver/batch/batch-database/pom.xml
The file was modified appserver/distributions/glassfish-common/pom.xml
The file was modified appserver/admingui/common/pom.xml
The file was modified appserver/admin/template/pom.xml
The file was modified appserver/admingui/ejb/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-tests-utils/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/ejb-auth-async/scheduler-service/pom.xml
The file was modified appserver/extras/appserv-rt/dist-frag/pom.xml
The file was modified appserver/tests/tck/pages_tags/pom.xml
The file was modified appserver/tests/admin/tests/pom.xml
The file was modified appserver/web/admin/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell/pom.xml
The file was modified appserver/persistence/cmp/ejb-mapping/pom.xml
The file was modified nucleus/common/internal-api/pom.xml
The file was modified appserver/tests/paas/deployment-rollback/pom.xml
The file was modified docs/pom.xml
The file was modified appserver/ejb/ejb-full-container/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-connectors-tck/pom.xml
The file was modified appserver/tests/paas/basic/pom.xml
The file was modified nucleus/core/extra-jre-packages/pom.xml
The file was modified appserver/grizzly/glassfish-grizzly-extra-all/pom.xml
The file was modified nucleus/distributions/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-connectors-full-tck/pom.xml
The file was modified appserver/tests/hk2/isolation/web/pom.xml
The file was modified appserver/ha/ha-shoal-cache-bootstrap/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment3/pom.xml
The file was modified appserver/tests/tck/validation/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/localejbs/pom.xml
The file was modified appserver/appclient/server/core/pom.xml
The file was modified nucleus/admin/template/pom.xml
The file was modified appserver/jms/jmsra/pom.xml
The file was modified appserver/tests/tck/tck-download/tsharness/pom.xml
The file was modified appserver/security/appclient.security/pom.xml
The file was modified appserver/tests/cdi/pom.xml
The file was modified appserver/web/weld-integration-fragment/pom.xml
The file was modified nucleus/admin/monitor/pom.xml
The file was modified appserver/tests/cdi/negative/runner/pom.xml
The file was modified appserver/tests/paas/service_metadata/pom.xml
The file was modified nucleus/diagnostics/pom.xml
The file was modified appserver/osgi-platforms/pom.xml
The file was modified appserver/tests/cdi/negative/pom.xml
The file was modified appserver/tests/embedded/servlet_runs_admin_cmds/pom.xml
The file was modified docs/application-development-guide/pom.xml
The file was modified appserver/appclient/client/appclient-scripts/pom.xml
The file was modified appserver/persistence/pom.xml
The file was modified appserver/jdbc/pom.xml
The file was modified appserver/tests/quicklook/admin/pom.xml
The file was modified appserver/ejb/ejb-all/pom.xml
The file was modified appserver/tests/tck/tck-download/pom.xml
The file was modified appserver/admingui/full/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-expression-language-tck/pom.xml
The file was modified nucleus/glassfish-jul-extension/pom.xml
The file was modified appserver/admin/cli/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/websockets/pom.xml
The file was modified appserver/ejb/pom.xml
The file was modified appserver/webservices/metro-fragments/pom.xml
The file was modified appserver/admingui/jms-plugin/pom.xml
The file was modified appserver/extras/embedded/all/pom.xml
The file was modified appserver/tests/paas/basic-service-discovery/pom.xml
The file was modified appserver/persistence/cmp/enhancer/pom.xml
The file was modified appserver/persistence/jpa-container/pom.xml
The file was modified appserver/transaction/internal-api/pom.xml
The file was modified appserver/webservices/metro-glue/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/pom.xml
The file was modified appserver/web/gui-plugin-common/pom.xml
The file was modified nucleus/common/simple-glassfish-api/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/pom.xml
The file was modified appserver/tests/appserv-tests/pom.xml
The file was modified appserver/extras/appserv-rt/manifest-jar/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/runner/pom.xml
The file was modified appserver/orb/pom.xml
The file was modified appserver/tests/embedded/basic/lifecycle/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/sessionDestroyed/pom.xml
The file was modified appserver/jms/pom.xml
The file was modified appserver/tests/paas/basic-jpa/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars-xa/pom.xml
The file was modified appserver/web/gf-web-connector/pom.xml
The file was modified appserver/connectors/connectors-connector/pom.xml
The file was modified appserver/tests/embedded/web/web-api/pom.xml
The file was modified nucleus/osgi-platforms/felix/pom.xml
The file was modified nucleus/osgi-platforms/osgi-container/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/jars/pom.xml
The file was modified appserver/tests/paas/basic-db-initsql/pom.xml
The file was modified appserver/distributions/glassfish/pom.xml
The file was modified appserver/web/jstl-connector/pom.xml
The file was modified appserver/tests/paas/external-db-service/test/pom.xml
The file was modified appserver/web/web-sse/pom.xml
The file was modified docs/reference-manual/pom.xml
The file was modified appserver/libpam4j/pom.xml
The file was modified appserver/tests/community/pom.xml
The file was modified nucleus/common/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso1/pom.xml
The file was modified appserver/tests/cdi/negative/normalScopeWithFinal/pom.xml
The file was modified appserver/ant-tasks/pom.xml
The file was modified appserver/featuresets/web/pom.xml
The file was modified appserver/grizzly/grizzly-container/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-servlet-tck/pom.xml
The file was modified appserver/admin/admin-core/pom.xml
The file was modified appserver/admingui/pom.xml
The file was modified nucleus/deployment/common/pom.xml
The file was modified appserver/web/web-naming/pom.xml
The file was modified appserver/resources/resources-connector/pom.xml
The file was modified appserver/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/basic/pom.xml
The file was modified appserver/tests/appserv-tests/cciblackbox-tx/pom.xml
The file was modified appserver/extras/embedded/web/pom.xml
The file was modified docs/embedded-server-guide/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/pom.xml
The file was modified docs/website/pom.xml
The file was modified appserver/core/api-exporter-fragment/pom.xml
The file was modified appserver/deployment/jakartaee-core/pom.xml
The file was modified docs/upgrade-guide/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/multiBeansApp/pom.xml
The file was modified nucleus/admin/rest/rest-testing/pom.xml
The file was modified qa/pom.xml
The file was modified appserver/persistence/cmp/pom.xml
The file was modified nucleus/cluster/gms-bootstrap/pom.xml
The file was modified appserver/extras/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-activation-tck/pom.xml
The file was modified nucleus/flashlight/framework/pom.xml
The file was modified appserver/tests/quicklook/ejb/cmp/pom.xml
The file was modified appserver/webservices/pom.xml
The file was modified appserver/persistence/entitybean-container/pom.xml
The file was modified appserver/ejb/ejb-internal-api/pom.xml
The file was modified appserver/tests/embedded/wrapper/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb2/pom.xml
The file was modified appserver/web/pom.xml
The file was modified appserver/tests/embedded/web/autodelete/pom.xml
The file was modified nucleus/cluster/common/pom.xml
The file was modified appserver/security/core-ee/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-faces-tck/pom.xml
The file was modified appserver/osgi-platforms/glassfish-osgi-console-plugin/pom.xml
The file was modified appserver/batch/glassfish-batch-connector/pom.xml
The file was modified appserver/grizzly/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/war/pom.xml
The file was modified nucleus/featuresets/nucleus/pom.xml
The file was modified appserver/extras/embedded/common/osgi-modules-uninstaller/pom.xml
The file was modified appserver/admingui/corba/pom.xml
The file was modified appserver/admingui/ejb-lite/pom.xml
The file was modified appserver/web/web-embed/pom.xml
The file was modified appserver/extras/jakartaee/manifest-jar/pom.xml
The file was modified appserver/ejb/ejb-connector/pom.xml
The file was modified appserver/tests/embedded/web/web-war/test/pom.xml
The file was modified appserver/tests/paas/javaee_shared_service/pom.xml
The file was modified appserver/tests/paas/basic-db/pom.xml
The file was modified appserver/tests/quicklook/amx/pom.xml
The file was modified appserver/tests/tck/jwt/pom.xml
The file was modified docs/release-notes/pom.xml
The file was modified appserver/tests/hk2/isolation/runner/pom.xml
The file was modified appserver/ha/ha-shoal-store/pom.xml
The file was modified nucleus/diagnostics/context/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso2/pom.xml
The file was modified appserver/microprofile/pom.xml
The file was modified appserver/tests/admin/admin-extension/pom.xml
The file was modified appserver/admingui/plugin-service/pom.xml
The file was modified nucleus/common/mbeanserver/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell-frag/pom.xml
The file was modified appserver/resources/mail/pom.xml
The file was modified appserver/transaction/pom.xml
The file was modified appserver/tests/admingui/auto-test/pom.xml
The file was modified appserver/persistence/cmp/cmp-all/pom.xml
The file was modified appserver/common/stats77/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/app/pom.xml
The file was modified appserver/tests/tck/connectors-full/pom.xml
The file was modified appserver/extras/embedded/shell/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/queryString/pom.xml
The file was modified appserver/tests/tck/faces/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsptest/pom.xml
The file was modified appserver/connectors/admin/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war1/pom.xml
The file was modified appserver/tests/paas/appscoped-db-with-resources-xml/pom.xml
The file was modified appserver/deployment/dtds/pom.xml
The file was modified appserver/tests/embedded/web/web-war/pom.xml
The file was modified nucleus/core/bootstrap/pom.xml
The file was modified appserver/extras/embedded/common/osgi-main/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell/pom.xml
The file was modified appserver/flashlight/client/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment2/pom.xml
The file was modified docs/troubleshooting-guide/pom.xml
The file was modified nucleus/core/context-propagation/pom.xml
The file was modified appserver/batch/pom.xml
The file was modified appserver/web/jsf-connector/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/runner/pom.xml
The file was modified appserver/tests/paas/external-db-service/generatederbyvm/pom.xml
The file was modified docs/administration-guide/pom.xml
The file was modified appserver/tests/appserv-tests/reporter/pom.xml
The file was modified appserver/tests/appserv-tests/report-builder/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/lib1/pom.xml
The file was modified appserver/tests/paas/external-db-service/pom.xml
The file was modified appserver/tests/sse/videoplayer/pom.xml
The file was modified nucleus/admin/launcher/pom.xml
The file was modified docs/parent/pom.xml
The file was modified appserver/tests/amx/pom.xml
The file was modified appserver/common/container-common/pom.xml
The file was modified appserver/tests/tck/pom.xml
The file was modified nucleus/admin/pom.xml
The file was modified appserver/tests/embedded/cdi_ejb_jpa/pom.xml
The file was modified appserver/tests/tck/activation/pom.xml
The file was modified appserver/tests/tck/pages_debugging/pom.xml
The file was modified appserver/concurrent/pom.xml
The file was modified appserver/core/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/ear/pom.xml
The file was modified appserver/orb/orb-enabler/pom.xml
The file was modified appserver/osgi-platforms/felix-webconsole-extension/pom.xml
The file was modified appserver/persistence/common/pom.xml
The file was modified appserver/tests/quicklook/ejb/remoteview/pom.xml
The file was modified appserver/extras/appserv-rt/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/filterURIMapping/pom.xml
The file was modified appserver/persistence/cmp/model/pom.xml
The file was modified appserver/jms/admin/pom.xml
The file was modified nucleus/deployment/pom.xml
The file was modified appserver/common/glassfish-naming/pom.xml
The file was modified appserver/featuresets/glassfish/pom.xml
The file was modified appserver/web/cdi-api-fragment/pom.xml
The file was modified appserver/admingui/gf-admingui-connector/pom.xml
The file was modified appserver/jdbc/jdbc-runtime/pom.xml
The file was modified appserver/tests/embedded/static/ejb/simple/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/mydb-plugin/pom.xml
The file was modified appserver/resources/resources-runtime/pom.xml
The file was modified appserver/resources/mail/mail-runtime/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-commands-tests/pom.xml
The file was modified appserver/persistence/cmp/cmp-scripts/pom.xml
The file was modified docs/error-messages-reference/pom.xml
The file was modified appserver/tests/paas/pom.xml
The file was modified appserver/persistence/oracle-jdbc-driver-packages/pom.xml
The file was modified appserver/tests/application/pom.xml
The file was modified docs/performance-tuning-guide/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc40/pom.xml
The file was modified appserver/tests/appserv-tests/lib/pom.xml
The file was modified appserver/tests/embedded/web/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/advanced/pom.xml
The file was modified appserver/persistence/cmp/support-ejb/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/simple/pom.xml
The file was modified appserver/tests/embedded/static/web/pom.xml
The file was modified appserver/admingui/jts/pom.xml
The file was modified appserver/tests/quicklook/wsit/jsr109tester/pom.xml
The file was modified appserver/load-balancer/gf-load-balancer-connector/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/applicationDispatcher/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment1/pom.xml
The file was modified appserver/admin/cli-optional/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb1/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/multipleApps/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/runner/pom.xml
The file was modified appserver/connectors/work-management/pom.xml
The file was modified appserver/tests/hk2/pom.xml
The file was modified appserver/tests/paas/basic-db-with-resources-xml/pom.xml
The file was modified appserver/connectors/connectors-inbound-runtime/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/lib/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/dirListing/pom.xml
The file was modified appserver/tests/paas/basic-bookstore-dns/pom.xml
The file was modified appserver/webservices/webservices-scripts/pom.xml
The file was modified appserver/extras/jakartaee/pom.xml
The file was modified nucleus/security/core/pom.xml
The file was modified nucleus/common/glassfish-api/pom.xml
The file was modified appserver/ejb/ejb-container/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/pom.xml
The file was modified nucleus/xmlbind-annotations/pom.xml
The file was modified docs/application-deployment-guide/pom.xml
The file was modified appserver/jdbc/jdbc-config/pom.xml
The file was modified appserver/tests/paas/service_metadata/custom_db_name/pom.xml
The file was modified appserver/ldapbp/pom.xml
The file was modified appserver/extras/embedded/pom.xml
The file was modified appserver/tests/hk2/isolation/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/pom.xml
The file was modified appserver/admingui/community-theme/pom.xml
The file was modified appserver/admin/backup/pom.xml
The file was modified nucleus/distributions/nucleus-common/pom.xml
The file was modified nucleus/admin/config-api/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/pom.xml
The file was modified appserver/jms/jms-core/pom.xml
The file was modified nucleus/common/common-util/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/runner/pom.xml
The file was modified docs/deployment-planning-guide/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jmxUndeployEvent/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars/pom.xml
The file was modified appserver/web/web-glue/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-core/pom.xml
The file was modified nucleus/featuresets/pom.xml
The file was modified appserver/common/annotation-framework/pom.xml
The file was modified nucleus/featuresets/atomic/pom.xml
The file was modified appserver/webservices/jsr109-impl/pom.xml
The file was modified appserver/resources/mail/mail-connector/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war2/pom.xml
The file was modified nucleus/flashlight/flashlight-extra-jdk-packages/pom.xml
The file was modified appserver/tests/hk2/cdi/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/getRequestURI/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/spetest/pom.xml
The file was modified appserver/tests/paas/basic-db-teardown-sql/pom.xml
The file was modified pom.xml
The file was modified appserver/persistence/cmp/generator-database/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/common/pom.xml
The file was modified appserver/jdbc/templates/pom.xml
The file was modified docs/distribution/pom.xml
The file was modified appserver/tests/embedded/static/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb2/pom.xml
The file was modified appserver/security/ejb.security/pom.xml
The file was modified appserver/tests/pom.xml
The file was modified nucleus/deployment/schemas/pom.xml
The file was modified nucleus/resources/pom.xml
The file was modified nucleus/pom.xml
The file was modified appserver/web/web-embed/api/pom.xml
The file was modified appserver/connectors/connectors-internal-api/pom.xml
The file was modified nucleus/common/amx-core/pom.xml
The file was modified appserver/appclient/client/acc/pom.xml
The file was modified appserver/appclient/server/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/ejb_lite_basic/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tags-tck/pom.xml
The file was modified appserver/admingui/dataprovider/pom.xml
The file was modified appserver/extras/embedded/nucleus/pom.xml
The file was modified appserver/ha/pom.xml
The file was modified appserver/tests/appserv-tests/webtest/pom.xml
The file was modified appserver/tests/tck/authorization/pom.xml
The file was modified appserver/tests/tck/microprofile/pom.xml
The file was modified appserver/featuresets/debug/pom.xml
The file was modified appserver/deployment/dol/pom.xml
The file was modified nucleus/distributions/nucleus/pom.xml
The file was modified appserver/connectors/pom.xml
The file was modified nucleus/parent/pom.xml
The file was modified appserver/appclient/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/mdb/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/pom.xml
The file was modified appserver/tests/tck/cdi/pom.xml
The file was modified appserver/jms/gf-jms-injection/pom.xml
The file was modified appserver/orb/orb-iiop/pom.xml
The file was modified appserver/tests/quicklook/adminconsole/pom.xml
The file was modified nucleus/cluster/admin/pom.xml
The file was modified appserver/tests/embedded/ejb/ejb-api/pom.xml
The file was modified appserver/tests/quicklook/ejb/embedded/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/pom.xml
The file was modified nucleus/core/logging/pom.xml
The file was modified appserver/tests/cdi/cases/pom.xml
The file was modified appserver/tests/paas/bookstore/pom.xml
The file was modified nucleus/deployment/dtds/pom.xml
The file was modified appserver/tests/embedded/basic/pom.xml
The file was modified appserver/extras/jakartaee/dist-frag/pom.xml
The file was modified appserver/tests/paas/service_metadata/provision_using_specified_template/pom.xml
The file was modified nucleus/core/kernel/pom.xml
The file was modified nucleus/grizzly/nucleus-grizzly-all/pom.xml
The file was modified appserver/web/web-ha/pom.xml
The file was modified appserver/tests/embedded/cdi_basic/pom.xml
The file was modified appserver/appclient/server/connector/pom.xml
The file was modified appserver/tests/quicklook/ejb/singleton/pom.xml
The file was modified appserver/tests/quicklook/jms/injection/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/webservice/pom.xml
The file was modified nucleus/admin/rest/pom.xml
The file was modified appserver/tests/paas/enable-disable-test/pom.xml
The file was modified appserver/connectors/connectors-runtime/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/advanced/pom.xml
The file was modified appserver/tests/tck/connectors/pom.xml
The file was modified appserver/admingui/cluster/pom.xml
The file was modified appserver/tests/tck/microprofile/config/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-interactive/pom.xml
The file was modified appserver/load-balancer/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/standalonewar/pom.xml
The file was modified appserver/tests/paas/helloworld/pom.xml
The file was modified nucleus/flashlight/pom.xml
The file was modified appserver/ejb/ejb-timer-service-app/pom.xml
The file was modified appserver/deployment/schemas/pom.xml
The file was modified appserver/extras/embedded/common/pom.xml
The file was modified appserver/security/webservices.security/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-debugging-tck/pom.xml
The file was modified appserver/flashlight/pom.xml
The file was modified appserver/tests/jakartaee/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/init/pom.xml
The file was modified appserver/tests/tck/rest/pom.xml
The file was modified appserver/tests/tck/expression_language/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-model/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-full/pom.xml
The file was modified nucleus/test-utils/pom.xml
Commit bf5c1feee21eab62b5c4810ae5c23ab4f2135dff by arjan tijms
Working on getting more tests to pass.

Disabling some tests for now, which of course should be enabled later
again.

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/authorize/GlassFishPrincipalMapper.java
The file was modified nucleus/common/common-util/src/main/java/org/glassfish/security/common/HAUtil.java
The file was modified appserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/multirolemapping/sun-web.xml
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/authentication/glassfish/digest/DigestLoginModule.java
The file was modified appserver/security/webintegration/src/main/java/com/sun/web/security/RealmAdapter.java
The file was modified nucleus/deployment/common/src/main/java/org/glassfish/deployment/common/SecurityRoleMapper.java
The file was modified appserver/appclient/client/acc/pom.xml
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/login/LoginContextDriver.java
The file was addedappserver/ejb/ejb-container/src/main/java/org/glassfish/ejb/security/application/GlassFishPrincipalMapper.java
The file was modified appserver/web/web-glue/src/main/java/com/sun/enterprise/web/WebContainer.java
The file was modified appserver/admingui/core/pom.xml
The file was modified appserver/tests/admin/tests/src/test/java/org/glassfish/main/admin/test/rest/ApplicationITest.java
The file was modified nucleus/common/common-util/src/main/java/com/sun/enterprise/security/integration/RealmInitializer.java
The file was modified appserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/jsp2sful/sun-ejb-jar.xml
The file was modified nucleus/common/common-util/src/main/java/org/glassfish/security/common/Group.java
The file was modified appserver/tests/admin/tests/src/test/java/org/glassfish/main/admin/test/rest/JmsITest.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/solaris/SolarisRealm.java
The file was modified appserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/multirolemapping/sun-application.xml
The file was modified appserver/tests/admin/tests/src/test/java/org/glassfish/main/admin/test/rest/ElementStarITest.java
The file was modified appserver/web/weld-integration/pom.xml
The file was modified appserver/ejb/ejb-container/src/main/java/org/glassfish/ejb/security/application/EJBSecurityManager.java
The file was removednucleus/security/core/src/main/java/com/sun/enterprise/security/auth/login/AssertedCredentials.java
The file was modified appserver/admingui/common/pom.xml
The file was modified appserver/pom.xml
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/acl/RoleMapper.java
The file was modified appserver/web/gf-weld-connector/pom.xml
The file was modified appserver/tests/application/src/main/java/org/glassfish/main/test/app/security/jsp2sful/ProfileInfoRemote.java
The file was modified appserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/multirolemapping/sun-ejb-jar2.xml
The file was modified appserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/multirolemapping/application.xml
The file was modified appserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/jsp2sful/sun-application.xml
The file was modified appserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/multirolemapping/web.xml
The file was modified appserver/tests/admin/tests/src/test/java/org/glassfish/main/admin/test/rest/StatusGeneratorITest.java
The file was modified appserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/jsp2sful/ejb-jar.xml
The file was modified appserver/tests/application/src/test/java/org/glassfish/main/test/app/security/multirolemapping/MultiRoleMappingTest.java
The file was modified appserver/web/web-glue/src/main/java/com/sun/enterprise/web/WebModule.java
The file was modified nucleus/common/common-util/src/main/java/com/sun/enterprise/util/FelixPrettyPrinter.java
The file was modified appserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/multirolemapping/sun-ejb-jar1.xml
The file was modified appserver/extras/embedded/all/pom.xml
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/certificate/CertificateRealm.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/GlassFishUserStore.java
The file was modified nucleus/common/common-util/src/main/java/org/glassfish/security/common/MasterPassword.java
The file was modified appserver/tests/admin/tests/src/test/java/org/glassfish/main/admin/test/rest/ConfigITest.java
The file was modified nucleus/common/common-util/src/main/java/org/glassfish/security/common/FileRealmHelper.java
The file was modified appserver/tests/tck/cdi/cdi-full/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell/pom.xml
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/Realm.java
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/authentication/glassfish/jdbc/JDBCRealm.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/ldap/LDAPRealm.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/cli/ListFileGroup.java
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/connector/Request.java
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/web/integration/WebSecurityManager.java
The file was modified appserver/security/webservices.security/src/test/java/org/glassfish/main/security/webservices/WSServletContainerInitializerITest.java
The file was modified appserver/extras/embedded/web/pom.xml
The file was modified appserver/itest-tools/src/main/java/org/glassfish/main/itest/tools/GlassFishTestEnvironment.java
Commit a07bf8ce5d758c3cbcf7e4b30842516a8b6df134 by arjan tijms
Update glassfish7 root folder to glassfish8

Note that at the moment of committing this is under discussion, and may
be updated later to another pattern.

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
The file was modified README.md
The file was modified docs/error-messages-reference/src/main/asciidoc/preface.adoc
The file was modified docs/upgrade-guide/src/main/asciidoc/upgrading-legacy-installation.adoc
The file was modified docs/reference-manual/src/main/asciidoc/install-node-ssh.adoc
The file was modified nucleus/admin/server-mgmt/src/main/manpages/com/sun/enterprise/admin/servermgmt/cli/create-service.1
The file was modified docs/upgrade-guide/src/main/asciidoc/preface.adoc
The file was modified appserver/tests/appserv-tests/devtests/web/ha/cluster-tests/simple-failover-modified-attribute/src/main/java/com/acme/HttpClient.java
The file was modified docs/administration-guide/src/main/asciidoc/preface.adoc
The file was modified docs/release-notes/src/main/asciidoc/preface.adoc
The file was modified appserver/tests/tck/servlet/pom.xml
The file was modified nucleus/core/bootstrap/src/main/java/com/sun/enterprise/glassfish/bootstrap/osgi/GlassFishMainActivator.java
The file was modified appserver/ant-tasks/src/main/resources/org/apache/tools/ant/sample-build.xml
The file was modified appserver/tests/cts_smoke/run_test.sh
The file was modified appserver/tests/tck/rest/pom.xml
The file was modified appserver/distributions/glassfish/pom.xml
The file was modified docs/reference-manual/src/main/asciidoc/list-backups.adoc
The file was modified appserver/tests/embedded/static/web/src/test/java/org/glassfish/tests/embedded/cooked/ExistingDomainTest.java
The file was modified appserver/itest-tools/src/main/java/org/glassfish/main/itest/tools/GlassFishTestEnvironment.java
The file was modified appserver/tests/tck/microprofile/pom.xml
The file was modified docs/administration-guide/src/main/asciidoc/general-administration.adoc
The file was modified appserver/distributions/glassfish-common/src/main/resources/README.txt
The file was modified appserver/tests/admin/tests/pom.xml
The file was modified appserver/appclient/client/acc/src/test/java/org/glassfish/appclient/client/CLIBootstrapTest.java
The file was modified appserver/tests/embedded/utils/src/main/java/org/glassfish/tests/embedded/utils/EmbeddedServerUtils.java
The file was modified appserver/tests/tck/platform-tck-runner/src/main/java/org/glassfish/main/tests/tck/ant/TckRunner.java
The file was modified docs/administration-guide/src/main/asciidoc/jdbc.adoc
The file was modified docs/troubleshooting-guide/src/main/asciidoc/preface.adoc
The file was modified appserver/pom.xml
The file was modified appserver/tests/tck/pages_tags/pom.xml
The file was modified docs/reference-manual/src/main/asciidoc/update-node-dcom.adoc
The file was modified appserver/tests/tck/cdi/cdi-full/pom.xml
The file was modified docs/reference-manual/src/main/asciidoc/collect-log-files.adoc
The file was modified docs/add-on-component-development-guide/src/main/asciidoc/preface.adoc
The file was modified docs/reference-manual/src/main/asciidoc/generate-jvm-report.adoc
The file was modified gftest.sh
The file was modified appserver/tests/appserv-tests/devtests/admin/cli/build.xml
The file was modified appserver/tests/tck/pages/pom.xml
The file was modified appserver/web/weld-integration/src/main/java/org/glassfish/weld/DeploymentImpl.java
The file was modified docs/embedded-server-guide/src/main/asciidoc/preface.adoc
The file was modified docs/reference-manual/src/main/asciidoc/update-node-config.adoc
The file was modified appserver/tests/appserv-tests/devtests/transaction/ee/dblogs/base/readme
The file was modified docs/installation-guide/src/main/asciidoc/preface.adoc
The file was modified docs/administration-guide/src/main/asciidoc/overview.adoc
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/adapter/AdminConsoleAdapter.java
The file was modified appserver/tests/appserv-tests/devtests/web/ha/cluster-tests/simple-failover-modified-session/src/main/java/com/acme/HttpClient.java
The file was modified docs/application-deployment-guide/src/main/asciidoc/preface.adoc
The file was modified docs/security-guide/src/main/asciidoc/administrative-security.adoc
The file was modified docs/reference-manual/src/main/asciidoc/start-local-instance.adoc
The file was modified docs/reference-manual/src/main/asciidoc/start-database.adoc
The file was modified docs/upgrade-guide/src/main/asciidoc/upgrade-compatibility-issues.adoc
The file was modified docs/administration-guide/src/main/asciidoc/domains.adoc
The file was modified docs/ha-administration-guide/src/main/asciidoc/nodes.adoc
The file was modified docs/reference-manual/src/main/asciidoc/start-domain.adoc
The file was modified docs/administration-guide/src/main/asciidoc/logging.adoc
The file was modified docs/reference-manual/src/main/asciidoc/create-node-ssh.adoc
The file was modified appserver/tests/sse/videoplayer/pom.xml
The file was modified docs/deployment-planning-guide/src/main/asciidoc/preface.adoc
The file was modified appserver/extras/embedded/common/installroot-builder/src/main/java/org/glassfish/uberjar/builder/installroot/InstallRootBuilderUtil.java
The file was modified appserver/distributions/web/pom.xml
The file was modified docs/reference-manual/src/main/asciidoc/ping-node-dcom.adoc
The file was modified appserver/tests/v2-tests/appserv-tests/config/emma.xml
The file was modified docs/reference-manual/src/main/asciidoc/export-sync-bundle.adoc
The file was modified docs/reference-manual/src/main/asciidoc/start-instance.adoc
The file was modified appserver/tests/quicklook/build.properties
The file was modified appserver/tests/tck/authorization/pom.xml
The file was modified appserver/distributions/docker/pom.xml
The file was modified appserver/tests/quicklook/run_test.sh
The file was modified appserver/tests/v2-tests/appserv-tests/devtests/hk2/README
The file was modified appserver/tests/embedded/static/web/src/test/java/org/glassfish/tests/embedded/cooked/ExistingConfigurationTest.java
The file was modified appserver/tests/tck/embedded_ejb_smoke/runner/pom.xml
The file was modified docs/application-development-guide/src/main/asciidoc/preface.adoc
The file was modified docs/security-guide/src/main/asciidoc/preface.adoc
The file was modified docs/ha-administration-guide/src/main/asciidoc/instances.adoc
The file was modified docs/reference-manual/src/main/asciidoc/ping-node-ssh.adoc
The file was modified appserver/tests/sqe_smoke/run_test.sh
The file was modified appserver/tests/tck/pages_debugging/pom.xml
The file was modified nucleus/common/common-util/src/main/java/com/sun/enterprise/util/io/InstanceDirs.java
The file was modified appserver/tests/tck/activation/pom.xml
The file was modified appserver/extras/embedded/common/instanceroot-builder/src/main/java/org/glassfish/uberjar/builder/instanceroot/InstanceRootBuilderUtil.java
The file was modified appserver/tests/tck/validation/pom.xml
The file was modified docs/reference-manual/src/main/asciidoc/install-node-dcom.adoc
The file was modified docs/administration-guide/src/main/asciidoc/monitoring.adoc
The file was modified docs/reference-manual/src/main/asciidoc/update-node-ssh.adoc
The file was modified docs/installation-guide/src/main/asciidoc/installing.adoc
The file was modified docs/reference-manual/src/main/asciidoc/list-nodes.adoc
The file was modified appserver/tests/appserv-tests/devtests/cdi/README_Embedded.txt
The file was modified docs/reference-manual/src/main/asciidoc/list-nodes-dcom.adoc
The file was modified appserver/tests/tck/concurrency/pom.xml
The file was modified docs/reference-manual/src/main/asciidoc/list-nodes-ssh.adoc
The file was modified appserver/tests/embedded/static/web/src/test/java/org/glassfish/tests/embedded/cooked/InplantedTest.java
The file was modified appserver/tests/appserv-tests/devtests/admin/cli/src/admin/SSHNodeTest.java
The file was modified appserver/extras/embedded/common/bootstrap/src/main/java/org/glassfish/uberjar/bootstrap/UberJarOSGiGlassFishRuntimeBuilder.java
The file was modified nucleus/cluster/admin/readme
The file was modified appserver/distributions/docker/src/main/docker/Dockerfile
The file was modified docs/reference-manual/src/main/asciidoc/uninstall-node.adoc
The file was modified nucleus/distributions/nucleus-common/src/main/resources/docs/quickstart.html
The file was modified Jenkinsfile
The file was modified appserver/tests/tck/connectors-full/pom.xml
The file was modified appserver/tests/cdi/README.txt
The file was modified appserver/tests/tck/jwt/pom.xml
The file was modified docs/reference-manual/src/main/asciidoc/uninstall-node-ssh.adoc
The file was modified nucleus/cluster/common/src/test/java/com/sun/enterprise/util/cluster/PathsTest.java
The file was modified appserver/admin/cli-optional/src/main/manpages/com/sun/enterprise/admin/cli/optional/list-backups.1
The file was modified appserver/tests/appserv-tests/devtests/ejb/README
The file was modified docs/reference-manual/src/main/asciidoc/create-node-dcom.adoc
The file was modified docs/performance-tuning-guide/src/main/asciidoc/preface.adoc
The file was modified appserver/tests/paas/README.txt
The file was modified docs/security-guide/src/main/asciidoc/user-security.adoc
The file was modified docs/reference-manual/src/main/asciidoc/list-nodes-config.adoc
The file was modified nucleus/common/common-util/src/main/java/com/sun/enterprise/util/io/ServerDirs.java
The file was modified docs/reference-manual/src/main/asciidoc/create-service.adoc
The file was modified appserver/tests/appserv-tests/devtests/jms/README
The file was modified appserver/admingui/cluster/src/main/resources/org/glassfish/cluster/admingui/Strings.properties
The file was modified docs/reference-manual/src/main/asciidoc/create-node-config.adoc
The file was modified nucleus/admin/config-api/src/main/java/org/glassfish/config/support/DefaultConfigUpgrade.java
The file was modified runtests.sh
The file was modified docs/reference-manual/src/main/asciidoc/list-modules.adoc
The file was modified appserver/tests/tck/rest_cdi/pom.xml
The file was modified appserver/tests/sse/videoplayer/README.txt
The file was modified docs/reference-manual/src/main/asciidoc/uninstall-node-dcom.adoc
The file was modified appserver/tests/sse/basic/pom.xml
The file was modified appserver/tests/tck/authentication/pom.xml
The file was modified docs/reference-manual/src/main/asciidoc/import-sync-bundle.adoc
The file was modified nucleus/common/common-util/src/main/java/com/sun/enterprise/util/SystemPropertyConstants.java
The file was modified appserver/tests/tck/expression_language/pom.xml
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/common/Util.java
The file was modified appserver/tests/tck/connectors/pom.xml
The file was modified docs/reference-manual/src/main/asciidoc/install-node.adoc
The file was modified appserver/tests/appserv-tests/devtests/web/README_Embedded.txt
The file was modified nucleus/cluster/cli/src/main/java/com/sun/enterprise/admin/cli/cluster/ImportSyncBundleCommand.java
The file was modified appserver/tests/hk2/README.txt
The file was modified docs/ha-administration-guide/src/main/asciidoc/ssh-setup.adoc
The file was modified docs/quick-start-guide/src/main/asciidoc/basic-features.adoc
The file was modified docs/ha-administration-guide/src/main/asciidoc/preface.adoc
The file was modified appserver/extras/embedded/common/installroot-builder/src/main/java/org/glassfish/uberjar/builder/installroot/InstallRootBuilder.java
The file was modified appserver/tests/quicklook/QuickLook_Test_Instructions.html
The file was modified appserver/tests/appserv-tests/devtests/cluster/test-bigcluster.sh
The file was modified appserver/extras/embedded/common/instanceroot-builder/src/main/java/org/glassfish/uberjar/builder/instanceroot/InstanceRootBuilder.java
The file was modified appserver/tests/tck/cdi/cdi-model/pom.xml
Commit 22d9ec8e91bf00d8fd754bec760b222bc07ea69d by arjan tijms
Reduce usage of Java SE Security Manager

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
The file was modified appserver/ejb/ejb-container/src/main/java/com/sun/ejb/containers/interceptors/InterceptorManager.java
The file was modified appserver/ejb/ejb-container/src/main/java/org/glassfish/ejb/deployment/EjbJarHandler.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/SecurityServicesUtil.java
The file was modified appserver/deployment/jakartaee-full/src/main/java/org/glassfish/javaee/full/deployment/EarHandler.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/perms/PermissionsProcessor.java
The file was removedappserver/security/core-ee/src/test/java/com/sun/enterprise/security/ee/perms/SMGlobalPolicyUtilTest.java
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/Globals.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/perms/SMGlobalPolicyUtil.java
The file was modified appserver/appclient/client/acc/src/main/java/org/glassfish/appclient/client/acc/AppClientContainerBuilder.java
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/loader/WebappLoader.java
The file was modified appserver/common/container-common/src/main/java/com/sun/enterprise/container/common/impl/util/InjectionManagerImpl.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/perms/XMLPermissionsHandler.java
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/connector/Request.java
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/servlets/DefaultServlet.java
The file was modified appserver/persistence/entitybean-container/src/main/java/org/glassfish/persistence/ejb/entitybean/container/distributed/DistributedReadOnlyBeanServiceImpl.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/perms/PermissionXMLParser.java
The file was removedappserver/security/core-ee/src/test/java/com/sun/enterprise/security/ee/perms/VoidPermissionTest.java
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/core/ApplicationDispatcher.java
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/core/StandardContext.java
The file was removednucleus/common/common-util/src/main/java/com/sun/enterprise/security/integration/DDPermissionsLoader.java
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/connector/AsyncContextImpl.java
The file was modified appserver/appclient/client/acc/src/main/java/org/glassfish/appclient/client/jws/boot/JWSACCMain.java
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/core/ApplicationFilterConfig.java
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/connector/RequestFacade.java
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/core/StandardWrapper.java
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/session/PersistentManagerBase.java
The file was modified appserver/ejb/ejb-container/src/main/java/com/sun/ejb/codegen/ClassGenerator.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/perms/EarEEPermissionsProcessor.java
The file was modified appserver/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/module/RarHandler.java
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/session/StandardSession.java
The file was modified appserver/ejb/ejb-container/src/main/java/com/sun/ejb/containers/util/pool/NonBlockingPool.java
The file was modified appserver/appclient/client/acc/src/main/java/org/glassfish/appclient/common/PermissionsUtil.java
The file was modified appserver/batch/glassfish-batch-connector/src/main/java/org/glassfish/batch/spi/impl/BatchRuntimeHelper.java
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/connector/InputBuffer.java
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/core/ApplicationContextFacade.java
The file was removedappserver/common/container-common/src/main/java/com/sun/enterprise/container/common/spi/util/JavaEEObjectStreamFactory.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/perms/DeclaredPermissionsProcessor.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/J2EESecurityManager.java
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/authentication/ProgrammaticLogin.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/perms/VoidPermission.java
The file was modified appserver/appclient/client/acc/src/main/java/org/glassfish/appclient/client/acc/AppClientContainer.java
The file was modified appserver/security/webservices.security/src/main/java/com/sun/enterprise/security/webservices/server/ServerSecurityPipe.java
The file was modified appserver/web/weld-integration/src/main/java/org/glassfish/weld/DeploymentImpl.java
The file was modified appserver/web/weld-integration/src/main/java/org/glassfish/weld/ACLSingletonProvider.java
The file was modified nucleus/admin/rest/rest-service/src/main/java/org/glassfish/admin/rest/composite/CompositeUtil.java
The file was removedappserver/appclient/client/acc/src/main/java/org/glassfish/appclient/common/ClientClassLoaderDelegate.java
The file was modified appserver/web/web-naming/src/main/java/org/apache/naming/factory/ResourceLinkFactory.java
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/core/ApplicationFilterChain.java
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/core/ApplicationFilterFactory.java
The file was modified appserver/appclient/server/core/src/main/java/org/glassfish/appclient/server/core/CarHandler.java
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/connector/OutputBuffer.java
The file was modified nucleus/common/common-util/src/main/java/com/sun/enterprise/loader/ASURLClassLoader.java
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/authorize/cache/PermissionCacheFactory.java
The file was modified appserver/web/web-glue/src/main/java/com/sun/web/server/EEInstanceListener.java
The file was modified appserver/web/war-util/src/main/java/com/sun/enterprise/glassfish/web/WarHandler.java
The file was modified appserver/web/war-util/src/main/java/org/glassfish/web/loader/ReferenceCleaner.java
The file was modified appserver/security/appclient.security/src/main/java/com/sun/enterprise/security/appclient/AppClientSecurityInfoImpl.java
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/connector/ResponseFacade.java
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/security/SecurityUtil.java
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/JavaEESecurityLifecycle.java
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/connector/Response.java
The file was modified appserver/appclient/client/acc/src/main/java/org/glassfish/appclient/client/acc/ACCClassLoader.java
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/session/StandardManager.java
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/connector/CoyoteInputStream.java
The file was removedappserver/appclient/client/acc/src/main/java/org/glassfish/appclient/client/acc/JWSACCClassLoader.java
The file was modified appserver/ejb/ejb-container/src/main/java/com/sun/ejb/containers/util/pool/AbstractPool.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/perms/PermsArchiveDelegate.java
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/core/ContainerBase.java
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/session/ManagerBase.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/perms/ModuleEEPermissionsProcessor.java
The file was modified appserver/web/war-util/src/main/java/org/glassfish/web/loader/WebappClassLoader.java
Commit 6c0b0121fc28b34733d6938d4e08d80293e3642b by Glassfish Bot
Prepare release 7.0.12
The file was modified appserver/tests/hk2/cdi/ear/pom.xml
The file was modified nucleus/common/pom.xml
The file was modified appserver/admin/cli/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/mq-test/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/webservice/pom.xml
The file was modified appserver/common/amx-jakartaee/pom.xml
The file was modified appserver/transaction/jta/pom.xml
The file was modified appserver/jdbc/pom.xml
The file was modified appserver/tests/quicklook/amx/pom.xml
The file was modified pom.xml
The file was modified appserver/persistence/cmp/cmp-all/pom.xml
The file was modified nucleus/hk2-config-types/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-commands-tests/pom.xml
The file was modified appserver/tests/embedded/cdi_ejb_jpa/pom.xml
The file was modified appserver/extras/pom.xml
The file was modified nucleus/core/extra-jre-packages/pom.xml
The file was modified appserver/appclient/client/acc/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell-frag/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/secureWebApp/pom.xml
The file was modified appserver/ejb/pom.xml
The file was modified appserver/tests/hk2/isolation/web/pom.xml
The file was modified appserver/featuresets/glassfish/pom.xml
The file was modified appserver/tests/tck/pages/pom.xml
The file was modified appserver/ha/ha-shoal-store/pom.xml
The file was modified nucleus/common/amx-core/pom.xml
The file was modified appserver/web/web-core/pom.xml
The file was modified nucleus/grizzly/config/pom.xml
The file was modified appserver/web/weld-integration/pom.xml
The file was modified appserver/tests/tck/authentication/pom.xml
The file was modified nucleus/admin/cli/pom.xml
The file was modified appserver/tests/jakartaee/pom.xml
The file was modified appserver/ha/ha-file-store/pom.xml
The file was modified nucleus/core/logging/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/app/pom.xml
The file was modified appserver/admingui/concurrent/pom.xml
The file was modified appserver/connectors/connectors-internal-api/pom.xml
The file was modified appserver/jdbc/jdbc-ra/pom.xml
The file was modified appserver/batch/pom.xml
The file was modified appserver/microprofile/connectors/pom.xml
The file was modified appserver/resources/pom.xml
The file was modified appserver/web/weld-integration-test-fragment/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/dirListing/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/pom.xml
The file was modified appserver/ejb/ejb-internal-api/pom.xml
The file was modified nucleus/pom.xml
The file was modified appserver/tests/tck/tck-download/javatest/pom.xml
The file was modified appserver/admingui/ejb/pom.xml
The file was modified appserver/extras/embedded/nucleus/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/applicationDispatcher/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/war/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment1/pom.xml
The file was modified appserver/tests/paas/basic-db-with-resources-xml/pom.xml
The file was modified nucleus/core/api-exporter/pom.xml
The file was modified nucleus/flashlight/framework/pom.xml
The file was modified nucleus/core/bootstrap/pom.xml
The file was modified appserver/persistence/cmp/cmp-scripts/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/runner/pom.xml
The file was modified appserver/tests/embedded/scatteredarchive/pom.xml
The file was modified appserver/tests/hk2/cdi/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/pom.xml
The file was modified appserver/admingui/web/pom.xml
The file was modified appserver/security/appclient.security/pom.xml
The file was modified appserver/admingui/jdbc/pom.xml
The file was modified appserver/jms/admin/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/localejbs/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/queryString/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-tests-utils/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/pom.xml
The file was modified appserver/admin/cli-optional/pom.xml
The file was modified appserver/tests/cdi/cases/runner/pom.xml
The file was modified appserver/distributions/web/pom.xml
The file was modified appserver/tests/tck/expression_language/pom.xml
The file was modified appserver/tests/admingui/auto-test/pom.xml
The file was modified appserver/tests/appserv-tests/cciblackbox-tx/pom.xml
The file was modified appserver/connectors/admin/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/lib/pom.xml
The file was modified appserver/security/ejb.security/pom.xml
The file was modified appserver/featuresets/debug/pom.xml
The file was modified appserver/ejb/ejb-timer-service-app/pom.xml
The file was modified nucleus/admin/launcher/pom.xml
The file was modified appserver/grizzly/grizzly-container/pom.xml
The file was modified appserver/tests/sse/basic/pom.xml
The file was modified appserver/batch/glassfish-batch-connector/pom.xml
The file was modified appserver/webservices/metro-glue/pom.xml
The file was modified appserver/pom.xml
The file was modified appserver/tests/hk2/pom.xml
The file was modified appserver/tests/paas/basic-db-initsql/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/pom.xml
The file was modified appserver/common/glassfish-naming/pom.xml
The file was modified appserver/common/stats77/pom.xml
The file was modified appserver/tests/cdi/negative/normalScopeWithFinal/pom.xml
The file was modified appserver/tests/amx/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/jars/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/advanced/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/ejb_lite_basic/pom.xml
The file was modified nucleus/distributions/pom.xml
The file was modified appserver/admingui/jms-plugin/pom.xml
The file was modified appserver/extras/embedded/pom.xml
The file was modified docs/administration-guide/pom.xml
The file was modified appserver/persistence/cmp/ejb-mapping/pom.xml
The file was modified appserver/extras/embedded/common/osgi-modules-uninstaller/pom.xml
The file was modified appserver/tests/tck/websocket/pom.xml
The file was modified appserver/tests/embedded/basic/lifecycle/pom.xml
The file was modified appserver/webservices/connector/pom.xml
The file was modified nucleus/parent/pom.xml
The file was modified appserver/tests/quicklook/ejb/embedded/pom.xml
The file was modified nucleus/flashlight/flashlight-extra-jdk-packages/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/ejb1/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/spetest/pom.xml
The file was modified appserver/extras/jakartaee/dist-frag/pom.xml
The file was modified appserver/tests/tck/microprofile/rest-client/pom.xml
The file was modified appserver/distributions/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/ejb-auth-async/scheduler-service/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war2/pom.xml
The file was modified appserver/web/web-embed/api/pom.xml
The file was modified appserver/featuresets/pom.xml
The file was modified appserver/tests/quicklook/adminconsole/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authorization-tck/pom.xml
The file was modified appserver/web/jersey-ejb-component-provider/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/mydb-plugin/pom.xml
The file was modified appserver/tests/appserv-tests/pom.xml
The file was modified appserver/admingui/core/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authentication-tck/pom.xml
The file was modified nucleus/common/mbeanserver/pom.xml
The file was modified appserver/tests/admin/pom.xml
The file was modified docs/distribution/pom.xml
The file was modified appserver/tests/embedded/web/web-war/war/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jmxUndeployEvent/pom.xml
The file was modified appserver/tests/embedded/web/web-api/pom.xml
The file was modified appserver/extras/embedded/all/pom.xml
The file was modified nucleus/osgi-platforms/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/web/pom.xml
The file was modified appserver/tests/paas/external-and-shared-service/pom.xml
The file was modified appserver/libpam4j/pom.xml
The file was modified nucleus/deployment/admin/pom.xml
The file was modified appserver/tests/tck/connectors/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/pom.xml
The file was modified docs/add-on-component-development-guide/pom.xml
The file was modified appserver/common/pom.xml
The file was modified appserver/web/web-glue/pom.xml
The file was modified appserver/transaction/pom.xml
The file was modified nucleus/deployment/autodeploy/pom.xml
The file was modified appserver/web/weld-integration-fragment/pom.xml
The file was modified appserver/webservices/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/standalonewar/pom.xml
The file was modified nucleus/core/context-propagation/pom.xml
The file was modified appserver/tests/paas/appscoped-db-with-resources-xml/pom.xml
The file was modified appserver/orb/orb-connector/pom.xml
The file was modified appserver/web/web-sse/pom.xml
The file was modified appserver/tests/cdi/negative/pom.xml
The file was modified appserver/tests/paas/helloworld/pom.xml
The file was modified docs/troubleshooting-guide/pom.xml
The file was modified appserver/tests/appserv-tests/lib/pom.xml
The file was modified appserver/web/gf-weld-connector/pom.xml
The file was modified appserver/tests/admin/tests/pom.xml
The file was modified appserver/extras/embedded/common/installroot-builder/pom.xml
The file was modified appserver/tests/paas/external-db-service/pom.xml
The file was modified nucleus/deployment/pom.xml
The file was modified nucleus/security/services/pom.xml
The file was modified qa/pom.xml
The file was modified appserver/appclient/server/connector/pom.xml
The file was modified docs/error-messages-reference/pom.xml
The file was modified appserver/tests/quicklook/ejb/singleton/pom.xml
The file was modified nucleus/admin/rest/rest-client/pom.xml
The file was modified appserver/extras/embedded/common/osgi-main/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/pom.xml
The file was modified docs/release-notes/pom.xml
The file was modified appserver/admingui/cluster/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb1/pom.xml
The file was modified appserver/grizzly/pom.xml
The file was modified appserver/tests/tck/tck-download/pom.xml
The file was modified nucleus/security/pom.xml
The file was modified nucleus/featuresets/nucleus/pom.xml
The file was modified appserver/tests/tck/platform-tck-runner/pom.xml
The file was modified docs/website/pom.xml
The file was modified appserver/tests/embedded/ejb/ejb-api/pom.xml
The file was modified nucleus/common/common-util/pom.xml
The file was modified appserver/persistence/entitybean-container/pom.xml
The file was modified appserver/webservices/metro-fragments/pom.xml
The file was modified nucleus/featuresets/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-expression-language-tck/pom.xml
The file was modified nucleus/diagnostics/diagnostics-api/pom.xml
The file was modified appserver/tests/tck/cdi/pom.xml
The file was modified appserver/common/glassfish-ee-api/pom.xml
The file was modified nucleus/admin/server-mgmt/pom.xml
The file was modified appserver/persistence/oracle-jdbc-driver-packages/pom.xml
The file was modified appserver/tests/tck/microprofile/config/pom.xml
The file was modified nucleus/common/simple-glassfish-api/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/simple/pom.xml
The file was modified appserver/ha/ha-shoal-cache-bootstrap/pom.xml
The file was modified appserver/orb/orb-iiop/pom.xml
The file was modified docs/application-development-guide/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/pom.xml
The file was modified appserver/tests/tck/validation/pom.xml
The file was modified nucleus/grizzly/pom.xml
The file was modified appserver/common/container-common/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war1/pom.xml
The file was modified nucleus/deployment/schemas/pom.xml
The file was modified appserver/core/pom.xml
The file was modified nucleus/distributions/nucleus/pom.xml
The file was modified appserver/extras/appserv-rt/manifest-jar/pom.xml
The file was modified appserver/tests/embedded/wrapper/pom.xml
The file was modified appserver/load-balancer/pom.xml
The file was modified nucleus/grizzly/nucleus-grizzly-all/pom.xml
The file was modified appserver/persistence/gf-jpa-connector/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-ra-distribution/pom.xml
The file was modified appserver/ejb/ejb-client/pom.xml
The file was modified appserver/distributions/glassfish-common/pom.xml
The file was modified appserver/admingui/dataprovider/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/pom.xml
The file was modified appserver/itest-tools/pom.xml
The file was modified appserver/web/war-util/pom.xml
The file was modified appserver/tests/tck/microprofile/pom.xml
The file was modified appserver/tests/appserv-tests/report-builder/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-connectors-tck/pom.xml
The file was modified appserver/transaction/internal-api/pom.xml
The file was modified docs/reference-manual/pom.xml
The file was modified nucleus/common/scattered-archive-api/pom.xml
The file was modified appserver/extras/embedded/shell/pom.xml
The file was modified appserver/tests/cdi/negative/runner/pom.xml
The file was modified appserver/tests/quicklook/wsit/JaxwsFromWsdl/pom.xml
The file was modified appserver/admin/backup/pom.xml
The file was modified appserver/admingui/pom.xml
The file was modified appserver/ejb/ejb-full-container/pom.xml
The file was modified appserver/web/admin/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-connectors-full-tck/pom.xml
The file was modified nucleus/security/core/pom.xml
The file was modified appserver/tests/paas/enable-disable-test/pom.xml
The file was modified nucleus/admin/pom.xml
The file was modified appserver/jdbc/admin/pom.xml
The file was modified appserver/connectors/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso2/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/common/pom.xml
The file was modified docs/security-guide/pom.xml
The file was modified appserver/tests/paas/basic-db-teardown-sql/pom.xml
The file was modified appserver/tests/paas/scale_service/pom.xml
The file was modified appserver/tests/paas/service_metadata/custom_db_name/pom.xml
The file was modified appserver/web/gui-plugin-common/pom.xml
The file was modified appserver/web/web-naming/pom.xml
The file was modified docs/application-deployment-guide/pom.xml
The file was modified docs/publish/pom.xml
The file was modified nucleus/glassfish-jul-extension/pom.xml
The file was modified appserver/ha/pom.xml
The file was modified appserver/batch/batch-database/pom.xml
The file was modified appserver/tests/embedded/static/ejb/simple/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tags-tck/pom.xml
The file was modified appserver/connectors/descriptors/pom.xml
The file was modified nucleus/cluster/ssh/pom.xml
The file was modified appserver/distributions/glassfish/pom.xml
The file was modified docs/upgrade-guide/pom.xml
The file was modified appserver/tests/quicklook/jms/injection/pom.xml
The file was modified appserver/appclient/client/pom.xml
The file was modified appserver/ejb/ejb-all/pom.xml
The file was modified appserver/tests/appserv-tests/webtest/pom.xml
The file was modified nucleus/core/kernel/pom.xml
The file was modified nucleus/xmlbind-annotations/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-servlet-tck/pom.xml
The file was modified appserver/appclient/server/pom.xml
The file was modified appserver/persistence/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/lib1/pom.xml
The file was modified appserver/grizzly/glassfish-grizzly-extra-all/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/runner/pom.xml
The file was modified appserver/web/pom.xml
The file was modified appserver/microprofile/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/multipleApps/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/multiBeansApp/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/ear/pom.xml
The file was modified appserver/tests/quicklook/ejb/slsbnicmt/pom.xml
The file was modified appserver/concurrent/pom.xml
The file was modified appserver/connectors/connectors-connector/pom.xml
The file was modified appserver/extras/embedded/web/pom.xml
The file was modified appserver/distributions/docker/pom.xml
The file was modified appserver/admin/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-activation-tck/pom.xml
The file was modified appserver/featuresets/web/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/filterURIMapping/pom.xml
The file was modified appserver/tests/tck/concurrency/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-rest-tck/pom.xml
The file was modified appserver/admingui/full/pom.xml
The file was modified appserver/tests/pom.xml
The file was modified appserver/tests/quicklook/wsit/jsr109tester/pom.xml
The file was modified docs/parent/pom.xml
The file was modified appserver/concurrent/concurrent-impl/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/pom.xml
The file was modified docs/embedded-server-guide/pom.xml
The file was modified appserver/flashlight/client/pom.xml
The file was modified appserver/tests/tck/rest_cdi/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/basic/pom.xml
The file was modified appserver/tests/embedded/web/web-all/pom.xml
The file was modified appserver/admingui/community-theme/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsptest/pom.xml
The file was modified appserver/tests/tck/pages_debugging/pom.xml
The file was modified nucleus/flashlight/agent/pom.xml
The file was modified nucleus/cluster/cli/pom.xml
The file was modified appserver/webservices/soap-tcp/pom.xml
The file was modified appserver/jms/jmsra/pom.xml
The file was modified appserver/tests/hk2/isolation/runner/pom.xml
The file was modified appserver/orb/pom.xml
The file was modified appserver/jdbc/jdbc-runtime/pom.xml
The file was modified appserver/osgi-platforms/glassfish-osgi-console-plugin/pom.xml
The file was modified docs/deployment-planning-guide/pom.xml
The file was modified nucleus/core/pom.xml
The file was modified appserver/tests/quicklook/pom.xml
The file was modified appserver/jms/jms-core/pom.xml
The file was modified nucleus/deployment/common/pom.xml
The file was modified appserver/persistence/eclipselink-wrapper/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/pom.xml
The file was modified nucleus/osgi-platforms/felix/pom.xml
The file was modified appserver/resources/resources-runtime/pom.xml
The file was modified nucleus/featuresets/atomic/pom.xml
The file was modified appserver/tests/paas/bookstore/pom.xml
The file was modified appserver/connectors/work-management/pom.xml
The file was modified appserver/core/jakartaee-kernel/pom.xml
The file was modified appserver/persistence/cmp/internal-api/pom.xml
The file was modified appserver/tests/tck/authorization/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb2/pom.xml
The file was modified appserver/tests/paas/ext-shared-service-enable-disable-test/pom.xml
The file was modified appserver/core/api-exporter-fragment/pom.xml
The file was modified appserver/tests/quicklook/ejb/remoteview/pom.xml
The file was modified appserver/tests/paas/service_metadata/provision_using_specified_template/pom.xml
The file was modified appserver/web/gf-web-connector/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/index/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb1/pom.xml
The file was modified appserver/connectors/connectors-runtime/pom.xml
The file was modified appserver/extras/jakartaee/pom.xml
The file was modified appserver/persistence/cmp/utility/pom.xml
The file was modified appserver/tests/admingui/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/naming/naming2/pom.xml
The file was modified appserver/tests/embedded/web/pom.xml
The file was modified appserver/web/web-embed/pom.xml
The file was modified appserver/persistence/jpa-container/pom.xml
The file was modified appserver/tests/embedded/web/web-war/pom.xml
The file was modified appserver/tests/paas/javaee_shared_service/pom.xml
The file was modified appserver/tests/embedded/basic/pom.xml
The file was modified appserver/tests/embedded/web/autodelete/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-core/pom.xml
The file was modified appserver/tests/embedded/web/servlet/pom.xml
The file was modified appserver/microprofile/config/pom.xml
The file was modified appserver/tests/appserv-tests/reporter/pom.xml
The file was modified appserver/web/jersey-mvc-connector/pom.xml
The file was modified appserver/extras/appserv-rt/pom.xml
The file was modified appserver/connectors/connectors-inbound-runtime/pom.xml
The file was modified nucleus/osgi-platforms/osgi-container/pom.xml
The file was modified appserver/tests/embedded/mysql/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-interactive/pom.xml
The file was modified appserver/tests/embedded/static/ejb/pom.xml
The file was modified appserver/admingui/gf-admingui-connector/pom.xml
The file was modified appserver/tests/tck/connectors-full/pom.xml
The file was modified appserver/tests/tck/rest/pom.xml
The file was modified appserver/deployment/jakartaee-core/pom.xml
The file was modified docs/pom.xml
The file was modified appserver/deployment/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-model/pom.xml
The file was modified appserver/tests/embedded/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/mdb/pom.xml
The file was modified nucleus/diagnostics/pom.xml
The file was modified appserver/tests/admin/admin-extension/pom.xml
The file was modified nucleus/flashlight/pom.xml
The file was modified appserver/persistence/common/pom.xml
The file was modified appserver/tests/tck/activation/pom.xml
The file was modified appserver/extras/embedded/common/instanceroot-builder/pom.xml
The file was modified appserver/extras/jakartaee/manifest-jar/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/advanced/pom.xml
The file was modified appserver/tests/paas/basic/pom.xml
The file was modified appserver/tests/paas/basic-shared-service-test/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell/pom.xml
The file was modified appserver/web/jstl-connector/pom.xml
The file was modified appserver/ldapbp/pom.xml
The file was modified appserver/ejb/ejb-connector/pom.xml
The file was modified appserver/persistence/cmp/model/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tck/pom.xml
The file was modified appserver/appclient/client/acc-config/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/runner/pom.xml
The file was modified appserver/admingui/jca/pom.xml
The file was modified nucleus/common/glassfish-api/pom.xml
The file was modified appserver/tests/sse/videoplayer/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell/pom.xml
The file was modified appserver/admingui/corba/pom.xml
The file was modified nucleus/deployment/dtds/pom.xml
The file was modified appserver/deployment/dol/pom.xml
The file was modified appserver/jdbc/jdbc-config/pom.xml
The file was modified appserver/common/annotation-framework/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/remoteejbs/pom.xml
The file was modified appserver/security/webservices.security/pom.xml
The file was modified appserver/web/webtier-all/pom.xml
The file was modified appserver/concurrent/concurrent-connector/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/programmatic-authentication/pom.xml
The file was modified appserver/tests/tck/pages_tags/pom.xml
The file was modified appserver/tests/embedded/cdi_basic/pom.xml
The file was modified appserver/ant-tasks/pom.xml
The file was modified nucleus/admin/template/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-platform-tck/pom.xml
The file was modified appserver/resources/resources-connector/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-websocket-tck/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars/pom.xml
The file was modified appserver/security/pom.xml
The file was modified appserver/deployment/jakartaee-full/pom.xml
The file was modified nucleus/admin/rest/gf-restadmin-connector/pom.xml
The file was modified nucleus/hk2-config-generator/pom.xml
The file was modified appserver/security/core-ee/pom.xml
The file was modified appserver/admingui/war/pom.xml
The file was modified nucleus/test-utils/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/pom.xml
The file was modified appserver/security/security-all/pom.xml
The file was modified appserver/tests/paas/service_metadata/pom.xml
The file was modified appserver/extras/embedded/tests/pom.xml
The file was modified appserver/admingui/ejb-lite/pom.xml
The file was modified appserver/admingui/plugin-service/pom.xml
The file was modified appserver/tests/embedded/glassfish_resources_xml/pom.xml
The file was modified appserver/transaction/jts/pom.xml
The file was modified nucleus/admin/rest/rest-service/pom.xml
The file was modified appserver/persistence/cmp/support-sqlstore/pom.xml
The file was modified appserver/security/webintegration/pom.xml
The file was modified appserver/tests/tck/jwt/pom.xml
The file was modified appserver/tests/embedded/inplanted/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/static-shell-init/pom.xml
The file was modified nucleus/cluster/gms-adapter/pom.xml
The file was modified appserver/osgi-platforms/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/basic/pom.xml
The file was modified appserver/resources/mail/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb2/pom.xml
The file was modified appserver/tests/embedded/servlet_runs_admin_cmds/pom.xml
The file was modified docs/ha-administration-guide/pom.xml
The file was modified nucleus/security/ssl-impl/pom.xml
The file was modified appserver/deployment/schemas/pom.xml
The file was modified appserver/jdbc/templates/pom.xml
The file was modified appserver/tests/quicklook/admin/pom.xml
The file was modified nucleus/distributions/nucleus-common/pom.xml
The file was modified nucleus/admin/monitor/pom.xml
The file was modified appserver/extras/embedded/common/bootstrap/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/sessionDestroyed/pom.xml
The file was modified appserver/tests/embedded/static/pom.xml
The file was modified nucleus/resources/pom.xml
The file was modified appserver/web/web-ha/pom.xml
The file was modified appserver/flashlight/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/getRequestURI/pom.xml
The file was modified appserver/persistence/cmp/enhancer/pom.xml
The file was modified appserver/tests/paas/deployment-rollback/pom.xml
The file was modified appserver/batch/glassfish-batch-commands/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment2/pom.xml
The file was modified appserver/admin/admin-core/pom.xml
The file was modified appserver/resources/mail/mail-connector/pom.xml
The file was modified appserver/tests/cdi/pom.xml
The file was modified appserver/tests/paas/pom.xml
The file was modified appserver/tests/embedded/web/web-war/test/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-remote/pom.xml
The file was modified appserver/ejb/ejb-timer-databases/pom.xml
The file was modified appserver/tests/cdi/cases/pom.xml
The file was modified appserver/osgi-platforms/felix-webconsole-extension/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/naming/naming2/context/pom.xml
The file was modified appserver/jms/gf-jms-injection/pom.xml
The file was modified appserver/tests/community/pom.xml
The file was modified appserver/tests/quicklook/ejb/sfulnoi/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/pom.xml
The file was modified appserver/tests/embedded/ejb/pom.xml
The file was modified appserver/jms/pom.xml
The file was modified appserver/web/cdi-api-fragment/pom.xml
The file was modified appserver/web/jsf-connector/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc40/pom.xml
The file was modified appserver/tests/paas/basic-service-discovery/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso1/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/pom.xml
The file was modified appserver/persistence/cmp/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment3/pom.xml
The file was modified appserver/tests/embedded/ejb/remoteejb/pom.xml
The file was modified appserver/tests/tck/servlet/pom.xml
The file was modified appserver/tests/tck/faces/pom.xml
The file was modified nucleus/admin/rest/pom.xml
The file was modified appserver/appclient/pom.xml
The file was modified appserver/tests/paas/lazy-shared-service-test/pom.xml
The file was modified appserver/load-balancer/admin/pom.xml
The file was modified nucleus/cluster/common/pom.xml
The file was modified appserver/load-balancer/gf-load-balancer-connector/pom.xml
The file was modified appserver/tests/paas/basic-jpa/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-full/pom.xml
The file was modified appserver/admin/template/pom.xml
The file was modified appserver/tests/paas/basic-db/pom.xml
The file was modified appserver/tests/tck/tck-download/tsharness/pom.xml
The file was modified appserver/admingui/jts/pom.xml
The file was modified nucleus/distributions/atomic/pom.xml
The file was modified appserver/webservices/jsr109-impl/pom.xml
The file was modified appserver/resources/mail/mail-runtime/pom.xml
The file was modified nucleus/cluster/gms-bootstrap/pom.xml
The file was modified nucleus/common/internal-api/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/init/pom.xml
The file was modified appserver/persistence/cmp/support-ejb/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/websockets/pom.xml
The file was modified appserver/tests/tck/pom.xml
The file was modified appserver/tests/embedded/ejb/basic/pom.xml
The file was modified nucleus/cluster/pom.xml
The file was modified appserver/orb/orb-enabler/pom.xml
The file was modified nucleus/admin/config-api/pom.xml
The file was modified nucleus/cluster/admin/pom.xml
The file was modified appserver/tests/embedded/utils/pom.xml
The file was modified docs/quick-start-guide/pom.xml
The file was modified appserver/tests/hk2/isolation/pom.xml
The file was modified appserver/extras/appserv-rt/dist-frag/pom.xml
The file was modified appserver/tests/paas/external-db-service/generatederbyvm/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/pom.xml
The file was modified appserver/admingui/common/pom.xml
The file was modified appserver/tests/quicklook/rest/pom.xml
The file was modified nucleus/diagnostics/context/pom.xml
The file was modified appserver/tests/paas/external-db-service/test/pom.xml
The file was modified appserver/appclient/client/acc-standalone/pom.xml
The file was modified appserver/extras/embedded/common/pom.xml
The file was modified appserver/web/jspcaching-connector/pom.xml
The file was modified docs/installation-guide/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/runner/pom.xml
The file was modified appserver/deployment/dtds/pom.xml
The file was modified appserver/ejb/ejb-container/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-faces-tck/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-debugging-tck/pom.xml
The file was modified appserver/appclient/client/appclient-scripts/pom.xml
The file was modified appserver/jms/gf-jms-connector/pom.xml
The file was modified appserver/persistence/cmp/generator-database/pom.xml
The file was modified appserver/webservices/webservices-scripts/pom.xml
The file was modified appserver/tests/embedded/static/web/pom.xml
The file was modified docs/performance-tuning-guide/pom.xml
The file was modified nucleus/admin/util/pom.xml
The file was modified appserver/tests/quicklook/ejb/cmp/pom.xml
The file was modified nucleus/admin/rest/rest-testing/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsftest/pom.xml
The file was modified appserver/appclient/server/core/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars-xa/pom.xml
The file was modified appserver/tests/paas/basic-bookstore-dns/pom.xml
The file was modified appserver/tests/application/pom.xml
Commit c455645786bb9e851e9aab4a2c393cbeee82cef9 by Glassfish Bot
Prepare next development cycle for 7.0.13-SNAPSHOT
The file was modified appserver/webservices/connector/pom.xml
The file was modified docs/embedded-server-guide/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war1/pom.xml
The file was modified appserver/load-balancer/gf-load-balancer-connector/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/remoteejbs/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/sessionDestroyed/pom.xml
The file was modified appserver/ejb/ejb-container/pom.xml
The file was modified appserver/web/web-embed/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-expression-language-tck/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell/pom.xml
The file was modified appserver/extras/pom.xml
The file was modified appserver/jms/jmsra/pom.xml
The file was modified appserver/tests/embedded/scatteredarchive/pom.xml
The file was modified appserver/webservices/pom.xml
The file was modified qa/pom.xml
The file was modified appserver/persistence/cmp/support-ejb/pom.xml
The file was modified appserver/tests/cdi/cases/runner/pom.xml
The file was modified appserver/deployment/jakartaee-core/pom.xml
The file was modified docs/publish/pom.xml
The file was modified appserver/security/webservices.security/pom.xml
The file was modified appserver/web/web-glue/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/app/pom.xml
The file was modified nucleus/cluster/common/pom.xml
The file was modified appserver/tests/paas/basic-shared-service-test/pom.xml
The file was modified appserver/tests/appserv-tests/cciblackbox-tx/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/pom.xml
The file was modified appserver/jms/admin/pom.xml
The file was modified nucleus/common/glassfish-api/pom.xml
The file was modified appserver/ant-tasks/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-connectors-full-tck/pom.xml
The file was modified appserver/persistence/gf-jpa-connector/pom.xml
The file was modified appserver/web/jstl-connector/pom.xml
The file was modified appserver/grizzly/grizzly-container/pom.xml
The file was modified docs/error-messages-reference/pom.xml
The file was modified nucleus/deployment/admin/pom.xml
The file was modified appserver/admingui/core/pom.xml
The file was modified docs/application-development-guide/pom.xml
The file was modified appserver/tests/paas/external-and-shared-service/pom.xml
The file was modified appserver/appclient/pom.xml
The file was modified appserver/extras/appserv-rt/pom.xml
The file was modified appserver/tests/community/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/mydb-plugin/pom.xml
The file was modified appserver/tests/embedded/static/web/pom.xml
The file was modified appserver/persistence/pom.xml
The file was modified appserver/osgi-platforms/felix-webconsole-extension/pom.xml
The file was modified appserver/batch/batch-database/pom.xml
The file was modified appserver/webservices/soap-tcp/pom.xml
The file was modified appserver/distributions/pom.xml
The file was modified nucleus/distributions/nucleus/pom.xml
The file was modified appserver/tests/quicklook/ejb/slsbnicmt/pom.xml
The file was modified appserver/admingui/jca/pom.xml
The file was modified appserver/common/glassfish-naming/pom.xml
The file was modified nucleus/deployment/autodeploy/pom.xml
The file was modified nucleus/security/ssl-impl/pom.xml
The file was modified appserver/security/ejb.security/pom.xml
The file was modified docs/release-notes/pom.xml
The file was modified appserver/tests/cdi/cases/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-full/pom.xml
The file was modified appserver/extras/embedded/pom.xml
The file was modified nucleus/deployment/dtds/pom.xml
The file was modified appserver/tests/embedded/web/web-war/war/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb1/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/pom.xml
The file was modified appserver/admingui/full/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-ra-distribution/pom.xml
The file was modified appserver/deployment/dol/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/index/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment2/pom.xml
The file was modified appserver/tests/embedded/wrapper/pom.xml
The file was modified nucleus/admin/rest/rest-service/pom.xml
The file was modified appserver/deployment/jakartaee-full/pom.xml
The file was modified appserver/persistence/cmp/internal-api/pom.xml
The file was modified appserver/tests/hk2/isolation/pom.xml
The file was modified appserver/admingui/web/pom.xml
The file was modified appserver/orb/orb-connector/pom.xml
The file was modified appserver/tests/tck/activation/pom.xml
The file was modified nucleus/cluster/admin/pom.xml
The file was modified appserver/tests/cdi/negative/normalScopeWithFinal/pom.xml
The file was modified appserver/tests/cdi/negative/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc40/pom.xml
The file was modified appserver/web/weld-integration-test-fragment/pom.xml
The file was modified appserver/common/glassfish-ee-api/pom.xml
The file was modified appserver/common/amx-jakartaee/pom.xml
The file was modified appserver/ldapbp/pom.xml
The file was modified nucleus/diagnostics/diagnostics-api/pom.xml
The file was modified appserver/web/jspcaching-connector/pom.xml
The file was modified appserver/tests/hk2/pom.xml
The file was modified nucleus/core/pom.xml
The file was modified appserver/security/security-all/pom.xml
The file was modified appserver/appclient/server/pom.xml
The file was modified appserver/admingui/cluster/pom.xml
The file was modified docs/deployment-planning-guide/pom.xml
The file was modified appserver/tests/hk2/isolation/runner/pom.xml
The file was modified appserver/featuresets/web/pom.xml
The file was modified appserver/connectors/connectors-inbound-runtime/pom.xml
The file was modified appserver/admin/template/pom.xml
The file was modified appserver/persistence/cmp/cmp-scripts/pom.xml
The file was modified appserver/resources/pom.xml
The file was modified appserver/persistence/cmp/ejb-mapping/pom.xml
The file was modified appserver/jdbc/jdbc-ra/pom.xml
The file was modified nucleus/security/pom.xml
The file was modified appserver/tests/tck/expression_language/pom.xml
The file was modified appserver/webservices/metro-glue/pom.xml
The file was modified appserver/appclient/client/acc-standalone/pom.xml
The file was modified appserver/extras/jakartaee/manifest-jar/pom.xml
The file was modified appserver/appclient/server/core/pom.xml
The file was modified appserver/tests/appserv-tests/lib/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/standalonewar/pom.xml
The file was modified appserver/appclient/client/acc-config/pom.xml
The file was modified nucleus/deployment/schemas/pom.xml
The file was modified appserver/tests/paas/basic-db-initsql/pom.xml
The file was modified nucleus/common/simple-glassfish-api/pom.xml
The file was modified appserver/tests/appserv-tests/webtest/pom.xml
The file was modified appserver/tests/tck/authentication/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment1/pom.xml
The file was modified appserver/tests/tck/microprofile/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authentication-tck/pom.xml
The file was modified appserver/connectors/connectors-connector/pom.xml
The file was modified appserver/tests/paas/basic-jpa/pom.xml
The file was modified appserver/extras/embedded/web/pom.xml
The file was modified appserver/tests/paas/external-db-service/test/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsftest/pom.xml
The file was modified appserver/security/appclient.security/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/war/pom.xml
The file was modified appserver/tests/quicklook/wsit/JaxwsFromWsdl/pom.xml
The file was modified appserver/tests/pom.xml
The file was modified appserver/web/gf-weld-connector/pom.xml
The file was modified appserver/tests/application/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb2/pom.xml
The file was modified appserver/admingui/jts/pom.xml
The file was modified appserver/tests/quicklook/ejb/sfulnoi/pom.xml
The file was modified appserver/transaction/internal-api/pom.xml
The file was modified appserver/admingui/common/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/pom.xml
The file was modified nucleus/cluster/cli/pom.xml
The file was modified appserver/batch/glassfish-batch-commands/pom.xml
The file was modified appserver/tests/embedded/utils/pom.xml
The file was modified appserver/tests/sse/basic/pom.xml
The file was modified appserver/tests/tck/authorization/pom.xml
The file was modified appserver/connectors/work-management/pom.xml
The file was modified nucleus/common/internal-api/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/runner/pom.xml
The file was modified appserver/ejb/ejb-client/pom.xml
The file was modified pom.xml
The file was modified appserver/admingui/gf-admingui-connector/pom.xml
The file was modified appserver/admingui/jdbc/pom.xml
The file was modified appserver/tests/tck/connectors/pom.xml
The file was modified appserver/persistence/common/pom.xml
The file was modified appserver/tests/tck/jwt/pom.xml
The file was modified appserver/web/jersey-ejb-component-provider/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/ejb1/pom.xml
The file was modified appserver/tests/embedded/static/ejb/simple/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/lib1/pom.xml
The file was modified appserver/osgi-platforms/glassfish-osgi-console-plugin/pom.xml
The file was modified appserver/extras/embedded/common/pom.xml
The file was modified appserver/tests/embedded/cdi_ejb_jpa/pom.xml
The file was modified appserver/tests/paas/basic-db-teardown-sql/pom.xml
The file was modified docs/ha-administration-guide/pom.xml
The file was modified appserver/jms/gf-jms-connector/pom.xml
The file was modified appserver/resources/mail/mail-connector/pom.xml
The file was modified appserver/deployment/schemas/pom.xml
The file was modified appserver/security/pom.xml
The file was modified appserver/admin/cli-optional/pom.xml
The file was modified appserver/tests/tck/rest/pom.xml
The file was modified appserver/appclient/server/connector/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/applicationDispatcher/pom.xml
The file was modified appserver/tests/paas/basic-service-discovery/pom.xml
The file was modified docs/installation-guide/pom.xml
The file was modified appserver/ha/ha-file-store/pom.xml
The file was modified nucleus/common/mbeanserver/pom.xml
The file was modified appserver/admin/pom.xml
The file was modified docs/administration-guide/pom.xml
The file was modified appserver/web/gf-web-connector/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-faces-tck/pom.xml
The file was modified appserver/tests/tck/websocket/pom.xml
The file was modified appserver/appclient/client/appclient-scripts/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/pom.xml
The file was modified appserver/tests/sse/videoplayer/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-debugging-tck/pom.xml
The file was modified appserver/ejb/ejb-full-container/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/runner/pom.xml
The file was modified appserver/resources/resources-runtime/pom.xml
The file was modified appserver/tests/embedded/basic/lifecycle/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/dirListing/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb1/pom.xml
The file was modified appserver/osgi-platforms/pom.xml
The file was modified appserver/tests/paas/basic-db-with-resources-xml/pom.xml
The file was modified appserver/admingui/community-theme/pom.xml
The file was modified appserver/tests/paas/deployment-rollback/pom.xml
The file was modified appserver/pom.xml
The file was modified appserver/tests/quicklook/rest/pom.xml
The file was modified appserver/jdbc/admin/pom.xml
The file was modified appserver/load-balancer/admin/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/filterURIMapping/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/pom.xml
The file was modified appserver/web/weld-integration/pom.xml
The file was modified nucleus/admin/util/pom.xml
The file was modified nucleus/glassfish-jul-extension/pom.xml
The file was modified nucleus/core/kernel/pom.xml
The file was modified appserver/tests/admin/admin-extension/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/static-shell-init/pom.xml
The file was modified appserver/itest-tools/pom.xml
The file was modified appserver/resources/mail/mail-runtime/pom.xml
The file was modified appserver/extras/embedded/common/bootstrap/pom.xml
The file was modified nucleus/test-utils/pom.xml
The file was modified nucleus/featuresets/atomic/pom.xml
The file was modified appserver/common/pom.xml
The file was modified appserver/connectors/connectors-runtime/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-platform-tck/pom.xml
The file was modified appserver/tests/tck/cdi/pom.xml
The file was modified nucleus/core/bootstrap/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/pom.xml
The file was modified appserver/tests/embedded/basic/pom.xml
The file was modified appserver/tests/paas/scale_service/pom.xml
The file was modified nucleus/grizzly/config/pom.xml
The file was modified appserver/load-balancer/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/queryString/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars-xa/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-interactive/pom.xml
The file was modified nucleus/admin/template/pom.xml
The file was modified appserver/admingui/ejb/pom.xml
The file was modified nucleus/distributions/nucleus-common/pom.xml
The file was modified nucleus/core/extra-jre-packages/pom.xml
The file was modified nucleus/parent/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso2/pom.xml
The file was modified appserver/admingui/plugin-service/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsptest/pom.xml
The file was modified appserver/extras/jakartaee/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/pom.xml
The file was modified appserver/grizzly/pom.xml
The file was modified appserver/jdbc/jdbc-runtime/pom.xml
The file was modified appserver/persistence/cmp/enhancer/pom.xml
The file was modified appserver/persistence/cmp/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/multipleApps/pom.xml
The file was modified appserver/tests/tck/connectors-full/pom.xml
The file was modified appserver/security/core-ee/pom.xml
The file was modified appserver/tests/paas/appscoped-db-with-resources-xml/pom.xml
The file was modified docs/upgrade-guide/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-model/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment3/pom.xml
The file was modified appserver/tests/embedded/ejb/basic/pom.xml
The file was modified appserver/tests/embedded/inplanted/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/ejb-auth-async/scheduler-service/pom.xml
The file was modified appserver/tests/tck/tck-download/javatest/pom.xml
The file was modified nucleus/admin/rest/rest-testing/pom.xml
The file was modified appserver/appclient/client/acc/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/runner/pom.xml
The file was modified appserver/connectors/admin/pom.xml
The file was modified appserver/libpam4j/pom.xml
The file was modified appserver/admingui/pom.xml
The file was modified appserver/tests/quicklook/jms/injection/pom.xml
The file was modified appserver/featuresets/debug/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war2/pom.xml
The file was modified nucleus/admin/config-api/pom.xml
The file was modified appserver/tests/paas/javaee_shared_service/pom.xml
The file was modified docs/quick-start-guide/pom.xml
The file was modified nucleus/admin/monitor/pom.xml
The file was modified appserver/extras/jakartaee/dist-frag/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-websocket-tck/pom.xml
The file was modified nucleus/osgi-platforms/osgi-container/pom.xml
The file was modified nucleus/pom.xml
The file was modified appserver/jdbc/templates/pom.xml
The file was modified appserver/tests/tck/microprofile/config/pom.xml
The file was modified appserver/tests/tck/validation/pom.xml
The file was modified appserver/appclient/client/pom.xml
The file was modified appserver/tests/quicklook/adminconsole/pom.xml
The file was modified appserver/tests/amx/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/ear/pom.xml
The file was modified appserver/web/weld-integration-fragment/pom.xml
The file was modified nucleus/deployment/common/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/pom.xml
The file was modified nucleus/common/pom.xml
The file was modified appserver/tests/paas/helloworld/pom.xml
The file was modified appserver/persistence/cmp/support-sqlstore/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/spetest/pom.xml
The file was modified appserver/persistence/entitybean-container/pom.xml
The file was modified appserver/orb/pom.xml
The file was modified appserver/tests/paas/service_metadata/custom_db_name/pom.xml
The file was modified appserver/grizzly/glassfish-grizzly-extra-all/pom.xml
The file was modified appserver/distributions/docker/pom.xml
The file was modified nucleus/cluster/gms-bootstrap/pom.xml
The file was modified nucleus/flashlight/flashlight-extra-jdk-packages/pom.xml
The file was modified appserver/tests/paas/enable-disable-test/pom.xml
The file was modified appserver/featuresets/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authorization-tck/pom.xml
The file was modified appserver/persistence/cmp/generator-database/pom.xml
The file was modified appserver/tests/embedded/web/autodelete/pom.xml
The file was modified appserver/core/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/pom.xml
The file was modified appserver/tests/embedded/servlet_runs_admin_cmds/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tck/pom.xml
The file was modified appserver/web/web-core/pom.xml
The file was modified appserver/jms/pom.xml
The file was modified docs/distribution/pom.xml
The file was modified appserver/extras/embedded/nucleus/pom.xml
The file was modified appserver/tests/admin/tests/pom.xml
The file was modified appserver/tests/appserv-tests/reporter/pom.xml
The file was modified appserver/featuresets/glassfish/pom.xml
The file was modified appserver/tests/paas/external-db-service/pom.xml
The file was modified docs/troubleshooting-guide/pom.xml
The file was modified appserver/connectors/pom.xml
The file was modified appserver/admingui/concurrent/pom.xml
The file was modified nucleus/admin/rest/rest-client/pom.xml
The file was modified appserver/extras/embedded/common/osgi-modules-uninstaller/pom.xml
The file was modified appserver/admingui/dataprovider/pom.xml
The file was modified nucleus/osgi-platforms/pom.xml
The file was modified appserver/admin/admin-core/pom.xml
The file was modified appserver/tests/embedded/web/web-war/pom.xml
The file was modified appserver/tests/hk2/isolation/web/pom.xml
The file was modified nucleus/deployment/pom.xml
The file was modified nucleus/flashlight/agent/pom.xml
The file was modified appserver/webservices/webservices-scripts/pom.xml
The file was modified nucleus/distributions/pom.xml
The file was modified appserver/tests/paas/bookstore/pom.xml
The file was modified appserver/webservices/jsr109-impl/pom.xml
The file was modified appserver/tests/admin/pom.xml
The file was modified appserver/concurrent/concurrent-connector/pom.xml
The file was modified appserver/extras/embedded/tests/pom.xml
The file was modified nucleus/diagnostics/context/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tags-tck/pom.xml
The file was modified appserver/tests/embedded/web/pom.xml
The file was modified appserver/tests/quicklook/admin/pom.xml
The file was modified appserver/web/war-util/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/pom.xml
The file was modified appserver/tests/tck/rest_cdi/pom.xml
The file was modified nucleus/xmlbind-annotations/pom.xml
The file was modified appserver/persistence/cmp/cmp-all/pom.xml
The file was modified appserver/tests/appserv-tests/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/web/pom.xml
The file was modified appserver/tests/embedded/web/web-api/pom.xml
The file was modified appserver/tests/paas/service_metadata/provision_using_specified_template/pom.xml
The file was modified appserver/tests/tck/servlet/pom.xml
The file was modified appserver/tests/tck/pom.xml
The file was modified appserver/web/web-sse/pom.xml
The file was modified appserver/core/jakartaee-kernel/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/pom.xml
The file was modified appserver/ha/ha-shoal-store/pom.xml
The file was modified appserver/tests/admingui/auto-test/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-connectors-tck/pom.xml
The file was modified appserver/extras/embedded/common/instanceroot-builder/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-tests-utils/pom.xml
The file was modified nucleus/flashlight/framework/pom.xml
The file was modified appserver/connectors/descriptors/pom.xml
The file was modified appserver/distributions/glassfish/pom.xml
The file was modified appserver/web/jersey-mvc-connector/pom.xml
The file was modified appserver/web/gui-plugin-common/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-servlet-tck/pom.xml
The file was modified appserver/tests/admingui/pom.xml
The file was modified appserver/deployment/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/programmatic-authentication/pom.xml
The file was modified nucleus/security/core/pom.xml
The file was modified appserver/web/admin/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/pom.xml
The file was modified nucleus/flashlight/pom.xml
The file was modified appserver/tests/paas/external-db-service/generatederbyvm/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/advanced/pom.xml
The file was modified appserver/tests/tck/platform-tck-runner/pom.xml
The file was modified appserver/jdbc/jdbc-config/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/ejb_lite_basic/pom.xml
The file was modified appserver/tests/tck/tck-download/pom.xml
The file was modified appserver/batch/pom.xml
The file was modified appserver/batch/glassfish-batch-connector/pom.xml
The file was modified appserver/tests/tck/faces/pom.xml
The file was modified docs/add-on-component-development-guide/pom.xml
The file was modified appserver/tests/tck/concurrency/pom.xml
The file was modified appserver/concurrent/concurrent-impl/pom.xml
The file was modified appserver/web/jsf-connector/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-core/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/common/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/basic/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/naming/naming2/pom.xml
The file was modified appserver/ha/ha-shoal-cache-bootstrap/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-activation-tck/pom.xml
The file was modified appserver/persistence/cmp/model/pom.xml
The file was modified appserver/resources/resources-connector/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/pom.xml
The file was modified appserver/tests/paas/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-remote/pom.xml
The file was modified appserver/tests/embedded/pom.xml
The file was modified appserver/admin/backup/pom.xml
The file was modified appserver/flashlight/client/pom.xml
The file was modified nucleus/osgi-platforms/felix/pom.xml
The file was modified appserver/persistence/eclipselink-wrapper/pom.xml
The file was modified docs/reference-manual/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/mdb/pom.xml
The file was modified appserver/tests/paas/basic/pom.xml
The file was modified appserver/tests/paas/basic-db/pom.xml
The file was modified appserver/tests/tck/pages/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/lib/pom.xml
The file was modified appserver/tests/cdi/negative/runner/pom.xml
The file was modified nucleus/common/amx-core/pom.xml
The file was modified appserver/tests/embedded/mysql/pom.xml
The file was modified appserver/web/webtier-all/pom.xml
The file was modified appserver/distributions/web/pom.xml
The file was modified nucleus/cluster/pom.xml
The file was modified docs/application-deployment-guide/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb2/pom.xml
The file was modified appserver/tests/embedded/web/web-war/test/pom.xml
The file was modified appserver/web/web-embed/api/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jmxUndeployEvent/pom.xml
The file was modified appserver/tests/jakartaee/pom.xml
The file was modified appserver/tests/quicklook/ejb/embedded/pom.xml
The file was modified appserver/tests/paas/lazy-shared-service-test/pom.xml
The file was modified appserver/deployment/dtds/pom.xml
The file was modified docs/website/pom.xml
The file was modified appserver/tests/embedded/web/servlet/pom.xml
The file was modified appserver/admin/cli/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/secureWebApp/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso1/pom.xml
The file was modified nucleus/core/context-propagation/pom.xml
The file was modified nucleus/grizzly/nucleus-grizzly-all/pom.xml
The file was modified nucleus/admin/server-mgmt/pom.xml
The file was modified nucleus/admin/rest/gf-restadmin-connector/pom.xml
The file was modified appserver/admingui/jms-plugin/pom.xml
The file was modified appserver/tests/embedded/ejb/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/localejbs/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/simple/pom.xml
The file was modified nucleus/hk2-config-generator/pom.xml
The file was modified appserver/tests/embedded/static/pom.xml
The file was modified appserver/extras/embedded/common/osgi-main/pom.xml
The file was modified appserver/transaction/pom.xml
The file was modified appserver/tests/quicklook/wsit/jsr109tester/pom.xml
The file was modified appserver/web/cdi-api-fragment/pom.xml
The file was modified appserver/tests/quicklook/amx/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars/pom.xml
The file was modified appserver/tests/embedded/ejb/ejb-api/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/init/pom.xml
The file was modified appserver/flashlight/pom.xml
The file was modified appserver/persistence/oracle-jdbc-driver-packages/pom.xml
The file was modified appserver/tests/cdi/pom.xml
The file was modified nucleus/diagnostics/pom.xml
The file was modified nucleus/featuresets/pom.xml
The file was modified appserver/orb/orb-iiop/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/runner/pom.xml
The file was modified docs/security-guide/pom.xml
The file was modified appserver/web/web-naming/pom.xml
The file was modified appserver/tests/hk2/cdi/pom.xml
The file was modified appserver/web/pom.xml
The file was modified nucleus/common/common-util/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/naming/naming2/context/pom.xml
The file was modified appserver/tests/tck/tck-download/tsharness/pom.xml
The file was modified appserver/extras/embedded/shell/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/mq-test/pom.xml
The file was modified appserver/ejb/ejb-all/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-commands-tests/pom.xml
The file was modified nucleus/common/scattered-archive-api/pom.xml
The file was modified appserver/admingui/war/pom.xml
The file was modified appserver/distributions/glassfish-common/pom.xml
The file was modified appserver/jms/jms-core/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/getRequestURI/pom.xml
The file was modified appserver/tests/embedded/cdi_basic/pom.xml
The file was modified appserver/microprofile/pom.xml
The file was modified appserver/admingui/corba/pom.xml
The file was modified appserver/tests/quicklook/ejb/remoteview/pom.xml
The file was modified nucleus/admin/rest/pom.xml
The file was modified appserver/tests/quicklook/ejb/singleton/pom.xml
The file was modified appserver/tests/embedded/ejb/remoteejb/pom.xml
The file was modified nucleus/core/logging/pom.xml
The file was modified appserver/core/api-exporter-fragment/pom.xml
The file was modified appserver/orb/orb-enabler/pom.xml
The file was modified appserver/resources/mail/pom.xml
The file was modified appserver/jdbc/pom.xml
The file was modified appserver/persistence/cmp/utility/pom.xml
The file was modified appserver/jms/gf-jms-injection/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/websockets/pom.xml
The file was modified appserver/microprofile/config/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/multiBeansApp/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/advanced/pom.xml
The file was modified appserver/tests/paas/basic-bookstore-dns/pom.xml
The file was modified appserver/common/stats77/pom.xml
The file was modified appserver/ejb/ejb-timer-databases/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/pom.xml
The file was modified appserver/transaction/jta/pom.xml
The file was modified nucleus/featuresets/nucleus/pom.xml
The file was modified appserver/tests/tck/pages_tags/pom.xml
The file was modified nucleus/cluster/gms-adapter/pom.xml
The file was modified appserver/common/annotation-framework/pom.xml
The file was modified appserver/microprofile/connectors/pom.xml
The file was modified docs/parent/pom.xml
The file was modified appserver/connectors/connectors-internal-api/pom.xml
The file was modified appserver/persistence/jpa-container/pom.xml
The file was modified appserver/tests/embedded/glassfish_resources_xml/pom.xml
The file was modified appserver/admingui/ejb-lite/pom.xml
The file was modified appserver/extras/embedded/all/pom.xml
The file was modified appserver/web/web-ha/pom.xml
The file was modified appserver/concurrent/pom.xml
The file was modified appserver/ejb/ejb-timer-service-app/pom.xml
The file was modified nucleus/admin/launcher/pom.xml
The file was modified appserver/ha/pom.xml
The file was modified appserver/tests/quicklook/pom.xml
The file was modified appserver/extras/appserv-rt/manifest-jar/pom.xml
The file was modified appserver/tests/appserv-tests/report-builder/pom.xml
The file was modified appserver/extras/embedded/common/installroot-builder/pom.xml
The file was modified appserver/webservices/metro-fragments/pom.xml
The file was modified nucleus/admin/cli/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-rest-tck/pom.xml
The file was modified appserver/ejb/ejb-internal-api/pom.xml
The file was modified nucleus/security/services/pom.xml
The file was modified docs/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell-frag/pom.xml
The file was modified appserver/security/webintegration/pom.xml
The file was modified appserver/common/container-common/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/basic/pom.xml
The file was modified appserver/tests/tck/microprofile/rest-client/pom.xml
The file was modified docs/performance-tuning-guide/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/jars/pom.xml
The file was modified appserver/tests/quicklook/ejb/cmp/pom.xml
The file was modified nucleus/distributions/atomic/pom.xml
The file was modified appserver/ejb/pom.xml
The file was modified appserver/tests/embedded/static/ejb/pom.xml
The file was modified nucleus/core/api-exporter/pom.xml
The file was modified appserver/tests/paas/ext-shared-service-enable-disable-test/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/webservice/pom.xml
The file was modified nucleus/cluster/ssh/pom.xml
The file was modified nucleus/hk2-config-types/pom.xml
The file was modified appserver/tests/paas/service_metadata/pom.xml
The file was modified appserver/transaction/jts/pom.xml
The file was modified nucleus/resources/pom.xml
The file was modified appserver/tests/tck/pages_debugging/pom.xml
The file was modified appserver/ejb/ejb-connector/pom.xml
The file was modified nucleus/grizzly/pom.xml
The file was modified appserver/tests/embedded/web/web-all/pom.xml
The file was modified appserver/extras/appserv-rt/dist-frag/pom.xml
The file was modified nucleus/admin/pom.xml