Skip to content
Not built

Changes

Summary

  1. Fixed deployment_all tests (details)
  2. Fixed server restart - more robust, added validations (details)
  3. Removed JStack, JPS and relatives (details)
  4. Removal of unused code when I was searching why imq broker stops too late (details)
  5. Removed forgotten reference (details)
  6. Prepare release 7.0.0 (details)
  7. Prepare next development cycle for 7.0.1-SNAPSHOT (details)
  8. Explicit module name for test JARs (details)
  9. Prepare release 7.0.1 (details)
  10. Prepare next development cycle for 7.0.2-SNAPSHOT (details)
  11. Prepare release 7.0.2 (details)
  12. Prepare next development cycle for 7.0.3-SNAPSHOT (details)
  13. Revisited glassfish-version.properties and Version class (details)
  14. Fix create-mail-resource REST command (details)
  15. Removed sleeps from Ant tests (details)
  16. Prepare release 7.0.3 (details)
  17. Prepare next development cycle for 7.0.4-SNAPSHOT (details)
  18. Fixed unresolved log messages, dead code (details)
  19. Fixed NPE in jdbc_all tests (details)
  20. Prepare release 7.0.4 (details)
  21. Prepare next development cycle for 7.0.5-SNAPSHOT (details)
  22. Add support for running single tests to webservice and suspend (details)
  23. Small amount of cleanups for the security code (details)
  24. Prepare release 7.0.5 (details)
  25. Prepare next development cycle for 7.0.6-SNAPSHOT (details)
  26. Add ability for EJB embedded tests to be run individually and debug. (details)
  27. Prepare release 7.0.6 (details)
  28. Prepare next development cycle for 7.0.7-SNAPSHOT (details)
  29. Prepare release 7.0.7 (details)
  30. Prepare next development cycle for 7.0.8-SNAPSHOT (details)
  31. Migrated JspReloadGeneratedServletIfUpdatedTest from web_jsp (details)
  32. Update devtests security with option to run single test (details)
  33. Integrate soap policies and key callbacks (details)
  34. Clean tests a little (details)
  35. Prepare release 7.0.8 (details)
  36. Prepare next development cycle for 7.0.9-SNAPSHOT (details)
  37. Remove JBI dev tests (details)
  38. Remove all JBI occurrences from tests (details)
  39. Prepare release 7.0.9 (details)
  40. Prepare next development cycle for 7.0.10 (details)
  41. Correct new version by adding -SNAPSHOT (details)
  42. Refactor Realm and related code (details)
  43. Remove accidentally checked in files (details)
  44. Removed jauth tests since jauth itself was removed (details)
  45. Rename main package in security-ee module to include .ee (details)
  46. Update test packages (details)
  47. Update test tools checkstyle, jacoco and htmlunit (details)
  48. Undo htmlunit change. The Jenkins CI doesn't like it. (details)
  49. Prepare release 7.0.10 (details)
  50. Prepare next development cycle for 7.0.11-SNAPSHOT (details)
  51. Using target instead of tasks (details)
  52. Refactored closing streams in report builder (details)
  53. The report-builder moved to standard Maven reactor (details)
  54. The reporter moved to standard Maven reactor too (details)
  55. Dependencies moved to the main reactor + executable from gftest.sh on jenkins (details)
  56. Fixed paths to reporter.jar (details)
  57. Fixed naming_all tests (details)
  58. Enabled staging profile in several Ant tests + fixed dependency (details)
  59. Removed logging binaries from Ant tests, replaced by maven (details)
  60. junit and testng moved to maven downloader too (details)
  61. The webtest.jar moved to maven downloader too (details)
  62. Removed unused or redundant files fron Ant ZombieTest Army (details)
  63. JMAX http servlet test moved to Maven (details)
  64. The jmac httpservletchallenge moved to maven (details)
  65. Removed httpServletChallenge (details)
  66. HttpServletChallengeAuthTest moved from Ant to Maven (details)
  67. The httpsoapembedded test moved to maven (details)
  68. Updated version number (details)
  69. Removed several unused targets from security_all (details)
  70. JMAC HTTPS test moved to application tests, disabled (details)
  71. Removed unused targets and properties from jdbc_all (details)
  72. HttpMethodAuthTest moved to maven + HTTP1.0 client supporting custom method (details)
  73. The defaultp2r test moved to maven (details)
  74. The jsp2sful tests moved to Maven (details)
  75. The multirolemapping tests moved to maven (details)
  76. The SimpleMultiRoleMappingTest moved from ant to maven (details)
  77. Temporal solution - s1asCN property was already removed (details)
  78. Removed ECL Emma from few ant tests, the obsoleted code coverage library (details)
  79. Removed IDEA project files from Ant tests (details)
  80. Prepare release 7.0.11 (details)
  81. Prepare next development cycle for 7.0.12-SNAPSHOT (details)
  82. Next version is 8.0.0 (details)
  83. Removed CDI tests using @ManagedBean (details)
  84. Removed EJB tests using @ManagedBean (details)
  85. Revert config.properties being changed by tests (details)
  86. Update glassfish7 root folder to glassfish8 (details)
  87. Prepare release 7.0.12 (details)
  88. Prepare next development cycle for 7.0.13-SNAPSHOT (details)
  89. Revert "Merge master into 8.0" (details)
  90. Fixes schedule-exp EJB timer test (details)
Commit 742502e3fccdc330c1e21a0c1fb33b876843f066 by David Matějček
Fixed deployment_all tests

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
The file was modified appserver/tests/appserv-tests/devtests/deployment/dol/override/OverrideTest.java
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/common/common-util/src/main/java/com/sun/enterprise/util/io/ServerDirs.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/LocationsCommand.java
The file was modified nucleus/cluster/cli/src/main/java/com/sun/enterprise/admin/cli/cluster/Strings.java
The file was addednucleus/common/common-util/src/main/java/com/sun/enterprise/universal/process/KillTimeoutException.java
The file was removednucleus/common/common-util/src/main/java/com/sun/enterprise/universal/process/Jstack.java
The file was modified nucleus/cluster/cli/src/main/java/com/sun/enterprise/admin/cli/cluster/DeleteInstanceFilesystem.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/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/cli/StartServerHelper.java
The file was modified nucleus/common/common-util/src/main/java/com/sun/enterprise/security/store/AsadminTruststore.java
The file was modified appserver/tests/appserv-tests/devtests/admin/cli/src/admin/TestUtils.java
The file was modified nucleus/admin/cli/src/test/java/com/sun/enterprise/admin/cli/NewSyntaxTest.java
The file was modified nucleus/admin/template/src/main/resources/config/logging.properties
The file was modified nucleus/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/services/WindowsService.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/cluster/cli/src/main/java/com/sun/enterprise/admin/cli/cluster/LocalStrings.properties
The file was modified nucleus/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/cli/StartDomainCommand.java
The file was modified nucleus/common/common-util/src/main/java/com/sun/enterprise/universal/process/ProcessUtils.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/admin/cli/SecureAdminConfigUpgrade.java
The file was modified nucleus/cluster/admin/src/main/java/com/sun/enterprise/v3/admin/cluster/RestartInstanceInstanceCommand.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/DeleteLocalInstanceCommand.java
The file was modified nucleus/cluster/ssh/src/main/java/org/glassfish/cluster/ssh/connect/NodeRunner.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/cli/StopDomainCommand.java
The file was modified nucleus/common/common-util/src/main/java/com/sun/enterprise/universal/process/JavaClassRunner.java
The file was modified nucleus/admin/cli/src/main/java/com/sun/enterprise/admin/cli/remote/DASUtils.java
The file was modified nucleus/admin/cli/src/main/java/com/sun/enterprise/admin/cli/CLICommand.java
The file was removednucleus/common/common-util/src/main/java/com/sun/enterprise/universal/process/Jps.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/core/kernel/src/main/java/com/sun/enterprise/v3/admin/RestartDomainCommand.java
The file was modified appserver/tests/appserv-tests/devtests/admin/cli/src/admin/util/ProcessUtils.java
The file was modified nucleus/common/common-util/src/main/java/com/sun/enterprise/universal/process/ProcessManager.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/admin/server-mgmt/src/test/java/com/sun/enterprise/admin/servermgmt/domain/DomainPortValidatorTest.java
The file was modified nucleus/cluster/cli/src/main/java/com/sun/enterprise/admin/cli/cluster/StartLocalInstanceCommand.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/ListDomainsCommand.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/RestartServer.java
The file was removedappserver/tests/appserv-tests/devtests/admin/cli/src/admin/Jstacker.java
The file was modified nucleus/cluster/cli/src/main/java/com/sun/enterprise/admin/cli/cluster/InstallNodeSshCommand.java
The file was modified nucleus/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/cli/LocalServerCommand.java
The file was addednucleus/common/common-util/src/main/java/com/sun/enterprise/universal/process/KillNotPossibleException.java
The file was modified nucleus/cluster/cli/src/main/java/com/sun/enterprise/admin/cli/cluster/ChangeNodeMasterPasswordCommand.java
The file was modified appserver/admin/cli-optional/src/main/java/com/sun/enterprise/admin/cli/optional/BackupDomainCommand.java
The file was modified appserver/tests/admin/tests/src/test/java/org/glassfish/main/admin/test/ClusterITest.java
The file was modified nucleus/common/common-util/src/main/java/com/sun/enterprise/universal/i18n/LocalStringsImpl.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/server/SystemTasksImpl.java
The file was modified nucleus/flashlight/framework/src/main/java/org/glassfish/flashlight/impl/client/AgentAttacherInternal.java
The file was modified appserver/admin/cli-optional/src/main/java/com/sun/enterprise/admin/cli/optional/RestoreDomainCommand.java
The file was removednucleus/common/common-util/src/main/java/com/sun/enterprise/universal/process/LocalAdminCommand.java
The file was modified appserver/appclient/client/acc/src/main/java/org/glassfish/appclient/client/CLIBootstrap.java
The file was modified nucleus/admin/cli/src/main/java/com/sun/enterprise/admin/cli/ProgramOptions.java
The file was modified nucleus/cluster/cli/src/main/java/com/sun/enterprise/admin/cli/cluster/StopLocalInstanceCommand.java
The file was modified appserver/appclient/client/acc/src/main/java/org/glassfish/appclient/common/ClassPathUtils.java
Commit 968b4ca967b6f35c10d098941380f020cab3c90c by David Matějček
Removed JStack, JPS and relatives

- can be simply replaced by executions of the jcmd command

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
The file was removedappserver/tests/appserv-tests/devtests/admin/cli/src/admin/util/Jps.java
The file was removedappserver/tests/appserv-tests/devtests/admin/cli/src/admin/util/SmartFile.java
Commit 83e59079e7c397a5505fcf2bdaf56f6852e53464 by David Matějček
Removal of unused code when I was searching why imq broker stops too late

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
The file was modified appserver/tests/appserv-tests/config/common.xml
The file was modified appserver/tests/appserv-tests/config/properties.xml
The file was modified nucleus/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/RepositoryManager.java
The file was modified appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-wab-with-cdi/common.xml
The file was modified appserver/tests/appserv-tests/devtests/jdbc/config/ee-properties.xml
The file was modified nucleus/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/pe/PEFileLayout.java
The file was modified appserver/tests/appserv-tests/devtests/cdi/osgi-cdi/common.xml
Commit d509d5b3445f546dd03ef3bc729d3c0b359f0d4e by David Matějček
Removed forgotten reference

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

- updated from Ant+CVS/SVN style to Mvn+GIT style which is standard these days
- dropped build id - replaced by info about branch, commit and time
- renamed keys and methods and vaiables to avoid previous confusion
- potentially breaking change if someone relies on old messages in logs or
  the VersionCommand output (but I doubt it was possible)

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
The file was modified appserver/tests/appserv-tests/devtests/admin/cli/src/admin/DomainTest.java
The file was modified appserver/distributions/glassfish-common/pom.xml
The file was modified nucleus/admin/config-api/src/main/java/org/glassfish/config/support/DefaultConfigUpgrade.java
The file was modified nucleus/common/glassfish-api/src/main/java/org/glassfish/api/VersionInfo.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/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/domain/SubstitutableTokens.java
The file was modified appserver/distributions/glassfish-common/src/main/resources/glassfish/config/branding/glassfish-version.properties
The file was modified nucleus/common/amx-core/src/main/java/org/glassfish/admin/amx/impl/mbean/DomainRootImpl.java
The file was modified nucleus/core/kernel/src/main/java/org/glassfish/kernel/KernelLoggerInfo.java
The file was modified nucleus/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/cli/CreateDomainCommand.java
The file was removedappserver/tests/admin/tests/src/test/java/org/glassfish/main/admin/test/MiscCommandsITest.java
The file was addedappserver/tests/admin/tests/src/test/java/org/glassfish/main/admin/test/AsadminUptimeITest.java
The file was modified docs/add-on-component-development-guide/src/main/asciidoc/extending-asadmin.adoc
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/services/impl/GlassfishErrorPageGenerator.java
The file was modified appserver/tests/v2-tests/appserv-tests/devtests/admin/VersionPrinter.java
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/services/impl/GlassfishNetworkListener.java
The file was addednucleus/common/common-util/src/test/resources/config/branding/test-branding.properties
The file was modified nucleus/core/logging/src/main/java/com/sun/enterprise/server/logging/LogManagerService.java
The file was modified appserver/pom.xml
The file was addednucleus/common/common-util/src/test/java/com/sun/appserv/server/util/VersionTest.java
The file was modified nucleus/parent/pom.xml
The file was modified nucleus/admin/cli/src/main/java/com/sun/enterprise/admin/cli/CLICommand.java
The file was modified nucleus/admin/cli/src/main/java/com/sun/enterprise/admin/cli/VersionCommand.java
The file was modified nucleus/common/common-util/src/main/java/com/sun/appserv/server/util/Version.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/server/AppServerStartup.java
The file was modified appserver/web/web-glue/src/main/java/com/sun/enterprise/web/WebContainer.java
The file was modified nucleus/admin/rest/rest-service/src/main/java/org/glassfish/admin/rest/provider/ProviderUtil.java
The file was modified nucleus/common/common-util/src/main/java/com/sun/appserv/server/util/VersionInfoImpl.java
The file was addedappserver/tests/admin/tests/src/test/java/org/glassfish/main/admin/test/AsadminVersionITest.java
The file was modified nucleus/admin/config-api/src/main/java/org/glassfish/config/support/GlassFishDocument.java
The file was modified appserver/admin/backup/src/main/java/com/sun/enterprise/backup/Status.java
The file was modified nucleus/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/domain/DomainBuilder.java
Commit c189312669603a6454280bc45477dd1b5e28922f by Alexander Pinchuk
Fix create-mail-resource REST command

Signed-off-by: Alexander Pinchuk <alexander.v.pinchuk@gmail.com>
The file was modified appserver/tests/appserv-tests/devtests/admin/cli/src/admin/JavaMailResourceTest.java
The file was modified nucleus/admin/rest/rest-service/src/main/java/org/glassfish/admin/rest/generator/ResourcesGeneratorBase.java
Commit bd59249fdee1974d764bae780c6a1eba227c7728 by David Matějček
Removed sleeps from Ant tests

- They shouldn't be necessary any more

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

- this package should get more attention

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/embeddedweb-resources-xml/ra/src/com/sun/jdbcra/spi/DataSource.java
The file was modified appserver/tests/appserv-tests/devtests/connector/txlevelswitch/ra/src/com/sun/jdbcra/spi/DataSource.java
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/nonstringmcfproperties/ra/src/com/sun/jdbcra/spi/DataSource.java
The file was modified appserver/connectors/connectors-runtime/src/main/java/com/sun/enterprise/resource/pool/ConnectionLeakDetector.java
The file was modified appserver/connectors/connectors-runtime/src/main/java/com/sun/enterprise/resource/pool/ConnectionPool.java
The file was modified appserver/tests/appserv-tests/devtests/connector/embeddedweb-resourcesxml-defaultconnpool/ra/src/com/sun/jdbcra/spi/DataSource.java
The file was modified appserver/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/service/ConnectorConnectionPoolAdminServiceImpl.java
The file was modified appserver/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/spi/base/AbstractDataSource.java
The file was modified appserver/jdbc/jdbc-ra/jdbc-core/src/main/resources/com/sun/gjc/spi/LogStrings.properties
The file was modified appserver/connectors/connectors-runtime/src/main/resources/com/sun/logging/enterprise/resource/resourceadapter/LogStrings.properties
The file was modified appserver/tests/appserv-tests/devtests/connector/nonstringmcfproperties/ra/src/com/sun/jdbcra/spi/DataSource.java
Commit 85dce7d944c9cef70482cfa4a92866d7c75a4c25 by David Matějček
Fixed NPE in jdbc_all tests

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

Note that similar support has been added to e.g. cdi_all before.

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
The file was modified appserver/tests/appserv-tests/devtests/webservice/run_test.sh
The file was modified runtests.sh
The file was modified appserver/tests/appserv-tests/devtests/webservice/ejb_annotations/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/build.xml
Commit b0fe34c7f7eec2a6ae01937475bbfa5150545175 by arjan tijms
Small amount of cleanups for the security code

Mostly formatting and variable renaming

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

Unset constant instead of null to prevent warning in those tests.

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

- Required for faster diagnostic of what is wrong
- The issue was that the when I removed the web_glue's osgi.bundle file, it
  enabled export of org.apache packages. In those packages is test_jsp class
  and the same name is used also by web_jsp tests. Server's classes have
  higher priority, so test failed.
- Therefore one of failing tests was migrated to current technologies

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
The file was removedappserver/tests/appserv-tests/devtests/web/jspReloadGeneratedServletIfUpdated/WebTest.java
The file was removedappserver/tests/appserv-tests/devtests/web/jspReloadGeneratedServletIfUpdated/build.properties
The file was removedappserver/tests/appserv-tests/devtests/web/jspReloadGeneratedServletIfUpdated/build.xml
The file was removedappserver/tests/appserv-tests/devtests/web/jspReloadGeneratedServletIfUpdated/descriptor/web.xml
The file was removedappserver/tests/appserv-tests/devtests/web/jspReloadGeneratedServletIfUpdated/test_jsp.java
The file was addedappserver/tests/application/src/main/resources/org/glassfish/main/test/app/web/jsp/JspReloadGeneratedServletIfUpdated.jsp
The file was addedappserver/tests/application/src/main/resources/org/glassfish/main/test/app/web/jsp/web.xml
The file was addedappserver/tests/application/src/test/java/org/glassfish/main/test/app/web/jsp/JspReloadGeneratedServletIfUpdatedTest.java
The file was addedappserver/tests/application/src/main/java/org/apache/jsp/reload/JspReloadGeneratedServletIfUpdated_jsp.java
The file was modified appserver/tests/application/pom.xml
The file was removedappserver/tests/appserv-tests/devtests/web/jspReloadGeneratedServletIfUpdated/docroot/jsp/test.jsp
The file was modified appserver/tests/appserv-tests/devtests/web/build.xml
The file was removedappserver/tests/appserv-tests/devtests/web/jspReloadGeneratedServletIfUpdated/test_jsp.class
Commit fc3309928b353aa170e36c3f7cb7fab05c55f52b by arjan tijms
Update devtests security with option to run single test

Also apply formatting and debug option for SOAP tests.

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
The file was modified appserver/tests/appserv-tests/devtests/security/authConf/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jmac/soapEmbedded/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/httpMethod/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jmac/soap/descriptor/web.xml
The file was modified appserver/tests/appserv-tests/devtests/security/weblogic-dd/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/negativeRealmPerApp/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jmac/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jmac/soapDefault/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jmac/soapDefault/authmodule/SOAPDefaultTestServerAuthModule.java
The file was modified appserver/tests/appserv-tests/devtests/security/jmac/soapEmbedded/servletws/HelloServlet.java
The file was modified appserver/tests/appserv-tests/devtests/security/web-mutual-ssl/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jmac/soap/descriptor/sun-web.xml
The file was modified appserver/tests/appserv-tests/devtests/security/userWithAtSymbol/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/ldap/simpleweb/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/realmPerApp/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jmac/soap/descriptor/sun-ejb-jar.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jsp2sful/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jmac/soap/descriptor/sun-application-client.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jmac/httpServletChallenge/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/container-auth/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jmac/soapEmbedded/authmodule/Util.java
The file was modified appserver/tests/appserv-tests/devtests/security/sameEjbName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/ejb-mutual-ssl/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jmac/soap/ejbws/HelloEjb.java
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/cert-realm-custom-loginmodule/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/ldapRealmPerApp/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/solarisRealm/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/standalone/loginctxdriver/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jmac/httpServlet/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jmac/soapEmbedded/authmodule/SOAPEmbeddedTestClientAuthModule.java
The file was modified appserver/tests/appserv-tests/devtests/security/jmac/soap/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jmac/soap/servletws/HelloServlet.java
The file was modified appserver/tests/appserv-tests/devtests/security/multiRoleMapping/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/mdb/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/defaultp2r/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/pamrealm/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/standalone/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jmac/soapEmbedded/webclient/Servlet.java.template
The file was modified appserver/tests/appserv-tests/devtests/security/jmac/soapDefault/descriptor/web.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jmac/https/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jmac/soapEmbedded/authmodule/SOAPEmbeddedTestServerAuthModule.java
The file was modified appserver/tests/appserv-tests/devtests/security/jmac/soap/authmodule/SOAPTestClientAuthModule.java
The file was modified appserver/tests/appserv-tests/devtests/security/jmac/soapEmbedded/ejbws/HelloEjb.java
The file was modified appserver/tests/appserv-tests/devtests/security/anyone/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/cplogin/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jmac/soapDefault/authmodule/SOAPDefaultTestClientAuthModule.java
The file was modified appserver/tests/appserv-tests/devtests/security/simple-perf/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jmac/soapDefault/authmodule/Util.java
The file was modified appserver/tests/appserv-tests/devtests/security/jmac/soapDefault/client/Client.java.template
The file was modified appserver/tests/appserv-tests/devtests/security/jmac/soap/client/Client.java.template
The file was modified appserver/tests/appserv-tests/devtests/security/ejb-oneway-ssl/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jmac/soap/authmodule/SOAPTestServerAuthModule.java
The file was modified appserver/tests/appserv-tests/devtests/security/plogin/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/plogin/standalone/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/timerStandalone/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jmac/soap/authmodule/Util.java
The file was modified appserver/tests/appserv-tests/devtests/security/jmac/soapDefault/descriptor/sun-application-client.xml
The file was modified appserver/tests/appserv-tests/devtests/security/simpleMultiRoleMapping/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/sful/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jmac/soapDefault/ejbws/HelloEjb.java
The file was modified appserver/tests/appserv-tests/devtests/security/jmac/soap/client/TestHandler.java
The file was modified appserver/tests/appserv-tests/devtests/security/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/run_test.sh
The file was modified appserver/tests/appserv-tests/devtests/security/jmac/httpServletForm/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jmac/soapDefault/servletws/HelloServlet.java
The file was modified appserver/tests/appserv-tests/devtests/security/wss/gartner/build.xml
Commit 0d969d6409f72d3fcb073c04169a4599dc5f1b8b by arjan tijms
Integrate soap policies and key callbacks

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
The file was modified appserver/tests/appserv-tests/devtests/security/wss/gartner/client/PingClient.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/ssl/SSLUtils.java
The file was modified nucleus/security/ssl-impl/src/main/java/com/sun/enterprise/security/ssl/impl/SecuritySupportImpl.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/tests/appserv-tests/devtests/security/wss/gartner/ejbws/PingEjb.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/tests/appserv-tests/devtests/security/wss/gartner/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/wss/gartner/descriptor/sun-web.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/descriptor/sun-application-client.xml
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/JavaEESecurityLifecycle.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/GFServerPipeCreator.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/tests/appserv-tests/devtests/security/wss/gartner/descriptor/sun-ejb-jar.xml
The file was modified appserver/tests/appserv-tests/devtests/security/wss/gartner/custom-client.xml
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/jmac/callback/GlassFishBaseCallbackHandler.java
The file was modified appserver/security/webservices.security/src/main/java/com/sun/enterprise/security/webservices/CommonServerSecurityPipe.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/ssl/J2EEKeyManager.java
The file was modified appserver/security/webservices.security/src/main/java/com/sun/enterprise/security/webservices/ClientPipeCreator.java
Commit 545504335b29b28c6d30412bd2fd77001158d257 by arjan tijms
Clean tests a little

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

Signed-off-by: Alexander Pinčuk <alexander.v.pinchuk@gmail.com>
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapfault/se_consumer/soap-binding-su-alaska/su/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/ejb-jmsbc/consumer/jms-binding-su/su/HelloEJBService_schema1.xsd
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/client/web/soap-binding-su-alaska/su/CalculatorService_schema1.xsd
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/se_consumer_se_provider/generated_wsdl/common/IncomeTaxDetails.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/oneway/soap-binding-su-alaska/su/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/ejb/hello/another_servlet/soap-binding-su-alaska/su/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/endpoint_mapping_consumer/sun-http-binding/su/endpoints.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapfault/se_provider/README
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/ejb/hello/another_servlet/soap-binding-su-alaska/su/SubtractorService_schema1.xsd
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapoverjms/provider/jms-binding-su/su/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/jbi_commons.properties
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only_ejbcommit/build.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/ejb/hello/another_ejb/build.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/endpoint_mapping/README
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/compApp-server/client/SOAPWebConsumer.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/oneway/soap-binding-su-alaska/su/CalculatorService_schema1.xsd
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/se_consumer_se_provider/bundled_wsdl/build.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only_ejbrollback1/endpoint/ejb/Hello.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapfault/se_consumerNprovider/soap-binding-su-alaska/su/endpoints.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only/README
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/report.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/bc_consumer_sc_provider/bundled-wsdl/common/IncomeTaxDetails.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/add-numbers/README
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapfault/README
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/web/soap-binding-su/su/endpoints.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only_ejbcommit1/README
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/add-numbers/webclient/client/Client.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapfault/se_consumer/sun-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/ejb-jmsbc/consumer/sun-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/bc_consumer_sc_provider/wsdl-import/build.properties
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/ejb-jmsbc/broker_passfile
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/sm/bc_consumer_se_provider/service_assembly/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapfault/se_consumerNprovider/client-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/compApp-server/endpoint/Calculator.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/web/soap-binding-su-alaska/su/endpoints.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/sm/bc_consumer_se_provider/endpoint/web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapfault/se_consumer/soap-binding-su-alaska/su/CalculatorService_schema1.xsd
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/ejb/hello/another_servlet/endpoint/Subtractor.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapfault/se_consumerNprovider/build.properties
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/enterprise_app/service-assembly/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only/client-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/ejb-jmsbc/build.properties
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapfault/se_provider/soap-binding-su-alaska/su/CalculatorService_schema1.xsd
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/compApp-client/soap-binding-su/su/endpoints.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/security/jse_only/client-sun-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/enterprise_app/EntApp/src/conf/application.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/se_consumer_se_provider/generated_wsdl/build.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/README
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/security/jse_only/client-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/ejb/hello/another_ejb/soap-binding-su-alaska/su/endpoints.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/compApp-client/client-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/se_consumer_se_provider/bundled_wsdl/javaee-se-serviceunit/assembly/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/add-numbers/sun-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/compApp-server/soap-binding-su/su/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapfault/se_provider/build.properties
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/bc_consumer_sc_provider/bundled-wsdl/web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/se_consumer_se_provider/generated_wsdl/build.properties
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/ejb-jmsbc/provider/jms-binding-su/su/HelloEJBService_schema1.xsd
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/enterprise_app/EntApp/EntApp-war/src/conf/MANIFEST.MF
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/endpoint_mapping/client-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only_ejbcommit/endpoint/ejb/HelloEJB.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only_ejbrollback/client-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapfault/se_consumer/client/TestClient.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/build.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/se_consumer_se_provider/bundled_wsdl/sun-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only_ejbrollback/web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/enterprise_app/EntApp/EntApp-war/web/WEB-INF/web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/web/README
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/inout-sample/webclient/client/Client.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/ejb/hello/soap-binding-su-alaska/su/endpoints.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/se_consumer_se_provider/generated_wsdl/client-sun-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/client/web/webclient/client/Client.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/ejb/hello/another_servlet/client-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/se_consumer_se_provider/bundled_wsdl/javaee-se-serviceunit/su/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/ejb/hello/another_servlet/client-sun-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/ejb/hello/build.properties
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only_ejbcommit/client-sun-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapoverjms/consumer/jms-binding-su/su/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/client/web/build.properties
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapoverjms/provider/jms-binding-su/assembly/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/inout-sample/sun-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/se_consumer_se_provider/generated_wsdl/client/TestClient.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/endpoint_mapping_consumer/sun-http-binding/assembly/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/bare_doc_literal/se_consumer_se_provider/client-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/bc_consumer_sc_provider/bundled-wsdl/soap-binding-su-alaska/su/CalculatorService_schema1.xsd
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/compApp-client/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/ejb/hello/soap-binding-su/su/endpoints.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapoverjms/consumer/client-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/endpoint_mapping/build.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/client/web/client-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/endpoint_mapping/endpoint/EndpointMapping.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/inout-sample/README
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/compApp-client/build.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/security/jse_only/webclient/client/Client.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/ejb/hello/another_servlet/soap-binding-su-alaska/su/endpoints.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/oneway/sun-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/endpoint_mapping/sun-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/compApp-client/soap-binding-su/assembly/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapfault/build.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/ejb/hello/soap-binding-su-alaska/su/HelloEJBService.wsdl
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/ejb/hello/soap-binding-su-alaska/su/HelloEJBService_schema1.xsd
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only_ejbrollback1/build.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/compApp-client/sun-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/bc_consumer_sc_provider/bundled-wsdl/soap-binding-su-alaska/su/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/bc_consumer_sc_provider/bundled-wsdl/soap-binding-su-alaska/su/CalculatorService.wsdl
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/ejb/hello/soap-binding-su/assembly/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/compApp-client/client/TestClient.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/endpoint_mapping_consumer/webclient/client/wsdl/EnpointMappingConsumerService_schema1.xsd
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/bare_doc_literal/bc_consumer_se_provider/build.properties
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/oneway/client-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapfault/se_consumerNprovider/soap-binding-su-alaska/assembly/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/endpoint_mapping_consumer/webclient/client/wsdl/EndpointMappingConsumerService_schema1.xsd
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapfault/se_consumer/client-sun-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/client/web/soap-binding-su/su/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only_ejbcommit1/build.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapoverjms/consumer/client-sun-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/add-numbers/client-sun-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/build.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/compApp-client/README
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/endpoint_mapping_consumer/web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/se_consumer_se_provider/generated_wsdl/webclient/client/Client.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/ejb/hello/another_servlet/sun-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/sm/bc_consumer_se_provider/build.properties
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/compApp-server/build.properties
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/inout-sample/build.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/se_consumer_se_provider/generated_wsdl/sun-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/ejb/hello/stress.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/se_consumer_se_provider/bundled_wsdl/wsdl/CalculatorService_schema1.xsd
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/bc_consumer_sc_provider/wsdl-import/sun-http-binding/su/CalculatorService_schema1.xsd
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only_ejbrollback/client/TestClient.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/ejb/hello/another_ejb/endpoint/jaxws/HiEJB.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/bare_doc_literal/bc_consumer_se_provider/build.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/client/build.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapfault/se_consumerNprovider/build.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/se_consumer_se_provider/bundled_wsdl/common/IncomeTaxDetails.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only/endpoint/Calculator.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/oneway/build.properties
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapoverjms/provider/endpoint/Calculator.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/web/web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapfault/se_consumer/web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/endpoint_mapping_consumer/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapoverjms/provider/jms-binding-su/su/endpoints.wsdl
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/ejb/hello/another_servlet/webclient/client/Client.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/bare_doc_literal/se_consumer_se_provider/webclient/client/Client.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/ejb/hello/soap-binding-su/su/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only_ejbrollback/client-sun-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/bare_doc_literal/se_consumer_se_provider/client-sun-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/enterprise_app/EntApp/EntApp-war/build.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/inout-sample/web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/enterprise_app/EntApp/EntApp-ejb/src/java/entapp/ejb/HelloEJB.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/enterprise_app/EntApp/src/conf/MANIFEST.MF
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/ejb/hello/another_ejb/endpoint/jaxws/Hi.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/client/web/soap-binding-su-alaska/su/endpoints.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/client/web/soap-binding-su-alaska/assembly/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/compApp-client/web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/inout-sample/soap-binding-su-alaska/su/endpoints.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only/build.properties
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/ejb-jmsbc/provider/endpoint/ejb/Hello.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/ejb-jmsbc/build.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/ejb/hello/another_servlet/soap-binding-su-alaska/su/SubtractorService.wsdl
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapoverjms/consumer/client/TestClient.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only_ejbcommit1/web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapfault/se_consumerNprovider/client-sun-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/compApp-client/soap-binding-su/su/CalculatorService.wsdl
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/bc_consumer_sc_provider/bundled-wsdl/client/SOAPWebConsumer.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/endpoint_mapping_consumer/sun-http-binding/su/EndpointMappingConsumerService.wsdl
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/enterprise_app/service-assembly/sun-http-binding/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/sm/bc_consumer_se_provider/build.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/enterprise_app/EntApp/EntApp-war/src/java/entapp/web/HelloWeb.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/enterprise_app/EntApp/EntApp-ejb/build.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/enterprise_app/service-assembly/sun-javaee-engine/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapfault/se_consumer/build.properties
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only_ejbcommit/web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/web/client/SOAPWebConsumerNonHttpBC.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapfault/se_consumer/soap-binding-su-alaska/su/CalculatorService.wsdl
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/ejb/hello/another_servlet/build.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapfault/se_consumerNprovider/web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/build.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only_ejbcommit/client/TestClient.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapfault/se_consumer/webclient/client/Client.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only_ejbcommit1/endpoint/ejb/HelloEJB.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/bc_consumer_sc_provider/bundled-wsdl/build.properties
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapfault/se_consumer/soap-binding-su-alaska/assembly/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/bc_consumer_sc_provider/bundled-wsdl/wsdl/CalculatorService.wsdl
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only_ejbrollback1/sun-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only/build.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/security/jse_only/endpoint/ejb/HelloEJB.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/compApp-client/webclient/client/Client.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/build.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/bare_doc_literal/bc_consumer_se_provider/soap-binding-su-alaska/su/CalculatorService_schema1.xsd
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/client/web/soap-binding-su/su/endpoints.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/se_consumer_se_provider/bundled_wsdl/endpoint/Calculator.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/web/build.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/oneway/soap-binding-su-alaska/su/endpoints.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/sm/bc_consumer_se_provider/client/SOAPWebConsumer.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/endpoint_mapping/client/TestClient.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/enterprise_app/build.properties
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/compApp-client/soap-binding-su/su/CalculatorService_schema1.xsd
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapfault/se_consumer/README
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/bc_consumer_sc_provider/wsdl-import/client/SOAPWebConsumer.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/sm/bc_consumer_se_provider/service_assembly/service_units/soap-bc-su/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapfault/se_provider/endpoint/Calculator.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapoverjms/build.properties
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/bare_doc_literal/bc_consumer_se_provider/README
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/bare_doc_literal/bc_consumer_se_provider/soap-binding-su-alaska/assembly/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/enterprise_app/EntApp/build.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapfault/se_provider/soap-binding-su-alaska/su/CalculatorService.wsdl
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/ejb/hello/client/JAXWSClient.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/bc_consumer_sc_provider/wsdl-import/endpoint/Calculator.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/inout-sample/soap-binding-su-alaska/su/AdderService_schema1.xsd
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/endpoint_mapping/javaee-se-serviceunit/su/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only_ejbrollback/sun-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/bare_doc_literal/se_consumer_se_provider/endpoint/Calculator.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/ejb/hello/stressclient/StressClient.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/sm/bc_consumer_se_provider/service_assembly/service_units/soap-bc-su/CalculatorService_schema1.xsd
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/bc_consumer_sc_provider/wsdl-import/sun-http-binding/su/CalculatorService.wsdl
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only_ejbrollback/build.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/client/web/soap-binding-su-alaska/su/CalculatorService.wsdl
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/compApp-server/soap-binding-su/su/endpoints.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/inout-sample/soap-binding-su-alaska/su/AdderService.wsdl
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/sm/bc_consumer_se_provider/endpoint/Calculator.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/security/jse_only/sun-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/se_consumer_se_provider/bundled_wsdl/client-sun-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapfault/se_consumer/soap-binding-su-alaska/su/endpoints.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/bc_consumer_sc_provider/bundled-wsdl/soap-binding-su-alaska/assembly/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only/sun-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/compApp-client/client-sun-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/web/soap-binding-su-alaska/su/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/compApp-server/soap-binding-su/su/CalculatorService_schema1.xsd
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/ejb/build.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only_ejbrollback1/client-sun-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/endpoint_mapping_consumer/build.properties
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/bc_consumer_sc_provider/bundled-wsdl/soap-binding-su-alaska/su/endpoints.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/bare_doc_literal/bc_consumer_se_provider/endpoint/Calculator.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/oneway/endpoint/OneWay.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/ejb/hello/another_ejb/soap-binding-su-alaska/assembly/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/endpoint_mapping/javaee-se-serviceunit/assembly/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only_ejbrollback1/endpoint/ejb/HelloEJB.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapfault/se_provider/soap-binding-su-alaska/su/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/se_consumer_se_provider/generated_wsdl/client-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/oneway/webclient/client/Client.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/sm/bc_consumer_se_provider/service_assembly/service_units/javaee-se-su/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/ejb/hello/another_ejb/soap-binding-su-alaska/su/HiEJBService_schema1.xsd
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/compApp-server/web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapfault/se_provider/soap-binding-su-alaska/assembly/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/ejb-jmsbc/provider/jms-binding-su/su/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/compApp-client/soap-binding-su/su/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only_ejbcommit/sun-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapoverjms/broker_passfile
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only_ejbcommit/build.properties
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/ejb-jmsbc/consumer/client-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only/client-sun-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/jbi_commons.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/ejb/hello/client/SOAPEjbConsumerNonHttpBC.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/bare_doc_literal/se_consumer_se_provider/README
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/bc_consumer_sc_provider/wsdl-import/common/IncomeTaxDetails.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/compApp-server/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/security/jse_only/README
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/client/web/web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/enterprise_app/client/Client.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/se_consumer_se_provider/bundled_wsdl/wsdl/CalculatorService.wsdl
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/se_consumer_se_provider/bundled_wsdl/client-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/web/soap-binding-su-alaska/su/CalculatorService.wsdl
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/web/soap-binding-su-alaska/assembly/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapfault/se_provider/build.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/security/jse_only/web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/add-numbers/javaee-se-serviceunit/su/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/ejb-jmsbc/consumer/webclient/client/Client.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only_ejbcommit1/client-sun-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/enterprise_app/EntApp/EntApp-war/web/WEB-INF/sun-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapoverjms/consumer/jms-binding-su/su/endpoints.wsdl
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/bare_doc_literal/se_consumer_se_provider/common/IncomeTaxDetails.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/bc_consumer_sc_provider/wsdl-import/wsdl/CalculatorService_schema1.xsd
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/bare_doc_literal/bc_consumer_se_provider/web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/client/web/build.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/security/README
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapfault/se_consumerNprovider/webclient/client/Client.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/se_consumer_se_provider/bundled_wsdl/webclient/client/Client.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/web/client/JAXWSClient.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/security/jse_only/endpoint/ejb/Hello.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapoverjms/build.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/client/web/endpoint/Calculator.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/client/web/soap-binding-su/assembly/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/oneway/README
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/add-numbers/build.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/bare_doc_literal/se_consumer_se_provider/build.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/endpoint_mapping_consumer/webclient/client/wsdl/EndpointMappingConsumerService.wsdl
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/bc_consumer_sc_provider/wsdl-import/wsdl/CalculatorService.wsdl
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only_ejbcommit1/build.properties
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only_ejbcommit/README
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/ejb-jmsbc/consumer/jms-binding-su/assembly/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/compApp-client/build.properties
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only_ejbrollback1/web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/ejb-jmsbc/consumer/client-sun-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/inout-sample/soap-binding-su-alaska/su/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/bc_consumer_sc_provider/wsdl-import/sun-http-binding/su/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapfault/se_consumerNprovider/README
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/se_consumer_se_provider/generated_wsdl/web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/inout-sample/client/TestClient.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/ejb/hello/stressclient/StressSOAPEjbConsumer.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only/webclient/client/Client.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/ejb-jmsbc/README
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/se_consumer_se_provider/bundled_wsdl/web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/compApp-server/README
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/web/build.properties
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/ejb/hello/soap-binding-su-alaska/assembly/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/web/endpoint/Calculator.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/ejb/hello/another_ejb/soap-binding-su-alaska/su/HiEJBService.wsdl
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/oneway/soap-binding-su-alaska/assembly/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/inout-sample/build.properties
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/enterprise_app/EntApp/src/conf/sun-application.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/bare_doc_literal/se_consumer_se_provider/client/TestClient.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only_ejbcommit/client-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapoverjms/README
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/add-numbers/client-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/bare_doc_literal/bc_consumer_se_provider/client/SOAPWebConsumer.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/endpoint_mapping/build.properties
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapfault/se_consumer/build.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/bare_doc_literal/build.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only_ejbrollback1/webclient/client/Client.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/se_consumer_se_provider/bundled_wsdl/README
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/add-numbers/endpoint/AddNumber.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapfault/se_consumerNprovider/endpoint/Calculator.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapfault/se_consumerNprovider/sun-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/sm/bc_consumer_se_provider/service_assembly/service_units/soap-bc-su/CalculatorService.wsdl
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/se_consumer_se_provider/bundled_wsdl/client/TestClient.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only_ejbrollback/README
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/bc_consumer_sc_provider/bundled-wsdl/wsdl/CalculatorService_schema1.xsd
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/bc_consumer_sc_provider/wsdl-import/build.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only/web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/security/jse_only/build.properties
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/README
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/build.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/inout-sample/client-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/bare_doc_literal/bc_consumer_se_provider/soap-binding-su-alaska/su/endpoints.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only_ejbrollback1/README
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/ejb/hello/another_servlet/build.properties
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapfault/se_provider/soap-binding-su-alaska/su/endpoints.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/security/build.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/ejb-jmsbc/provider/jms-binding-su/assembly/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only_ejbrollback/endpoint/ejb/Hello.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/ejb-jmsbc/consumer/jms-binding-su/su/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/bc_consumer_sc_provider/bundled-wsdl/build.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/endpoint_mapping_consumer/build.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/se_consumer_se_provider/generated_wsdl/README
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/ejb-jmsbc/consumer/client/TestClient.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only_ejbcommit/webclient/client/Client.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapfault/se_consumerNprovider/soap-binding-su-alaska/su/CalculatorService_schema1.xsd
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/ejb/hello/another_ejb/build.properties
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/bare_doc_literal/se_consumer_se_provider/build.properties
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/add-numbers/web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only_ejbrollback1/client-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only_ejbrollback1/build.properties
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/compApp-server/soap-binding-su/su/CalculatorService.wsdl
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/sm/bc_consumer_se_provider/README
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/ejb/hello/another_servlet/soap-binding-su-alaska/assembly/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only/client/TestClient.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/client/web/client/TestClient.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only_ejbcommit1/webclient/client/Client.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/ejb-jmsbc/provider/endpoint/ejb/HelloEJB.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/oneway/build.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/oneway/client-sun-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/bare_doc_literal/bc_consumer_se_provider/soap-binding-su-alaska/su/CalculatorService.wsdl
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapoverjms/consumer/sun-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/add-numbers/build.properties
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/bc_consumer_sc_provider/wsdl-import/web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapoverjms/consumer/webclient/client/Client.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only_ejbcommit1/client-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapfault/se_consumer/client-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapfault/se_consumerNprovider/soap-binding-su-alaska/su/CalculatorService.wsdl
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/bc_consumer_sc_provider/wsdl-import/sun-http-binding/assembly/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only_ejbrollback/webclient/client/Client.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/ejb/hello/another_servlet/web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/add-numbers/javaee-se-serviceunit/assembly/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/inout-sample/endpoint/Adder.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/client/web/client-sun-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/oneway/soap-binding-su-alaska/su/CalculatorService.wsdl
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/enterprise_app/EntApp/EntApp-ejb/src/conf/MANIFEST.MF
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapfault/se_provider/client/SOAPWebConsumer.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/oneway/client/TestClient.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/enterprise_app/EntApp/EntApp-war/web/index.jsp
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/endpoint_mapping/webclient/client/Client.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/endpoint_mapping_consumer/client-sun-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/endpoint_mapping_consumer/client-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/endpoint_mapping_consumer/sun-http-binding/su/EndpointMappingConsumerService_schema1.xsd
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapoverjms/consumer/jms-binding-su/assembly/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/endpoint_mapping/web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/ejb-jmsbc/provider/jms-binding-su/su/HelloEJBService.wsdl
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/resultCount.sh
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/web/soap-binding-su/su/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/se_consumer_se_provider/generated_wsdl/endpoint/Calculator.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only_ejbcommit1/client/TestClient.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/security/jse_only/client/TestClient.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/endpoint_mapping_consumer/webclient/client/Client.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/ejb/hello/client/SOAPEjbConsumer.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/bare_doc_literal/bc_consumer_se_provider/soap-binding-su-alaska/su/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/bc_consumer_sc_provider/wsdl-import/sun-http-binding/su/endpoints.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/bare_doc_literal/se_consumer_se_provider/sun-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only_ejbcommit1/endpoint/ejb/Hello.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only_ejbcommit/endpoint/ejb/Hello.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapfault/se_consumer/endpoint/Calculator.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only_ejbcommit1/sun-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/ejb/hello/endpoint/jaxws/Hello.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/bc_consumer_sc_provider/wsdl-import/README
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/endpoint_mapping_consumer/client/TestClient.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapoverjms/consumer/web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/ejb/hello/another_ejb/soap-binding-su-alaska/su/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapfault/se_provider/web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/ejb/hello/build.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/client/web/soap-binding-su-alaska/su/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/oneway/web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/compApp-client/endpoint/Calculator.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/enterprise_app/EntApp/EntApp-ejb/src/conf/sun-ejb-jar.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only_ejbrollback/endpoint/ejb/HelloEJB.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/endpoint_mapping_consumer/endpoint/EndpointMappingConsumer.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/bc_consumer_sc_provider/bundled-wsdl/endpoint/Calculator.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/bc_consumer_sc_provider/wsdl-import/wsdl/MessageTypes.wsdl
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/add-numbers/client/TestClient.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/ejb/hello/endpoint/jaxws/HelloEJB.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/web/soap-binding-su/assembly/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only_ejbrollback1/client/TestClient.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/bare_doc_literal/se_consumer_se_provider/web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/endpoint_mapping/client-sun-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapfault/se_consumerNprovider/soap-binding-su-alaska/su/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/compApp-server/build.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/compApp-server/soap-binding-su/assembly/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/soapfault/se_consumerNprovider/client/TestClient.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/inout-sample/client-sun-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/endpoint_mapping_consumer/sun-http-binding/su/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/inout-sample/soap-binding-su-alaska/assembly/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/bc_consumer_sc_provider/bundled-wsdl/README
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/transactions/jse_only_ejbrollback/build.properties
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/security/jse_only/build.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/rpc_literal/se_consumer_se_provider/bundled_wsdl/build.properties
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/enterprise_app/build.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/sm/bc_consumer_se_provider/service_assembly/service_units/soap-bc-su/xbean.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/ejb-jmsbc/consumer/jms-binding-su/su/HelloEJBService.wsdl
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/web/client/SOAPWebConsumer.java
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/web/soap-binding-su-alaska/su/CalculatorService_schema1.xsd
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/server/ejb/hello/soap-binding-su-alaska/su/META-INF/jbi.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/client/web/sun-web.xml
The file was removedappserver/tests/appserv-tests/devtests/webservice/jbi-serviceengine/service_unit/endpoint_mapping_consumer/sun-web.xml
Commit 3b2a22ff6cee812de518b6ce2d3c3b60244d1c31 by Alexander Pinchuk
Remove all JBI occurrences from tests

Signed-off-by: Alexander Pinčuk <alexander.v.pinchuk@gmail.com>
The file was modified nucleus/admin/launcher/src/test/resources/domains/domain2/config/domain.xml
The file was modified nucleus/admin/rest/rest-service/src/test/resources/GlassFishI18NData.properties
The file was modified nucleus/common/common-util/src/test/resources/nodomainname.xml
The file was modified nucleus/common/common-util/src/test/resources/hasprofiler.xml
The file was modified nucleus/common/common-util/src/test/resources/rightorder.xml
The file was modified appserver/tests/v2-tests/appserv-tests/devtests/admin/framework/testfiles/test.dtd
The file was modified nucleus/common/common-util/src/test/resources/wrongordernoclosedomain.xml
The file was modified appserver/tests/appserv-tests/devtests/admin/cli/resources/configs/v2domain.xml
The file was modified appserver/tests/v2-tests/appserv-tests/devtests/admin/framework/testfiles/samples/testMBeanRegistry.smp
The file was modified nucleus/admin/launcher/src/test/resources/domains/domain1/config/domain.xml
The file was modified nucleus/common/common-util/src/test/resources/adminport.xml
The file was modified nucleus/common/common-util/src/test/resources/noconfig.xml
The file was modified nucleus/common/common-util/src/test/resources/v2domain.xml
The file was modified appserver/jdbc/admin/src/test/resources/DomainTest.xml
The file was modified nucleus/admin/launcher/src/test/resources/domains/domainNoLog/config/domain.xml
The file was modified nucleus/common/common-util/src/test/resources/wrongorder.xml
The file was modified nucleus/common/common-util/src/test/resources/adminport2.xml
The file was modified nucleus/common/common-util/src/test/resources/rightordernoclosedomain.xml
The file was modified nucleus/admin/launcher/src/test/resources/domains/baddomain/config/domain.xml
The file was modified nucleus/admin/launcher/src/test/resources/domains/domain3/config/domain.xml
Commit 5860e42c2edeb9f3b46428fcf9dab95790a9a3f0 by Glassfish Bot
Prepare release 7.0.9
The file was modified appserver/tests/paas/bookstore/pom.xml
The file was modified appserver/tests/tck/pages_tags/pom.xml
The file was modified appserver/deployment/dtds/pom.xml
The file was modified appserver/persistence/cmp/support-sqlstore/pom.xml
The file was modified appserver/featuresets/pom.xml
The file was modified appserver/jdbc/templates/pom.xml
The file was modified appserver/tests/paas/basic-service-discovery/pom.xml
The file was modified appserver/tests/embedded/basic/lifecycle/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/osgi-platforms/osgi-container/pom.xml
The file was modified appserver/tests/paas/appscoped-db-with-resources-xml/pom.xml
The file was modified appserver/concurrent/concurrent-connector/pom.xml
The file was modified appserver/resources/resources-connector/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authorization-tck/pom.xml
The file was modified appserver/common/glassfish-naming/pom.xml
The file was modified appserver/extras/embedded/common/osgi-modules-uninstaller/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 nucleus/core/bootstrap/pom.xml
The file was modified nucleus/diagnostics/diagnostics-api/pom.xml
The file was modified appserver/batch/batch-database/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb1/pom.xml
The file was modified appserver/persistence/cmp/utility/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/filterURIMapping/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-model/pom.xml
The file was modified appserver/appclient/client/acc-config/pom.xml
The file was modified appserver/security/webservices.security/pom.xml
The file was modified appserver/extras/embedded/common/osgi-main/pom.xml
The file was modified docs/deployment-planning-guide/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/pom.xml
The file was modified appserver/tests/tck/tck-download/javatest/pom.xml
The file was modified appserver/tests/paas/basic-db/pom.xml
The file was modified nucleus/deployment/schemas/pom.xml
The file was modified appserver/tests/tck/expression_language/pom.xml
The file was modified appserver/persistence/cmp/enhancer/pom.xml
The file was modified nucleus/distributions/nucleus/pom.xml
The file was modified docs/error-messages-reference/pom.xml
The file was modified docs/administration-guide/pom.xml
The file was modified appserver/web/gui-plugin-common/pom.xml
The file was modified appserver/ldapbp/pom.xml
The file was modified appserver/tests/paas/external-and-shared-service/pom.xml
The file was modified appserver/webservices/metro-glue/pom.xml
The file was modified appserver/tests/quicklook/admin/pom.xml
The file was modified appserver/persistence/common/pom.xml
The file was modified nucleus/featuresets/nucleus/pom.xml
The file was modified appserver/tests/tck/connectors/pom.xml
The file was modified qa/pom.xml
The file was modified appserver/connectors/connectors-connector/pom.xml
The file was modified nucleus/grizzly/pom.xml
The file was modified appserver/tests/paas/basic/pom.xml
The file was modified appserver/tests/hk2/cdi/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/osgi-platforms/osgi-cli-remote/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/jms/jmsra/pom.xml
The file was modified pom.xml
The file was modified appserver/tests/paas/external-db-service/pom.xml
The file was modified appserver/admingui/gf-admingui-connector/pom.xml
The file was modified appserver/load-balancer/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tags-tck/pom.xml
The file was modified appserver/extras/embedded/common/pom.xml
The file was modified appserver/ejb/ejb-timer-service-app/pom.xml
The file was modified nucleus/featuresets/pom.xml
The file was modified appserver/distributions/glassfish/pom.xml
The file was modified appserver/tests/tck/pom.xml
The file was modified appserver/web/weld-integration/pom.xml
The file was modified docs/add-on-component-development-guide/pom.xml
The file was modified nucleus/cluster/gms-adapter/pom.xml
The file was modified nucleus/osgi-platforms/pom.xml
The file was modified appserver/tests/embedded/static/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars/pom.xml
The file was modified appserver/webservices/webservices-scripts/pom.xml
The file was modified appserver/admin/cli-optional/pom.xml
The file was modified appserver/connectors/admin/pom.xml
The file was modified appserver/admingui/war/pom.xml
The file was modified appserver/extras/embedded/all/pom.xml
The file was modified appserver/grizzly/glassfish-grizzly-extra-all/pom.xml
The file was modified docs/embedded-server-guide/pom.xml
The file was modified appserver/tests/paas/basic-db-with-resources-xml/pom.xml
The file was modified docs/installation-guide/pom.xml
The file was modified appserver/microprofile/connectors/pom.xml
The file was modified appserver/appclient/server/core/pom.xml
The file was modified appserver/admin/pom.xml
The file was modified appserver/tests/embedded/web/pom.xml
The file was modified docs/distribution/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/multipleApps/pom.xml
The file was modified appserver/connectors/connectors-runtime/pom.xml
The file was modified appserver/tests/embedded/cdi_ejb_jpa/pom.xml
The file was modified nucleus/flashlight/framework/pom.xml
The file was modified appserver/tests/tck/jwt/pom.xml
The file was modified appserver/web/gf-web-connector/pom.xml
The file was modified appserver/extras/embedded/common/instanceroot-builder/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/lib1/pom.xml
The file was modified appserver/distributions/glassfish-common/pom.xml
The file was modified nucleus/parent/pom.xml
The file was modified appserver/tests/embedded/utils/pom.xml
The file was modified appserver/persistence/cmp/cmp-all/pom.xml
The file was modified appserver/common/container-common/pom.xml
The file was modified appserver/concurrent/concurrent-impl/pom.xml
The file was modified nucleus/core/extra-jre-packages/pom.xml
The file was modified appserver/jdbc/jdbc-runtime/pom.xml
The file was modified appserver/admin/template/pom.xml
The file was modified nucleus/deployment/common/pom.xml
The file was modified appserver/tests/embedded/static/ejb/simple/pom.xml
The file was modified appserver/tests/quicklook/amx/pom.xml
The file was modified appserver/web/cdi-api-fragment/pom.xml
The file was modified appserver/common/annotation-framework/pom.xml
The file was modified nucleus/hk2-config-types/pom.xml
The file was modified appserver/flashlight/client/pom.xml
The file was modified appserver/jms/pom.xml
The file was modified nucleus/flashlight/pom.xml
The file was modified appserver/resources/mail/mail-runtime/pom.xml
The file was modified appserver/ha/ha-shoal-store/pom.xml
The file was modified appserver/tests/paas/enable-disable-test/pom.xml
The file was modified appserver/microprofile/pom.xml
The file was modified appserver/jdbc/jdbc-ra/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/ejb2/pom.xml
The file was modified appserver/web/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/basic/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 nucleus/deployment/dtds/pom.xml
The file was modified appserver/ejb/ejb-full-container/pom.xml
The file was modified appserver/tests/quicklook/adminconsole/pom.xml
The file was modified appserver/tests/tck/authentication/pom.xml
The file was modified appserver/web/web-naming/pom.xml
The file was modified appserver/tests/embedded/ejb/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso2/pom.xml
The file was modified appserver/common/glassfish-ee-api/pom.xml
The file was modified nucleus/security/core/pom.xml
The file was modified appserver/extras/jakartaee/pom.xml
The file was modified appserver/distributions/pom.xml
The file was modified appserver/tests/embedded/cdi_basic/pom.xml
The file was modified appserver/web/weld-integration-test-fragment/pom.xml
The file was modified appserver/tests/application/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-interactive/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tck/pom.xml
The file was modified docs/release-notes/pom.xml
The file was modified appserver/tests/paas/deployment-rollback/pom.xml
The file was modified appserver/tests/embedded/static/ejb/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-rest-tck/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/itest-tools/pom.xml
The file was modified appserver/tests/tck/validation/pom.xml
The file was modified appserver/transaction/pom.xml
The file was modified appserver/appclient/server/connector/pom.xml
The file was modified nucleus/admin/util/pom.xml
The file was modified appserver/admin/backup/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/pom.xml
The file was modified appserver/tests/appserv-tests/util/reportbuilder/pom.xml
The file was modified nucleus/pom.xml
The file was modified appserver/appclient/client/acc/pom.xml
The file was modified appserver/osgi-platforms/glassfish-osgi-console-plugin/pom.xml
The file was modified appserver/connectors/connectors-inbound-runtime/pom.xml
The file was modified appserver/common/pom.xml
The file was modified appserver/persistence/pom.xml
The file was modified appserver/extras/appserv-rt/dist-frag/pom.xml
The file was modified appserver/admingui/dataprovider/pom.xml
The file was modified appserver/extras/embedded/common/installroot-builder/pom.xml
The file was modified nucleus/security/services/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/mdb/pom.xml
The file was modified nucleus/distributions/pom.xml
The file was modified appserver/web/web-glue/pom.xml
The file was modified appserver/tests/tck/cdi/pom.xml
The file was modified nucleus/flashlight/flashlight-extra-jdk-packages/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/getRequestURI/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/dirListing/pom.xml
The file was modified appserver/extras/pom.xml
The file was modified nucleus/core/kernel/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/tck/tck-download/jakarta-connectors-full-tck/pom.xml
The file was modified appserver/flashlight/pom.xml
The file was modified appserver/tests/embedded/scatteredarchive/pom.xml
The file was modified appserver/webservices/soap-tcp/pom.xml
The file was modified appserver/tests/paas/external-db-service/test/pom.xml
The file was modified appserver/ejb/ejb-internal-api/pom.xml
The file was modified appserver/tests/paas/scale_service/pom.xml
The file was modified appserver/tests/sse/videoplayer/pom.xml
The file was modified appserver/tests/quicklook/ejb/sfulnoi/pom.xml
The file was modified nucleus/core/pom.xml
The file was modified appserver/resources/resources-runtime/pom.xml
The file was modified appserver/jdbc/pom.xml
The file was modified appserver/core/api-exporter-fragment/pom.xml
The file was modified appserver/tests/quicklook/ejb/embedded/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-full/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/jsptest/pom.xml
The file was modified nucleus/common/scattered-archive-api/pom.xml
The file was modified appserver/ejb/ejb-connector/pom.xml
The file was modified appserver/ejb/ejb-all/pom.xml
The file was modified appserver/tests/quicklook/jms/injection/pom.xml
The file was modified nucleus/common/mbeanserver/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb1/pom.xml
The file was modified appserver/web/web-sse/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/tests/hk2/cdi/basic/ejb1/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/sessionDestroyed/pom.xml
The file was modified appserver/tests/paas/service_metadata/provision_using_specified_template/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/common/pom.xml
The file was modified appserver/transaction/jts/pom.xml
The file was modified appserver/persistence/entitybean-container/pom.xml
The file was modified appserver/tests/cdi/negative/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/queryString/pom.xml
The file was modified appserver/webservices/metro-fragments/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war1/pom.xml
The file was modified appserver/tests/hk2/pom.xml
The file was modified appserver/web/admin/pom.xml
The file was modified nucleus/cluster/ssh/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/tests/embedded/maven-plugin/jsftest/pom.xml
The file was modified appserver/osgi-platforms/felix-webconsole-extension/pom.xml
The file was modified nucleus/grizzly/config/pom.xml
The file was modified nucleus/admin/config-api/pom.xml
The file was modified appserver/pom.xml
The file was modified docs/ha-administration-guide/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/web/pom.xml
The file was modified appserver/appclient/client/pom.xml
The file was modified appserver/tests/admin/tests/pom.xml
The file was modified appserver/common/amx-jakartaee/pom.xml
The file was modified appserver/deployment/schemas/pom.xml
The file was modified appserver/featuresets/debug/pom.xml
The file was modified appserver/extras/embedded/pom.xml
The file was modified appserver/security/pom.xml
The file was modified appserver/extras/jakartaee/dist-frag/pom.xml
The file was modified appserver/tests/quicklook/ejb/remoteview/pom.xml
The file was modified nucleus/xmlbind-annotations/pom.xml
The file was modified docs/publish/pom.xml
The file was modified appserver/ha/ha-file-store/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso1/pom.xml
The file was modified appserver/osgi-platforms/pom.xml
The file was modified appserver/admingui/full/pom.xml
The file was modified appserver/ha/ha-shoal-cache-bootstrap/pom.xml
The file was modified appserver/tests/tck/connectors-full/pom.xml
The file was modified nucleus/common/internal-api/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment1/pom.xml
The file was modified appserver/deployment/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb2/pom.xml
The file was modified appserver/tests/paas/lazy-shared-service-test/pom.xml
The file was modified appserver/tests/paas/javaee_shared_service/pom.xml
The file was modified nucleus/osgi-platforms/felix/pom.xml
The file was modified appserver/web/web-embed/api/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/advanced/pom.xml
The file was modified appserver/extras/embedded/tests/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/mydb-plugin/pom.xml
The file was modified appserver/extras/embedded/nucleus/pom.xml
The file was modified appserver/webservices/pom.xml
The file was modified appserver/admingui/concurrent/pom.xml
The file was modified appserver/tests/paas/ext-shared-service-enable-disable-test/pom.xml
The file was modified appserver/admingui/jms-plugin/pom.xml
The file was modified appserver/web/jersey-ejb-component-provider/pom.xml
The file was modified appserver/tests/paas/service_metadata/custom_db_name/pom.xml
The file was modified appserver/admingui/pom.xml
The file was modified appserver/tests/hk2/isolation/web/pom.xml
The file was modified nucleus/admin/cli/pom.xml
The file was modified appserver/appclient/client/appclient-scripts/pom.xml
The file was modified appserver/tests/tck/microprofile/rest-client/pom.xml
The file was modified appserver/tests/cdi/cases/runner/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/ejb-auth-async/scheduler-service/pom.xml
The file was modified appserver/load-balancer/gf-load-balancer-connector/pom.xml
The file was modified appserver/connectors/work-management/pom.xml
The file was modified appserver/admingui/plugin-service/pom.xml
The file was modified appserver/jms/gf-jms-connector/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/tests/tck/embedded_ejb_smoke/ejb_lite_basic/pom.xml
The file was modified appserver/extras/embedded/shell/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/localejbs/pom.xml
The file was modified nucleus/security/ssl-impl/pom.xml
The file was modified appserver/tests/embedded/web/web-war/test/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/runner/pom.xml
The file was modified appserver/persistence/gf-jpa-connector/pom.xml
The file was modified appserver/persistence/eclipselink-wrapper/pom.xml
The file was modified nucleus/admin/rest/gf-restadmin-connector/pom.xml
The file was modified nucleus/admin/monitor/pom.xml
The file was modified nucleus/common/simple-glassfish-api/pom.xml
The file was modified appserver/tests/community/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 docs/performance-tuning-guide/pom.xml
The file was modified appserver/security/ejb.security/pom.xml
The file was modified nucleus/admin/rest/rest-client/pom.xml
The file was modified appserver/resources/pom.xml
The file was modified appserver/tests/paas/basic-db-initsql/pom.xml
The file was modified docs/reference-manual/pom.xml
The file was modified appserver/tests/embedded/web/servlet/pom.xml
The file was modified appserver/webservices/connector/pom.xml
The file was modified appserver/deployment/jakartaee-full/pom.xml
The file was modified appserver/connectors/pom.xml
The file was modified appserver/tests/pom.xml
The file was modified appserver/persistence/cmp/support-ejb/pom.xml
The file was modified nucleus/admin/pom.xml
The file was modified nucleus/admin/rest/rest-testing/pom.xml
The file was modified appserver/tests/admin/pom.xml
The file was modified appserver/tests/embedded/web/web-war/war/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war2/pom.xml
The file was modified appserver/admin/admin-core/pom.xml
The file was modified appserver/distributions/docker/pom.xml
The file was modified appserver/tests/amx/pom.xml
The file was modified nucleus/grizzly/nucleus-grizzly-all/pom.xml
The file was modified appserver/jms/jms-core/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/programmatic-authentication/pom.xml
The file was modified nucleus/common/common-util/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jmxUndeployEvent/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/spetest/pom.xml
The file was modified nucleus/common/pom.xml
The file was modified docs/upgrade-guide/pom.xml
The file was modified appserver/tests/sse/basic/pom.xml
The file was modified appserver/tests/embedded/basic/pom.xml
The file was modified appserver/web/web-core/pom.xml
The file was modified appserver/security/webintegration/pom.xml
The file was modified appserver/featuresets/web/pom.xml
The file was modified appserver/web/weld-integration-fragment/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/applicationDispatcher/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/pom.xml
The file was modified appserver/extras/embedded/web/pom.xml
The file was modified appserver/orb/orb-iiop/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-ant-based-tck/pom.xml
The file was modified appserver/transaction/jta/pom.xml
The file was modified appserver/ejb/ejb-timer-databases/pom.xml
The file was modified appserver/web/jspcaching-connector/pom.xml
The file was modified appserver/admingui/core/pom.xml
The file was modified appserver/tests/paas/basic-db-teardown-sql/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars-xa/pom.xml
The file was modified docs/troubleshooting-guide/pom.xml
The file was modified appserver/persistence/jpa-container/pom.xml
The file was modified appserver/microprofile/config/pom.xml
The file was modified appserver/persistence/cmp/internal-api/pom.xml
The file was modified appserver/persistence/cmp/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/web/gf-weld-connector/pom.xml
The file was modified appserver/admingui/jts/pom.xml
The file was modified appserver/tests/tck/rest/pom.xml
The file was modified nucleus/admin/rest/rest-service/pom.xml
The file was modified appserver/tests/cdi/pom.xml
The file was modified appserver/tests/cdi/cases/pom.xml
The file was modified appserver/tests/tck/pages/pom.xml
The file was modified appserver/tests/paas/service_metadata/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc40/pom.xml
The file was modified docs/application-deployment-guide/pom.xml
The file was modified nucleus/cluster/admin/pom.xml
The file was modified appserver/extras/jakartaee/manifest-jar/pom.xml
The file was modified appserver/deployment/dol/pom.xml
The file was modified appserver/admingui/common/pom.xml
The file was modified appserver/webservices/jsr109-impl/pom.xml
The file was modified appserver/tests/admin/admin-extension/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/war/pom.xml
The file was modified appserver/ejb/ejb-client/pom.xml
The file was modified appserver/web/war-util/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/webservice/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/admingui/ejb/pom.xml
The file was modified appserver/tests/tck/tck-runner/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/jakartaee/pom.xml
The file was modified appserver/tests/tck/tck-download/tsharness/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/simple/pom.xml
The file was modified appserver/admingui/community-theme/pom.xml
The file was modified appserver/tests/tck/authorization/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/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 nucleus/diagnostics/context/pom.xml
The file was modified nucleus/glassfish-jul-extension/pom.xml
The file was modified appserver/resources/mail/pom.xml
The file was modified appserver/load-balancer/admin/pom.xml
The file was modified appserver/appclient/server/pom.xml
The file was modified nucleus/common/amx-core/pom.xml
The file was modified appserver/tests/paas/basic-jpa/pom.xml
The file was modified appserver/admingui/jca/pom.xml
The file was modified appserver/ejb/ejb-container/pom.xml
The file was modified appserver/tests/embedded/glassfish_resources_xml/pom.xml
The file was modified appserver/web/jersey-mvc-connector/pom.xml
The file was modified appserver/tests/admingui/auto-test/pom.xml
The file was modified appserver/transaction/internal-api/pom.xml
The file was modified appserver/tests/embedded/web/web-api/pom.xml
The file was modified appserver/tests/quicklook/pom.xml
The file was modified appserver/tests/cdi/negative/normalScopeWithFinal/pom.xml
The file was modified appserver/tests/embedded/ejb/basic/pom.xml
The file was modified appserver/tests/tck/tck-download/pom.xml
The file was modified appserver/tests/embedded/pom.xml
The file was modified appserver/tests/paas/external-db-service/generatederbyvm/pom.xml
The file was modified appserver/concurrent/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/basic/pom.xml
The file was modified appserver/tests/tck/microprofile/pom.xml
The file was modified appserver/tests/quicklook/rest/pom.xml
The file was modified nucleus/test-utils/pom.xml
The file was modified nucleus/admin/rest/pom.xml
The file was modified appserver/security/security-all/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/ear/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/advanced/pom.xml
The file was modified appserver/tests/embedded/web/web-war/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/pom.xml
The file was modified docs/application-development-guide/pom.xml
The file was modified appserver/tests/cdi/negative/runner/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-core/pom.xml
The file was modified appserver/tests/quicklook/ejb/singleton/pom.xml
The file was modified appserver/tests/paas/helloworld/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/batch/pom.xml
The file was modified appserver/orb/orb-enabler/pom.xml
The file was modified appserver/tests/appserv-tests/pom.xml
The file was modified nucleus/flashlight/agent/pom.xml
The file was modified appserver/resources/mail/mail-connector/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/lib/pom.xml
The file was modified appserver/persistence/cmp/ejb-mapping/pom.xml
The file was modified appserver/grizzly/grizzly-container/pom.xml
The file was modified appserver/jms/gf-jms-injection/pom.xml
The file was modified nucleus/deployment/autodeploy/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/pom.xml
The file was modified appserver/persistence/cmp/generator-database/pom.xml
The file was modified appserver/appclient/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/app/pom.xml
The file was modified appserver/jms/admin/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/init/pom.xml
The file was modified nucleus/distributions/atomic/pom.xml
The file was modified appserver/tests/hk2/isolation/pom.xml
The file was modified nucleus/diagnostics/pom.xml
The file was modified nucleus/hk2-config-generator/pom.xml
The file was modified docs/quick-start-guide/pom.xml
The file was modified appserver/tests/embedded/ejb/remoteejb/pom.xml
The file was modified appserver/web/jsf-connector/pom.xml
The file was modified nucleus/cluster/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/multiBeansApp/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/static-shell-init/pom.xml
The file was modified nucleus/admin/template/pom.xml
The file was modified appserver/deployment/jakartaee-core/pom.xml
The file was modified appserver/connectors/connectors-internal-api/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/index/pom.xml
The file was modified nucleus/core/context-propagation/pom.xml
The file was modified appserver/libpam4j/pom.xml
The file was modified appserver/distributions/web/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/websockets/pom.xml
The file was modified nucleus/featuresets/atomic/pom.xml
The file was modified appserver/persistence/cmp/cmp-scripts/pom.xml
The file was modified appserver/jdbc/admin/pom.xml
The file was modified appserver/tests/tck/faces/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-servlet-tck/pom.xml
The file was modified appserver/tests/embedded/inplanted/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-faces-tck/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/runner/pom.xml
The file was modified appserver/tests/embedded/wrapper/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 nucleus/core/api-exporter/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/pom.xml
The file was modified appserver/web/webtier-all/pom.xml
The file was modified nucleus/admin/launcher/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment3/pom.xml
The file was modified appserver/core/jakartaee-kernel/pom.xml
The file was modified appserver/tests/embedded/static/web/pom.xml
The file was modified nucleus/security/pom.xml
The file was modified appserver/tests/embedded/servlet_runs_admin_cmds/pom.xml
The file was modified appserver/tests/tck/servlet/pom.xml
The file was modified appserver/security/appclient.security/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/pom.xml
The file was modified appserver/admingui/web/pom.xml
The file was modified appserver/core/pom.xml
The file was modified appserver/jdbc/jdbc-config/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/pom.xml
The file was modified appserver/tests/hk2/isolation/runner/pom.xml
The file was modified appserver/admin/cli/pom.xml
The file was modified appserver/tests/tck/rest_cdi/pom.xml
The file was modified docs/website/pom.xml
The file was modified nucleus/deployment/pom.xml
The file was modified appserver/tests/embedded/ejb/ejb-api/pom.xml
The file was modified nucleus/deployment/admin/pom.xml
The file was modified appserver/connectors/descriptors/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/pom.xml
The file was modified appserver/extras/appserv-rt/pom.xml
The file was modified appserver/tests/paas/basic-shared-service-test/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/runner/pom.xml
The file was modified appserver/ant-tasks/pom.xml
The file was modified docs/parent/pom.xml
The file was modified appserver/admingui/corba/pom.xml
The file was modified appserver/featuresets/glassfish/pom.xml
The file was modified nucleus/core/logging/pom.xml
The file was modified appserver/admingui/ejb-lite/pom.xml
The file was modified appserver/appclient/client/acc-standalone/pom.xml
The file was modified appserver/extras/embedded/common/bootstrap/pom.xml
The file was modified nucleus/common/glassfish-api/pom.xml
The file was modified appserver/orb/orb-connector/pom.xml
The file was modified appserver/batch/glassfish-batch-commands/pom.xml
The file was modified appserver/ejb/pom.xml
The file was modified appserver/extras/appserv-rt/manifest-jar/pom.xml
The file was modified appserver/orb/pom.xml
The file was modified appserver/tests/embedded/web/web-all/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authentication-tck/pom.xml
The file was modified nucleus/cluster/common/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-ra-distribution/pom.xml
The file was modified nucleus/cluster/gms-bootstrap/pom.xml
The file was modified appserver/tests/admingui/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/mq-test/pom.xml
The file was modified appserver/admingui/jdbc/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/pom.xml
The file was modified docs/pom.xml
The file was modified nucleus/admin/server-mgmt/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/runner/pom.xml
Commit 5f054e6a2416c8f86dcff5a91fe6cfde606d07ac by Glassfish Bot
Prepare next development cycle for 7.0.10
The file was modified appserver/admin/pom.xml
The file was modified appserver/persistence/cmp/pom.xml
The file was modified appserver/common/stats77/pom.xml
The file was modified appserver/persistence/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/secureWebApp/pom.xml
The file was modified nucleus/common/simple-glassfish-api/pom.xml
The file was modified appserver/admingui/jts/pom.xml
The file was modified appserver/load-balancer/admin/pom.xml
The file was modified nucleus/core/api-exporter/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-faces-tck/pom.xml
The file was modified appserver/tests/embedded/web/web-war/pom.xml
The file was modified docs/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/tests/amx/pom.xml
The file was modified appserver/tests/admin/admin-extension/pom.xml
The file was modified appserver/core/pom.xml
The file was modified appserver/ha/ha-shoal-cache-bootstrap/pom.xml
The file was modified nucleus/common/amx-core/pom.xml
The file was modified nucleus/featuresets/atomic/pom.xml
The file was modified appserver/admingui/corba/pom.xml
The file was modified appserver/batch/glassfish-batch-connector/pom.xml
The file was modified appserver/extras/embedded/nucleus/pom.xml
The file was modified appserver/tests/embedded/mysql/pom.xml
The file was modified nucleus/distributions/atomic/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/pom.xml
The file was modified appserver/web/weld-integration-fragment/pom.xml
The file was modified appserver/appclient/server/connector/pom.xml
The file was modified nucleus/admin/util/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/runner/pom.xml
The file was modified appserver/tests/tck/rest_cdi/pom.xml
The file was modified docs/application-deployment-guide/pom.xml
The file was modified appserver/extras/appserv-rt/dist-frag/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment3/pom.xml
The file was modified appserver/tests/quicklook/admin/pom.xml
The file was modified appserver/tests/tck/validation/pom.xml
The file was modified nucleus/common/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/dirListing/pom.xml
The file was modified appserver/ejb/ejb-internal-api/pom.xml
The file was modified appserver/tests/paas/basic-db-initsql/pom.xml
The file was modified appserver/ejb/ejb-connector/pom.xml
The file was modified nucleus/diagnostics/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/advanced/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/persistence/cmp/cmp-scripts/pom.xml
The file was modified nucleus/pom.xml
The file was modified nucleus/distributions/nucleus-common/pom.xml
The file was modified appserver/tests/quicklook/ejb/sfulnoi/pom.xml
The file was modified appserver/orb/orb-connector/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/lib/pom.xml
The file was modified appserver/deployment/jakartaee-core/pom.xml
The file was modified appserver/web/gf-weld-connector/pom.xml
The file was modified nucleus/deployment/schemas/pom.xml
The file was modified appserver/connectors/admin/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/tck/tck-download/jakarta-authentication-tck/pom.xml
The file was modified nucleus/distributions/pom.xml
The file was modified appserver/core/jakartaee-kernel/pom.xml
The file was modified appserver/extras/embedded/web/pom.xml
The file was modified docs/distribution/pom.xml
The file was modified nucleus/diagnostics/diagnostics-api/pom.xml
The file was modified nucleus/core/kernel/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/web/pom.xml
The file was modified appserver/admingui/war/pom.xml
The file was modified appserver/tests/tck/expression_language/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-servlet-tck/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/advanced/pom.xml
The file was modified appserver/osgi-platforms/felix-webconsole-extension/pom.xml
The file was modified appserver/web/jsf-connector/pom.xml
The file was modified appserver/tests/quicklook/ejb/singleton/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/jdbc/jdbc-runtime/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-commands-tests/pom.xml
The file was modified docs/add-on-component-development-guide/pom.xml
The file was modified nucleus/diagnostics/context/pom.xml
The file was modified appserver/appclient/server/pom.xml
The file was modified nucleus/common/glassfish-api/pom.xml
The file was modified appserver/security/webservices.security/pom.xml
The file was modified appserver/admingui/full/pom.xml
The file was modified appserver/appclient/client/acc/pom.xml
The file was modified docs/error-messages-reference/pom.xml
The file was modified appserver/persistence/cmp/support-ejb/pom.xml
The file was modified appserver/tests/embedded/basic/pom.xml
The file was modified nucleus/admin/rest/gf-restadmin-connector/pom.xml
The file was modified appserver/transaction/internal-api/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/static-shell-init/pom.xml
The file was modified appserver/connectors/connectors-runtime/pom.xml
The file was modified appserver/tests/embedded/ejb/basic/pom.xml
The file was modified appserver/tests/embedded/static/web/pom.xml
The file was modified docs/publish/pom.xml
The file was modified appserver/tests/admin/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/init/pom.xml
The file was modified appserver/admingui/cluster/pom.xml
The file was modified appserver/tests/paas/appscoped-db-with-resources-xml/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/app/pom.xml
The file was modified appserver/connectors/work-management/pom.xml
The file was modified docs/deployment-planning-guide/pom.xml
The file was modified nucleus/resources/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/batch/glassfish-batch-commands/pom.xml
The file was modified nucleus/core/pom.xml
The file was modified appserver/resources/mail/mail-connector/pom.xml
The file was modified appserver/microprofile/pom.xml
The file was modified appserver/appclient/client/appclient-scripts/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/ejb-auth-async/scheduler-service/pom.xml
The file was modified appserver/orb/orb-iiop/pom.xml
The file was modified appserver/tests/community/pom.xml
The file was modified appserver/admingui/concurrent/pom.xml
The file was modified appserver/distributions/web/pom.xml
The file was modified nucleus/deployment/admin/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/inplanted/pom.xml
The file was modified appserver/microprofile/config/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-authorization-tck/pom.xml
The file was modified nucleus/grizzly/pom.xml
The file was modified appserver/common/glassfish-naming/pom.xml
The file was modified appserver/web/admin/pom.xml
The file was modified appserver/tests/embedded/ejb/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso1/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/jars/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/pom.xml
The file was modified appserver/tests/embedded/web/web-api/pom.xml
The file was modified appserver/tests/cdi/negative/pom.xml
The file was modified appserver/security/webintegration/pom.xml
The file was modified appserver/connectors/connectors-internal-api/pom.xml
The file was modified docs/troubleshooting-guide/pom.xml
The file was modified appserver/ejb/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/remoteejbs/pom.xml
The file was modified appserver/extras/embedded/common/installroot-builder/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/pom.xml
The file was modified docs/administration-guide/pom.xml
The file was modified nucleus/admin/monitor/pom.xml
The file was modified nucleus/admin/rest/pom.xml
The file was modified appserver/common/glassfish-ee-api/pom.xml
The file was modified appserver/tests/paas/external-db-service/generatederbyvm/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war1/pom.xml
The file was modified nucleus/common/common-util/pom.xml
The file was modified appserver/tests/paas/basic-shared-service-test/pom.xml
The file was modified appserver/tests/paas/lazy-shared-service-test/pom.xml
The file was modified appserver/persistence/cmp/ejb-mapping/pom.xml
The file was modified appserver/tests/quicklook/wsit/jsr109tester/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jmxUndeployEvent/pom.xml
The file was modified appserver/tests/paas/service_metadata/provision_using_specified_template/pom.xml
The file was modified nucleus/xmlbind-annotations/pom.xml
The file was modified nucleus/osgi-platforms/pom.xml
The file was modified appserver/admingui/plugin-service/pom.xml
The file was modified appserver/tests/embedded/static/ejb/simple/pom.xml
The file was modified appserver/concurrent/pom.xml
The file was modified appserver/tests/paas/ext-shared-service-enable-disable-test/pom.xml
The file was modified appserver/tests/admin/tests/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/spetest/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/pom.xml
The file was modified appserver/admin/admin-core/pom.xml
The file was modified appserver/jms/jms-core/pom.xml
The file was modified appserver/persistence/entitybean-container/pom.xml
The file was modified pom.xml
The file was modified appserver/webservices/webservices-scripts/pom.xml
The file was modified nucleus/deployment/common/pom.xml
The file was modified nucleus/deployment/pom.xml
The file was modified appserver/extras/embedded/shell/pom.xml
The file was modified appserver/web/jstl-connector/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsptest/pom.xml
The file was modified appserver/batch/pom.xml
The file was modified appserver/deployment/jakartaee-full/pom.xml
The file was modified appserver/tests/embedded/pom.xml
The file was modified appserver/tests/tck/microprofile/rest-client/pom.xml
The file was modified appserver/tests/tck/authorization/pom.xml
The file was modified appserver/jdbc/templates/pom.xml
The file was modified appserver/security/security-all/pom.xml
The file was modified appserver/extras/embedded/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/common/pom.xml
The file was modified appserver/microprofile/connectors/pom.xml
The file was modified appserver/admingui/jca/pom.xml
The file was modified appserver/admingui/community-theme/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/sse/videoplayer/pom.xml
The file was modified appserver/tests/paas/pom.xml
The file was modified appserver/web/jersey-ejb-component-provider/pom.xml
The file was modified appserver/tests/paas/basic-service-discovery/pom.xml
The file was modified appserver/web/weld-integration/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/applicationDispatcher/pom.xml
The file was modified nucleus/admin/pom.xml
The file was modified appserver/tests/hk2/isolation/runner/pom.xml
The file was modified appserver/tests/paas/enable-disable-test/pom.xml
The file was modified docs/website/pom.xml
The file was modified appserver/security/pom.xml
The file was modified appserver/jms/gf-jms-connector/pom.xml
The file was modified appserver/tests/tck/tck-download/javatest/pom.xml
The file was modified appserver/connectors/connectors-connector/pom.xml
The file was modified appserver/core/api-exporter-fragment/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/lib1/pom.xml
The file was modified appserver/tests/tck/authentication/pom.xml
The file was modified nucleus/distributions/nucleus/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/cluster/cli/pom.xml
The file was modified appserver/extras/appserv-rt/pom.xml
The file was modified appserver/resources/resources-runtime/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/ejb1/pom.xml
The file was modified appserver/common/amx-jakartaee/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/cdi/cases/runner/pom.xml
The file was modified appserver/grizzly/grizzly-container/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 nucleus/flashlight/agent/pom.xml
The file was modified appserver/web/weld-integration-test-fragment/pom.xml
The file was modified appserver/deployment/dol/pom.xml
The file was modified appserver/tests/embedded/wrapper/pom.xml
The file was modified appserver/web/webtier-all/pom.xml
The file was modified appserver/ejb/ejb-all/pom.xml
The file was modified appserver/tests/paas/javaee_shared_service/pom.xml
The file was modified nucleus/cluster/gms-adapter/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/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/embedded/web/web-war/web-fragment1/pom.xml
The file was modified appserver/grizzly/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/osgi-platforms/osgi-container/pom.xml
The file was modified appserver/resources/mail/pom.xml
The file was modified appserver/persistence/cmp/generator-database/pom.xml
The file was modified appserver/ejb/ejb-full-container/pom.xml
The file was modified nucleus/cluster/gms-bootstrap/pom.xml
The file was modified appserver/persistence/gf-jpa-connector/pom.xml
The file was modified appserver/tests/embedded/web/servlet/pom.xml
The file was modified appserver/tests/tck/microprofile/config/pom.xml
The file was modified appserver/admingui/ejb/pom.xml
The file was modified appserver/resources/pom.xml
The file was modified appserver/pom.xml
The file was modified docs/reference-manual/pom.xml
The file was modified appserver/tests/tck/connectors-full/pom.xml
The file was modified appserver/tests/paas/basic/pom.xml
The file was modified nucleus/admin/config-api/pom.xml
The file was modified appserver/tests/hk2/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/transaction/jta/pom.xml
The file was modified appserver/jms/pom.xml
The file was modified appserver/tests/tck/cdi/pom.xml
The file was modified appserver/extras/embedded/all/pom.xml
The file was modified appserver/extras/jakartaee/dist-frag/pom.xml
The file was modified appserver/load-balancer/pom.xml
The file was modified appserver/tests/quicklook/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/jsftest/pom.xml
The file was modified nucleus/grizzly/config/pom.xml
The file was modified appserver/concurrent/concurrent-connector/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/pom.xml
The file was modified appserver/distributions/pom.xml
The file was modified appserver/tests/embedded/ejb/remoteejb/pom.xml
The file was modified appserver/appclient/client/acc-standalone/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/pom.xml
The file was modified appserver/webservices/connector/pom.xml
The file was modified appserver/extras/embedded/common/instanceroot-builder/pom.xml
The file was modified appserver/tests/paas/basic-bookstore-dns/pom.xml
The file was modified nucleus/cluster/common/pom.xml
The file was modified nucleus/grizzly/nucleus-grizzly-all/pom.xml
The file was modified appserver/tests/embedded/cdi_ejb_jpa/pom.xml
The file was modified appserver/admin/template/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/tests/tck/pom.xml
The file was modified nucleus/admin/rest/rest-testing/pom.xml
The file was modified appserver/tests/pom.xml
The file was modified appserver/web/web-embed/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tags-tck/pom.xml
The file was modified appserver/web/war-util/pom.xml
The file was modified docs/parent/pom.xml
The file was modified appserver/extras/embedded/common/osgi-main/pom.xml
The file was modified appserver/tests/embedded/static/ejb/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/simple/pom.xml
The file was modified appserver/persistence/oracle-jdbc-driver-packages/pom.xml
The file was modified nucleus/flashlight/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/war/pom.xml
The file was modified appserver/jms/jmsra/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-expression-language-tck/pom.xml
The file was modified appserver/tests/tck/tck-runner/pom.xml
The file was modified nucleus/admin/rest/rest-service/pom.xml
The file was modified appserver/connectors/descriptors/pom.xml
The file was modified appserver/admingui/ejb-lite/pom.xml
The file was modified appserver/admingui/jms-plugin/pom.xml
The file was modified nucleus/deployment/dtds/pom.xml
The file was modified appserver/persistence/cmp/utility/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/tests/embedded/web/web-war/test/pom.xml
The file was modified appserver/tests/hk2/cdi/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 qa/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/ear/pom.xml
The file was modified appserver/tests/embedded/utils/pom.xml
The file was modified appserver/flashlight/client/pom.xml
The file was modified appserver/web/web-embed/api/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 appserver/featuresets/pom.xml
The file was modified nucleus/admin/template/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/webservice/pom.xml
The file was modified appserver/persistence/jpa-container/pom.xml
The file was modified appserver/web/web-sse/pom.xml
The file was modified nucleus/common/internal-api/pom.xml
The file was modified docs/release-notes/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/jdbc/jdbc-config/pom.xml
The file was modified nucleus/flashlight/framework/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/pom.xml
The file was modified nucleus/hk2-config-types/pom.xml
The file was modified appserver/ejb/ejb-timer-databases/pom.xml
The file was modified appserver/tests/embedded/cdi_basic/pom.xml
The file was modified appserver/deployment/dtds/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb1/pom.xml
The file was modified appserver/extras/embedded/common/pom.xml
The file was modified appserver/tests/appserv-tests/util/reportbuilder/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/runner/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc40/pom.xml
The file was modified appserver/tests/paas/basic-db-teardown-sql/pom.xml
The file was modified appserver/appclient/client/pom.xml
The file was modified nucleus/security/ssl-impl/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell-frag/pom.xml
The file was modified appserver/tests/quicklook/ejb/remoteview/pom.xml
The file was modified appserver/ejb/ejb-container/pom.xml
The file was modified appserver/tests/embedded/web/autodelete/pom.xml
The file was modified appserver/tests/paas/external-db-service/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/ejb_lite_basic/pom.xml
The file was modified appserver/appclient/pom.xml
The file was modified nucleus/admin/server-mgmt/pom.xml
The file was modified appserver/tests/hk2/isolation/web/pom.xml
The file was modified appserver/transaction/jts/pom.xml
The file was modified appserver/tests/tck/tck-download/pom.xml
The file was modified appserver/ant-tasks/pom.xml
The file was modified appserver/web/web-glue/pom.xml
The file was modified nucleus/admin/launcher/pom.xml
The file was modified nucleus/security/core/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/mdb/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/hk2/cdi/basic/pom.xml
The file was modified appserver/tests/tck/servlet/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/basic/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/runner/pom.xml
The file was modified nucleus/common/scattered-archive-api/pom.xml
The file was modified appserver/persistence/common/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-core/pom.xml
The file was modified appserver/tests/cdi/pom.xml
The file was modified appserver/web/web-core/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/multipleApps/pom.xml
The file was modified appserver/admingui/web/pom.xml
The file was modified appserver/featuresets/glassfish/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/pom.xml
The file was modified appserver/orb/pom.xml
The file was modified appserver/tests/hk2/isolation/pom.xml
The file was modified appserver/tests/cdi/negative/runner/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-connectors-tck/pom.xml
The file was modified nucleus/parent/pom.xml
The file was modified appserver/connectors/pom.xml
The file was modified appserver/extras/jakartaee/pom.xml
The file was modified docs/installation-guide/pom.xml
The file was modified appserver/tests/embedded/basic/lifecycle/pom.xml
The file was modified nucleus/security/pom.xml
The file was modified appserver/tests/embedded/glassfish_resources_xml/pom.xml
The file was modified appserver/featuresets/debug/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-interactive/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-connectors-full-tck/pom.xml
The file was modified appserver/tests/paas/helloworld/pom.xml
The file was modified appserver/tests/appserv-tests/pom.xml
The file was modified appserver/webservices/soap-tcp/pom.xml
The file was modified appserver/appclient/client/acc-config/pom.xml
The file was modified appserver/tests/tck/pages/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/admingui/gf-admingui-connector/pom.xml
The file was modified appserver/persistence/cmp/internal-api/pom.xml
The file was modified nucleus/core/extra-jre-packages/pom.xml
The file was modified nucleus/security/services/pom.xml
The file was modified appserver/tests/appserv-tests/cciblackbox-tx/pom.xml
The file was modified appserver/libpam4j/pom.xml
The file was modified appserver/tests/jakartaee/pom.xml
The file was modified docs/application-development-guide/pom.xml
The file was modified appserver/tests/tck/tck-download/tsharness/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/load-balancer/gf-load-balancer-connector/pom.xml
The file was modified appserver/tests/embedded/web/web-all/pom.xml
The file was modified appserver/web/gf-web-connector/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-model/pom.xml
The file was modified docs/security-guide/pom.xml
The file was modified appserver/extras/jakartaee/manifest-jar/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/orb/orb-enabler/pom.xml
The file was modified appserver/tests/paas/basic-db/pom.xml
The file was modified appserver/persistence/cmp/model/pom.xml
The file was modified appserver/tests/quicklook/ejb/slsbnicmt/pom.xml
The file was modified nucleus/admin/rest/rest-client/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/multiBeansApp/pom.xml
The file was modified nucleus/cluster/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/index/pom.xml
The file was modified appserver/transaction/pom.xml
The file was modified appserver/extras/appserv-rt/manifest-jar/pom.xml
The file was modified appserver/ha/ha-shoal-store/pom.xml
The file was modified appserver/security/appclient.security/pom.xml
The file was modified appserver/jdbc/admin/pom.xml
The file was modified appserver/admin/backup/pom.xml
The file was modified appserver/tests/embedded/scatteredarchive/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/paas/mq-shared-service-test/mq-test/pom.xml
The file was modified appserver/security/ejb.security/pom.xml
The file was modified appserver/admingui/dataprovider/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/pom.xml
The file was modified nucleus/flashlight/flashlight-extra-jdk-packages/pom.xml
The file was modified appserver/tests/paas/scale_service/pom.xml
The file was modified appserver/tests/quicklook/adminconsole/pom.xml
The file was modified nucleus/featuresets/nucleus/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/localejbs/pom.xml
The file was modified appserver/web/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/sessionDestroyed/pom.xml
The file was modified appserver/deployment/schemas/pom.xml
The file was modified docs/performance-tuning-guide/pom.xml
The file was modified appserver/extras/embedded/tests/pom.xml
The file was modified appserver/resources/resources-connector/pom.xml
The file was modified appserver/jms/gf-jms-injection/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-rest-tck/pom.xml
The file was modified appserver/tests/application/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/getRequestURI/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/runner/pom.xml
The file was modified appserver/tests/embedded/ejb/ejb-api/pom.xml
The file was modified appserver/jdbc/pom.xml
The file was modified nucleus/core/context-propagation/pom.xml
The file was modified appserver/osgi-platforms/pom.xml
The file was modified appserver/distributions/glassfish/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-ant-based-tck/pom.xml
The file was modified docs/ha-administration-guide/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb1/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/queryString/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/basic/pom.xml
The file was modified appserver/tests/cdi/negative/normalScopeWithFinal/pom.xml
The file was modified appserver/concurrent/concurrent-impl/pom.xml
The file was modified appserver/tests/tck/connectors/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/websockets/pom.xml
The file was modified appserver/jms/admin/pom.xml
The file was modified appserver/webservices/metro-glue/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars-xa/pom.xml
The file was modified appserver/tests/embedded/static/pom.xml
The file was modified appserver/persistence/cmp/enhancer/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb2/pom.xml
The file was modified nucleus/core/logging/pom.xml
The file was modified appserver/tests/embedded/web/web-war/war/pom.xml
The file was modified appserver/tests/paas/bookstore/pom.xml
The file was modified appserver/webservices/pom.xml
The file was modified appserver/batch/batch-database/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/pom.xml
The file was modified appserver/tests/quicklook/wsit/JaxwsFromWsdl/pom.xml
The file was modified appserver/itest-tools/pom.xml
The file was modified nucleus/core/bootstrap/pom.xml
The file was modified appserver/tests/tck/faces/pom.xml
The file was modified appserver/distributions/glassfish-common/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/standalonewar/pom.xml
The file was modified appserver/tests/sse/basic/pom.xml
The file was modified appserver/admingui/pom.xml
The file was modified appserver/tests/embedded/servlet_runs_admin_cmds/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-remote/pom.xml
The file was modified appserver/webservices/metro-fragments/pom.xml
The file was modified appserver/admingui/jdbc/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/tests/cdi/cases/pom.xml
The file was modified nucleus/hk2-config-generator/pom.xml
The file was modified appserver/extras/pom.xml
The file was modified appserver/tests/embedded/web/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-tck/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb2/pom.xml
The file was modified appserver/tests/admingui/auto-test/pom.xml
The file was modified appserver/admin/cli-optional/pom.xml
The file was modified nucleus/test-utils/pom.xml
The file was modified nucleus/cluster/ssh/pom.xml
The file was modified nucleus/common/mbeanserver/pom.xml
The file was modified appserver/grizzly/glassfish-grizzly-extra-all/pom.xml
The file was modified appserver/tests/tck/concurrency/pom.xml
The file was modified nucleus/osgi-platforms/felix/pom.xml
The file was modified appserver/flashlight/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/pom.xml
The file was modified nucleus/cluster/admin/pom.xml
The file was modified appserver/admingui/common/pom.xml
The file was modified appserver/common/annotation-framework/pom.xml
The file was modified appserver/ldapbp/pom.xml
The file was modified appserver/distributions/docker/pom.xml
The file was modified appserver/tests/paas/deployment-rollback/pom.xml
The file was modified appserver/tests/tck/jwt/pom.xml
The file was modified appserver/ha/ha-file-store/pom.xml
The file was modified appserver/admin/cli/pom.xml
The file was modified appserver/tests/paas/service_metadata/custom_db_name/pom.xml
The file was modified appserver/web/web-naming/pom.xml
The file was modified appserver/admingui/core/pom.xml
The file was modified appserver/tests/paas/basic-jpa/pom.xml
The file was modified appserver/tests/paas/basic-db-with-resources-xml/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/filterURIMapping/pom.xml
The file was modified appserver/tests/tck/microprofile/pom.xml
The file was modified appserver/persistence/eclipselink-wrapper/pom.xml
The file was modified appserver/tests/quicklook/ejb/embedded/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/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/featuresets/web/pom.xml
The file was modified appserver/ant-tasks/pom.xml
The file was modified appserver/tests/quicklook/ejb/sfulnoi/pom.xml
The file was modified appserver/common/glassfish-ee-api/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/app/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 nucleus/glassfish-jul-extension/pom.xml
The file was modified appserver/core/jakartaee-kernel/pom.xml
The file was modified appserver/admingui/ejb/pom.xml
The file was modified appserver/appclient/server/core/pom.xml
The file was modified appserver/webservices/webservices-scripts/pom.xml
The file was modified appserver/itest-tools/pom.xml
The file was modified appserver/tests/admin/admin-extension/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb1/pom.xml
The file was modified appserver/tests/embedded/static/ejb/simple/pom.xml
The file was modified appserver/tests/quicklook/jms/injection/pom.xml
The file was modified appserver/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/standalonewar/pom.xml
The file was modified appserver/tests/quicklook/adminconsole/pom.xml
The file was modified nucleus/common/pom.xml
The file was modified appserver/extras/jakartaee/manifest-jar/pom.xml
The file was modified nucleus/flashlight/framework/pom.xml
The file was modified appserver/tests/embedded/wrapper/pom.xml
The file was modified appserver/extras/jakartaee/dist-frag/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsptest/pom.xml
The file was modified nucleus/osgi-platforms/felix/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/pom.xml
The file was modified appserver/grizzly/grizzly-container/pom.xml
The file was modified appserver/transaction/jts/pom.xml
The file was modified appserver/tests/quicklook/amx/pom.xml
The file was modified appserver/tests/embedded/mysql/pom.xml
The file was modified appserver/ejb/ejb-all/pom.xml
The file was modified appserver/load-balancer/pom.xml
The file was modified appserver/resources/pom.xml
The file was modified nucleus/security/core/pom.xml
The file was modified nucleus/admin/launcher/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/queryString/pom.xml
The file was modified appserver/persistence/cmp/utility/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/static-shell-init/pom.xml
The file was modified appserver/jdbc/admin/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 nucleus/core/extra-jre-packages/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars/pom.xml
The file was modified nucleus/flashlight/agent/pom.xml
The file was modified appserver/tests/quicklook/ejb/slsbnicmt/pom.xml
The file was modified nucleus/security/ssl-impl/pom.xml
The file was modified appserver/distributions/pom.xml
The file was modified appserver/microprofile/connectors/pom.xml
The file was modified nucleus/featuresets/pom.xml
The file was modified appserver/security/webservices.security/pom.xml
The file was modified nucleus/cluster/gms-adapter/pom.xml
The file was modified nucleus/grizzly/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-ant-based-tck/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/extras/embedded/common/pom.xml
The file was modified appserver/extras/pom.xml
The file was modified appserver/orb/orb-iiop/pom.xml
The file was modified appserver/tests/embedded/ejb/ejb-api/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-remote/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc40/pom.xml
The file was modified appserver/orb/orb-connector/pom.xml
The file was modified appserver/jdbc/templates/pom.xml
The file was modified appserver/persistence/cmp/support-sqlstore/pom.xml
The file was modified appserver/tests/embedded/ejb/basic/pom.xml
The file was modified appserver/security/appclient.security/pom.xml
The file was modified appserver/tests/paas/ext-shared-service-enable-disable-test/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 docs/upgrade-guide/pom.xml
The file was modified nucleus/admin/rest/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/remoteejbs/pom.xml
The file was modified docs/security-guide/pom.xml
The file was modified appserver/admin/cli-optional/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/pom.xml
The file was modified appserver/persistence/oracle-jdbc-driver-packages/pom.xml
The file was modified appserver/deployment/dtds/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/pom.xml
The file was modified appserver/tests/cdi/cases/runner/pom.xml
The file was modified appserver/osgi-platforms/glassfish-osgi-console-plugin/pom.xml
The file was modified nucleus/common/amx-core/pom.xml
The file was modified docs/performance-tuning-guide/pom.xml
The file was modified nucleus/osgi-platforms/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/basic/pom.xml
The file was modified appserver/admin/template/pom.xml
The file was modified nucleus/core/api-exporter/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/runner/pom.xml
The file was modified appserver/web/weld-integration-test-fragment/pom.xml
The file was modified nucleus/featuresets/nucleus/pom.xml
The file was modified appserver/web/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/pom.xml
The file was modified nucleus/distributions/nucleus/pom.xml
The file was modified appserver/common/glassfish-naming/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb2/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/jars/pom.xml
The file was modified nucleus/cluster/gms-bootstrap/pom.xml
The file was modified appserver/extras/embedded/web/pom.xml
The file was modified appserver/tests/embedded/web/web-all/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/pom.xml
The file was modified appserver/admingui/common/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment3/pom.xml
The file was modified appserver/connectors/connectors-runtime/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/init/pom.xml
The file was modified appserver/extras/embedded/pom.xml
The file was modified appserver/jms/gf-jms-connector/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/runner/pom.xml
The file was modified appserver/tests/quicklook/ejb/cmp/pom.xml
The file was modified nucleus/xmlbind-annotations/pom.xml
The file was modified appserver/ejb/ejb-connector/pom.xml
The file was modified docs/deployment-planning-guide/pom.xml
The file was modified appserver/concurrent/pom.xml
The file was modified appserver/persistence/cmp/enhancer/pom.xml
The file was modified appserver/deployment/jakartaee-full/pom.xml
The file was modified appserver/tests/tck/tck-download/pom.xml
The file was modified appserver/tests/tck/rest/pom.xml
The file was modified appserver/web/web-glue/pom.xml
The file was modified appserver/tests/paas/basic-shared-service-test/pom.xml
The file was modified appserver/tests/embedded/basic/pom.xml
The file was modified appserver/tests/tck/connectors/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tck/pom.xml
The file was modified appserver/tests/paas/external-db-service/test/pom.xml
The file was modified appserver/ejb/ejb-full-container/pom.xml
The file was modified appserver/flashlight/pom.xml
The file was modified appserver/tests/paas/service_metadata/provision_using_specified_template/pom.xml
The file was modified nucleus/cluster/cli/pom.xml
The file was modified nucleus/parent/pom.xml
The file was modified appserver/tests/tck/validation/pom.xml
The file was modified qa/pom.xml
The file was modified appserver/resources/mail/pom.xml
The file was modified appserver/ejb/ejb-timer-service-app/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/runner/pom.xml
The file was modified appserver/ejb/ejb-client/pom.xml
The file was modified appserver/webservices/soap-tcp/pom.xml
The file was modified nucleus/deployment/dtds/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-model/pom.xml
The file was modified appserver/web/jstl-connector/pom.xml
The file was modified appserver/tests/embedded/cdi_ejb_jpa/pom.xml
The file was modified docs/administration-guide/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war2/pom.xml
The file was modified appserver/grizzly/pom.xml
The file was modified appserver/extras/appserv-rt/pom.xml
The file was modified docs/distribution/pom.xml
The file was modified appserver/batch/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/web/pom.xml
The file was modified nucleus/deployment/admin/pom.xml
The file was modified appserver/connectors/admin/pom.xml
The file was modified appserver/tests/tck/concurrency/pom.xml
The file was modified appserver/common/container-common/pom.xml
The file was modified appserver/extras/embedded/common/instanceroot-builder/pom.xml
The file was modified appserver/webservices/connector/pom.xml
The file was modified appserver/tests/paas/service_metadata/custom_db_name/pom.xml
The file was modified appserver/extras/embedded/all/pom.xml
The file was modified appserver/jms/jmsra/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/mdb/pom.xml
The file was modified nucleus/flashlight/pom.xml
The file was modified appserver/tests/embedded/static/ejb/pom.xml
The file was modified nucleus/hk2-config-types/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/sessionDestroyed/pom.xml
The file was modified appserver/persistence/cmp/ejb-mapping/pom.xml
The file was modified appserver/resources/resources-connector/pom.xml
The file was modified appserver/ha/ha-shoal-cache-bootstrap/pom.xml
The file was modified appserver/persistence/cmp/support-ejb/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 appserver/tests/paas/basic/pom.xml
The file was modified nucleus/cluster/common/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war1/pom.xml
The file was modified appserver/ha/pom.xml
The file was modified nucleus/common/mbeanserver/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/pom.xml
The file was modified appserver/security/ejb.security/pom.xml
The file was modified appserver/concurrent/concurrent-connector/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/getRequestURI/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/pom.xml
The file was modified appserver/admingui/plugin-service/pom.xml
The file was modified appserver/tests/tck/expression_language/pom.xml
The file was modified appserver/tests/embedded/pom.xml
The file was modified appserver/tests/embedded/web/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/pom.xml
The file was modified appserver/load-balancer/gf-load-balancer-connector/pom.xml
The file was modified appserver/web/web-embed/pom.xml
The file was modified nucleus/common/scattered-archive-api/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb1/pom.xml
The file was modified appserver/appclient/client/acc-config/pom.xml
The file was modified appserver/orb/orb-enabler/pom.xml
The file was modified appserver/admin/backup/pom.xml
The file was modified appserver/tests/tck/rest_cdi/pom.xml
The file was modified appserver/deployment/schemas/pom.xml
The file was modified appserver/tests/appserv-tests/util/reportbuilder/pom.xml
The file was modified appserver/tests/paas/basic-db/pom.xml
The file was modified appserver/tests/cdi/negative/runner/pom.xml
The file was modified nucleus/cluster/pom.xml
The file was modified nucleus/deployment/autodeploy/pom.xml
The file was modified nucleus/osgi-platforms/osgi-container/pom.xml
The file was modified nucleus/grizzly/nucleus-grizzly-all/pom.xml
The file was modified appserver/ejb/ejb-container/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/advanced/pom.xml
The file was modified appserver/web/gf-web-connector/pom.xml
The file was modified appserver/osgi-platforms/pom.xml
The file was modified appserver/orb/pom.xml
The file was modified appserver/common/annotation-framework/pom.xml
The file was modified docs/application-development-guide/pom.xml
The file was modified nucleus/core/context-propagation/pom.xml
The file was modified nucleus/core/logging/pom.xml
The file was modified appserver/microprofile/pom.xml
The file was modified appserver/tests/paas/enable-disable-test/pom.xml
The file was modified appserver/tests/paas/pom.xml
The file was modified appserver/web/web-naming/pom.xml
The file was modified nucleus/cluster/admin/pom.xml
The file was modified appserver/common/amx-jakartaee/pom.xml
The file was modified appserver/tests/embedded/web/autodelete/pom.xml
The file was modified appserver/persistence/cmp/internal-api/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-commands-tests/pom.xml
The file was modified appserver/persistence/eclipselink-wrapper/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-core/pom.xml
The file was modified appserver/resources/mail/mail-runtime/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/service_metadata/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/tests/embedded/glassfish_resources_xml/pom.xml
The file was modified appserver/tests/admingui/auto-test/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authorization-tck/pom.xml
The file was modified appserver/tests/embedded/inplanted/pom.xml
The file was modified docs/troubleshooting-guide/pom.xml
The file was modified docs/embedded-server-guide/pom.xml
The file was modified nucleus/deployment/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-servlet-tck/pom.xml
The file was modified nucleus/core/kernel/pom.xml
The file was modified appserver/tests/tck/pages/pom.xml
The file was modified appserver/tests/tck/faces/pom.xml
The file was modified appserver/jdbc/jdbc-ra/pom.xml
The file was modified appserver/admin/pom.xml
The file was modified appserver/extras/embedded/shell/pom.xml
The file was modified pom.xml
The file was modified appserver/batch/glassfish-batch-commands/pom.xml
The file was modified appserver/connectors/descriptors/pom.xml
The file was modified appserver/connectors/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb2/pom.xml
The file was modified appserver/tests/embedded/web/web-war/war/pom.xml
The file was modified appserver/tests/paas/appscoped-db-with-resources-xml/pom.xml
The file was modified appserver/extras/jakartaee/pom.xml
The file was modified appserver/tests/paas/scale_service/pom.xml
The file was modified docs/installation-guide/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/extras/embedded/common/bootstrap/pom.xml
The file was modified appserver/tests/embedded/web/web-war/pom.xml
The file was modified appserver/featuresets/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/war/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/external-db-service/generatederbyvm/pom.xml
The file was modified appserver/admingui/jca/pom.xml
The file was modified appserver/deployment/jakartaee-core/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/admingui/web/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/applicationDispatcher/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-connectors-full-tck/pom.xml
The file was modified appserver/grizzly/glassfish-grizzly-extra-all/pom.xml
The file was modified appserver/tests/hk2/pom.xml
The file was modified appserver/featuresets/debug/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/pom.xml
The file was modified appserver/web/jspcaching-connector/pom.xml
The file was modified appserver/tests/admin/pom.xml
The file was modified appserver/tests/tck/authentication/pom.xml
The file was modified appserver/tests/jakartaee/pom.xml
The file was modified appserver/tests/cdi/pom.xml
The file was modified appserver/tests/quicklook/ejb/embedded/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/paas/helloworld/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tags-tck/pom.xml
The file was modified nucleus/resources/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment2/pom.xml
The file was modified appserver/tests/quicklook/admin/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/paas/mq-shared-service-test/mq-test/pom.xml
The file was modified appserver/tests/admin/tests/pom.xml
The file was modified appserver/tests/quicklook/rest/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/ejb_lite_basic/pom.xml
The file was modified appserver/appclient/client/acc/pom.xml
The file was modified appserver/tests/sse/videoplayer/pom.xml
The file was modified nucleus/admin/pom.xml
The file was modified appserver/admingui/jms-plugin/pom.xml
The file was modified appserver/appclient/client/appclient-scripts/pom.xml
The file was modified appserver/tests/paas/basic-bookstore-dns/pom.xml
The file was modified appserver/jms/pom.xml
The file was modified appserver/persistence/jpa-container/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso2/pom.xml
The file was modified appserver/distributions/web/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/lib1/pom.xml
The file was modified docs/pom.xml
The file was modified appserver/persistence/common/pom.xml
The file was modified appserver/featuresets/glassfish/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-tests-utils/pom.xml
The file was modified docs/reference-manual/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 appserver/tests/paas/multiple-db-shared-services/basic/pom.xml
The file was modified docs/release-notes/pom.xml
The file was modified appserver/tests/paas/basic-service-discovery/pom.xml
The file was modified appserver/tests/quicklook/ejb/remoteview/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/pom.xml
The file was modified appserver/jms/jms-core/pom.xml
The file was modified appserver/tests/embedded/web/web-api/pom.xml
The file was modified nucleus/admin/util/pom.xml
The file was modified nucleus/distributions/pom.xml
The file was modified nucleus/common/simple-glassfish-api/pom.xml
The file was modified appserver/web/admin/pom.xml
The file was modified appserver/persistence/pom.xml
The file was modified appserver/tests/community/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/dirListing/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/tests/paas/deployment-rollback/pom.xml
The file was modified appserver/admingui/war/pom.xml
The file was modified appserver/tests/tck/connectors-full/pom.xml
The file was modified appserver/tests/pom.xml
The file was modified appserver/deployment/dol/pom.xml
The file was modified appserver/deployment/pom.xml
The file was modified appserver/tests/tck/microprofile/config/pom.xml
The file was modified appserver/admingui/dataprovider/pom.xml
The file was modified appserver/batch/glassfish-batch-connector/pom.xml
The file was modified appserver/persistence/cmp/model/pom.xml
The file was modified appserver/admin/admin-core/pom.xml
The file was modified appserver/tests/embedded/servlet_runs_admin_cmds/pom.xml
The file was modified appserver/ejb/ejb-timer-databases/pom.xml
The file was modified appserver/tests/tck/microprofile/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 nucleus/featuresets/atomic/pom.xml
The file was modified appserver/resources/mail/mail-connector/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-faces-tck/pom.xml
The file was modified appserver/appclient/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/spetest/pom.xml
The file was modified docs/ha-administration-guide/pom.xml
The file was modified docs/add-on-component-development-guide/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/multipleApps/pom.xml
The file was modified appserver/tests/sse/basic/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell/pom.xml
The file was modified appserver/persistence/entitybean-container/pom.xml
The file was modified appserver/tests/paas/external-db-service/pom.xml
The file was modified appserver/webservices/metro-glue/pom.xml
The file was modified appserver/webservices/jsr109-impl/pom.xml
The file was modified appserver/jms/admin/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/connectors/connectors-internal-api/pom.xml
The file was modified appserver/security/core-ee/pom.xml
The file was modified appserver/admingui/gf-admingui-connector/pom.xml
The file was modified appserver/tests/paas/external-and-shared-service/pom.xml
The file was modified nucleus/deployment/common/pom.xml
The file was modified appserver/ha/ha-shoal-store/pom.xml
The file was modified appserver/jdbc/jdbc-config/pom.xml
The file was modified appserver/tests/embedded/web/web-war/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/common/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-rest-tck/pom.xml
The file was modified appserver/persistence/cmp/cmp-all/pom.xml
The file was modified appserver/appclient/client/pom.xml
The file was modified appserver/tests/embedded/static/web/pom.xml
The file was modified appserver/appclient/server/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell/pom.xml
The file was modified appserver/tests/paas/lazy-shared-service-test/pom.xml
The file was modified appserver/ldapbp/pom.xml
The file was modified appserver/web/web-sse/pom.xml
The file was modified appserver/tests/tck/pom.xml
The file was modified appserver/jdbc/jdbc-runtime/pom.xml
The file was modified docs/website/pom.xml
The file was modified appserver/extras/embedded/tests/pom.xml
The file was modified appserver/tests/tck/microprofile/rest-client/pom.xml
The file was modified appserver/security/pom.xml
The file was modified appserver/tests/embedded/static/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/secureWebApp/pom.xml
The file was modified appserver/tests/hk2/isolation/runner/pom.xml
The file was modified appserver/tests/embedded/ejb/pom.xml
The file was modified appserver/web/jersey-mvc-connector/pom.xml
The file was modified appserver/tests/embedded/scatteredarchive/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/full/pom.xml
The file was modified appserver/tests/tck/pages_tags/pom.xml
The file was modified nucleus/security/services/pom.xml
The file was modified appserver/admin/cli/pom.xml
The file was modified appserver/connectors/connectors-inbound-runtime/pom.xml
The file was modified appserver/tests/embedded/ejb/remoteejb/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/pom.xml
The file was modified nucleus/distributions/atomic/pom.xml
The file was modified appserver/tests/appserv-tests/pom.xml
The file was modified appserver/tests/paas/basic-db-teardown-sql/pom.xml
The file was modified nucleus/diagnostics/context/pom.xml
The file was modified docs/publish/pom.xml
The file was modified nucleus/common/internal-api/pom.xml
The file was modified appserver/extras/appserv-rt/manifest-jar/pom.xml
The file was modified nucleus/cluster/ssh/pom.xml
The file was modified appserver/web/web-core/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/runner/pom.xml
The file was modified nucleus/common/common-util/pom.xml
The file was modified nucleus/admin/cli/pom.xml
The file was modified appserver/tests/tck/jwt/pom.xml
The file was modified appserver/web/weld-integration/pom.xml
The file was modified appserver/ha/ha-file-store/pom.xml
The file was modified appserver/tests/quicklook/pom.xml
The file was modified appserver/tests/paas/basic-db-with-resources-xml/pom.xml
The file was modified nucleus/security/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/localejbs/pom.xml
The file was modified appserver/resources/resources-runtime/pom.xml
The file was modified appserver/tests/hk2/isolation/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jmxUndeployEvent/pom.xml
The file was modified appserver/jms/gf-jms-injection/pom.xml
The file was modified appserver/tests/cdi/negative/pom.xml
The file was modified docs/error-messages-reference/pom.xml
The file was modified appserver/tests/appserv-tests/cciblackbox-tx/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/appclient/server/connector/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/ejb1/pom.xml
The file was modified appserver/connectors/work-management/pom.xml
The file was modified appserver/core/pom.xml
The file was modified appserver/admingui/jts/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-ra-distribution/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsftest/pom.xml
The file was modified appserver/admingui/concurrent/pom.xml
The file was modified appserver/distributions/glassfish/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/filterURIMapping/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-interactive/pom.xml
The file was modified appserver/extras/embedded/common/osgi-main/pom.xml
The file was modified appserver/tests/tck/authorization/pom.xml
The file was modified appserver/extras/embedded/common/osgi-modules-uninstaller/pom.xml
The file was modified appserver/extras/embedded/common/installroot-builder/pom.xml
The file was modified appserver/webservices/pom.xml
The file was modified appserver/admingui/community-theme/pom.xml
The file was modified appserver/transaction/internal-api/pom.xml
The file was modified nucleus/distributions/nucleus-common/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/webservice/pom.xml
The file was modified appserver/tests/embedded/web/servlet/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/tests/embedded/cdi_basic/pom.xml
The file was modified docs/parent/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/pom.xml
The file was modified appserver/connectors/connectors-connector/pom.xml
The file was modified appserver/flashlight/client/pom.xml
The file was modified appserver/web/web-ha/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-expression-language-tck/pom.xml
The file was modified appserver/common/stats77/pom.xml
The file was modified nucleus/test-utils/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/lib/pom.xml
The file was modified appserver/web/web-embed/api/pom.xml
The file was modified appserver/web/gf-weld-connector/pom.xml
The file was modified appserver/web/weld-integration-fragment/pom.xml
The file was modified appserver/persistence/cmp/cmp-scripts/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/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/concurrent/concurrent-impl/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/websockets/pom.xml
The file was modified nucleus/admin/rest/rest-client/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/pom.xml
The file was modified appserver/ejb/ejb-internal-api/pom.xml
The file was modified appserver/extras/embedded/nucleus/pom.xml
The file was modified nucleus/admin/template/pom.xml
The file was modified appserver/admingui/ejb-lite/pom.xml
The file was modified appserver/web/jsf-connector/pom.xml
The file was modified docs/application-deployment-guide/pom.xml
The file was modified nucleus/grizzly/config/pom.xml
The file was modified appserver/admingui/corba/pom.xml
The file was modified appserver/distributions/glassfish-common/pom.xml
The file was modified appserver/tests/cdi/negative/normalScopeWithFinal/pom.xml
The file was modified appserver/transaction/jta/pom.xml
The file was modified appserver/transaction/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/gui-plugin-common/pom.xml
The file was modified nucleus/diagnostics/diagnostics-api/pom.xml
The file was modified appserver/web/war-util/pom.xml
The file was modified appserver/tests/tck/cdi/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/ear/pom.xml
The file was modified nucleus/diagnostics/pom.xml
The file was modified nucleus/hk2-config-generator/pom.xml
The file was modified appserver/persistence/gf-jpa-connector/pom.xml
The file was modified appserver/tests/cdi/cases/pom.xml
The file was modified appserver/admingui/core/pom.xml
The file was modified appserver/tests/tck/tck-download/tsharness/pom.xml
The file was modified appserver/ejb/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/pom.xml
The file was modified appserver/security/webintegration/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/multiBeansApp/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/jersey-ejb-component-provider/pom.xml
The file was modified nucleus/core/bootstrap/pom.xml
The file was modified nucleus/deployment/schemas/pom.xml
The file was modified appserver/tests/paas/basic-jpa/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/mydb-plugin/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-full/pom.xml
The file was modified nucleus/flashlight/flashlight-extra-jdk-packages/pom.xml
The file was modified appserver/web/webtier-all/pom.xml
The file was modified nucleus/pom.xml
The file was modified appserver/admingui/jdbc/pom.xml
The file was modified appserver/microprofile/config/pom.xml
The file was modified appserver/tests/tck/servlet/pom.xml
The file was modified appserver/admingui/pom.xml
The file was modified appserver/web/cdi-api-fragment/pom.xml
The file was modified appserver/batch/batch-database/pom.xml
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/cli/ListFileUser.java
The file was addednucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/exceptions/InvalidOperationException.java
The file was modified nucleus/admin/rest/rest-service/src/main/java/org/glassfish/admin/rest/cli/SupportsUserManagementCommand.java
The file was addedappserver/tests/appserv-tests/lib/maven-ant-tasks-2.1.3.jar
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/exceptions/BadRealmException.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/common/glassfish-ee-api/src/main/java/com/sun/appserv/ProxyHandler.java
The file was removednucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/InvalidOperationException.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/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/IASRealm.java
The file was addednucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/exceptions/UnsupportedRealmException.java
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/auth/login/DigestLoginModule.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/AuditModule.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/SecurityConfigListener.java
The file was removednucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/AuthenticationHandler.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/User.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/cli/DeleteFileUser.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/Realm.java
The file was addednucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/exceptions/BadUserException.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/BaseProgrammaticLoginPermission.java
The file was removednucleus/security/core/src/main/java/com/sun/enterprise/security/auth/RemoteObject.java
The file was modified appserver/common/glassfish-ee-api/src/main/java/com/sun/appserv/security/AppservCertificateLoginModule.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 nucleus/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/cli/ChangeAdminPassword.java
The file was modified appserver/common/glassfish-ee-api/src/main/java/com/sun/appserv/security/AppservPasswordLoginModule.java
The file was removednucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/BadRealmException.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/file/FileRealmUser.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/certificate/CertificateRealm.java
The file was removednucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/BadUserException.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/RealmsManager.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/cli/ListFileGroup.java
The file was addedappserver/tests/appserv-tests/devtests/security/jaccApi/serial-test-file.tmp
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/src/main/java/com/sun/enterprise/security/cli/UpdateFileUser.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/auth/realm/file/FileRealm.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/cli/CreateFileUser.java
The file was addednucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/GlassFishUserStore.java
The file was removednucleus/security/core/src/main/java/com/sun/enterprise/security/auth/TimestampValidator.java
The file was addednucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/AbstractGlassFishRealmState.java
The file was removednucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/LocalStrings.properties
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/auth/realm/NoSuchRealmException.java
The file was removednucleus/security/core/src/main/java/com/sun/enterprise/security/auth/Privilege.java
The file was addednucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/exceptions/NoSuchRealmException.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/ldap/LDAPRealm.java
The file was addednucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/GlassFishUserManagement.java
The file was modified nucleus/security/core/pom.xml
The file was removednucleus/security/core/src/main/java/com/sun/enterprise/security/BaseRealm.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/PrivilegeImpl.java
The file was modified appserver/common/glassfish-ee-api/src/main/java/com/sun/appserv/connectors/spi/ConfigurableTransactionSupport.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/BasePasswordLoginModule.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/iplanet/ias/security/auth/realm/IASRealm.java
The file was removednucleus/security/core/src/main/java/com/sun/enterprise/security/auth/LocalStrings.properties
The file was removednucleus/security/core/src/main/java/com/sun/enterprise/security/auth/TrustHandler.java
The file was removednucleus/security/core/src/main/java/com/iplanet/ias/security/auth/login/PasswordLoginModule.java
The file was removednucleus/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/solaris/SolarisRealm.java
The file was modified appserver/common/glassfish-ee-api/src/main/java/com/sun/appserv/BytecodePreprocessor.java
The file was removednucleus/security/core/src/main/java/com/sun/enterprise/security/auth/AuthenticationStatus.java
The file was modified appserver/common/glassfish-ee-api/src/main/java/com/sun/appserv/security/ProgrammaticLoginPermission.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/AuthenticationStatusImpl.java
The file was addednucleus/security/core/src/main/java/com/sun/enterprise/security/auth/realm/exceptions/GroupNotEmptyException.java
Commit 697aa3d046288f937dcae61b96e34a36d78f1241 by arjan tijms
Remove accidentally checked in files

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
The file was removedappserver/tests/appserv-tests/devtests/security/jaccApi/serial-test-file.tmp
The file was removedappserver/tests/appserv-tests/lib/maven-ant-tasks-2.1.3.jar
Commit 216ad29a0dd62832889844f6fe427a22b8148fd2 by arjan tijms
Removed jauth tests since jauth itself was removed

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
The file was removedappserver/tests/appserv-tests/devtests/security/container-auth/jauth/ClientModule2.java
The file was removedappserver/tests/appserv-tests/devtests/security/container-auth/jauth/TestCredential.java
The file was modified appserver/tests/appserv-tests/devtests/security/build.xml
The file was removedappserver/tests/appserv-tests/devtests/security/container-auth/build.properties
The file was removedappserver/tests/appserv-tests/devtests/security/container-auth/build.xml
The file was removedappserver/tests/appserv-tests/devtests/security/container-auth/jauth/CommonModule.java
The file was removedappserver/tests/appserv-tests/devtests/security/container-auth/jauth/ClientModule1.java
The file was removedappserver/tests/appserv-tests/devtests/security/container-auth/jauth/ServerModule1.java
The file was removedappserver/tests/appserv-tests/devtests/security/container-auth/testConfig/domain.xml
The file was removedappserver/tests/appserv-tests/devtests/security/container-auth/testConfig/glassfish-acc.xml
The file was removedappserver/tests/appserv-tests/devtests/security/container-auth/jauth/AuthConfigTest.java
The file was removedappserver/tests/appserv-tests/devtests/security/container-auth/jauth/ServerModule2.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/web/web-core/src/main/java/org/apache/catalina/connector/RequestFacade.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/test/resources/com/sun/enterprise/security/perms/nobody.policy
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/main/java/com/sun/enterprise/security/perms/VoidPermission.java
The file was addedappserver/security/core-ee/src/test/java/com/sun/enterprise/security/ee/perms/VoidPermissionTest.java
The file was modified appserver/security/webservices.security/src/main/java/com/sun/enterprise/security/webservices/client/ClientSecurityPipe.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/acl/RoleMapper.java
The file was modified appserver/tests/appserv-tests/devtests/security/ldap/opends/login.conf
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/acl/EJBResource.java
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/test/resources/com/sun/enterprise/security/ee/perms/restrict.server.policy
The file was removedappserver/security/core-ee/src/test/resources/com/sun/enterprise/security/perms/permissions_err.xml
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/perms/VoidPermission.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/main/java/com/sun/enterprise/security/ee/perms/XMLPermissionsHandler.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/web/integration/LogUtils.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/web/integration/WebSecurityManager.java
The file was removedappserver/security/core-ee/src/test/resources/com/sun/enterprise/security/perms/restrict.server.policy
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/web/integration/GlassfishRoleMapper.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/main/java/com/sun/enterprise/security/ee/authentication/glassfish/jdbc/JDBCLoginModule.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/jmac/callback/ClientContainerCallbackHandler.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/web/integration/GlassfishRoleMapper.java
The file was modified appserver/ejb/ejb-container/src/main/java/org/glassfish/ejb/security/application/EJBSecurityManager.java
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/J2EESecurityManager.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/jmac/callback/ClientContainerCallbackHandler.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/authentication/glassfish/digest/DigestLoginModule.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/jmac/WebServicesDelegate.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/web/integration/LogUtils.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/web/integration/WebPrincipal.java
The file was addedappserver/security/core-ee/src/test/resources/com/sun/enterprise/security/ee/perms/permissions.xml
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/acl/LocalStrings.properties
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/jmac/AuthMessagePolicy.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/perms/XMLPermissionsHandler.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 removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/auth/realm/jdbc/JDBCRealm.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/main/java/com/sun/enterprise/security/auth/digest/impl/DigestAlgorithmParameterImpl.java
The file was modified appserver/security/core-ee/pom.xml
The file was modified docs/security-guide/src/main/asciidoc/user-security.adoc
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/authorize/PolicyContextHandlerImpl.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/auth/digest/impl/KeyDigestAlgoParamImpl.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/authorize/cache/CachedPermission.java
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/PolicyLoader.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/authentication/glassfish/digest/impl/HttpAlgorithmParameterImpl.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/PermissionsProcessor.java
The file was removedappserver/security/core-ee/src/test/java/com/sun/enterprise/security/perms/SMGlobalPolicyUtilTest.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/acl/RoleMapperFactory.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/perms/PermissionsProcessor.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/authentication/ProgrammaticLogin.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/test/java/com/sun/enterprise/security/perms/VoidPermissionTest.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 removedappserver/security/core-ee/src/test/resources/com/sun/enterprise/security/perms/permissions.xml
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/jmac/MessageSecurityConfigEventListenerImpl.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/perms/EarEEPermissionsProcessor.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/perms/DeclaredPermissionsProcessor.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/web/integration/WebProgrammaticLogin.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/acl/Resource.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/perms/EarEEPermissionsProcessor.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/test/resources/com/sun/enterprise/security/ee/perms/permissions_err.xml
The file was modified appserver/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/module/RarHandler.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/jmac/config/GFAuthConfigFactory.java
The file was modified appserver/tests/appserv-tests/devtests/security/jdbcrealm/build.xml
The file was modified appserver/security/webservices.security/src/main/java/com/sun/enterprise/security/webservices/server/ServerSecurityPipe.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/jmac/callback/ContainerCallbackHandler.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/web/integration/WebPrincipal.java
The file was modified appserver/tests/admin/tests/src/test/java/org/glassfish/main/admin/test/rest/AuthRealmITest.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/jacc/provider/SimplePolicyConfigurationFactory.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/jmac/callback/GlassFishBaseCallbackHandler.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/ee/auth/login/JDBCLoginModule.java
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/auth/digest/impl/HttpDigestParamGenerator.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/authorize/cache/CachedPermissionImpl.java
The file was modified appserver/tests/admin/tests/src/test/java/org/glassfish/main/admin/test/ClusterITest.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/auth/digest/impl/DigestProcessor.java
The file was modified appserver/security/webservices.security/src/main/java/com/sun/enterprise/security/webservices/SoapAuthenticationService.java
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/jmac/callback/ServerContainerCallbackHandler.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/main/java/com/sun/enterprise/security/perms/DeclaredPermissionsProcessor.java
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/SecurityDeployer.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/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/ConnectorRuntime.java
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/SecurityContainer.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/web/integration/WebSecurityManagerFactory.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/ee/auth/login/DigestLoginModule.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/jmac/ConfigDomainParser.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/authorize/HandlerData.java
The file was addedappserver/security/core-ee/src/test/java/com/sun/enterprise/security/ee/perms/SMGlobalPolicyUtilTest.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/acl/WebResource.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/jmac/callback/ContainerCallbackHandler.java
The file was modified docs/application-development-guide/src/main/asciidoc/securing-apps.adoc
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/authentication/glassfish/digest/impl/DigestAlgorithmParameterImpl.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/web/integration/PrincipalGroupFactoryImpl.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/jmac/config/GFAuthConfigFactory.java
The file was modified docs/reference-manual/src/main/asciidoc/create-auth-realm.adoc
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/perms/ModuleEEPermissionsProcessor.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/auth/digest/impl/HttpAlgorithmParameterImpl.java
The file was modified nucleus/admin/template/src/main/resources/config/login.conf
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/authentication/glassfish/pam/PamLoginModule.java
The file was modified appserver/appclient/client/acc/src/main/java/org/glassfish/appclient/common/PermissionsUtil.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/test/resources/com/sun/enterprise/security/ee/perms/javaee.server.policy
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/acl/WebResource.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/acl/RoleMapperFactory.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/authorize/EJBPolicyContextDelegate.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/jmac/AuthMessagePolicy.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/ee/auth/login/PamLoginModule.java
The file was removedappserver/security/core-ee/src/test/resources/com/sun/enterprise/security/perms/javaee.server.policy
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/web/integration/WebProgrammaticLogin.java
The file was modified nucleus/security/core/src/main/manpages/com/sun/enterprise/security/cli/create-auth-realm.1
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/jacc/provider/SimplePolicyProvider.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/authentication/glassfish/digest/DigestRealmBase.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/perms/PermsArchiveDelegate.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/perms/PermissionXMLParser.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/web/integration/PrincipalGroupFactoryImpl.java
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/authentication/glassfish/digest/impl/LocalStrings.properties
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/authentication/glassfish/pam/PamRealm.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/authorize/PolicyContextDelegate.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/authorize/PolicyContextDelegate.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/main/java/com/sun/enterprise/security/ee/jmac/MessageSecurityConfigEventListenerImpl.java
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/main/java/com/sun/enterprise/security/auth/digest/impl/DigestParameterGenerator.java
The file was modified appserver/security/webservices.security/src/main/java/com/sun/enterprise/security/webservices/SecurityServiceImpl.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/web/integration/GlassFishToExousiaConverter.java
The file was modified appserver/admingui/common/src/main/help/en/help/task-realmnew.html
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/test/resources/com/sun/enterprise/security/ee/perms/server.policy
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/acl/RoleMapper.java
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/acl/LocalStrings.properties
The file was modified appserver/security/webintegration/src/main/java/com/sun/web/security/RealmAdapter.java
The file was modified appserver/security/webintegration/src/main/java/com/sun/web/security/WebProgrammaticLoginImpl.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/authentication/glassfish/digest/DigestCredentials.java
The file was removedappserver/security/core-ee/src/test/resources/com/sun/enterprise/security/perms/server.policy
The file was modified appserver/security/webservices.security/src/main/java/com/sun/enterprise/security/webservices/LogUtils.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 modified appserver/ejb/ejb-container/src/main/java/com/sun/ejb/InvocationInfo.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/authorize/cache/PermissionCache.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/authentication/glassfish/digest/impl/NestedDigestAlgoParamImpl.java
The file was modified appserver/tests/appserv-tests/devtests/security/pamrealm/build.xml
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/authorize/HandlerData.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/ee/auth/login/DigestCredentials.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/jmac/callback/GlassFishBaseCallbackHandler.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/perms/SMGlobalPolicyUtil.java
The file was modified appserver/web/web-glue/pom.xml
The file was modified nucleus/admin/rest/rest-service/src/main/java/org/glassfish/admin/rest/cli/SecurityUtil.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/web/integration/WebSecurityManagerFactory.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/authorize/EJBPolicyContextDelegate.java
Commit 7a0605ecbc22a7cc72b35dfe5ddf49831742f879 by arjan tijms
Update test packages

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
The file was modified appserver/tests/appserv-tests/devtests/web/programmaticLogin/servlet/ServletTest.java
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/security/simple/client/Client.java
Commit 43cf91d3c320c4e96345d7a11426e9fe76904ca8 by arjan tijms
Update test tools checkstyle, jacoco and htmlunit

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
The file was modified pom.xml
The file was modified appserver/tests/embedded/inplanted/pom.xml
The file was modified nucleus/parent/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/web/servlet/pom.xml
Commit 7faef1cc283267e4ae59b0eba7f9a1158cf2d884 by arjan tijms
Undo htmlunit change. The Jenkins CI doesn't like it.

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

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
The file was modified appserver/tests/appserv-tests/util/reportbuilder/pom.xml
Commit f8837d346c5431a65472c667965425ec1e07144f by David Matějček
Refactored closing streams in report builder

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
The file was modified appserver/tests/appserv-tests/util/reportbuilder/src/main/java/com/sun/appserv/test/util/results/HtmlReportProducer.java
The file was modified appserver/tests/appserv-tests/util/reportbuilder/src/main/java/com/sun/appserv/test/util/results/ReportHandler.java
The file was modified appserver/tests/appserv-tests/util/reportbuilder/src/main/java/com/sun/appserv/test/util/results/ResultsProducer.java
The file was modified appserver/tests/appserv-tests/util/reportbuilder/src/test/java/org/glassfish/devtests/reportbuilder/ReportTest.java
The file was modified appserver/tests/appserv-tests/lib/reportbuilder.jar
Commit 1968c8c1e003c5fb4df3d8bd1ecdc0c9bcddcc4a by David Matějček
The report-builder moved to standard Maven reactor

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
The file was modified appserver/tests/appserv-tests/devtests/web/keepAliveTimeout/build.xml
The file was addedappserver/tests/appserv-tests/lib/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/unsatisfied-deps/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/cookieValueWithEquals/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ee/timer/getalltimers/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/filterMultipleInit/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/monitorWebRequest/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspConfigUndeclaredNS/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/oneSessionCookieHeader/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/servletContainerInitializer/sharedLibWithWars/build.xml
The file was removedappserver/tests/appserv-tests/lib/reportbuilder.jar
The file was modified appserver/tests/appserv-tests/devtests/cdi/producer-methods/producer-method-qualifiers/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/sessionCookieCustomNameWebXmlSunWebXmlPrecedence/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspServletOverride/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/unprotectedClasses/build.xml
The file was removedappserver/tests/appserv-tests/util/reportbuilder/src/main/java/com/sun/appserv/test/util/results/ReporterConstants.java
The file was modified appserver/tests/appserv-tests/devtests/naming/listjndi/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/asyncListenerOnError/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/webappDeployDashDashLibraries/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/valveWithParams/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletRequestURIMultipleSemicolons/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/sslServerName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/multiProcessorConfig/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerCreateUpperCaseDeployExclusive/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/programmaticLogin/build.xml
The file was addedappserver/tests/appserv-tests/report-builder/src/main/java/com/sun/appserv/test/util/process/ProcessStreamDrainerWorker.java
The file was modified appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-wab-with-cdi/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/caseSensitiveHostMapping/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/explodedWar/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletInitBeforeGetServletConfig/build.xml
The file was addedappserver/tests/appserv-tests/report-builder/src/main/java/com/sun/appserv/test/util/results/ResultsProducer.java
The file was modified appserver/tests/appserv-tests/devtests/web/jspSelfReferencingErrorPage/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-extension-alternative/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-4.0/pushAuthorization/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/defaultCharset/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-4.0/pushQueryString/build.xml
The file was modified appserver/tests/appserv-tests/devtests/transaction/ee/cli/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspConfigIncludeChain/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/multiWebFragments/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/servletRequestListenerInvocationOrder/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletLoadOnStartupMultipleInit/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/portable-extensions/process-injection-target/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/reuseSessionId/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/asyncSupportedTrueProgrammatic/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/servletContextCreateServletAndFilter/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/webListenerAnnotation/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/singleengine/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/asyncSupportedFalse/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/sessionSetAttributeJavaxNamingContext/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/webappAlternateDocroot/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspRuntimeCompileConsiderDomainLibJarFilesAndClasses/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletResourceInjectionHttpSessionAttributeListener/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/requestDispatcherMultipleForward/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletRelativeContextURLsEquals/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/ssiEscapeCharacter/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/scopes/new-qualifier/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/requestDispatcherIncludeTargetNotFound/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletContextAttributeListenerAnnotationPreDestroy/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspTagReleaseCalledWhenPoolingEnabled/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jsessionIdParameter/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/contextXmlConfig/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/genDocSchema/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/sessionSetMaxInactiveIntervalExpire/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/contextXmlLifecycleListener/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-4.0/compositeTrailerSupplier/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/sessionMemoryPersistPrimitiveClass/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletMappingWithMultipleURLPatterns/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/form-based/build.xml
The file was removedappserver/tests/appserv-tests/util/reportbuilder/src/test/resources/ejb_devtests_test_results.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspBomInClassicSyntax/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/asyncSupportedTrueDeclarative/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-bean-validation/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/asyncTimeoutNoListener/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/classloaderGetResourcesDelegateFalse/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/httpServletDoPost/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean-interceptor-nonnull-package/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/requestDispatcherPathWithParams/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/weblogicDD/contextRoot/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/networkListenerDynamicConfig/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/emptyContextRoot/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/transportProtectedAnnotation/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/injection/jmsContext/basic/jsfRequestScoped/build.xml
The file was modified appserver/tests/appserv-tests/devtests/transaction/ee/dblogs/mdb/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerWithCustomValves/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/webdavCopyDelete/build.xml
The file was addedappserver/tests/appserv-tests/report-builder/src/main/java/com/sun/appserv/test/util/results/SimpleReporterAdapter.java
The file was modified appserver/tests/appserv-tests/devtests/web/servletResourceInjectionContextListener/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-multiple-interceptors-for-a-binding-type/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspExceptionInTagBodyRestoreJspWriter/build.xml
The file was removedappserver/tests/appserv-tests/util/reportbuilder/src/main/java/com/sun/appserv/test/util/results/SimpleReporterAdapter.java
The file was modified appserver/tests/appserv-tests/devtests/cdi/scopes/dependent-scope/build.xml
The file was modified appserver/tests/appserv-tests/devtests/transaction/ee/selfrecovery/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.1/nonBlockingOutput/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/asyncStartOutsideAsyncDispatchScope/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/useBundledJsfWithTagCompilation/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/sessionIdUrlRewrite/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jpa-resource-injection-with-singleton-ejb-producer/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerUpdateHostsDynamicReconfig/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/log4jLocallyBundled/build.xml
The file was addedappserver/tests/appserv-tests/report-builder/src/main/resources/TestResults.css
The file was modified appserver/tests/appserv-tests/devtests/web/securityConstraintWildcardMapping/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/commonsDigesterClassNotFoundException/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/maxKeepAliveRequests/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.1/resetCharacterEncoding/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspAllowErrorPageToSetResponseCharsetIfNoOutputWritten/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/xmlOverrideAuthAnnotations/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/xmlOverrideAnnotationWithWebFragment/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerSendErrorProperty/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/securityConstraintWithoutAnyAuthConstraint/build.xml
The file was removedappserver/tests/appserv-tests/util/reportbuilder/src/main/java/com/sun/appserv/test/util/process/ProcessStreamDrainer.java
The file was modified appserver/tests/appserv-tests/devtests/ejb/ee/cluster-tests/ha-web/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/requestDispatcherIncludeNonHttp/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/formLoginJSecurityCheckDirectAccess/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/qualifiers/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspcConfigure/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/setMultiValuedResponseHeader/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerRedirectPropertyNoSubstringMatch/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/crossContextDispatchLongestContextRootMatch/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/sessionIdPresentInBothRewrittenUrlAndCookieByDefault/build.xml
The file was modified appserver/tests/appserv-tests/devtests/transaction/ee/autorecovery/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspConfigGetServletPath/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-4.0/pushCacheable/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/weblogicDD/referenceDescriptor/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-use-of-interceptors-in-ejbs-through-interceptor-bindings/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/transactions/transaction-scoped/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/asyncListenerOnTimeoutDispatch/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/webappLoaderGetResourceDot/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/managed-beans/managed-bean-lifecycle-polymorphism/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspXpoweredByDisabled/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletRequestLongUri/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/osgi-cdi/common.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/webFragmentWithLoginConfig/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.1/servletContextGetVirtualServerName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jsfWithBundledOneDotOneJarFiles/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/em-injection-no-interface-ejb/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/readerThreadsConfig/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/loginChangeSessionId/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/contextXmlRemoteHostValve/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-business-method-interception/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/injection-point/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/servletContextGetRealPathFromLocalJar/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/cacheFilterMappingDispatcher/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/portable-extensions/new-bean-registration/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/authPassthroughGetScheme/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/smoke-tests/cdi-servlet-3.0-annotation/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerChangeHttpListenerWebappNoLongerAccessible/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspPrecompileDeployDashDashLibraries/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/asyncContextHasOriginalRequestAndResponse/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/asyncContextDispatchZeroArg/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-ordering/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/defaultKeepAlive/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.1/denyUncoveredHttpMethods/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ee/timer/autotimer/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/injection/jmsContext/basic/wsRequestScoped/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.1/upgradeWithCDI/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/mimeMappingCaseInsensitiveMatch/build.xml
The file was removedappserver/tests/appserv-tests/util/reportbuilder/src/main/java/com/sun/appserv/test/util/process/ProcessManagerException.java
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.1/runAsInitDestroy/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/elFunctionWithoutParams/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/httpRequestIgnoreInvalidAcceptLanguageHeader/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/includeErrorPageAfterResponseCommit/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/welcomePageExtensionMatch/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/servletContainerInitializer/sharedLibWithEAR/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-4.0/contextCharEncoding/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/sessionWithoutCookie/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/producer-methods/producer-method-disposes/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/multipart/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletResponseQuotedContentTypeImbalance/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/valveTomcatStyle/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/v3HttpListenerDynamicConfig/build.xml
The file was addedappserver/tests/appserv-tests/report-builder/src/main/java/com/sun/ejte/ccl/reporter/SimpleReporterAdapter.java
The file was modified appserver/tests/appserv-tests/devtests/web/defaultResponseType/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/installationPathDisclosure/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/asyncContextCreateListener/build.xml
The file was addedappserver/tests/appserv-tests/report-builder/src/test/java/org/glassfish/devtests/reportbuilder/ReportTest.java
The file was modified appserver/tests/appserv-tests/devtests/jms/injection/jmsContext/basic/wsTransactionScoped/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspCallingELFuctionFromTagfileWithinSameTaglibInfiniteRecursion/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/webFragmentWithFileUpload/build.xml
The file was modified appserver/tests/appserv-tests/devtests/transaction/ee/resendautorecovery/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/log4jXmlInEarFile/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/multiByteGETQueryParamDefaultCharset/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/contextPathXmlConfig/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspConfigBuffer/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/contextRootDuplicate/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspIncludeResourceNameWithPlusChar/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/injection/jmsContext/basic/servletRequestScoped/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/overrideImplicitMapping/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspAnonymousClass/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.1/changeSessionId/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/loadBalanceModJK/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/mimeMappingInheritedFromDefaultWebXml/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/authPassthroughGetRemoteHost/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerDefaultWebModuleRequestDispatcher/build.xml
The file was removedappserver/tests/appserv-tests/util/reportbuilder/src/main/java/com/sun/appserv/test/util/results/HtmlReportProducer.java
The file was modified appserver/tests/appserv-tests/devtests/cdi/decorators/decorators-over-beans-from-producer-methods/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerAlternateDocrootDynamicReconfig/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletChainedException/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/getRequestURI/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-4.0/mappingDiscovery/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jstlHtmlParamOutsideFmtMessage/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-use-of-interceptors-in-ejbs-through-at-interceptors/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspErrorPageClassCastException/build.xml
The file was addedappserver/tests/appserv-tests/report-builder/src/main/java/com/sun/appserv/test/util/results/ReportHandler.java
The file was modified appserver/tests/appserv-tests/devtests/web/jspPrecompileIgnoreFragmentErrors/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/authPassthroughSendRedirectHostRequestHeaderWithoutPort/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/slsb-injection-into-sessionscoped/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/instanceHttpPortDynamicReconfig/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/sslClientAuthUnprotectedResourceGetClientCert/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jpa-resource-injection-passivating-scope/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspXpoweredBySingleResponseHeader/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/webappAlternateDocrootTagFile/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/em-resource-injection/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspResourceInjectionSimpleTagHandler/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/webFragment/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/injection/jmsContext/basic/servletTransactionScoped/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/smoke-tests/slf4j-visibility/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/broken_webapp/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/doubleContentLength/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspTagHandlerPostConstructElement/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/tagPluginForEach/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspUseBean/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/getAttributeAfterInclude/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/welcomePageSecurityConstraintExactMatch/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-integration/simple-managed-bean-interceptor-noargconstructor-missing/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/servletMappingEmptyString/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/SunRaXml/cci-embedded/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/welcomePageSecurityConstraintJspExtension/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/commonsLogging/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/requestDispatcherForwardNonHttp/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/formHintFieldPostWithQueryParamPrecedence/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspPrecompileConsiderDomainLibJarFilesAndClasses/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.1/networkPathReference/build.xml
The file was removedappserver/tests/appserv-tests/util/reportbuilder/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/no-interface-ejb/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/formLoginTransportGuaranteeConfidential/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/programmatic-lookup/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean-interceptor/build.xml
The file was removedappserver/tests/appserv-tests/util/reportbuilder/src/main/java/com/sun/appserv/test/util/results/ResultsProducer.java
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/servletContextCompletePreliminaryFilterRegistration/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-4.0/defaultContextPathEar/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/accessLoggingBadRequests/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspTagReleaseCalledWhenPoolingDisabled/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/multiServletRequests/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/events/simple-event-observers/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/webappLoaderIgnoreHiddenJarFiles/build.xml
The file was addedappserver/tests/appserv-tests/report-builder/src/main/java/com/sun/appserv/test/util/results/ReporterConstants.java
The file was modified appserver/tests/appserv-tests/devtests/web/jspGetTagLibraryInfos/build.xml
The file was modified appserver/tests/gftest.sh
The file was removedappserver/tests/appserv-tests/util/reportbuilder/src/main/java/com/sun/appserv/test/util/process/ProcessStreamDrainerWorker.java
The file was modified appserver/tests/appserv-tests/devtests/transaction/ee/timer_with_autorecovery/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletEmptyLoadOnStartup/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletContextGetEmptyContextPath/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletContextAttributeEventAttributeRemoved/build.xml
The file was modified appserver/tests/appserv-tests/config/properties.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspResourceInjectionContextListener/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/em-resource-injection-extended-transaction-context/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/malformedQueryString/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.1/nonBlockingInputWithAsyncDispatch/build.xml
The file was addedappserver/tests/appserv-tests/report-builder/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/web/proxyAuthCert/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerWithCustomErrorReportValve/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ee/timer/cli/build.xml
The file was addedappserver/tests/appserv-tests/report-builder/src/main/java/com/sun/appserv/test/util/results/HtmlReportProducer.java
The file was modified appserver/tests/appserv-tests/devtests/cdi/stereotypes/alternative-stereotypes/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/tagfileInclude/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/requestDispatcherDirectoryTraversal/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/requestDispatcherForwardCommitResponse/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/securityConstraintMapping/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletRequestParamsPreserveOrder/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/formHintField/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/createSessionInServletRequestListener/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/responseErrorMessageEncoding/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/multiWebFragmentsResources/build.xml
The file was modified appserver/tests/appserv-tests/devtests/admin/cli/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/sessionDestroyed/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/portable-extensions/bean-interface/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/sessionSerializeOnShutdownOnly/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/accessLoggingWriteIntervalSeconds/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/asadminDeletesTarget/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/nonDuplicateSessionCookieWithCustomCookieName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/relativeOrderingWebFragments/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/valveGlassFishStyleBackwardCompatible/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/serverRedirectWithQueryString/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletRequestGetPathInfoCollapseContiguousSlashes/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/proxyKeysize/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/producer-methods/producer-method-runtimepolymorphism/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerAlternateDocrootWelcomePageRedirect/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/specialization/specialization-simple/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/multiByteContextRoot/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-ordering-reversed/build.xml
The file was modified appserver/tests/appserv-tests/devtests/transaction/ee/ee.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspWelcomePageWithoutAnyServletMappings/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspTagLibraryValidatorXMLViewStaticInclude/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/webappLoaderEmptyJar/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/weldJsfFormLoginHttpSessionListener/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/baseDevTestTemplate/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/webappLoaderConsiderHiddenJarFiles/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/sessionCookieConfigProgrammatic/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerDynamicConfig/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/weblogicDD/dirListing/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/contextRoot/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/httpServletGetAllDeclaredMethods/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerAlternateDocroot/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletAnnotationPreDestroy/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/disableDefaultErrorPage/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/sessionIdUrlRewriteSessionTrackingMode/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/singleSignOnCookieHttpOnly/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/sessionIdPresentOnlyInCookieIfUrlRewritingDisabled/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/javaxServletErrorRequestUriDynamicResource/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-multiple-interceptor-binding-annotations/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/formHintFieldPostWithQueryParam/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletResourceInjectionRequestAttributeListener/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/authPassthroughGetRemoteAddress/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletResourceInjectionServletInstanceLoadOnStartup/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/elBigDecimal/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/redirectPort/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/sessionIdUrlRewriteSessionTrackingModeDeclarative/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspCustomTaglibJarInsideEarWithoutManifestClassPath/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/singleSignOnCookieSecure/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jpa-resource-injection/build.xml
The file was addedappserver/tests/appserv-tests/report-builder/src/main/java/com/sun/appserv/test/BaseDevTest.java
The file was modified appserver/tests/appserv-tests/devtests/jms/injection/jmsContext/basic/jsfTransactionScoped/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/asyncContextDispatchWithException/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/yasson/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletContextListenerAnnotationPreDestroy/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/elUninterpretedTag/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/httpCompression/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/servletContextAddListenerByClassName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/setResponseContentLengthToZeroKeepResponseHeaders/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/servletContainerInitializer/sharedLibWithInterfaceImplementation/build.xml
The file was addedappserver/tests/appserv-tests/report-builder/src/main/java/com/sun/appserv/test/util/process/ProcessManager.java
The file was modified appserver/tests/appserv-tests/devtests/cdi/osgi-cdi/simple-wab-with-cdi/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/stereotypes/stereotype-stacking/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/sessionDestroyedClassLoader/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/xmlOverrideAnnotation/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/asyncContextDispatchToPath/build.xml
The file was removedappserver/tests/appserv-tests/util/reportbuilder/src/main/java/com/sun/appserv/test/util/results/TestSuite.java
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/servletContextAddServletAndFilterByInstance/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/sessionPreserveAcrossRedeployDeclarative/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/contextValveSetRequestedSessionCookiePath/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-4.0/pushStatic/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/resourceURLFromLocalJar/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/sessionCookieCustomNameProgrammatic/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerUpdateHttpListenersDynamicReconfig/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerDefaultWebModule/build.xml
The file was addedappserver/tests/appserv-tests/report-builder/src/main/java/com/sun/appserv/test/util/process/ProcessManagerTimeoutException.java
The file was modified appserver/tests/appserv-tests/devtests/cdi/events/conditional-observer/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/httpListenerAdminReconfig/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspTagHandlerPreDestroyAnnotation/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-binding-type-with-members/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletToJspFileMapping/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/events/multiple-event-qualifiers/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jms-resource-producer-field-in-library-jar/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/asyncDelayDispatchAndComplete/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/filterWithEmptyUrl/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletFilterMappingWithServletNameAndURLPattern/build.xml
The file was removedappserver/tests/appserv-tests/util/reportbuilder/src/main/resources/TestResults.css
The file was modified appserver/tests/appserv-tests/devtests/web/readerSelectorsConfig/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/replaceRootContext/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/httpConnectorKeepAlive/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/multiBytePOSTFormHintField/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/errorPageHandlingForError/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspIncludedWelcomePage/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletContextDestroyedEventAttributesAvailable/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/monitorServletInstance/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/redirectPortDynamicConfig/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/servletContextAddServletAndFilterByClassName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/servletContextSetInitParameter/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/sslMultiSelector/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/alternatives/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspCacheTaglibPrecompile/build.xml
The file was removedappserver/tests/appserv-tests/util/reportbuilder/src/main/java/com/sun/ejte/ccl/reporter/SimpleReporterAdapter.java
The file was modified appserver/tests/appserv-tests/devtests/web/headerBufferSize/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/ssl/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspSessionInvalidated/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/loginLogout/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspTrimDirectiveWhitespaces/build.xml
The file was removedappserver/tests/appserv-tests/util/reportbuilder/src/main/java/com/sun/appserv/test/util/results/Test.java
The file was modified appserver/tests/appserv-tests/devtests/web/jspCustomTaglibBundledAsJar/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/keepAlive/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/forwardWithQueryString/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/errorPageExceptionTypeMapping/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-invalid-interceptor-specified-at-beans-xml/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletRequestGetPathInfoGetPathTranslated/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/servletContextGetResourceInLocalJar/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/getAttributeAfterForward/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.1/nonBlockingInput/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspConfigDefaultContentType/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.1/anyAuthenticatedUser/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/serveJspAndStaticResourceFromLocalJar/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/sessionCookieConfigDeclarative/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jms-resource-producer-field/build.xml
The file was removedappserver/tests/appserv-tests/util/reportbuilder/src/main/java/com/sun/appserv/test/util/results/Reporter.java
The file was modified appserver/tests/appserv-tests/devtests/web/fileDownloadTimeout/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/getServerNameAndPort/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/httpResponseErrorMessage/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletSSLRequestAttributes/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/sessionDestroyedDuringUndeploy/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/changeSessionIdOnAuthentication/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspThrowsFileNotFoundExpect500ResponseCode/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/responseExceptionMessageEncoding/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/servletContextCreateServletWithServletSecurity/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/dispatchForwardAsyncDispatch/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspUrnJspTldWithoutUri/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/classloaderGetResourceJarFile/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/multiByteContextRootWithCookie/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/tagPluginForEachTagFile/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/decorators/simple-decorator/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/reconfigDefaultWebModule/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/classPathManifestAttributePrecompile/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/ha/cluster-tests/ha-web/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jmxUndeployEvent/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspTagdependentXml/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletResourceInjectionServletInstance/build.xml
The file was addedappserver/tests/appserv-tests/report-builder/src/test/resources/ejb_devtests_test_results.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspConfigJavacSource/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerEarWrappedDefaultWebModuleRestart/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/extraClassPathRelative/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/specialization/alternative-leaks/build.xml
The file was modified appserver/tests/appserv-tests/devtests/transaction/ee/mdb/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/networkListenerTarget/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/cookieHttpOnly/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/servletContextGetResourcePathsFromLocalJar/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.1/nonBlockingInputOutput/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspScriptlessTagBodyJspDocument/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/relativeRedirectAllowed/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jpa-resource-injection-non-serializable/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/asyncListenerOnTimeout/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/cacheControlResponseHeaders/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspForwardUnbuffered/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-4.0/reqResEncoding/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/servletRequestResponseWrapperIsWrapperFor/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/extraClassPathJarUrl/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/largeCookieError/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/testFormAuthenticator/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/localeEncodingMapping/build.xml
The file was addedappserver/tests/appserv-tests/report-builder/src/main/java/com/sun/appserv/test/util/results/Configuration.java
The file was removedappserver/tests/appserv-tests/util/reportbuilder/src/main/java/com/sun/appserv/test/util/process/ProcessManager.java
The file was modified appserver/tests/appserv-tests/devtests/web/accessLoggingDynamicReconfig/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/webServletAnnotation/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/authAnnotations/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/servletContextCompletePreliminaryServletRegistration/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jsp-security/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/webFragmentWithLoginConfigOverrided/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-integration/simple-managed-bean-interceptor-nonnull-package/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/asyncListenerOnComplete/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/weldJsfServerAuthModuleRedirect/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspConfigWelcomeFiles/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ee/timer/domaindeployment/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-integration/no-interface-local-view-proxy-serializable/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/sessionExpired/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/portable-extensions/new-bean-registration-extension-in-lib/build.xml
The file was removedappserver/tests/appserv-tests/util/reportbuilder/src/main/java/com/sun/appserv/test/util/results/Configuration.java
The file was modified appserver/tests/appserv-tests/devtests/web/multiByteGETQueryParamLocaleCharsetMap/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/authPassthroughRequestIsSecure/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerRedirectPropertyUrlPrefix/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletResourceInjectionFilter/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/portable-extensions/bean-manager/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/defaultContentType/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/keepAliveTimeoutSSL/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/listenerFilterServletInit/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-4.0/pushDynamic/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/monitorHttpService/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/authPassthroughSendRedirectFromJspWithHttpsServerName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerDefaultWebModuleReconfig/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/portable-extensions/package-private-extension-constructor/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/contextXmlLifecycleListenerGlobal/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/cookiePropertiesSunWebXml/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/sessionMemoryPersist/build.xml
The file was removedappserver/tests/appserv-tests/util/reportbuilder/src/test/java/org/glassfish/devtests/reportbuilder/ReportTest.java
The file was modified appserver/tests/appserv-tests/devtests/web/sessionPreserveAcrossRedeploy/build.xml
The file was addedappserver/tests/appserv-tests/report-builder/src/main/resources/TestResults.js
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-integration/builtin-beans/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspForwardNormalizePath/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.1/partSubmittedFileName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/unproxyable-deps/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/readLineWithMaxLength/build.xml
The file was removedappserver/tests/appserv-tests/util/reportbuilder/src/main/resources/TestResults.js
The file was modified appserver/tests/appserv-tests/devtests/web/jspCommentedOutPageDirective/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspConfigJspFile/build.xml
The file was addedappserver/tests/appserv-tests/report-builder/src/main/java/com/sun/appserv/test/util/results/Test.java
The file was modified appserver/tests/appserv-tests/devtests/web/sessionIdCustomGenerator/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/asyncContextComplete/build.xml
The file was addedappserver/tests/appserv-tests/report-builder/src/main/java/com/sun/appserv/test/util/results/Reporter.java
The file was modified appserver/tests/appserv-tests/devtests/web/jspBomInClassicSyntaxEncodingMismatchPageDir/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/loadClassesFromZipFile/build.xml
The file was addedappserver/tests/appserv-tests/report-builder/src/main/java/com/sun/appserv/test/util/process/ProcessStreamDrainer.java
The file was modified appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspResourceInjectionTagHandlerPoolingDisabled/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/classPathManifestAttribute/build.xml
The file was modified appserver/tests/appserv-tests/config/common.xml
The file was modified appserver/tests/appserv-tests/devtests/web/allowEncodedSlash/build.xml
The file was modified runtests.sh
The file was modified appserver/tests/appserv-tests/devtests/web/ssiHtmlEntity/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/sessionJvmRoute/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/weblogicDD/sessionExpired/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/formHintFieldPrecedence/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletResourceInjectionRequestListener/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/trailerHeader/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/requestDispatcherForwardHEADRequest/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/applicationDispatcher/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspELEnum/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/requestDispatcherForwardSetStatusCommitResponse/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/singleSignOnHttpServiceDynamicReconfig/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerLogFile/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/getLocalPort/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/weblogicDD/sessionIdUrlRewriteSessionTrackingModeDeclarative/build.xml
The file was removedappserver/tests/appserv-tests/util/reportbuilder/src/test/resources/ejb_devtests_test_resultsValid.xml
The file was modified appserver/tests/appserv-tests/devtests/web/cometEcho/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspconfig/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletRequestSetCharEncodingIllegalStateException/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/contentlength/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jstlLocaleSupportAPI/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerSendErrorPropertyBrokenWebapp/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/portable-extensions/injection-target/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/anonymousAccessForbidden/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/servletContainerInitializer/jsfManagedBeanAnnotation/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/asyncContextDispatchCrossContext/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/redirectWithRootWildCardUrlPattern/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/elequals/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-integration/servlet-context-injection-cdi/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspCommentedOutPageDirective1/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/sessionIdUrlRewriteSessionTrackingModeCustomCookieName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/sessionCookieCustomNameSunWebXml/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/listenerDisabled/build.xml
The file was addedappserver/tests/appserv-tests/report-builder/src/main/java/com/sun/appserv/test/util/process/ProcessManagerException.java
The file was modified appserver/tests/appserv-tests/devtests/web/index/build.xml
The file was removedappserver/tests/appserv-tests/util/reportbuilder/src/main/java/com/sun/appserv/test/util/results/TestCase.java
The file was modified appserver/tests/appserv-tests/devtests/web/requestDispatcherMaxDepth/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/cli/negative/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/queryString/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-binding-type-inheritance/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspSimpleTagAnnotation/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/servletContextAddServletAndFilterByClass/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerStateDynamicReconfig/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/weblogicDD/sessionCookieConfigDeclarative/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/httpResponseServerHeader/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/asadminDeletes/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/asyncContextMultipleDispatch/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/chunkingDisabled/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspScriptletSyntaxErrorCorrectErrorMessage/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/distributableWebappEnforceSerializableSessionAttrs/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/multibyteValue/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/smoke-tests/cdi-servlet-filter-3.0-annotation/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/managed-beans/managed-bean-via-resource-injection/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspStaticFileEncoding/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/filterURIMapping/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/requestDispatcherForwardSendErrorCommitResponse/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ee/timer/failover/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspPoundSyntax/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.1/upgradeEcho/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/sessionSetMaxInactiveIntervalToZeroAndInvalidate/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerDefaultWebModuleRequestPath/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/javaee-component-resource-typesafe-injection/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/cookieValueWithSpaces/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/tagplugin/build.xml
The file was modified appserver/tests/appserv-tests/devtests/transaction/ee/dblogs/base/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletResourceInjectionContextAttributeListener/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/stereotypes/interceptor-bindings-for-stereotypes/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/multiByteGETQueryParamFormHintField/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspCachingInstanceLevel/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/httpRequestWhitespaceTolerance/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspNullFragment/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/servletContextAddServletOverrideDefaultAndJspServletMappings/build.xml
The file was modified gftest.sh
The file was modified appserver/tests/appserv-tests/devtests/web/jspConfigModificationTestInterval/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletContextGetContextPath/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-4.0/trailer/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb32/intfces/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/injection/jmsContext/basic/jspRequestScoped/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/formLoginAccessSessionOnResumedRequest/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/sessionCookieConfig/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletGetServerPort/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/standalonewar/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/weblogicDD/delegate/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-4.0/reqResEncodingGFWebxml/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-wab-with-cdi/common.xml
The file was removedappserver/tests/appserv-tests/util/reportbuilder/src/main/java/com/sun/appserv/test/util/process/ProcessManagerTimeoutException.java
The file was modified appserver/tests/appserv-tests/devtests/web/sessionInvalidateNoCookieInResponse/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/httpListenerDynamicConfig/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/dirListing/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletContextNullPathArgument/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerAlternateDocrootRestart/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/reportbuilder.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerModifyHttpListenerPortAccessWebapp/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-4.0/setSessionTimeout/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/scopes/singleton-scope/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/SunRaXml/cci/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/servletRequestDispatcherType/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspAttributeNameWithColonOrDot/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/absoluteOrderingWebFragments/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/asyncContextSetTimeout/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/errorPageExceptionTypeWrapper/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/threadPoolIdleTimeout/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspInWebappWithBundledXercesImpl/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/smoke-tests/optional-unbundled-beans/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/ambiguous-deps/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/cacheHang/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jrouteIdInCookieOrURL/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspConfigUsePrecompiled/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/delegate/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/sessionPropertyEnableCookiesInstanceLevel/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/multiByteHttpRequestBuffer/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/weblogicDD/sessionPreserveAcrossRedeployDeclarative/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/bodyTag/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/weblogicDD/runAsPrincipalName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspRuntimeDeployDashDashLibraries/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspForwardPreserveApplicationResponseWrapper/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/traceEnabled/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/webFilterAnnotation/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerRedirectPropertyUrl/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspBomInClassicSyntaxEncodingMismatchJspConfig/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletResourceInjectionHttpSessionListener/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/SunRaXml/cci/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/javaxServletErrorRequestUriStaticResource/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/servletContainerInitializerAddRestrictedServletContextListener/build.xml
The file was addedappserver/tests/appserv-tests/report-builder/src/main/java/com/sun/appserv/test/util/results/TestSuite.java
The file was modified appserver/tests/appserv-tests/devtests/cdi/events/event-qualifiers-with-members/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/events/event-producers/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletFilterDefaultInvocationOrder/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/defaultErrorPage/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/injection/jmsContext/basic/jspTransactionScoped/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspErrorPageStatusCode/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/headerBufferFull/build.xml
The file was addedappserver/tests/appserv-tests/report-builder/src/main/java/com/sun/appserv/test/util/results/TestCase.java
The file was modified appserver/tests/appserv-tests/devtests/web/sslCookie/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/authPassthroughSendRedirectWithHttpsServerName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerAuthRealmProperty/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/pipelineQueueFull/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/csrfFilter/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerDocrootDynamicReconfig/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/javaxServletContextOrderedLibs/build.xml
The file was modified appserver/tests/appserv-tests/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspResourceInjectionTagHandler/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/osgiServlet/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/dosBrokenPost/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspSelfReferencingErrorPageWithRelativePath/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspCustomTaglibJarInsideEarWithManifestClassPath/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/xmlOverrideUrlPatternWithWebFragment/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspTagFileBomEncodingMismatchTagDir/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspErrorPageServletErrorException/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/cacheHelperRef/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspTemplateTextEscapedEL/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/SunRaXml/cci-embedded/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/createHttpsListener/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/setWebContextParam/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/emptyServletPathJspInclude/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-use-of-at-interceptors/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/commonsLoggingLocalAndGlobal/build.xml
The file was removedappserver/tests/appserv-tests/util/reportbuilder/src/main/java/com/sun/appserv/test/util/results/ReportHandler.java
The file was modified appserver/tests/appserv-tests/devtests/web/dosSlowClient/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspScriptletAfterScriptlessTag/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/multiByteGETQueryParamSetCharEncoding/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/win2kLock/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/sessionWithCookiePersistenceType/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-4.0/defaultContextPath/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/readLineIOException/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/invokerServletDisabled/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/ha/ssoFailover/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerDefaultWebModuleFormLoginJSecurityCheckDirectAccess/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspConfigUsePrecompiled2/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspNestedScriptingTagExtraInfo/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/portable-extensions/simple-portable-extension/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/networkListenerDynamicConfigEnabled/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/weblogicDD/jspDescriptor/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/authAnnotationInheritance/build.xml
The file was addedappserver/tests/appserv-tests/report-builder/src/test/resources/ejb_devtests_test_resultsValid.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspScriptletDeclNestedInCustomAction/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-4.0/addJspFile/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-4.0/pushArbitraryMethod/build.xml
The file was removedappserver/tests/appserv-tests/util/reportbuilder/src/main/java/com/sun/appserv/test/BaseDevTest.java
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/webFragmentWithEjbLite/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-javaee-injection/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/redirectPortLoadBalancer/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/weldJsfLoginPage/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspTagHandlerPostConstructAnnotation/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/defaultServletWithSubdirectoryMapping/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspCustomTagAttributeOfArrayType/build.xml
Commit 961ccdb6c05e20514a7e4ed2058f1dfe2bc5ebad by David Matějček
The reporter moved to standard Maven reactor too

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/client-handler-1/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jdbc/nonacc/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/ejb_annotations/ejbwebservicesinwar-sessioncontext/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-ejb-cdi/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/defaultConnectorResource-standalone-rar/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/activationProperties/subscriptionScope/standalone/embedded/noScope/nondurableWithName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/ejb_annotations/ejbwebservicesinwar-3/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb32/interceptors/get_method_lc/descriptor/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jdbc/appbasedMonitoring/build.xml
The file was modified appserver/tests/appserv-tests/devtests/transaction/ee/ee.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/ejb_annotations/ejbwebservicesinwar/build.xml
The file was modified appserver/tests/appserv-tests/devtests/transaction/ee/cli/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/ejb_annotations/ejbclient/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/JMSXDeliveryCount/sessionBean1/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/activationProperties/subscriptionScope/standalone/embedded/InstanceScope/durableWithName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/wsctxt/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/activationProperties/subscriptionScope/cluster/ClusterScope/durableWithName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/em-resource-injection-with-resource-declaration-in-another-jar/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/postconstruct/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/activationProperties/subscriptionScope/standalone/local/InstanceScope/durableWithName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb30/hello/mdb/build.xml
The file was removedappserver/tests/appserv-tests/util/reporter/TestCase.java
The file was modified appserver/tests/appserv-tests/config/common.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/multiple-resources.xml/build.xml
The file was removedappserver/tests/appserv-tests/lib/reporter.jar
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb30/hello/session/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/managedbean/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/ejb_annotations/localremoteejbwebservice/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/singleton/multi-module/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/JMSXDeliveryCount/sessionBean2/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/activationProperties/subscriptionScope/cluster/InstanceScope/nondurableWithoutName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/full/jcdifull/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/activationProperties/subscriptionScope/standalone/embedded/InstanceScope/nondurableWithoutName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/activationProperties/subscriptionScope/cluster/noScope/durableNoClientIdWithName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/ejb_annotations/async/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/osgi-cdi/common.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/timer31/methodintf/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/wls_dd/wsdl_exposed_false/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/connector1.6-resources-xml/app/src/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/cli/negative/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/injection/jmsContext/mixedScoped/jmsContextInjectionA/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/ejb_annotations/wsRef-webservice-features/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/annotation/MDB3/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/containerresolver/client/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/rar-accessibility/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/webservices13-addressing-2/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/annotation-connector1.5/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/activationProperties/subscriptionScope/standalone/local/InstanceScope/durableWithoutName/build.xml
The file was addedappserver/tests/appserv-tests/reporter/src/main/java/com/sun/ejte/ccl/reporter/SimpleReporterAdapter.java
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb32/intfces/build.xml
The file was addedappserver/tests/appserv-tests/reporter/src/main/java/com/sun/ejte/ccl/reporter/ReporterConstants.java
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/embedded/skipjar/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/JMSXDeliveryCount/MDB2/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/injection/jmsContext/basic/jsfTransactionScoped/build.xml
The file was removedappserver/tests/appserv-tests/util/reporter/ReporterClient.java
The file was modified appserver/tests/appserv-tests/devtests/jms/mdbDest/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/webservices13-clientdds/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/embedded/profile/build.xml
The file was removedappserver/tests/appserv-tests/util/reporter/README
The file was modified appserver/tests/appserv-tests/devtests/jms/activationProperties/subscriptionScope/cluster/InstanceScope/nondurableWithName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ee/timer/cli/build.xml
The file was modified appserver/tests/appserv-tests/devtests/naming/injection/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/beanvalidation-simple-resources-xml/app/src/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/activationProperties/subscriptionScope/standalone/embedded/noScope/durableWithName/build.xml
The file was modified appserver/tests/appserv-tests/util/filediff/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/connector1.6/app/src/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/jaxrs/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/scopes/request-and-application-scope-ejb-mdb/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb32/interceptors/get_method_lc/annotation/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/injection/jmsContext/basic/servletTransactionScoped/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/injection/jmsContext/basic/wsTransactionScoped/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/annotation-connector-mixedmode/app/src/build.xml
The file was modified appserver/tests/appserv-tests/devtests/transaction/ee/autorecovery/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/installed-libraries-embedded/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/jpa-tx-propagation-gf-resources-xml/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb32/ejblite/async/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/activationProperties/subscriptionScope/standalone/local/ClusterScope/nondurableWithName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/asynchronous/remote/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/injection/jmsContext/mixedScoped/jmsContextInjectionC/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/activationProperties/subscriptionScope/standalone/embedded/InstanceScope/durableWithoutName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb32/sfsb/descriptor/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/ejb_annotations/bigint/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/jaxwstools.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/activationProperties/subscriptionScope/cluster/ClusterScope/nondurableWithoutName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/naming/nonfailover/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/webserviceref-cobundle/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/annotation-connector1.5/app/src/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/beanvalidation-simple-resources-xml/build.xml
The file was addedappserver/tests/appserv-tests/reporter/README
The file was modified appserver/tests/appserv-tests/devtests/jms/activationProperties/subscriptionScope/cluster/ClusterScope/nondurableWithName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/embedded/ejbinwar/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/activationProperties/subscriptionScope/cluster/noScope/nondurableNotSharedWithoutName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/injection/jmsContext/basic/sessionBeanRequestScoped/build.xml
The file was addedappserver/tests/appserv-tests/reporter/src/main/java/com/sun/ejte/ccl/reporter/Test.java
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb32/interceptors/lc-method-constructor-level/descriptor/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-wab-with-cdi/common.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/nonacc/build.xml
The file was modified appserver/tests/appserv-tests/devtests/persistence/tests/packaging/pkgWarTest/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jdbc/v3/resEnableDisable/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/annotations-common.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/annotation/MDB2/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/ejb_annotations/restful-ejb/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/embedded/remote/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb32/embedded/autoclose/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/noname2/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/webservicerefs/build.xml
The file was removedappserver/tests/appserv-tests/util/reporter/Reporter.java
The file was modified appserver/tests/appserv-tests/devtests/jdbc/config/ee-common.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb30/persistence/tx_propagation/build.xml
The file was addedappserver/tests/appserv-tests/reporter/src/main/java/com/sun/ejte/ccl/reporter/TestSuite.java
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/redeployRar/app/src/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/web2connector/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb32/interceptors/lc-method-constructor-level/annotation/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb32/sfsb/basic/build.xml
The file was modified appserver/tests/appserv-tests/devtests/transaction/ee/dblogs/base/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/ejb_annotations/ejbservletwebservicesinwar/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/full/passact/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/webservices13-addressing-appclient/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/activationProperties/subscriptionScope/standalone/local/noScope/durableNoClientIdWithName/build.xml
The file was modified appserver/tests/appserv-tests/pom.xml
The file was addedappserver/tests/appserv-tests/reporter/src/main/java/com/sun/ejte/ccl/reporter/ParseML.java
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/defaultConnectorResource-standalone-rar/app/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/multiple-resources-app-module-scoped/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/multiple-resources.xml/app/src/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/defaultConnectorResource-standalone-rar/app/src/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/ejb_annotations/portejbclient/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/injection/jmsContext/basic/ejbInterceptorTransactionScoped/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb32/timer/opallowed/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/stubs/stubser/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/activationProperties/subscriptionScope/cluster/noScope/nondurableWithName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/web-mutual-ssl/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/security/simple/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/redeployRar/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb32/mdb/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/JMSXDeliveryCount/MDB4/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ee/timer/autotimer/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/ejb_annotations/serviceejbclient/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb30/clientview/core/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/activationProperties/subscriptionScope/standalone/local/noScope/nondurableWithName/build.xml
The file was addedappserver/tests/appserv-tests/reporter/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/multiple-resources-app-module-scoped/app/src/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/embedded/embedasync/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/injection/jmsContext/mixedScoped/jmsContextDefaultInjection/build.xml
The file was removedappserver/tests/appserv-tests/util/reporter/ParseML.java
The file was modified appserver/tests/appserv-tests/devtests/security/jmac/soap/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/soaptcp/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/full/remote2/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/embeddedweb/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/ejb_annotations/libdependent/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/defaultConnectorResource/app/src/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/embedded/timertest/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/activationProperties/subscriptionScope/standalone/embedded/InstanceScope/nondurableWithName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jmac/soapEmbedded/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/restful-2/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/embedded/testclose/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jmac/soapDefault/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb32/interceptors/interceptors-inheritance/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/multiport/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/activationProperties/subscriptionScope/standalone/embedded/ClusterScope/nondurableWithName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/defaultCF/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/webservices13-respectbinding/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/embedded/modulewithmanifest/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb30/hello/session4/build.xml
The file was addedappserver/tests/appserv-tests/reporter/src/main/java/com/sun/ejte/ccl/reporter/ReporterClient.java
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb32/methodintf/build.xml
The file was addedappserver/tests/appserv-tests/reporter/src/main/java/com/sun/ejte/ccl/reporter/TestCase.java
The file was modified appserver/tests/appserv-tests/devtests/cdi/smoke-tests/singleton-startup/hello/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/app-scoped-resources-ms4-demo/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/embedded/modulewithappname/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/sfsb/stress/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/mappedname/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/serializabletest/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jdbc/switchoffACCconnpooling/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/mtom/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/client-handler-2/build.xml
The file was removedappserver/tests/appserv-tests/util/reporter/PortableAdapter.java
The file was removedappserver/tests/appserv-tests/util/reporter/Test.java
The file was modified appserver/tests/appserv-tests/devtests/transaction/ee/selfrecovery/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/injection/jmsContext/mixedScoped/jmsContextInjectionE/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/injection/jmsContext/mixedScoped/jmsContextInjectionB/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb30/clientview/adapted/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/full/disable_nonportable_jndi/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb32/interceptors/aroundconstruct/descriptor/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/rpcencoded_oneway/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/svchandler-1/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/embedded/twomoduleswithlibs/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/svchandler-2/build.xml
The file was addedappserver/tests/appserv-tests/reporter/src/main/java/com/sun/ejte/ccl/reporter/EnterpriseBeanLogger.java
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/SunRaXml/cci/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb32/interceptors/constructor-level/descriptor/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/injection/jmsContext/basic/jspTransactionScoped/build.xml
The file was removedappserver/tests/appserv-tests/util/reporter/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/webservices13-addressing/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/annotation/MDB1/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/installed-libraries/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/injection/jmsContext/mixedScoped/jmsContextInjectionD/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/activationProperties/subscriptionScope/standalone/embedded/ClusterScope/nondurableWithoutName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/config-property-accessor-test/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/embedded/datasourcedef/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/activationProperties/subscriptionScope/standalone/local/ClusterScope/durableWithoutName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/embedded/twocontainers/build.xml
The file was removedappserver/tests/appserv-tests/util/reporter/SimpleReporterAdapter.java
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/async/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/beanvalidation-simple/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/full/ear/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/activationProperties/subscriptionScope/standalone/local/ClusterScope/durableWithName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/ejb_annotations/ejbwebservicesinwar-interceptor/build.xml
The file was modified appserver/tests/appserv-tests/lib/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/singleton/cache/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/javamodule/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/injection/jmsContext/basic/servletRequestScoped/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/app-scoped-resources-ms4-demo/app/src/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/beanvalidation-simple/app/src/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ee/timer/getalltimers/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/activationProperties/subscriptionScope/standalone/local/noScope/durableWithName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/installed-libraries-resources/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/connector1.6-resources-xml/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/connector1.5/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/connector1.6/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb32/interceptors/constructor-level/annotation/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/JMSXDeliveryCount/MDB1/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/restful/build.xml
The file was modified appserver/tests/appserv-tests/devtests/transaction/ee/resendautorecovery/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/webserviceref-lookup/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/ejb_annotations/singleton/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/timerStandalone/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/wls_dd/service_endpoint_address/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/singleton/threemodules/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/stubs/standaloneclient/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/dol-override-1/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/activationProperties/subscriptionScope/standalone/embedded/noScope/durableNoClientIdWithName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/embedded/modulewithinheritance/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-ear/build.xml
The file was modified appserver/tests/appserv-tests/devtests/transaction/ee/mdb/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/connector1.5/app/src/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/injection/jmsContext/mixedScoped/jmsContextInjectionJ/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jdbc/jpa-dsd/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/prepkged-svc-1/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/activationProperties/subscriptionScope/standalone/embedded/noScope/nondurableWithoutName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb30/hello/session5/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/ejb_annotations/libdependent-2/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ee/timer/domaindeployment/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/full/remote1/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/embedded/jaxrs/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-integration/normal-bean-injection-ear/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb30/hello/session_standalone/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/embedded/ejbandwar/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/injection/jmsContext/basic/wsRequestScoped/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/annotation-connector-mixedmode/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/endpointaddress/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb30/clientview/exceptions/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/JMSXDeliveryCount/ACC2/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/embedded/mdb/build.xml
The file was removedappserver/tests/appserv-tests/util/reporter/ReporterConstants.java
The file was modified appserver/tests/appserv-tests/devtests/jms/JMSXDeliveryCount/MDB3/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/activationProperties/subscriptionScope/cluster/noScope/durableWithName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/defaultConnectorResource/build.xml
The file was modified appserver/tests/appserv-tests/devtests/deployment/webservices/annotations-common.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/injection/jmsContext/mixedScoped/jmsContextInjectionH/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-integration/programmatic-lookup-ear/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/mq/cmt/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb32/ejblite/nonpersistenttimer/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/activationProperties/subscriptionScope/cluster/noScope/nondurableNotSharedWithName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/activationProperties/subscriptionScope/standalone/embedded/ClusterScope/durableWithoutName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/ejb_annotations/asyncejbclient/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/activationProperties/subscriptionScope/cluster/noScope/nondurableWithoutName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/activationProperties/subscriptionScope/standalone/local/InstanceScope/nondurableWithName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/injection/jmsContext/mixedScoped/jmsContextInjectionF/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb32/sfsb/lifecycle_cb_txattr/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jdbc/config/ee-properties.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/noname/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/asynchronous/localandremote/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/activationProperties/subscriptionScope/standalone/embedded/ClusterScope/durableWithName/build.xml
The file was removedappserver/tests/appserv-tests/util/reporter/build.properties
The file was removedappserver/tests/appserv-tests/util/reporter/EnterpriseBeanLogger.java
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/sinitcallejb/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/injection/jmsContext/basic/ejbInterceptorRequestScoped/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/SunRaXml/cci-embedded/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/activationProperties/subscriptionScope/cluster/ClusterScope/durableWithoutName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/activationProperties/subscriptionScope/standalone/local/InstanceScope/nondurableWithoutName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/wss/gartner/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/msgctxt/build.xml
The file was removedappserver/tests/appserv-tests/util/reporter/TestSuite.java
The file was modified appserver/tests/appserv-tests/devtests/persistence/tests/packaging/pkgWarTest1/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/activationProperties/subscriptionScope/standalone/local/noScope/nondurableWithoutName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/injection/jmsContext/mixedScoped/jmsContextInjectionG/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/annotation/sessionBean/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/securitymapweb/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/force-deploy-rar/app/src/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/JMSXDeliveryCount/ACC1/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/ejb_annotations/annotations-common.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ee/timer/failover/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jdbc/v3/connleaktracing/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/activationProperties/subscriptionScope/cluster/InstanceScope/durableWithName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/generics/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/timer31/mdb/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/full/schema/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/embedded/manifestonly/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/singleton/hello/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-mdb/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/force-deploy-rar/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/activationProperties/subscriptionScope/cluster/InstanceScope/durableWithoutName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/filter_urlhandling/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/full/sfsbscnc/build.xml
The file was addedappserver/tests/appserv-tests/reporter/src/main/java/com/sun/ejte/ccl/reporter/Reporter.java
The file was modified appserver/tests/appserv-tests/devtests/transaction/ee/dblogs/mdb/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb32/interceptors/aroundconstruct/annotation/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/ejb32-mdb/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/embeddedweb/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/svchandler-3/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-ejb-singleton/hello/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/injection/jmsContext/basic/jsfRequestScoped/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/ejb_annotations/wsnameejbname/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/activationProperties/subscriptionScope/standalone/local/ClusterScope/nondurableWithoutName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/transaction/ee/timer_with_autorecovery/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/mq/lifecycle/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-integration/bean-in-lib-dir-used-by-ejb-in-ear/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/oneway/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/soap12/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/embedded/twomodules/build.xml
The file was addedappserver/tests/appserv-tests/reporter/src/main/java/com/sun/ejte/ccl/reporter/PortableAdapter.java
The file was modified appserver/tests/appserv-tests/devtests/webservice/ejb_annotations/ejbwebservicesinwar-2/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/embedded/basic/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/util/methodmap/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/transactions/transaction-scoped/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/asynchronous/threadpoolconfig/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jdbc/v3/multipleusercredentials/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/ejb_annotations/multiport/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/injection/jmsContext/basic/sessionBeanTransactionScoped/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/wsdltojava/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/osgi-resources-test/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/svchandler-4/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/injection/jmsContext/basic/jspRequestScoped/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/embedded/modulewithlibs/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/full/webandejb/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/injection/jmsContext/mixedScoped/jmsContextInjectionK/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/annotation-embeddedweb/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jmac/https/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/cert-realm-custom-loginmodule/build.xml
Commit 6dd4014fed0c0303c9ea08c2921ab1d9c0b9e1e5 by David Matějček
Dependencies moved to the main reactor + executable from gftest.sh on jenkins

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
The file was modified appserver/tests/appserv-tests/pom.xml
The file was modified appserver/tests/appserv-tests/lib/pom.xml
The file was modified appserver/tests/gftest.sh
Commit 6e255c28e65b189967142fc74e6962b3f21baf6c by David Matějček
Fixed paths to reporter.jar

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
The file was modified appserver/tests/appserv-tests/devtests/web/webappAlternateDocrootTagFile/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/responseExceptionMessageEncoding/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/asadminDeletesTarget/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/injection/jmsContext/basic/servletRequestScoped/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.1/nonBlockingInput/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-4.0/trailer/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/weblogicDD/referenceDescriptor/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerAlternateDocroot/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspCustomTaglibBundledAsJar/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/web2connector/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/caseSensitiveHostMapping/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/cacheControlResponseHeaders/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/invokerServletDisabled/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/errorPageExceptionTypeWrapper/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/applicationDispatcher/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/sessionJvmRoute/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/defaultConnectorResource/app/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspTagHandlerPreDestroyAnnotation/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/sslMultiSelector/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/injection/jmsContext/basic/jspTransactionScoped/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-4.0/pushAuthorization/build.xml
The file was modified appserver/tests/appserv-tests/util/webrunner/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspThrowsFileNotFoundExpect500ResponseCode/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/multiByteGETQueryParamLocaleCharsetMap/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/injection/jmsContext/basic/wsRequestScoped/build.xml
The file was modified appserver/tests/appserv-tests/devtests/transaction/ee/dblogs/mdb/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/osgiServlet/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/injection/jmsContext/basic/servletTransactionScoped/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/changeSessionIdOnAuthentication/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.1/nonBlockingOutput/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/sslClientAuthUnprotectedResourceGetClientCert/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/readerSelectorsConfig/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/scopes/new-qualifier/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/injection/jmsContext/basic/jsfRequestScoped/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/beanvalidation-simple/app/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/listenerFilterServletInit/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspConfigWelcomeFiles/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspInWebappWithBundledXercesImpl/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-4.0/pushQueryString/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/requestDispatcherIncludeNonHttp/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/securityConstraintMapping/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/form-based/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/javaxServletContextOrderedLibs/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-4.0/addJspFile/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/unproxyable-deps/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/requestDispatcherDirectoryTraversal/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletFilterMappingWithServletNameAndURLPattern/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jdbc/transactions/test1/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/servletMappingEmptyString/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/ejb_annotations/ejbwebservicesinwar-sessioncontext/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/sessionCookieCustomNameSunWebXml/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/headerBufferFull/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-wab-with-cdi/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/tagplugin/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspRuntimeDeployDashDashLibraries/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspELEnum/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/requestDispatcherPathWithParams/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/embeddedConnector1.5-resourcesxml/app/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/headerBufferSize/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/requestDispatcherMultipleForward/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/sessionCookieConfigDeclarative/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/stereotypes/alternative-stereotypes/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletEmptyLoadOnStartup/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/classPathManifestAttributePrecompile/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/reconfigDefaultWebModule/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/win2kLock/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/redirectWithRootWildCardUrlPattern/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/installed-libraries-embedded/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jpa-resource-injection-passivating-scope/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/webservices13-addressing/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/anyone/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/ejb_annotations/ejbclient/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/cookieValueWithEquals/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/authPassthroughRequestIsSecure/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/ejb_annotations/portejbclient/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/tagPluginForEachTagFile/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspScriptletDeclNestedInCustomAction/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/ejb_annotations/asyncejbclient/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-use-of-interceptors-in-ejbs-through-interceptor-bindings/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/sessionIdPresentInBothRewrittenUrlAndCookieByDefault/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletResourceInjectionHttpSessionListener/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/sessionPreserveAcrossRedeploy/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/cacheHelperRef/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/sessionWithCookiePersistenceType/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/cacheFilterMappingDispatcher/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerRedirectPropertyNoSubstringMatch/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/asyncDelayDispatchAndComplete/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/decorators/simple-decorator/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/loadBalanceModJK/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/networkListenerTarget/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.1/partSubmittedFileName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/ha/ssoFailover/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-integration/servlet-context-injection-cdi/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/useBundledJsfWithTagCompilation/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/webappLoaderIgnoreHiddenJarFiles/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspPrecompileConsiderDomainLibJarFilesAndClasses/build.xml
The file was modified appserver/tests/appserv-tests/devtests/transaction/ee/mdb/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/absoluteOrderingWebFragments/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerUpdateHostsDynamicReconfig/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-ordering-reversed/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/contextRoot/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/elBigDecimal/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/injection-point/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/asyncContextDispatchCrossContext/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-use-of-at-interceptors/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/mtom/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/elequals/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/redeployRar/app/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jrouteIdInCookieOrURL/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletContextAttributeEventAttributeRemoved/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerDefaultWebModuleRequestPath/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/webservices13-addressing-2/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/formHintFieldPostWithQueryParam/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/loadClassesFromZipFile/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/errorPageHandlingForError/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerAuthRealmProperty/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/servletContextGetResourceInLocalJar/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/producer-methods/producer-method-disposes/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/elFunctionWithoutParams/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/sessionPropertyEnableCookiesInstanceLevel/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/valveGlassFishStyleBackwardCompatible/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-4.0/pushArbitraryMethod/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/svchandler-4/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/smoke-tests/slf4j-visibility/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/mimeMappingInheritedFromDefaultWebXml/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/portable-extensions/new-bean-registration-extension-in-lib/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/asyncSupportedTrueDeclarative/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/servletContextAddServletAndFilterByClass/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/sessionCookieCustomNameProgrammatic/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/crossContextDispatchLongestContextRootMatch/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/weblogicDD/sessionIdUrlRewriteSessionTrackingModeDeclarative/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspTemplateTextEscapedEL/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/sslCookie/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/events/multiple-event-qualifiers/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/authPassthroughGetScheme/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/bodyTag/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/formLoginAccessSessionOnResumedRequest/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ee/timer/autotimer/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/log4jXmlInEarFile/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/networkListenerDynamicConfig/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/transactions/transaction-scoped/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-integration/embedded-resource-adapter-as-bean-archive/app/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb32/intfces/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/multiByteContextRoot/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/redirectPortLoadBalancer/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/sessionExpired/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/dol-override-1/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/multipart/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletRequestGetPathInfoCollapseContiguousSlashes/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/webappDeployDashDashLibraries/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/httpConnectorKeepAlive/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/securityConstraintWithoutAnyAuthConstraint/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/getAttributeAfterForward/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/requestDispatcherForwardNonHttp/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/stereotypes/interceptor-bindings-for-stereotypes/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jdbc/transactions/test2/build.xml
The file was modified appserver/tests/appserv-tests/devtests/admin/cli/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/injection/jmsContext/basic/wsTransactionScoped/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerAlternateDocrootRestart/build.xml
The file was modified appserver/tests/appserv-tests/devtests/transaction/ee/autorecovery/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/weblogicDD/sessionCookieConfigDeclarative/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/ejb_annotations/serviceejbclient/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/weblogicDD/runAsPrincipalName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.1/nonBlockingInputWithAsyncDispatch/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/singleton/threemodules/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/queryString/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-javaee-injection/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/authPassthroughSendRedirectHostRequestHeaderWithoutPort/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/smoke-tests/cdi-servlet-filter-3.0-annotation/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/em-resource-injection-with-resource-declaration-in-another-jar/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/sessionMemoryPersist/build.xml
The file was modified appserver/tests/appserv-tests/devtests/transaction/ee/selfrecovery/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/anonymousAccessForbidden/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletInitBeforeGetServletConfig/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerRedirectPropertyUrlPrefix/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/smoke-tests/optional-unbundled-beans/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/javaee-component-resource-typesafe-injection/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/multiServletRequests/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/sessionMemoryPersistPrimitiveClass/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerSendErrorPropertyBrokenWebapp/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/programmatic-lookup/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/defaultErrorPage/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspErrorPageClassCastException/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/events/event-producers/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-multiple-interceptors-for-a-binding-type/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletResourceInjectionHttpSessionAttributeListener/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspBomInClassicSyntaxEncodingMismatchPageDir/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ee/cluster-tests/ha-web/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspUrnJspTldWithoutUri/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/multiByteHttpRequestBuffer/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/webFragmentWithFileUpload/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/containerresolver/client/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspNullFragment/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/contextXmlLifecycleListener/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-use-of-interceptors-in-ejbs-through-at-interceptors/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-4.0/mappingDiscovery/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/sessionDestroyedClassLoader/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/authPassthroughGetRemoteHost/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/requestDispatcherMaxDepth/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/weblogicDD/dirListing/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspCommentedOutPageDirective/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/classloaderGetResourceJarFile/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/cookieHttpOnly/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/svchandler-2/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/filterWithEmptyUrl/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspTagdependentXml/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/slsb-injection-into-sessionscoped/build.xml
The file was modified appserver/tests/appserv-tests/devtests/transaction/ee/cli/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspTagHandlerPostConstructAnnotation/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/index/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspResourceInjectionSimpleTagHandler/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspSessionInvalidated/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/unsatisfied-deps/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.1/upgradeWithCDI/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/noname/build.xml
The file was modified appserver/tests/appserv-tests/devtests/naming/naming2/context/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jsessionIdParameter/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/scopes/dependent-scope/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/embeddedweb/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/httpServletDoPost/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.1/changeSessionId/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletResourceInjectionServletInstance/build.xml
The file was modified appserver/tests/appserv-tests/devtests/transaction/ee/dblogs/base/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/commonsDigesterClassNotFoundException/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/osgi-cdi/simple-wab-with-cdi/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletResourceInjectionContextAttributeListener/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/portable-extensions/bean-manager/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspTagHandlerPostConstructElement/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletContextGetEmptyContextPath/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspConfigUndeclaredNS/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/localeEncodingMapping/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/httpRequestIgnoreInvalidAcceptLanguageHeader/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/sessionCookieCustomNameWebXmlSunWebXmlPrecedence/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletContextAttributeListenerAnnotationPreDestroy/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-binding-type-inheritance/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/securityConstraintWildcardMapping/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/contentlength/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/dispatchForwardAsyncDispatch/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/svchandler-1/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/defaultConnectorResource-standalone-rar/app/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/client-handler-2/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/wss/gartner/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/delegate/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/baseDevTestTemplate/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/extraClassPathJarUrl/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/sessionCookieConfig/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletSSLRequestAttributes/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspCacheTaglibPrecompile/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/setResponseContentLengthToZeroKeepResponseHeaders/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/setWebContextParam/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/overrideImplicitMapping/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/asyncContextCreateListener/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/managed-beans/managed-bean-via-resource-injection/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/ha/cluster-tests/ha-web/build.xml
The file was modified appserver/tests/appserv-tests/devtests/transaction/ee/timer_with_autorecovery/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletLoadOnStartupMultipleInit/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/no-interface-ejb/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspConfigUsePrecompiled/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/transportProtectedAnnotation/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletToJspFileMapping/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspIncludeResourceNameWithPlusChar/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/asyncContextHasOriginalRequestAndResponse/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerAlternateDocrootDynamicReconfig/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/accessLoggingWriteIntervalSeconds/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-binding-type-with-members/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/getLocalPort/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-4.0/reqResEncodingGFWebxml/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jpa-resource-injection-with-singleton-ejb-producer/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/specialization/specialization-simple/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletResourceInjectionContextListener/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/specialization/alternative-leaks/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/valveTomcatStyle/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/sessionIdUrlRewriteSessionTrackingModeDeclarative/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/asyncContextComplete/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletGetServerPort/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/sessionSerializeOnShutdownOnly/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/testFormAuthenticator/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/welcomePageSecurityConstraintJspExtension/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/keepAliveTimeoutSSL/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/asyncListenerOnTimeout/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-business-method-interception/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-4.0/defaultContextPath/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspPrecompileDeployDashDashLibraries/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/multiBytePOSTFormHintField/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/producer-methods/producer-method-runtimepolymorphism/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspNestedScriptingTagExtraInfo/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/asyncContextDispatchToPath/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/httpListenerAdminReconfig/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/errorPageExceptionTypeMapping/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/relativeRedirectAllowed/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/serverRedirectWithQueryString/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/weldJsfServerAuthModuleRedirect/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/networkListenerDynamicConfigEnabled/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/multibyteValue/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/requestDispatcherIncludeTargetNotFound/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean-interceptor-nonnull-package/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-integration/builtin-beans/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/simpleMultiRoleMapping/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerEarWrappedDefaultWebModuleRestart/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerWithCustomValves/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/oneSessionCookieHeader/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/ejb_annotations/ejbservletwebservicesinwar/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/serveJspAndStaticResourceFromLocalJar/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.1/anyAuthenticatedUser/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jmxUndeployEvent/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerUpdateHttpListenersDynamicReconfig/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/servletContextAddListenerByClassName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/keepAliveTimeout/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/multiWebFragmentsResources/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspRuntimeCompileConsiderDomainLibJarFilesAndClasses/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/sessionIdUrlRewriteSessionTrackingMode/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/formHintField/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspAttributeNameWithColonOrDot/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/multiByteGETQueryParamSetCharEncoding/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/asyncListenerOnComplete/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/ejb_annotations/localremoteejbwebservice/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/producer-methods/producer-method-qualifiers/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspGetTagLibraryInfos/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletContextGetContextPath/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/events/event-qualifiers-with-members/build.xml
The file was modified appserver/tests/appserv-tests/devtests/persistence/persistence-common.xml
The file was modified appserver/tests/appserv-tests/devtests/web/weblogicDD/sessionExpired/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/formHintFieldPrecedence/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/sessionIdUrlRewriteSessionTrackingModeCustomCookieName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/injection/jmsContext/basic/jsfTransactionScoped/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/readLineIOException/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/force-deploy-rar/app/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletRequestLongUri/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/requestDispatcherForwardSetStatusCommitResponse/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletRequestURIMultipleSemicolons/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspErrorPageStatusCode/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletResourceInjectionRequestAttributeListener/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/common/targets.xml
The file was modified appserver/tests/appserv-tests/devtests/web/sessionDestroyed/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/sessionWithoutCookie/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/singleton/multi-module/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/allowEncodedSlash/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/sslServerName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/v3HttpListenerDynamicConfig/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/sessionIdCustomGenerator/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ee/timer/getalltimers/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-4.0/defaultContextPathEar/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/readerThreadsConfig/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/sameEjbName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspForwardNormalizePath/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/defaultCharset/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletRequestGetPathInfoGetPathTranslated/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspCommentedOutPageDirective1/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/em-resource-injection-extended-transaction-context/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/responseErrorMessageEncoding/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/events/conditional-observer/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/authPassthroughSendRedirectFromJspWithHttpsServerName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/defaultContentType/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspConfigGetServletPath/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/reportbuilder.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-extension-alternative/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/malformedQueryString/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspCachingInstanceLevel/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/sessionCookieConfigProgrammatic/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/webserviceref-lookup/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspXpoweredBySingleResponseHeader/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/embeddedweb/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/explodedWar/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/javaxServletErrorRequestUriDynamicResource/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/proxyAuthCert/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/events/simple-event-observers/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/singleSignOnHttpServiceDynamicReconfig/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/ssl/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/httpResponseErrorMessage/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-4.0/contextCharEncoding/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/servletContextSetInitParameter/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/instanceHttpPortDynamicReconfig/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/distributableWebappEnforceSerializableSessionAttrs/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/requestDispatcherForwardHEADRequest/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspAnonymousClass/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletContextListenerAnnotationPreDestroy/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/httpListenerDynamicConfig/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerAlternateDocrootWelcomePageRedirect/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/weblogicDD/contextRoot/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/monitorHttpService/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspScriptletSyntaxErrorCorrectErrorMessage/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/multiByteContextRootWithCookie/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/httpRequestWhitespaceTolerance/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/authAnnotations/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/webservices13-clientdds/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/loginLogout/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/injection/jmsContext/basic/jspRequestScoped/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspTagReleaseCalledWhenPoolingEnabled/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/portable-extensions/process-injection-target/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/javaxServletErrorRequestUriStaticResource/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/servletContainerInitializer/sharedLibWithInterfaceImplementation/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/contextPathXmlConfig/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspForwardUnbuffered/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/authAnnotationInheritance/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/sessionDestroyedDuringUndeploy/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/SunRaXml/cci-embedded/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/cookieValueWithSpaces/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspXpoweredByDisabled/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/xmlOverrideAnnotationWithWebFragment/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/portable-extensions/simple-portable-extension/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/ejb_annotations/ejbwebservicesinwar-2/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspSimpleTagAnnotation/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jpa-resource-injection/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspResourceInjectionTagHandler/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletResourceInjectionRequestListener/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/ejb_annotations/wsRef-webservice-features/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/readLineWithMaxLength/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/broken_webapp/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerLogFile/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspCustomTagAttributeOfArrayType/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/traceEnabled/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/weblogicDD/sessionPreserveAcrossRedeployDeclarative/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/em-injection-no-interface-ejb/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/threadPoolIdleTimeout/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-integration/no-interface-local-view-proxy-serializable/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/servletContextGetResourcePathsFromLocalJar/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/sessionSetMaxInactiveIntervalToZeroAndInvalidate/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jdbc/stress1/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspcConfigure/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/webFragmentWithEjbLite/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletResourceInjectionFilter/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/client-handler-1/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/multiRoleMapping/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/accessLoggingDynamicReconfig/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspConfigModificationTestInterval/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/multiProcessorConfig/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspConfigJspFile/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.1/networkPathReference/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-bean-validation/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/httpCompression/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerDocrootDynamicReconfig/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/webappLoaderConsiderHiddenJarFiles/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/webdavCopyDelete/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.1/upgradeEcho/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/sessionSetMaxInactiveIntervalExpire/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerDynamicConfig/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/singleSignOnCookieSecure/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-multiple-interceptor-binding-annotations/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jms-resource-producer-field/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/ambiguous-deps/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/multiByteGETQueryParamFormHintField/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspServletOverride/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/interceptors/interceptors-invalid-interceptor-specified-at-beans-xml/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/tagfileInclude/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/alternatives/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/reuseSessionId/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/osgi-cdi/common.xml
The file was modified appserver/tests/appserv-tests/devtests/web/cacheHang/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspAllowErrorPageToSetResponseCharsetIfNoOutputWritten/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/unprotectedClasses/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/svchandler-3/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/webservices13-respectbinding/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/scopes/singleton-scope/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/installationPathDisclosure/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/ssiEscapeCharacter/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/servletContextAddServletAndFilterByClassName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/ejb_annotations/annotations-common.xml
The file was modified appserver/tests/appserv-tests/devtests/web/contextRootDuplicate/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/webserviceref-cobundle/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/prepkged-svc-1/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspCustomTaglibJarInsideEarWithManifestClassPath/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletChainedException/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/stereotypes/stereotype-stacking/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/asyncSupportedFalse/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/defaultKeepAlive/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.1/resetCharacterEncoding/build.xml
The file was modified appserver/tests/appserv-tests/devtests/transaction/ee/resendautorecovery/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspForwardPreserveApplicationResponseWrapper/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/programmaticLogin/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/dosSlowClient/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/defaultResponseType/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/asyncTimeoutNoListener/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/xmlOverrideAuthAnnotations/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.1/servletContextGetVirtualServerName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/emptyServletPathJspInclude/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/filterMultipleInit/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspResourceInjectionTagHandlerPoolingDisabled/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspBomInClassicSyntax/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletRequestSetCharEncodingIllegalStateException/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspTagReleaseCalledWhenPoolingDisabled/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspBomInClassicSyntaxEncodingMismatchJspConfig/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspUseBean/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerDefaultWebModuleRequestDispatcher/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jpa-resource-injection-non-serializable/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/replaceRootContext/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspPrecompileIgnoreFragmentErrors/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/jaxwstools.xml
The file was modified appserver/tests/appserv-tests/devtests/web/monitorServletInstance/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/asyncListenerOnError/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspCustomTaglibJarInsideEarWithoutManifestClassPath/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/welcomePageExtensionMatch/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/createHttpsListener/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/maxKeepAliveRequests/build.xml
The file was modified appserver/tests/appserv-tests/devtests/naming/listjndi/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/beanvalidation-simple-resources-xml/app/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/contextXmlConfig/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/valveWithParams/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/asadminDeletes/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/classloaderGetResourcesDelegateFalse/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/authPassthroughGetRemoteAddress/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/weblogicDD/delegate/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/singleengine/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/singleSignOnCookieHttpOnly/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.1/nonBlockingInputOutput/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/servletContextCompletePreliminaryFilterRegistration/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/yasson/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/portable-extensions/injection-target/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/cmp/preselect/customer/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/filterURIMapping/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspSelfReferencingErrorPageWithRelativePath/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-integration/simple-managed-bean-interceptor-noargconstructor-missing/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/monitorWebRequest/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/servletContainerInitializer/sharedLibWithWars/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/accessLoggingBadRequests/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/webappAlternateDocroot/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/webFragment/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/nonDuplicateSessionCookieWithCustomCookieName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/servletContextCreateServletWithServletSecurity/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/asyncContextDispatchWithException/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/webappLoaderEmptyJar/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean-interceptor/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletContextDestroyedEventAttributesAvailable/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/elUninterpretedTag/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/requestDispatcherForwardCommitResponse/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/genDocSchema/build.xml
The file was modified appserver/tests/appserv-tests/devtests/deployment/webservices/annotations-common.xml
The file was modified appserver/tests/appserv-tests/devtests/web/commonsLoggingLocalAndGlobal/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerCreateUpperCaseDeployExclusive/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/sessionInvalidateNoCookieInResponse/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-4.0/pushDynamic/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/cookiePropertiesSunWebXml/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/asyncContextDispatchZeroArg/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/servletRequestListenerInvocationOrder/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletAnnotationPreDestroy/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jstlLocaleSupportAPI/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/multiByteGETQueryParamDefaultCharset/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/servletContextCompletePreliminaryServletRegistration/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerSendErrorProperty/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jdbc/cmpsimple/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/forwardWithQueryString/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspScriptletAfterScriptlessTag/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/webFilterAnnotation/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-ordering/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/weldJsfLoginPage/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/servletContextCreateServletAndFilter/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/keepAlive/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/servletContainerInitializer/sharedLibWithEAR/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/servletRequestDispatcherType/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/embeddedConnector1.5/app/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/trailerHeader/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspWelcomePageWithoutAnyServletMappings/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/ejb_annotations/ejbwebservicesinwar-3/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/sessionIdPresentOnlyInCookieIfUrlRewritingDisabled/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/smoke-tests/cdi-servlet-3.0-annotation/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jdbc/config/ee-common.xml
The file was modified appserver/tests/appserv-tests/devtests/web/getRequestURI/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerDefaultWebModule/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspStaticFileEncoding/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/sessionSetAttributeJavaxNamingContext/build.xml
The file was modified appserver/tests/appserv-tests/devtests/transaction/ee/ee.xml
The file was modified appserver/tests/appserv-tests/devtests/web/weblogicDD/jspDescriptor/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/xmlOverrideUrlPatternWithWebFragment/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-4.0/compositeTrailerSupplier/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-4.0/setSessionTimeout/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerStateDynamicReconfig/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/getAttributeAfterInclude/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/qualifiers/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-4.0/pushCacheable/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/portable-extensions/package-private-extension-constructor/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerChangeHttpListenerWebappNoLongerAccessible/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/standalonewar/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jsfWithBundledOneDotOneJarFiles/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/formLoginTransportGuaranteeConfidential/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspIncludedWelcomePage/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/log4jLocallyBundled/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/sessionPreserveAcrossRedeployDeclarative/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ee/timer/cli/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/formHintFieldPostWithQueryParamPrecedence/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspTrimDirectiveWhitespaces/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletResourceInjectionServletInstanceLoadOnStartup/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/ejb_annotations/ejbwebservicesinwar-interceptor/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/redirectPort/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletRequestParamsPreserveOrder/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/listenerDisabled/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/doubleContentLength/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspConfigJavacSource/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/asyncContextSetTimeout/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/resourceURLFromLocalJar/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletFilterDefaultInvocationOrder/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/webServletAnnotation/build.xml
The file was modified appserver/tests/appserv-tests/config/common.xml
The file was modified appserver/tests/appserv-tests/devtests/web/redirectPortDynamicConfig/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerDefaultWebModuleReconfig/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/createSessionInServletRequestListener/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/servletContextAddServletOverrideDefaultAndJspServletMappings/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/extraClassPathRelative/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/managed-beans/managed-bean-lifecycle-polymorphism/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/portable-extensions/new-bean-registration/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/chunkingDisabled/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/tagPluginForEach/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/annotation-embeddedweb/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/largeCookieError/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/sessionIdUrlRewrite/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspConfigBuffer/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/requestDispatcherForwardSendErrorCommitResponse/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/httpServletGetAllDeclaredMethods/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/servletContainerInitializer/jsfManagedBeanAnnotation/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/weblogic-dd/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletRelativeContextURLsEquals/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-integration/simple-managed-bean-interceptor-nonnull-package/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/defaultServletWithSubdirectoryMapping/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/httpResponseServerHeader/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspConfigUsePrecompiled2/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/pipelineQueueFull/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspCallingELFuctionFromTagfileWithinSameTaglibInfiniteRecursion/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/webFragmentWithLoginConfig/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/welcomePageSecurityConstraintExactMatch/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspPoundSyntax/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/cometEcho/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/contextXmlRemoteHostValve/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/mimeMappingCaseInsensitiveMatch/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/asyncStartOutsideAsyncDispatchScope/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/ssiHtmlEntity/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jdbc/config/ee-properties.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/relativeOrderingWebFragments/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jstlHtmlParamOutsideFmtMessage/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/proxyKeysize/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/webFragmentWithLoginConfigOverrided/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/emptyContextRoot/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/includeErrorPageAfterResponseCommit/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/webListenerAnnotation/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/asyncContextMultipleDispatch/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/em-resource-injection/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/decorators/decorators-over-beans-from-producer-methods/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.1/runAsInitDestroy/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspExceptionInTagBodyRestoreJspWriter/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/servletContextAddServletAndFilterByInstance/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspTagLibraryValidatorXMLViewStaticInclude/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ee/timer/failover/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ee/timer/domaindeployment/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerWithCustomErrorReportValve/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/commonsLogging/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspTagFileBomEncodingMismatchTagDir/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/dirListing/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-wab-with-cdi/common.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspScriptlessTagBodyJspDocument/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/setMultiValuedResponseHeader/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerRedirectPropertyUrl/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/csrfFilter/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspErrorPageServletErrorException/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/formLoginJSecurityCheckDirectAccess/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jsp-security/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/servletContainerInitializerAddRestrictedServletContextListener/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/SunRaXml/cci-embedded/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/webappLoaderGetResourceDot/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/authPassthroughSendRedirectWithHttpsServerName/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/loginChangeSessionId/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/disableDefaultErrorPage/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspConfigIncludeChain/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerModifyHttpListenerPortAccessWebapp/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/dosBrokenPost/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/cli/negative/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-4.0/reqResEncoding/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/asyncListenerOnTimeoutDispatch/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspSelfReferencingErrorPage/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/contextXmlLifecycleListenerGlobal/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/servletRequestResponseWrapperIsWrapperFor/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletMappingWithMultipleURLPatterns/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/classPathManifestAttribute/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/xmlOverrideAnnotation/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/weldJsfFormLoginHttpSessionListener/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspResourceInjectionContextListener/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspconfig/build.xml
The file was modified appserver/tests/appserv-tests/devtests/webservice/annotations/annotations-common.xml
The file was modified appserver/tests/appserv-tests/devtests/web/jspConfigDefaultContentType/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/getServerNameAndPort/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletResponseQuotedContentTypeImbalance/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/fileDownloadTimeout/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.1/denyUncoveredHttpMethods/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/virtualServerDefaultWebModuleFormLoginJSecurityCheckDirectAccess/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/contextValveSetRequestedSessionCookiePath/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servletContextNullPathArgument/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/multiWebFragments/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/servletContextGetRealPathFromLocalJar/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-4.0/pushStatic/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/jms-resource-producer-field-in-library-jar/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.0/asyncSupportedTrueProgrammatic/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/portable-extensions/bean-interface/build.xml
Commit de837d3230950f9ca6ff09fa6f7c650334fba334 by David Matějček
Fixed naming_all tests

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
The file was modified appserver/tests/appserv-tests/devtests/naming/listjndi/build.xml
The file was modified appserver/tests/appserv-tests/devtests/naming/naming2/context/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/naming/naming2/pom.xml
Commit d718e7743d9686c60c5994333e77ae228209ab2c by David Matějček
Enabled staging profile in several Ant tests + fixed dependency
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/build.xml
The file was modified appserver/tests/appserv-tests/devtests/naming/naming2/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/ejb-auth-async/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/build.xml
The file was modified appserver/tests/appserv-tests/devtests/naming/naming2/context/pom.xml
Commit 3cca001c5fd67023c69294c7b6991d3d3196799e by David Matějček
Removed logging binaries from Ant tests, replaced by maven

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
The file was modified appserver/tests/appserv-tests/devtests/jdbc/transactions/test1/build.xml
The file was removedappserver/tests/appserv-tests/devtests/web/log4jLocallyBundled/lib/commons-logging-1.1.1.jar
The file was removedappserver/tests/appserv-tests/devtests/security/pamrealm/lib/commons-codec-1.4.jar
The file was modified appserver/tests/appserv-tests/lib/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/jdbc/config/ee-properties.xml
The file was removedappserver/tests/appserv-tests/devtests/web/commonsLoggingLocalAndGlobal/lib/commons-logging.jar
The file was modified appserver/tests/appserv-tests/devtests/web/log4jLocallyBundled/build.xml
The file was removedappserver/tests/appserv-tests/devtests/web/log4jXmlInEarFile/lib/log4j-1.2.17.jar
The file was modified appserver/tests/appserv-tests/devtests/web/log4jXmlInEarFile/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/classPathManifestAttributePrecompile/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/pamrealm/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/commonsLoggingLocalAndGlobal/build.xml
The file was removedappserver/tests/appserv-tests/devtests/security/pamrealm/lib/commons-logging-1.1.1.jar
The file was removedappserver/tests/appserv-tests/devtests/web/commonsLoggingLocalAndGlobal/lib/log4j-1.2.17.jar
The file was removedappserver/tests/appserv-tests/devtests/security/pamrealm/lib/commons-httpclient-3.1.jar
The file was removedappserver/tests/appserv-tests/devtests/web/log4jLocallyBundled/lib/log4j-1.2.17.jar
The file was modified appserver/tests/appserv-tests/devtests/security/common.xml
The file was modified appserver/tests/appserv-tests/devtests/web/classPathManifestAttribute/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jdbc/transactions/test2/build.xml
The file was removedappserver/tests/appserv-tests/devtests/web/log4jXmlInEarFile/lib/commons-logging-1.1.1.jar
The file was removedappserver/tests/appserv-tests/lib/commons-logging.jar
Commit d474d9d52e244356491d7f7ebe2aa35ea81cea98 by David Matějček
junit and testng moved to maven downloader too

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/jms-destination-definition/build.xml
The file was modified appserver/tests/appserv-tests/devtests/deployment/config/common.xml
The file was modified appserver/tests/appserv-tests/devtests/web/tagPluginForEach/build-ng.xml
The file was modified appserver/tests/appserv-tests/devtests/web/sessionIdUrlRewrite/build-ng.xml
The file was modified appserver/tests/appserv-tests/devtests/deployment/build-ng.xml
The file was removedappserver/tests/appserv-tests/lib/testng.jar
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/administered-object-definition/build.xml
The file was modified appserver/tests/appserv-tests/devtests/connector/v3/connection-factory-definition/build.xml
The file was modified appserver/tests/appserv-tests/devtests/deployment/util/build.xml
The file was modified appserver/tests/appserv-tests/lib/pom.xml
The file was removedappserver/tests/appserv-tests/lib/junit.jar
The file was modified appserver/tests/appserv-tests/devtests/web/jspResourceInjectionTagHandler/build-ng.xml
Commit c4394e45f89a95b8e2aafd2e275fe674d7424595 by David Matějček
The webtest.jar moved to maven downloader too

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
The file was removedappserver/tests/appserv-tests/util/webrunner/http2test/org/glassfish/grizzly/test/http2/HttpClient.java
The file was removedappserver/tests/appserv-tests/util/webrunner/proxy/httpd.java
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-3.1/networkPathReference/build.xml
The file was addedappserver/tests/appserv-tests/webtest/src/main/java/com/sun/ejte/ccl/webrunner/webtest/HttpResponse.java
The file was addedappserver/tests/appserv-tests/webtest/src/main/java/org/glassfish/grizzly/test/http2/HttpPushPromise.java
The file was addedappserver/tests/appserv-tests/webtest/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-4.0/trailer/build.xml
The file was addedappserver/tests/appserv-tests/webtest/src/main/java/org/glassfish/grizzly/test/http2/HttpClient.java
The file was removedappserver/tests/appserv-tests/util/webrunner/webtest/HttpResponse.java
The file was removedappserver/tests/appserv-tests/util/webrunner/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/testFormAuthenticator/build.xml
The file was addedappserver/tests/appserv-tests/webtest/src/main/java/com/sun/ejte/ccl/webrunner/proxy/MimeHeader.java
The file was removedappserver/tests/appserv-tests/util/webrunner/http2test/org/glassfish/grizzly/test/http2/HttpResponse.java
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-4.0/pushDynamic/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-4.0/pushQueryString/build.xml
The file was addedappserver/tests/appserv-tests/webtest/src/main/java/com/sun/ejte/ccl/webrunner/proxy/httpd.java
The file was removedappserver/tests/appserv-tests/util/webrunner/webtest/SendRequest.java
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-4.0/pushArbitraryMethod/build.xml
The file was addedappserver/tests/appserv-tests/webtest/src/main/java/org/glassfish/grizzly/test/http2/HttpResponse.java
The file was modified appserver/tests/appserv-tests/config/common.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-4.0/setSessionTimeout/build.xml
The file was removedappserver/tests/appserv-tests/util/webrunner/http2test/org/glassfish/grizzly/test/http2/HttpPushPromise.java
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-4.0/addJspFile/build.xml
The file was addedappserver/tests/appserv-tests/webtest/src/main/java/com/sun/ejte/ccl/webrunner/webtest/MimeHeader.java
The file was removedappserver/tests/appserv-tests/util/webrunner/proxy/MimeHeader.java
The file was addedappserver/tests/appserv-tests/webtest/src/main/java/org/apache/catalina/startup/SimpleHttpClient.java
The file was addedappserver/tests/appserv-tests/webtest/src/main/java/com/sun/ejte/ccl/webrunner/webtest/WebTest.java
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-4.0/defaultContextPath/build.xml
The file was removedappserver/tests/appserv-tests/util/webrunner/tomcattest/org/apache/catalina/startup/SimpleHttpClient.java
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-4.0/pushStatic/build.xml
The file was removedappserver/tests/appserv-tests/util/webrunner/http2test/org/glassfish/grizzly/test/http2/HttpRequest.java
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-4.0/contextCharEncoding/build.xml
The file was modified appserver/tests/appserv-tests/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-4.0/defaultContextPathEar/build.xml
The file was removedappserver/tests/appserv-tests/util/webrunner/proxy/HttpResponse.java
The file was removedappserver/tests/appserv-tests/lib/webtest.jar
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-4.0/compositeTrailerSupplier/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-4.0/mappingDiscovery/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-4.0/pushCacheable/build.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-4.0/reqResEncoding/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/osgi-cdi/common.xml
The file was modified appserver/tests/appserv-tests/devtests/jdbc/config/ee-common.xml
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-4.0/pushAuthorization/build.xml
The file was addedappserver/tests/appserv-tests/webtest/src/main/java/com/sun/ejte/ccl/webrunner/webtest/SendRequest.java
The file was addedappserver/tests/appserv-tests/webtest/src/main/java/org/glassfish/grizzly/test/http2/HttpRequest.java
The file was removedappserver/tests/appserv-tests/util/webrunner/webtest/WebTest.java
The file was addedappserver/tests/appserv-tests/webtest/src/main/java/com/sun/ejte/ccl/webrunner/proxy/HttpResponse.java
The file was removedappserver/tests/appserv-tests/util/webrunner/proxy/TempStore.java
The file was removedappserver/tests/appserv-tests/util/webrunner/proxy/LogMessage.java
The file was modified appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-wab-with-cdi/common.xml
The file was modified appserver/tests/appserv-tests/lib/pom.xml
The file was addedappserver/tests/appserv-tests/webtest/src/main/java/com/sun/ejte/ccl/webrunner/proxy/LogMessage.java
The file was addedappserver/tests/appserv-tests/webtest/src/main/java/com/sun/ejte/ccl/webrunner/proxy/TempStore.java
The file was removedappserver/tests/appserv-tests/util/webrunner/webtest/MimeHeader.java
The file was modified appserver/tests/appserv-tests/devtests/web/servlet-4.0/reqResEncodingGFWebxml/build.xml
Commit 0d73281a7e519caa51f755e0d2c358d5b5cf9f60 by David Matějček
Removed unused or redundant files fron Ant ZombieTest Army

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
The file was removedappserver/tests/appserv-tests/lib/README
The file was removedappserver/tests/appserv-tests/lib/SpawnTask.java
The file was removedappserver/tests/appserv-tests/lib/sslutil.jar
The file was modified appserver/tests/appserv-tests/devtests/jms/config/common.xml
The file was modified appserver/tests/appserv-tests/devtests/deployment/config/common.xml
Commit c689e5102495358cab16a8e0e8a5bbb22ad9ca2a by David Matějček
JMAX http servlet test moved to Maven

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
The file was removedappserver/tests/appserv-tests/devtests/security/jmac/httpServlet/descriptor/glassfish-web.xml
The file was addedappserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/jmac/http/servlet/basic/web.xml
The file was removedappserver/tests/appserv-tests/devtests/security/jmac/httpServlet/goldenfiles/output.html
The file was addedappserver/tests/application/src/main/java/org/glassfish/main/test/app/security/jmac/http/servlet/basic/MyHttpServletResponseWrapper.java
The file was removedappserver/tests/appserv-tests/devtests/security/jmac/httpServlet/build.properties
The file was modified appserver/tests/appserv-tests/devtests/security/jmac/build.xml
The file was removedappserver/tests/appserv-tests/devtests/security/jmac/httpServlet/src/HttpServletTestAuthModule.java
The file was addedappserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/jmac/http/servlet/basic/index.jsp
The file was removedappserver/tests/appserv-tests/devtests/security/jmac/httpServlet/build.xml
The file was removedappserver/tests/appserv-tests/lib/testdriversecurity.jar
The file was modified appserver/itest-tools/src/main/resources/password.txt
The file was addedappserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/jmac/http/servlet/basic/glassfish-web.xml
The file was removedappserver/tests/appserv-tests/devtests/security/jmac/httpServlet/src/MyHttpServletResponseWrapper.java
The file was modified appserver/itest-tools/src/main/java/org/glassfish/main/itest/tools/GlassFishTestEnvironment.java
The file was addedappserver/tests/application/src/main/java/org/glassfish/main/test/app/security/jmac/http/servlet/basic/HttpServletTestAuthModule.java
The file was removedappserver/tests/appserv-tests/devtests/security/jmac/httpServlet/descriptor/web.xml
The file was removedappserver/tests/appserv-tests/devtests/security/jmac/httpServlet/docroot/index.jsp
The file was addedappserver/tests/appserv-tests/devtests/security/jaccApi/serial-test-file.tmp
The file was addedappserver/tests/application/src/test/java/org/glassfish/main/test/app/security/jmac/http/servlet/basic/HtmlAuthTest.java
The file was modified appserver/tests/application/pom.xml
Commit 94bf61d1b134b75ed69f136dd9f68d43e2a78e81 by David Matějček
The jmac httpservletchallenge moved to maven

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
The file was removedappserver/tests/appserv-tests/devtests/security/jmac/httpServletChallenge/descriptor/web.xml
The file was modified appserver/itest-tools/src/main/java/org/glassfish/main/itest/tools/GlassFishTestEnvironment.java
The file was removedappserver/tests/appserv-tests/devtests/security/jmac/httpServletChallenge/docroot/index.jsp
The file was addedappserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/jmac/http/servlet/challenge/sun-web.xml
The file was modified appserver/tests/application/src/main/java/org/glassfish/main/test/app/security/jmac/http/servlet/basic/HttpServletTestAuthModule.java
The file was removedappserver/tests/appserv-tests/devtests/security/jmac/httpServletChallenge/build.xml
The file was removedappserver/tests/appserv-tests/devtests/security/jmac/httpServletChallenge/src/HttpServletChallengeTestAuthModule.java
The file was removedappserver/tests/appserv-tests/devtests/security/jmac/httpServletChallenge/descriptor/sun-web.xml
The file was addedappserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/jmac/http/servlet/challenge/index.jsp
The file was removedappserver/tests/appserv-tests/devtests/security/jmac/httpServletChallenge/build.properties
The file was addedappserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/jmac/http/servlet/challenge/web.xml
The file was addedappserver/tests/application/src/test/java/org/glassfish/main/test/app/security/jmac/http/servlet/challenge/HttpServletChallengeAuthTest.java
The file was addedappserver/tests/application/src/main/java/org/glassfish/main/test/app/security/jmac/http/servlet/challenge/HttpServletChallengeTestAuthModule.java
The file was removedappserver/tests/application/src/test/java/org/glassfish/main/test/app/security/jmac/http/servlet/basic/HtmlAuthTest.java
The file was modified appserver/itest-tools/src/main/resources/password.txt
The file was addedappserver/tests/application/src/test/java/org/glassfish/main/test/app/security/jmac/http/servlet/basic/HttpServletBasicAuthTest.java
The file was removedappserver/tests/appserv-tests/devtests/security/jmac/httpServletChallenge/goldenfiles/output.html
Commit dfd5e33f26cd6cb2cb2ce075e30c32240384c3e2 by David Matějček
Removed httpServletChallenge

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
The file was modified appserver/tests/appserv-tests/devtests/security/jmac/build.xml
Commit 31b0c7af08dd87ded7bf20e8b715f6c07b5e994b by David Matějček
HttpServletChallengeAuthTest moved from Ant to Maven

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
The file was addedappserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/jmac/http/servlet/form/sun-web.xml
The file was modified appserver/tests/application/src/test/java/org/glassfish/main/test/app/security/jmac/http/servlet/challenge/HttpServletChallengeAuthTest.java
The file was modified appserver/tests/appserv-tests/devtests/security/jmac/build.xml
The file was removedappserver/tests/appserv-tests/devtests/security/jmac/httpServletForm/docroot/index.jsp
The file was addedappserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/jmac/http/servlet/form/error.html
The file was removedappserver/tests/appserv-tests/devtests/security/jmac/httpServletForm/build.properties
The file was removedappserver/tests/appserv-tests/devtests/security/jmac/httpServletForm/goldenfiles/output.html
The file was removedappserver/tests/appserv-tests/devtests/security/jmac/httpServletForm/build.xml
The file was addedappserver/tests/application/src/main/java/org/glassfish/main/test/app/security/jmac/http/servlet/form/HttpServletFormTestAuthModule.java
The file was removedappserver/tests/appserv-tests/devtests/security/jmac/httpServletForm/docroot/login.jsp
The file was addedappserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/jmac/http/servlet/form/index.jsp
The file was addedappserver/tests/application/src/main/java/org/glassfish/main/test/app/security/jmac/http/servlet/form/SavedRequest.java
The file was removedappserver/tests/appserv-tests/devtests/security/jmac/httpServletForm/src/SavedRequest.java
The file was removedappserver/tests/appserv-tests/devtests/security/jmac/httpServletForm/docroot/error.html
The file was modified appserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/jmac/http/servlet/challenge/sun-web.xml
The file was removedappserver/tests/appserv-tests/devtests/security/jmac/httpServletForm/descriptor/web.xml
The file was addedappserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/jmac/http/servlet/form/login.jsp
The file was addedappserver/tests/application/src/test/java/org/glassfish/main/test/app/security/jmac/http/servlet/form/HttpServletFormAuthTest.java
The file was removedappserver/tests/appserv-tests/devtests/security/jmac/httpServletForm/src/HttpServletFormTestAuthModule.java
The file was addedappserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/jmac/http/servlet/form/web.xml
The file was removedappserver/tests/appserv-tests/devtests/security/jmac/httpServletForm/descriptor/sun-web.xml
The file was modified appserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/jmac/http/servlet/challenge/web.xml
Commit 0821beeb220a084283069d4082294161351befb1 by David Matějček
The httpsoapembedded test moved to maven

- basically rewritten, because Ant allowed lifecycle like:
  compile-deploy-download-generate-compile-deploy-test
  - but that is not possible with Maven and Shrinkwrap. So I created wsdl and
    xsd and used maven plugin to generate required classes first.


Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
The file was removedappserver/tests/appserv-tests/devtests/security/jmac/soapEmbedded/webclient/Servlet.java.template
The file was addedappserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/jmac/http/soap/embedded/sun-web.xml
The file was removedappserver/tests/appserv-tests/devtests/security/jmac/soapEmbedded/servletws/HelloServlet.java
The file was addedappserver/tests/application/src/main/resources/wsdl/hello.xsd
The file was removedappserver/tests/appserv-tests/devtests/security/jmac/soapEmbedded/build.xml
The file was addedappserver/tests/application/src/main/java/org/glassfish/main/test/app/security/jmac/http/soap/embedded/HelloServlet.java
The file was removedappserver/tests/appserv-tests/devtests/security/jmac/soapEmbedded/authmodule/SOAPEmbeddedTestServerAuthModule.java
The file was removedappserver/tests/appserv-tests/devtests/security/jmac/soapEmbedded/descriptor/sun-web2.xml
The file was modified appserver/tests/application/pom.xml
The file was removedappserver/tests/appserv-tests/devtests/security/jmac/soapEmbedded/authmodule/Util.java
The file was addedappserver/tests/application/src/main/java/org/glassfish/main/test/app/security/jmac/http/soap/embedded/SoapMessageAuthModuleUtilities.java
The file was addedappserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/jmac/http/soap/embedded/application.xml
The file was removedappserver/tests/appserv-tests/devtests/security/jmac/soapEmbedded/build.properties
The file was addedappserver/tests/application/src/main/java/org/glassfish/main/test/app/security/jmac/http/soap/embedded/HelloEjb.java
The file was addedappserver/tests/application/src/main/java/org/glassfish/main/test/app/security/jmac/http/soap/embedded/SOAPEmbeddedTestServerAuthModule.java
The file was removedappserver/tests/appserv-tests/devtests/security/jmac/soapEmbedded/descriptor/web2.xml
The file was addedappserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/jmac/http/soap/embedded/web-client.xml
The file was modified appserver/tests/appserv-tests/devtests/security/common.xml
The file was addedappserver/tests/application/src/main/resources/wsdl/hello-ejb.wsdl
The file was removedappserver/tests/appserv-tests/devtests/security/jmac/soapEmbedded/descriptor/sun-ejb-jar.xml
The file was removedappserver/tests/appserv-tests/devtests/security/jmac/soapEmbedded/descriptor/web.xml
The file was addedappserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/jmac/http/soap/embedded/web.xml
The file was removedappserver/tests/appserv-tests/devtests/security/jmac/soapEmbedded/descriptor/sun-web.xml
The file was removedappserver/tests/appserv-tests/devtests/security/jmac/soapEmbedded/goldenfiles/output.html
The file was removedappserver/tests/appserv-tests/devtests/security/jmac/soapEmbedded/authmodule/SOAPEmbeddedTestClientAuthModule.java
The file was addedappserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/jmac/http/soap/embedded/sun-web-client.xml
The file was modified appserver/tests/appserv-tests/webtest/src/main/java/com/sun/ejte/ccl/webrunner/webtest/WebTest.java
The file was addedappserver/tests/application/src/test/java/org/glassfish/main/test/app/security/jmac/http/soap/embedded/HttpSoapEmbeddedAuthTest.java
The file was addedappserver/tests/application/src/main/java/org/glassfish/main/test/app/security/jmac/http/soap/embedded/Servlet.java
The file was addedappserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/jmac/http/soap/embedded/sun-ejb-jar.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jmac/build.xml
The file was removedappserver/tests/appserv-tests/devtests/security/jmac/soapEmbedded/ejbws/HelloEjb.java
The file was addedappserver/tests/application/src/main/java/org/glassfish/main/test/app/security/jmac/http/soap/embedded/SOAPEmbeddedTestClientAuthModule.java
The file was addedappserver/tests/application/src/main/resources/wsdl/hello-servlet.wsdl
Commit 7d191e363272d2d90490a78b0ca4c8031a8e87a7 by David Matějček
Updated version number

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
The file was modified appserver/tests/appserv-tests/lib/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/naming/naming2/context/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/naming/naming2/pom.xml
The file was modified appserver/tests/appserv-tests/reporter/pom.xml
The file was modified appserver/tests/appserv-tests/webtest/pom.xml
Commit 0a0f93031d481ca398360faab427237d481b711a by David Matějček
Removed several unused targets from security_all

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
The file was modified appserver/tests/appserv-tests/devtests/security/ldap/simpleweb/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/web-mutual-ssl/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/common.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jmac/https/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/ejb-mutual-ssl/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/cert-realm-custom-loginmodule/build.xml
Commit 4d781f08f20728e8df89e65d66acca2723d3c6dd by David Matějček
JMAC HTTPS test moved to application tests, disabled

- failed in Ant that is why it was probably excluded
- fails here too, but I think it detected some bug

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
The file was removedappserver/tests/appserv-tests/devtests/security/jmac/https/src/HttpsTestAuthModule.java
The file was addedappserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/jmac/https/index.jsp
The file was removedappserver/tests/appserv-tests/devtests/security/jmac/https/docroot/index.jsp
The file was removedappserver/tests/appserv-tests/devtests/security/jmac/https/build.properties
The file was removedappserver/tests/appserv-tests/devtests/security/jmac/https/src/WebSSLClient.java
The file was addedappserver/tests/application/src/test/java/org/glassfish/main/test/app/security/jmac/https/JmacHttpsTest.java
The file was addedappserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/jmac/https/glassfish-web.xml
The file was addedappserver/tests/application/src/main/java/org/glassfish/main/test/app/security/jmac/https/HttpsTestAuthModule.java
The file was removedappserver/tests/appserv-tests/devtests/security/jmac/https/descriptor/web.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jmac/build.xml
The file was removedappserver/tests/appserv-tests/devtests/security/jmac/https/build.xml
The file was removedappserver/tests/appserv-tests/devtests/security/jmac/https/descriptor/glassfish-web.xml
The file was addedappserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/jmac/https/web.xml
Commit 8631cfc6dc9ba0bb2ad8422b36514e61fba18ade by David Matějček
Removed unused targets and properties from jdbc_all

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
The file was modified appserver/tests/appserv-tests/devtests/jdbc/config/ee-properties.xml
Commit 995af18db6c5c293e8e48d997a2ccd1637a5aabc by David Matějček
HttpMethodAuthTest moved to maven + HTTP1.0 client supporting custom method

- that was originally implemented by the org.apache.tomcat.task.GTest class
  from Tomcat webserver 3.2 of 2001.

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
The file was removedappserver/tests/appserv-tests/devtests/security/httpMethod/descriptor/sun-web.xml
The file was addedappserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/http/method/web.xml
The file was removedappserver/tests/appserv-tests/devtests/security/httpMethod/web/TestServlet.java
The file was addedappserver/tests/application/src/main/java/org/glassfish/main/test/app/security/http/method/HttpMethodTestServlet.java
The file was removedappserver/tests/appserv-tests/devtests/security/httpMethod/build.xml
The file was addedappserver/tests/application/src/test/java/org/glassfish/main/test/app/security/http/method/HttpMethodAuthTest.java
The file was addedappserver/itest-tools/src/main/java/org/glassfish/main/itest/tools/HttpClient10.java
The file was removedappserver/tests/appserv-tests/devtests/security/httpMethod/goldenfiles/get.html
The file was addedappserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/http/method/sun-web.xml
The file was modified appserver/tests/appserv-tests/devtests/security/build.xml
The file was removedappserver/tests/appserv-tests/devtests/security/httpMethod/goldenfiles/foo.html
The file was removedappserver/tests/appserv-tests/devtests/security/httpMethod/build.properties
The file was removedappserver/tests/appserv-tests/devtests/security/httpMethod/descriptor/web.xml
Commit e71424f4df3f2aa66f9f1482b721b9ef286432b5 by David Matějček
The defaultp2r test moved to maven

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
The file was removedappserver/tests/appserv-tests/devtests/security/defaultp2r/build.xml
The file was removedappserver/tests/appserv-tests/devtests/security/defaultp2r/descriptor/web.xml
The file was removedappserver/tests/appserv-tests/devtests/security/defaultp2r/goldenfiles/get.html
The file was addedappserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/defaultp2r/web.xml
The file was modified appserver/tests/appserv-tests/devtests/security/build.xml
The file was addedappserver/tests/application/src/test/java/org/glassfish/main/test/app/security/defaultp2r/DefaultP2RAuthTest.java
The file was removedappserver/tests/appserv-tests/devtests/security/defaultp2r/web/TestServlet.java
The file was addedappserver/tests/application/src/main/java/org/glassfish/main/test/app/security/defaultp2r/DefaultP2RTestServlet.java
The file was removedappserver/tests/appserv-tests/devtests/security/defaultp2r/build.properties
The file was removedappserver/tests/appserv-tests/devtests/security/defaultp2r/goldenfiles/foo.html
Commit 788bdbf7ad0481dce621c230889088d072ec32a1 by David Matějček
The jsp2sful tests moved to Maven

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
The file was removedappserver/tests/appserv-tests/devtests/security/jsp2sful/profile/ProfileInfoRemote.java
The file was removedappserver/tests/appserv-tests/devtests/security/jsp2sful/profile/ProfileInfoHome.java
The file was addedappserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/jsp2sful/error.html
The file was removedappserver/tests/appserv-tests/devtests/security/jsp2sful/descriptor/web.xml
The file was modified appserver/tests/application/pom.xml
The file was addedappserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/jsp2sful/sun-ejb-jar.xml
The file was addedappserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/jsp2sful/sun-web.xml
The file was addedappserver/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/jmac/http/servlet/form/HttpServletFormAuthTest.java
The file was removedappserver/tests/appserv-tests/devtests/security/jsp2sful/descriptor/ejb-jar.xml
The file was addedappserver/tests/application/src/test/java/org/glassfish/main/test/app/security/jsp2sful/JspToStatefulAuthTest.java
The file was removedappserver/tests/appserv-tests/devtests/security/jsp2sful/profile/ProfileInfoBean.java
The file was addedappserver/itest-tools/src/main/java/org/glassfish/main/itest/tools/FormAuthHttpClient.java
The file was modified appserver/tests/appserv-tests/devtests/security/build.xml
The file was addedappserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/jsp2sful/login.jsp
The file was removedappserver/tests/appserv-tests/devtests/security/jsp2sful/docroot/index.jsp
The file was addedappserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/jsp2sful/application.xml
The file was removedappserver/tests/appserv-tests/devtests/security/jsp2sful/goldenfiles/AllAuth.html
The file was removedappserver/tests/appserv-tests/devtests/security/jsp2sful/docroot/error.html
The file was removedappserver/tests/appserv-tests/devtests/security/jsp2sful/goldenfiles/PartialEJBAuth.html
The file was addedappserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/jsp2sful/web.xml
The file was addedappserver/tests/application/src/main/java/org/glassfish/main/test/app/security/jsp2sful/ProfileInfoRemote.java
The file was removedappserver/tests/appserv-tests/devtests/security/jsp2sful/docroot/login.jsp
The file was addedappserver/tests/application/src/main/java/org/glassfish/main/test/app/security/jsp2sful/ProfileInfoBean.java
The file was removedappserver/tests/appserv-tests/devtests/security/jsp2sful/descriptor/sun-application.xml
The file was removedappserver/tests/appserv-tests/devtests/security/jsp2sful/build.properties
The file was removedappserver/tests/appserv-tests/devtests/security/jsp2sful/descriptor/sun-ejb-jar.xml
The file was removedappserver/tests/appserv-tests/devtests/security/jsp2sful/goldenfiles/WebOnlyAuth.html
The file was removedappserver/tests/appserv-tests/devtests/security/jsp2sful/build.xml
The file was addedappserver/tests/application/src/main/java/org/glassfish/main/test/app/security/jsp2sful/ProfileInfoHome.java
The file was removedappserver/tests/appserv-tests/devtests/security/jsp2sful/descriptor/sun-web.xml
The file was addedappserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/jsp2sful/sun-application.xml
The file was removedappserver/tests/appserv-tests/devtests/security/jsp2sful/descriptor/application.xml
The file was addedappserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/jsp2sful/index.jsp
Commit 95c637ffa156b3f6def6390aafb3c1091692cc4a by David Matějček
The multirolemapping tests moved to maven

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
The file was removedappserver/tests/appserv-tests/devtests/security/multiRoleMapping/ejb2/MessageBean2.java
The file was removedappserver/tests/appserv-tests/devtests/security/multiRoleMapping/ejb2/MessageLocal2.java
The file was modified appserver/tests/appserv-tests/devtests/security/build.xml
The file was removedappserver/tests/appserv-tests/devtests/security/multiRoleMapping/descriptor/sun-ejb-jar2.xml
The file was addedappserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/multirolemapping/web.xml
The file was removedappserver/tests/appserv-tests/devtests/security/multiRoleMapping/readme
The file was removedappserver/tests/appserv-tests/devtests/security/multiRoleMapping/goldenfiles/role1.html
The file was addedappserver/tests/application/src/main/java/org/glassfish/main/test/app/security/multirolemapping/MessageLocal1.java
The file was removedappserver/tests/appserv-tests/devtests/security/multiRoleMapping/descriptor/sun-application.xml
The file was removedappserver/tests/appserv-tests/devtests/security/multiRoleMapping/descriptor/sun-ejb-jar1.xml
The file was addedappserver/tests/application/src/main/java/org/glassfish/main/test/app/security/multirolemapping/MessageBean2.java
The file was removedappserver/tests/appserv-tests/devtests/security/multiRoleMapping/ejb1/MessageLocal1.java
The file was addedappserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/multirolemapping/sun-ejb-jar2.xml
The file was addedappserver/tests/application/src/main/java/org/glassfish/main/test/app/security/multirolemapping/MessageLocal2.java
The file was addedappserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/multirolemapping/application.xml
The file was addedappserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/multirolemapping/sun-application.xml
The file was addedappserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/multirolemapping/sun-web.xml
The file was removedappserver/tests/appserv-tests/devtests/security/multiRoleMapping/goldenfiles/role2.html
The file was addedappserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/multirolemapping/sun-ejb-jar1.xml
The file was removedappserver/tests/appserv-tests/devtests/security/multiRoleMapping/descriptor/sun-web.xml
The file was removedappserver/tests/appserv-tests/devtests/security/multiRoleMapping/descriptor/web.xml
The file was removedappserver/tests/appserv-tests/devtests/security/multiRoleMapping/build.properties
The file was removedappserver/tests/appserv-tests/devtests/security/multiRoleMapping/ejb1/MessageBean1.java
The file was removedappserver/tests/appserv-tests/devtests/security/multiRoleMapping/web/WebTest.java
The file was addedappserver/tests/application/src/test/java/org/glassfish/main/test/app/security/multirolemapping/MultiRoleMappingTest.java
The file was removedappserver/tests/appserv-tests/devtests/security/multiRoleMapping/build.xml
The file was removedappserver/tests/appserv-tests/devtests/security/multiRoleMapping/goldenfiles/role7.html
The file was removedappserver/tests/appserv-tests/devtests/security/multiRoleMapping/descriptor/application.xml
The file was addedappserver/tests/application/src/main/java/org/glassfish/main/test/app/security/multirolemapping/MessageBean1.java
The file was addedappserver/tests/application/src/main/java/org/glassfish/main/test/app/security/multirolemapping/WebTest.java
The file was removedappserver/tests/appserv-tests/devtests/security/multiRoleMapping/goldenfiles/role3.html
The file was removedappserver/tests/appserv-tests/devtests/security/multiRoleMapping/goldenfiles/role4.html
Commit 16ce400f835266db75667493e7f68a253a4bc841 by David Matějček
The SimpleMultiRoleMappingTest moved from ant to maven

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
The file was removedappserver/tests/appserv-tests/devtests/security/simpleMultiRoleMapping/readme
The file was removedappserver/tests/appserv-tests/devtests/security/simpleMultiRoleMapping/descriptor/sun-ejb-jar.xml
The file was removedappserver/tests/appserv-tests/devtests/security/simpleMultiRoleMapping/descriptor/application.xml
The file was addedappserver/tests/application/src/main/java/org/glassfish/main/test/app/security/simplemultirolemapping/MessageLocal.java
The file was addedappserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/simplemultirolemapping/sun-web.xml
The file was modified appserver/tests/appserv-tests/devtests/security/build.xml
The file was removedappserver/tests/appserv-tests/devtests/security/simpleMultiRoleMapping/goldenfiles/ejb.html
The file was removedappserver/tests/appserv-tests/devtests/security/simpleMultiRoleMapping/ejb/MessageLocal.java
The file was addedappserver/tests/application/src/main/java/org/glassfish/main/test/app/security/simplemultirolemapping/EjbTest.java
The file was addedappserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/simplemultirolemapping/application.xml
The file was addedappserver/tests/application/src/main/java/org/glassfish/main/test/app/security/simplemultirolemapping/MessageBean.java
The file was removedappserver/tests/appserv-tests/devtests/security/simpleMultiRoleMapping/goldenfiles/web.html
The file was addedappserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/simplemultirolemapping/sun-ejb-jar.xml
The file was removedappserver/tests/appserv-tests/devtests/security/simpleMultiRoleMapping/descriptor/sun-web.xml
The file was addedappserver/tests/application/src/main/java/org/glassfish/main/test/app/security/simplemultirolemapping/WebTest.java
The file was addedappserver/tests/application/src/test/java/org/glassfish/main/test/app/security/simplemultirolemapping/SimpleMultiRoleMappingTest.java
The file was removedappserver/tests/appserv-tests/devtests/security/simpleMultiRoleMapping/build.xml
The file was removedappserver/tests/appserv-tests/devtests/security/simpleMultiRoleMapping/descriptor/sun-application.xml
The file was removedappserver/tests/appserv-tests/devtests/security/simpleMultiRoleMapping/web/EjbTest.java
The file was addedappserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/simplemultirolemapping/web.xml
The file was removedappserver/tests/appserv-tests/devtests/security/simpleMultiRoleMapping/build.properties
The file was removedappserver/tests/appserv-tests/devtests/security/simpleMultiRoleMapping/ejb/MessageBean.java
The file was removedappserver/tests/appserv-tests/devtests/security/simpleMultiRoleMapping/web/WebTest.java
The file was removedappserver/tests/appserv-tests/devtests/security/simpleMultiRoleMapping/descriptor/web.xml
Commit e369d973f8e9f3777c8e08198c1a3cb0e229b8a6 by David Matějček
Temporal solution - s1asCN property was already removed

- it also expected that the server certificate was created with the same CN,
  which wasn't always true, so the previous was not more reliable than this.

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
The file was modified appserver/tests/appserv-tests/devtests/security/ejb-mutual-ssl/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/cert-realm-custom-loginmodule/build.xml
The file was modified appserver/tests/appserv-tests/devtests/security/web-mutual-ssl/build.xml
Commit 3626f08cc04b454583602f8a7c5053c20ad167a8 by David Matějček
Removed ECL Emma from few ant tests, the obsoleted code coverage library

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
The file was removedappserver/tests/appserv-tests/lib/emma.jar
The file was removedappserver/tests/appserv-tests/config/emma.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/build.xml
The file was removedappserver/tests/appserv-tests/lib/emma_ant.jar
Commit 75c950a6709a76b3814db39f432e69597d65300d by David Matějček
Removed IDEA project files from Ant tests

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

This had been removed from the platform.

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
The file was removedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/simple-managed-bean-interceptor-nonnull-package/servlet/test/beans/Tester.java
The file was removedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-ear/ejb/FooBarManagedBean.java
The file was modified appserver/tests/appserv-tests/devtests/cdi/smoke-tests/singleton-startup/hello/ejb/com/acme/SingletonBean.java
The file was removedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/simple-managed-bean-interceptor-noargconstructor-missing/README
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-integration/bean-in-lib-dir-used-by-ejb-in-ear/lib/com/acme/util/TestDependentBeanInLib.java
The file was removedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/simple-managed-bean-interceptor-noargconstructor-missing/servlet/test/beans/Tester.java
The file was addedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-ordering/lib/bravo.jar
The file was removedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/simple-managed-bean-interceptor-noargconstructor-missing/WebTest.java
The file was removedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean-interceptor-nonnull-package/build.properties
The file was removedappserver/tests/appserv-tests/devtests/cdi/managed-beans/managed-bean-lifecycle-polymorphism/WebTest.java
The file was removedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean-interceptor/servlet/TestServlet.java
The file was addedappserver/tests/appserv-tests/devtests/cdi/implicit/simple-ejb-cdi/client/Client.java
The file was removedappserver/tests/appserv-tests/devtests/cdi/managed-beans/managed-bean-via-resource-injection/build.properties
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-integration/bean-in-lib-dir-used-by-ejb-in-ear/war/com/acme/servlet/HelloServlet.java
The file was modified appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-ear/war/HelloRemote.java
The file was modified appserver/tests/appserv-tests/devtests/cdi/build.xml
The file was removedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean/build.xml
The file was removedappserver/tests/appserv-tests/devtests/cdi/managed-beans/managed-bean-via-resource-injection/servlet/com/tests/TestManagedBean.java
The file was removedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-ear/war/FooBarManagedBean.java
The file was removedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/simple-managed-bean-interceptor-noargconstructor-missing/build.properties
The file was removedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/simple-managed-bean-interceptor-noargconstructor-missing/descriptor/beans.xml
The file was removedappserver/tests/appserv-tests/devtests/cdi/managed-beans/managed-bean-via-resource-injection/descriptor/beans.xml
The file was removedappserver/tests/appserv-tests/devtests/cdi/managed-beans/managed-bean-via-resource-injection/WebTest.java
The file was removedappserver/tests/appserv-tests/devtests/cdi/managed-beans/managed-bean-via-resource-injection/servlet/com/tests/TestBean.java
The file was removedappserver/tests/appserv-tests/devtests/cdi/managed-beans/managed-bean-lifecycle-polymorphism/build.xml
The file was removedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/simple-managed-bean-interceptor-nonnull-package/servlet/test/interceptors/TestAroundInvokeInterceptor.java
The file was addedappserver/tests/appserv-tests/devtests/cdi/implicit/deployment-option/client/Client.java
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-integration/bean-in-lib-dir-used-by-ejb-in-ear/ejb/com/acme/ejb/impl/Singleton4.java
The file was removedappserver/tests/appserv-tests/devtests/cdi/managed-beans/managed-bean-via-resource-injection/servlet/com/tests/TestServlet.java
The file was removedappserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/em-resource-injection-with-resource-declaration-in-another-jar/lib/com/acme/util/TestManagedBean.java
The file was addedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-ordering-reversed/lib/alpha.jar
The file was removedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/simple-managed-bean-interceptor-noargconstructor-missing/build.xml
The file was removedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-ear/war/Foo2ManagedBean.java
The file was addedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-ordering-reversed/lib/bravo.jar
The file was removedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/simple-managed-bean-interceptor-nonnull-package/build.xml
The file was removedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean-interceptor-nonnull-package/servlet/com/tests/TestAroundInvokeInterceptor.java
The file was removedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/simple-managed-bean-interceptor-noargconstructor-missing/servlet/test/servlet/TestServlet.java
The file was removedappserver/tests/appserv-tests/devtests/cdi/managed-beans/managed-bean-lifecycle-polymorphism/servlet/com/tests/TestManagedBeanExtension.java
The file was modified appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-ear/ejb/HelloSingleton.java
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/jaxrs/war/ContextListener.java
The file was removedappserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/jaxrs/war/FooManagedBean.java
The file was removedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean-interceptor-nonnull-package/servlet/com/tests/TestBean.java
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-integration/bean-in-lib-dir-used-by-ejb-in-ear/lib/com/acme/util/ResourcesProducer.java
The file was removedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean-interceptor/servlet/TestManagedBean.java
The file was removedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/simple-managed-bean-interceptor-noargconstructor-missing/servlet/test/beans/TestManagedBean.java
The file was removedappserver/tests/appserv-tests/devtests/cdi/managed-beans/managed-bean-via-resource-injection/servlet/com/tests/TestAroundInvokeInterceptor.java
The file was removedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean-interceptor/servlet/TestBean.java
The file was removedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/simple-managed-bean-interceptor-nonnull-package/servlet/test/beans/TestManagedBean.java
The file was removedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/simple-managed-bean-interceptor-nonnull-package/servlet/test/beans/TestBean.java
The file was removedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean-interceptor-nonnull-package/servlet/com/tests/TestServlet.java
The file was modified appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-ear/ejb/Foo.java
The file was removedappserver/tests/appserv-tests/devtests/cdi/managed-beans/managed-bean-lifecycle-polymorphism/servlet/com/tests/TestBean.java
The file was removedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean-interceptor-nonnull-package/servlet/com/tests/TestManagedBean.java
The file was removedappserver/tests/appserv-tests/devtests/cdi/managed-beans/managed-bean-lifecycle-polymorphism/servlet/com/tests/TestServlet.java
The file was removedappserver/tests/appserv-tests/devtests/cdi/managed-beans/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/jaxrs/war/HelloServlet.java
The file was removedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean/build.properties
The file was removedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean/servlet/TestServlet.java
The file was removedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/bean-in-lib-dir-used-by-ejb-in-ear/lib/com/acme/util/TestManagedBean.java
The file was removedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean-interceptor/servlet/Tester.java
The file was addedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib/lib/bean-lib.jar
The file was removedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean-interceptor/WebTest.java
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/jaxrs/war/JerseyInterceptor.java
The file was removedappserver/tests/appserv-tests/devtests/cdi/managed-beans/managed-bean-via-resource-injection/README
The file was removedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/simple-managed-bean-interceptor-nonnull-package/descriptor/beans.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/open-issues/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-ear/war/Foo.java
The file was removedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean-interceptor-nonnull-package/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-ear/war/Hello.java
The file was removedappserver/tests/appserv-tests/devtests/cdi/managed-beans/managed-bean-lifecycle-polymorphism/build.properties
The file was removedappserver/tests/appserv-tests/devtests/cdi/managed-beans/managed-bean-lifecycle-polymorphism/descriptor/beans.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/smoke-tests/build.xml
The file was removedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean-interceptor-nonnull-package/WebTest.java
The file was removedappserver/tests/appserv-tests/devtests/cdi/managed-beans/managed-bean-lifecycle-polymorphism/servlet/com/tests/TestAroundInvokeInterceptor.java
The file was removedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean-interceptor/descriptor/beans.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-integration/bean-in-lib-dir-used-by-ejb-in-ear/lib/com/acme/util/TestSessionScopedBeanInLib.java
The file was removedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean-interceptor/build.properties
The file was addedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-ordering/lib/alpha.jar
The file was modified appserver/deployment/dol/src/main/java/com/sun/enterprise/deployment/annotation/factory/SJSASFactory.java
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-integration/bean-in-lib-dir-used-by-ejb-in-ear/lib/com/acme/util/UtilInLibDir.java
The file was removedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-ear/ejb/BarManagedBean.java
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/em-resource-injection-with-resource-declaration-in-another-jar/war/com/acme/servlet/HelloServlet.java
The file was removedappserver/tests/appserv-tests/devtests/cdi/managed-beans/managed-bean-via-resource-injection/build.xml
The file was addedappserver/tests/appserv-tests/devtests/cdi/portable-extensions/new-bean-registration-extension-in-lib/lib/weld-extension.jar
The file was removedappserver/tests/appserv-tests/devtests/cdi/managed-beans/managed-bean-lifecycle-polymorphism/servlet/com/tests/Tester.java
The file was removedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean-interceptor-nonnull-package/descriptor/beans.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-integration/bean-in-lib-dir-used-by-ejb-in-ear/ejb/com/acme/ejb/impl/HelloSingleton.java
The file was removedappserver/tests/appserv-tests/devtests/cdi/managed-beans/managed-bean-lifecycle-polymorphism/README
The file was removedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/simple-managed-bean-interceptor-nonnull-package/build.properties
The file was removedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean/WebTest.java
The file was removedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/singleton-startup/hello/ejb/com/acme/Bar.java
The file was removedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-ear/ejb/FooManagedBean.java
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-integration/bean-in-lib-dir-used-by-ejb-in-ear/lib/com/acme/util/TestDatabase.java
The file was removedappserver/tests/appserv-tests/devtests/cdi/managed-beans/managed-bean-lifecycle-polymorphism/servlet/com/tests/TestManagedBean.java
The file was removedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean-interceptor-nonnull-package/servlet/com/tests/Tester.java
The file was removedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean-interceptor/build.xml
The file was removedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean-interceptor-nonnull-package/README
The file was removedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean/servlet/TestBean.java
The file was removedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/simple-managed-bean-interceptor-noargconstructor-missing/servlet/test/beans/TestBean.java
The file was addedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-javaee-injection/lib/bean-lib.jar
The file was removedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/simple-managed-bean-interceptor-nonnull-package/servlet/test/servlet/TestServlet.java
The file was removedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean/descriptor/beans.xml
The file was removedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean/servlet/TestManagedBean.java
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-integration/build.xml
The file was addedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-extension-alternative/lib/bean-lib.jar
The file was removedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/simple-managed-bean-interceptor-nonnull-package/README
The file was removedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/simple-managed-bean-interceptor-noargconstructor-missing/servlet/test/interceptors/TestAroundInvokeInterceptor.java
The file was addedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/embedded-resource-adapter-as-bean-archive/ra/generic-ra.rar
The file was addedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/embedded-resource-adapter-as-bean-archive/ra/generic-ra.jar
The file was removedappserver/tests/appserv-tests/devtests/cdi/managed-beans/managed-bean-via-resource-injection/servlet/com/tests/Tester.java
The file was removedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/simple-managed-bean-interceptor-nonnull-package/WebTest.java
The file was modified appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-ear/war/HelloServlet.java
The file was removedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean-interceptor/servlet/TestAroundInvokeInterceptor.java
Commit 31ebd8e543a3fdaee7e139bd82c2c154768b05d2 by arjan tijms
Removed EJB tests using @ManagedBean

This had been removed from the platform.

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb32/timer/opallowed/war/VerifyServlet.java
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/security/simple/build.xml
The file was removedappserver/tests/appserv-tests/devtests/web/servlet-3.0/servletContainerInitializer/jsfManagedBeanAnnotation/docroot/index.jsp
The file was removedappserver/tests/appserv-tests/devtests/deployment/ejb31/jndivalidation/ResourceRef/CorrectManagedBean/src/gf/FooManagedBean.java
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb32/interceptors/get_method_lc/annotation/ejb/SlessEJB2.java
The file was removedappserver/tests/appserv-tests/devtests/ejb/ejb31/full/ear/war/Foo2ManagedBean.java
The file was modified appserver/tests/appserv-tests/devtests/deployment/ejb31/ejblite/javamodule/war/StatelessBean.java
The file was removedappserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/managedbean/war/HelloServlet.java
The file was removedappserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/managedbean/war/ManagedBean1MethodLevelIntExcludeClass.java
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/security/simple/client/Client.java
The file was removedappserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/managedbean/war/ManagedBeanSuper.java
The file was removedappserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/javamodule/war/BarManagedBean.java
The file was removedappserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/managedbean/war/InterceptorSuper.java
The file was removedappserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/managedbean/war/ManagedBeanNoIntPlusBean.java
The file was removedappserver/tests/appserv-tests/devtests/deployment/ejb31/jndivalidation/ResourceRef/CorrectManagedBean/WebContent/META-INF/MANIFEST.MF
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb32/interceptors/constructor-level/annotation/ejb/SlessEJB2.java
The file was modified appserver/tests/appserv-tests/devtests/web/weldJsfFormLoginHttpSessionListener/src/test/TestMessage.java
The file was removedappserver/tests/appserv-tests/devtests/deployment/ejb31/ejblite/javamodule/war/ManagedSuper.java
The file was removedappserver/tests/appserv-tests/devtests/deployment/ejb31/jndivalidation/ResourceRef/CorrectManagedBean/src/gf/BarManagedBean.java
The file was removedappserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/managedbean/war/ManagedBean2IntExcludeClass.java
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/build.xml
The file was removedappserver/tests/appserv-tests/devtests/ejb/ejb31/full/ear/ejb/ManagedSuper.java
The file was removedappserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/managedbean/war/Foo.java
The file was removedappserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/javamodule/war/ManagedSuper.java
The file was removedappserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/managedbean/war/InterceptorB.java
The file was removedappserver/tests/appserv-tests/devtests/ejb/ejb31/full/ear/ejb/FooBarManagedBean.java
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/full/ear/build.xml
The file was removedappserver/tests/appserv-tests/devtests/ejb/ejb32/interceptors/constructor-level/annotation/ejb/SomeManagedBean2.java
The file was removedappserver/tests/appserv-tests/devtests/web/servlet-3.0/servletContainerInitializer/jsfManagedBeanAnnotation/descriptor/web.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/full/jcdifull/ejb/SingletonBean2.java
The file was removedappserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/managedbean/war/InterceptorA.java
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/full/jcdifull/ejb/SingletonBean.java
The file was removedappserver/tests/appserv-tests/devtests/ejb/ejb32/interceptors/aroundconstruct/descriptor/ejb/SomeManagedBean.java
The file was removedappserver/tests/appserv-tests/devtests/ejb/ejb32/interceptors/lc-method-constructor-level/annotation/ejb/SomeManagedBean3.java
The file was removedappserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/managedbean/war/ManagedBean2MethodLevelInt.java
The file was removedappserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/managedbean/war/ManagedBeanNoInt.java
The file was removedappserver/tests/appserv-tests/devtests/ejb/ejb31/full/ear/ejb/BarManagedBean.java
The file was removedappserver/tests/appserv-tests/devtests/ejb/ejb32/interceptors/aroundconstruct/annotation/ejb/SomeManagedBean.java
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/javamodule/war/StatelessBean.java
The file was removedappserver/tests/appserv-tests/devtests/ejb/ejb32/interceptors/lc-method-constructor-level/annotation/ejb/SomeManagedBean.java
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/full/ear/war/HelloServlet.java
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/jaxrs/war/ContextListener.java
The file was removedappserver/tests/appserv-tests/devtests/ejb/ejb32/interceptors/get_method_lc/annotation/ejb/SomeManagedBeanBase.java
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb32/interceptors/aroundconstruct/descriptor/ejb/SlessEJB2.java
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/full/ear/ejb/HelloSingleton.java
The file was removedappserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/managedbean/war/ManagedBean2Int.java
The file was modified appserver/tests/appserv-tests/devtests/web/weldJsfServerAuthModuleRedirect/src/test/TestMessage.java
The file was removedappserver/tests/appserv-tests/devtests/ejb/ejb32/interceptors/lc-method-constructor-level/annotation/ejb/SomeManagedBean2.java
The file was removedappserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/managedbean/client/Client.java
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb32/interceptors/lc-method-constructor-level/annotation/ejb/SlessEJB2.java
The file was removedappserver/tests/appserv-tests/devtests/web/servlet-3.0/servletContainerInitializer/jsfManagedBeanAnnotation/descriptor/faces-config.xml
The file was removedappserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/managedbean/war/ManagedBeanExtra.java
The file was modified appserver/tests/appserv-tests/config.properties
The file was removedappserver/tests/appserv-tests/devtests/ejb/ejb32/interceptors/get_method_lc/annotation/ejb/SomeManagedBean.java
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/javamodule/war/HelloServlet.java
The file was removedappserver/tests/appserv-tests/devtests/ejb/ejb32/interceptors/aroundconstruct/annotation/ejb/SomeManagedBean2.java
The file was removedappserver/tests/appserv-tests/devtests/deployment/ejb31/ejblite/javamodule/war/FooManagedBean.java
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb32/interceptors/aroundconstruct/annotation/ejb/SlessEJB2.java
The file was removedappserver/tests/appserv-tests/devtests/web/servlet-3.0/servletContainerInitializer/jsfManagedBeanAnnotation/WebTest.java
The file was removedappserver/tests/appserv-tests/devtests/web/servlet-3.0/servletContainerInitializer/jsfManagedBeanAnnotation/build.xml
The file was removedappserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/managedbean/war/AppException.java
The file was removedappserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/managedbean/build.properties
The file was removedappserver/tests/appserv-tests/devtests/ejb/ejb31/security/simple/client/FooManagedBean2.java
The file was removedappserver/tests/appserv-tests/devtests/deployment/ejb31/jndivalidation/ResourceRef/CorrectManagedBean/build.xml
The file was removedappserver/tests/appserv-tests/devtests/ejb/ejb31/full/ear/ejb/FooManagedBean.java
The file was removedappserver/tests/appserv-tests/devtests/ejb/ejb32/interceptors/constructor-level/annotation/ejb/SomeManagedBean.java
The file was removedappserver/tests/appserv-tests/devtests/deployment/ejb31/jndivalidation/ResourceRef/ResInSameApp/webModule/src/BarManagedBean.java
The file was removedappserver/tests/appserv-tests/devtests/ejb/ejb32/timer/opallowed/war/MngTimeoutBean.java
The file was removedappserver/tests/appserv-tests/devtests/deployment/ejb31/jndivalidation/ResourceRef/CorrectManagedBean/src/gf/TestServlet.java
The file was removedappserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/managedbean/war/ManagedBean1Class1MethodLevelInt.java
The file was removedappserver/tests/appserv-tests/devtests/deployment/ejb31/ejblite/javamodule/war/BarManagedBean.java
The file was modified appserver/tests/appserv-tests/devtests/deployment/ejb31/jndivalidation/ResourceRef/build.xml
The file was removedappserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/javamodule/war/FooManagedBean.java
The file was removedappserver/tests/appserv-tests/devtests/ejb/ejb31/security/simple/client/FooManagedBean.java
The file was modified appserver/tests/appserv-tests/devtests/deployment/ejb31/jndivalidation/ResourceRef/ResInSameApp/webModule/src/TestServlet.java
The file was removedappserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/managedbean/war/ManagedBean1Int.java
The file was removedappserver/tests/appserv-tests/devtests/ejb/ejb32/interceptors/aroundconstruct/annotation/ejb/SomeManagedBean3.java
The file was modified appserver/tests/appserv-tests/devtests/deployment/ejb31/ejblite/javamodule/war/HelloServlet.java
The file was removedappserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/managedbean/war/ManagedBean2IntPlusBean.java
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb32/timer/opallowed/client/Client.java
The file was removedappserver/tests/appserv-tests/devtests/ejb/ejb31/full/ear/war/FooBarManagedBean.java
The file was removedappserver/tests/appserv-tests/devtests/web/servlet-3.0/servletContainerInitializer/jsfManagedBeanAnnotation/servlet/test/MyBackingBean.java
The file was removedappserver/tests/appserv-tests/devtests/web/servlet-3.0/servletContainerInitializer/jsfManagedBeanAnnotation/build.properties
The file was removedappserver/tests/appserv-tests/devtests/ejb/ejb32/interceptors/constructor-level/annotation/ejb/SomeManagedBean3.java
The file was removedappserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/managedbean/build.xml
The file was removedappserver/tests/appserv-tests/devtests/deployment/ejb31/jndivalidation/ResourceRef/CorrectManagedBean/WebContent/WEB-INF/web.xml
The file was removedappserver/tests/appserv-tests/devtests/ejb/ejb31/full/jcdifull/ejb/FooManagedBean.java
Commit e10ab7a6112d662e891fba43995f7bfcf3cb2495 by arjan tijms
Revert config.properties being changed by tests

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
The file was modified appserver/tests/appserv-tests/config.properties
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 docs/administration-guide/src/main/asciidoc/preface.adoc
The file was modified nucleus/common/common-util/src/main/java/com/sun/enterprise/util/io/InstanceDirs.java
The file was modified appserver/extras/embedded/common/bootstrap/src/main/java/org/glassfish/uberjar/bootstrap/UberJarOSGiGlassFishRuntimeBuilder.java
The file was modified docs/reference-manual/src/main/asciidoc/create-service.adoc
The file was modified docs/reference-manual/src/main/asciidoc/create-node-dcom.adoc
The file was modified docs/administration-guide/src/main/asciidoc/logging.adoc
The file was modified docs/deployment-planning-guide/src/main/asciidoc/preface.adoc
The file was modified docs/release-notes/src/main/asciidoc/preface.adoc
The file was modified nucleus/admin/config-api/src/main/java/org/glassfish/config/support/DefaultConfigUpgrade.java
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/tests/v2-tests/appserv-tests/devtests/hk2/README
The file was modified docs/ha-administration-guide/src/main/asciidoc/nodes.adoc
The file was modified docs/administration-guide/src/main/asciidoc/overview.adoc
The file was modified appserver/pom.xml
The file was modified appserver/tests/tck/pages_tags/pom.xml
The file was modified docs/security-guide/src/main/asciidoc/user-security.adoc
The file was modified docs/troubleshooting-guide/src/main/asciidoc/preface.adoc
The file was modified README.md
The file was modified docs/upgrade-guide/src/main/asciidoc/upgrading-legacy-installation.adoc
The file was modified appserver/tests/paas/README.txt
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 runtests.sh
The file was modified docs/upgrade-guide/src/main/asciidoc/upgrade-compatibility-issues.adoc
The file was modified docs/reference-manual/src/main/asciidoc/start-instance.adoc
The file was modified docs/reference-manual/src/main/asciidoc/list-nodes.adoc
The file was modified appserver/tests/tck/cdi/cdi-model/pom.xml
The file was modified docs/reference-manual/src/main/asciidoc/collect-log-files.adoc
The file was modified nucleus/common/common-util/src/main/java/com/sun/enterprise/util/SystemPropertyConstants.java
The file was modified docs/reference-manual/src/main/asciidoc/install-node.adoc
The file was modified docs/installation-guide/src/main/asciidoc/preface.adoc
The file was modified docs/administration-guide/src/main/asciidoc/domains.adoc
The file was modified docs/reference-manual/src/main/asciidoc/update-node-ssh.adoc
The file was modified appserver/distributions/glassfish/pom.xml
The file was modified appserver/tests/tck/rest_cdi/pom.xml
The file was modified nucleus/cluster/admin/readme
The file was modified appserver/tests/hk2/README.txt
The file was modified Jenkinsfile
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/installation-guide/src/main/asciidoc/installing.adoc
The file was modified appserver/tests/embedded/static/web/src/test/java/org/glassfish/tests/embedded/cooked/ExistingConfigurationTest.java
The file was modified docs/reference-manual/src/main/asciidoc/install-node-dcom.adoc
The file was modified appserver/tests/sse/videoplayer/README.txt
The file was modified appserver/extras/embedded/common/instanceroot-builder/src/main/java/org/glassfish/uberjar/builder/instanceroot/InstanceRootBuilderUtil.java
The file was modified docs/reference-manual/src/main/asciidoc/import-sync-bundle.adoc
The file was modified appserver/tests/tck/rest/pom.xml
The file was modified docs/reference-manual/src/main/asciidoc/list-modules.adoc
The file was modified nucleus/core/bootstrap/src/main/java/com/sun/enterprise/glassfish/bootstrap/osgi/GlassFishMainActivator.java
The file was modified docs/security-guide/src/main/asciidoc/administrative-security.adoc
The file was modified appserver/tests/tck/concurrency/pom.xml
The file was modified docs/reference-manual/src/main/asciidoc/create-node-ssh.adoc
The file was modified docs/reference-manual/src/main/asciidoc/list-nodes-ssh.adoc
The file was modified docs/reference-manual/src/main/asciidoc/export-sync-bundle.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/admingui/cluster/src/main/resources/org/glassfish/cluster/admingui/Strings.properties
The file was modified appserver/tests/embedded/static/web/src/test/java/org/glassfish/tests/embedded/cooked/ExistingDomainTest.java
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/distributions/glassfish-common/src/main/resources/README.txt
The file was modified appserver/tests/embedded/utils/src/main/java/org/glassfish/tests/embedded/utils/EmbeddedServerUtils.java
The file was modified docs/error-messages-reference/src/main/asciidoc/preface.adoc
The file was modified appserver/tests/tck/servlet/pom.xml
The file was modified nucleus/cluster/common/src/test/java/com/sun/enterprise/util/cluster/PathsTest.java
The file was modified appserver/itest-tools/src/main/java/org/glassfish/main/itest/tools/GlassFishTestEnvironment.java
The file was modified docs/application-development-guide/src/main/asciidoc/preface.adoc
The file was modified appserver/tests/appserv-tests/devtests/admin/cli/build.xml
The file was modified appserver/tests/appserv-tests/devtests/jms/README
The file was modified nucleus/distributions/nucleus-common/src/main/resources/docs/quickstart.html
The file was modified docs/reference-manual/src/main/asciidoc/list-nodes-dcom.adoc
The file was modified appserver/tests/sqe_smoke/run_test.sh
The file was modified appserver/tests/tck/connectors/pom.xml
The file was modified docs/administration-guide/src/main/asciidoc/general-administration.adoc
The file was modified appserver/ant-tasks/src/main/resources/org/apache/tools/ant/sample-build.xml
The file was modified docs/reference-manual/src/main/asciidoc/uninstall-node.adoc
The file was modified docs/reference-manual/src/main/asciidoc/ping-node-dcom.adoc
The file was modified appserver/distributions/web/pom.xml
The file was modified appserver/tests/quicklook/build.properties
The file was modified appserver/tests/admin/tests/pom.xml
The file was modified appserver/tests/tck/authentication/pom.xml
The file was modified appserver/tests/embedded/static/web/src/test/java/org/glassfish/tests/embedded/cooked/InplantedTest.java
The file was modified docs/reference-manual/src/main/asciidoc/generate-jvm-report.adoc
The file was modified appserver/appclient/client/acc/src/test/java/org/glassfish/appclient/client/CLIBootstrapTest.java
The file was modified docs/ha-administration-guide/src/main/asciidoc/ssh-setup.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/appserv-tests/devtests/ejb/README
The file was modified nucleus/core/kernel/src/main/java/com/sun/enterprise/v3/admin/adapter/AdminConsoleAdapter.java
The file was modified appserver/tests/cdi/README.txt
The file was modified appserver/tests/sse/videoplayer/pom.xml
The file was modified docs/reference-manual/src/main/asciidoc/start-database.adoc
The file was modified appserver/tests/appserv-tests/devtests/transaction/ee/dblogs/base/readme
The file was modified docs/reference-manual/src/main/asciidoc/uninstall-node-dcom.adoc
The file was modified docs/quick-start-guide/src/main/asciidoc/basic-features.adoc
The file was modified docs/security-guide/src/main/asciidoc/preface.adoc
The file was modified appserver/tests/cts_smoke/run_test.sh
The file was modified docs/reference-manual/src/main/asciidoc/update-node-dcom.adoc
The file was modified docs/reference-manual/src/main/asciidoc/uninstall-node-ssh.adoc
The file was modified appserver/tests/tck/pages/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/web/README_Embedded.txt
The file was modified gftest.sh
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 appserver/tests/tck/activation/pom.xml
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 appserver/tests/v2-tests/appserv-tests/config/emma.xml
The file was modified docs/application-deployment-guide/src/main/asciidoc/preface.adoc
The file was modified docs/add-on-component-development-guide/src/main/asciidoc/preface.adoc
The file was modified docs/administration-guide/src/main/asciidoc/monitoring.adoc
The file was modified nucleus/cluster/cli/src/main/java/com/sun/enterprise/admin/cli/cluster/ImportSyncBundleCommand.java
The file was modified appserver/tests/tck/expression_language/pom.xml
The file was modified docs/embedded-server-guide/src/main/asciidoc/preface.adoc
The file was modified appserver/tests/tck/connectors-full/pom.xml
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/extras/embedded/common/instanceroot-builder/src/main/java/org/glassfish/uberjar/builder/instanceroot/InstanceRootBuilder.java
The file was modified docs/ha-administration-guide/src/main/asciidoc/preface.adoc
The file was modified nucleus/security/core/src/main/java/com/sun/enterprise/security/common/Util.java
The file was modified docs/performance-tuning-guide/src/main/asciidoc/preface.adoc
The file was modified appserver/tests/tck/cdi/cdi-full/pom.xml
The file was modified appserver/tests/tck/microprofile/pom.xml
The file was modified docs/administration-guide/src/main/asciidoc/jdbc.adoc
The file was modified appserver/web/weld-integration/src/main/java/org/glassfish/weld/DeploymentImpl.java
The file was modified docs/reference-manual/src/main/asciidoc/install-node-ssh.adoc
The file was modified appserver/tests/tck/validation/pom.xml
The file was modified appserver/distributions/docker/pom.xml
The file was modified appserver/tests/tck/pages_debugging/pom.xml
The file was modified docs/reference-manual/src/main/asciidoc/list-backups.adoc
The file was modified appserver/tests/tck/embedded_ejb_smoke/runner/pom.xml
The file was modified docs/reference-manual/src/main/asciidoc/start-local-instance.adoc
The file was modified docs/upgrade-guide/src/main/asciidoc/preface.adoc
The file was modified appserver/distributions/docker/src/main/docker/Dockerfile
The file was modified appserver/tests/quicklook/run_test.sh
The file was modified docs/reference-manual/src/main/asciidoc/update-node-config.adoc
The file was modified appserver/tests/tck/jwt/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/admin/cli/src/admin/SSHNodeTest.java
The file was modified docs/reference-manual/src/main/asciidoc/start-domain.adoc
The file was modified appserver/tests/appserv-tests/devtests/cluster/test-bigcluster.sh
The file was modified appserver/tests/appserv-tests/devtests/cdi/README_Embedded.txt
The file was modified docs/reference-manual/src/main/asciidoc/create-node-config.adoc
The file was modified appserver/tests/quicklook/QuickLook_Test_Instructions.html
The file was modified appserver/tests/appserv-tests/devtests/web/ha/cluster-tests/simple-failover-modified-session/src/main/java/com/acme/HttpClient.java
Commit 6c0b0121fc28b34733d6938d4e08d80293e3642b by Glassfish Bot
Prepare release 7.0.12
The file was modified appserver/tests/embedded/ejb/ejb-api/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/pom.xml
The file was modified appserver/web/war-util/pom.xml
The file was modified appserver/tests/pom.xml
The file was modified appserver/tests/tck/microprofile/rest-client/pom.xml
The file was modified appserver/transaction/jts/pom.xml
The file was modified appserver/tests/embedded/cdi_ejb_jpa/pom.xml
The file was modified nucleus/deployment/autodeploy/pom.xml
The file was modified appserver/tests/embedded/inplanted/pom.xml
The file was modified appserver/osgi-platforms/glassfish-osgi-console-plugin/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsftest/pom.xml
The file was modified appserver/admingui/corba/pom.xml
The file was modified appserver/extras/embedded/tests/pom.xml
The file was modified appserver/tests/paas/pom.xml
The file was modified nucleus/common/scattered-archive-api/pom.xml
The file was modified appserver/resources/resources-runtime/pom.xml
The file was modified appserver/appclient/client/acc-config/pom.xml
The file was modified nucleus/osgi-platforms/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell-frag/pom.xml
The file was modified appserver/appclient/server/pom.xml
The file was modified appserver/persistence/cmp/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/advanced/pom.xml
The file was modified appserver/appclient/client/acc/pom.xml
The file was modified nucleus/core/api-exporter/pom.xml
The file was modified appserver/tests/community/pom.xml
The file was modified appserver/tests/paas/scale_service/pom.xml
The file was modified appserver/tests/tck/validation/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb1/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso1/pom.xml
The file was modified nucleus/cluster/common/pom.xml
The file was modified appserver/appclient/server/core/pom.xml
The file was modified nucleus/deployment/admin/pom.xml
The file was modified appserver/web/web-embed/api/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war1/pom.xml
The file was modified appserver/admingui/plugin-service/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 nucleus/distributions/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 appserver/load-balancer/pom.xml
The file was modified appserver/tests/embedded/web/web-all/pom.xml
The file was modified appserver/web/web-embed/pom.xml
The file was modified appserver/tests/hk2/isolation/runner/pom.xml
The file was modified appserver/admingui/pom.xml
The file was modified appserver/tests/embedded/ejb/remoteejb/pom.xml
The file was modified appserver/deployment/schemas/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars/pom.xml
The file was modified appserver/web/gf-web-connector/pom.xml
The file was modified appserver/tests/quicklook/ejb/cmp/pom.xml
The file was modified docs/installation-guide/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment3/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars-xa/pom.xml
The file was modified appserver/tests/appserv-tests/report-builder/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/pom.xml
The file was modified appserver/tests/appserv-tests/webtest/pom.xml
The file was modified appserver/persistence/oracle-jdbc-driver-packages/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-core/pom.xml
The file was modified nucleus/cluster/ssh/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/tests/paas/multiple-db-shared-services/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/remoteejbs/pom.xml
The file was modified appserver/tests/quicklook/ejb/singleton/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/core/extra-jre-packages/pom.xml
The file was modified appserver/deployment/pom.xml
The file was modified appserver/ejb/ejb-connector/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/filterURIMapping/pom.xml
The file was modified appserver/tests/hk2/pom.xml
The file was modified appserver/tests/quicklook/wsit/JaxwsFromWsdl/pom.xml
The file was modified nucleus/common/internal-api/pom.xml
The file was modified nucleus/flashlight/agent/pom.xml
The file was modified docs/reference-manual/pom.xml
The file was modified appserver/batch/glassfish-batch-commands/pom.xml
The file was modified appserver/tests/tck/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-tests-utils/pom.xml
The file was modified docs/publish/pom.xml
The file was modified appserver/tests/appserv-tests/reporter/pom.xml
The file was modified appserver/tests/quicklook/amx/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/ejb_lite_basic/pom.xml
The file was modified nucleus/common/common-util/pom.xml
The file was modified appserver/extras/embedded/common/pom.xml
The file was modified appserver/tests/sse/videoplayer/pom.xml
The file was modified nucleus/core/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/pom.xml
The file was modified appserver/tests/tck/websocket/pom.xml
The file was modified appserver/tests/quicklook/wsit/jsr109tester/pom.xml
The file was modified appserver/web/weld-integration-fragment/pom.xml
The file was modified appserver/jms/pom.xml
The file was modified nucleus/deployment/dtds/pom.xml
The file was modified appserver/orb/pom.xml
The file was modified appserver/common/glassfish-ee-api/pom.xml
The file was modified nucleus/parent/pom.xml
The file was modified appserver/tests/tck/platform-tck-runner/pom.xml
The file was modified appserver/itest-tools/pom.xml
The file was modified appserver/ha/ha-file-store/pom.xml
The file was modified appserver/appclient/server/connector/pom.xml
The file was modified appserver/web/web-sse/pom.xml
The file was modified nucleus/diagnostics/diagnostics-api/pom.xml
The file was modified nucleus/admin/cli/pom.xml
The file was modified appserver/common/container-common/pom.xml
The file was modified appserver/tests/hk2/isolation/pom.xml
The file was modified appserver/tests/paas/basic-service-discovery/pom.xml
The file was modified appserver/admingui/common/pom.xml
The file was modified appserver/tests/embedded/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/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/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/persistence/cmp/ejb-mapping/pom.xml
The file was modified appserver/connectors/descriptors/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/tests/tck/tck-download/jakarta-connectors-tck/pom.xml
The file was modified nucleus/deployment/common/pom.xml
The file was modified appserver/tests/appserv-tests/lib/pom.xml
The file was modified appserver/persistence/cmp/generator-database/pom.xml
The file was modified appserver/featuresets/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/pom.xml
The file was modified appserver/ejb/ejb-full-container/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/autodelete/pom.xml
The file was modified appserver/extras/jakartaee/manifest-jar/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 appserver/distributions/glassfish/pom.xml
The file was modified appserver/tests/tck/rest_cdi/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/deployment/jakartaee-full/pom.xml
The file was modified appserver/tests/embedded/web/web-war/pom.xml
The file was modified appserver/tests/quicklook/ejb/embedded/pom.xml
The file was modified appserver/persistence/jpa-container/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell/pom.xml
The file was modified appserver/persistence/entitybean-container/pom.xml
The file was modified appserver/tests/paas/appscoped-db-with-resources-xml/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/war/pom.xml
The file was modified appserver/extras/appserv-rt/dist-frag/pom.xml
The file was modified appserver/jdbc/pom.xml
The file was modified appserver/admingui/full/pom.xml
The file was modified nucleus/grizzly/nucleus-grizzly-all/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tck/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 appserver/common/annotation-framework/pom.xml
The file was modified appserver/web/web-ha/pom.xml
The file was modified nucleus/deployment/pom.xml
The file was modified appserver/security/pom.xml
The file was modified appserver/grizzly/grizzly-container/pom.xml
The file was modified nucleus/cluster/gms-adapter/pom.xml
The file was modified docs/ha-administration-guide/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 appserver/persistence/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/tck/tck-download/jakarta-faces-tck/pom.xml
The file was modified appserver/tests/quicklook/rest/pom.xml
The file was modified appserver/tests/paas/deployment-rollback/pom.xml
The file was modified appserver/webservices/pom.xml
The file was modified appserver/tests/cdi/negative/runner/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authorization-tck/pom.xml
The file was modified appserver/concurrent/concurrent-impl/pom.xml
The file was modified appserver/persistence/cmp/support-sqlstore/pom.xml
The file was modified appserver/tests/paas/service_metadata/custom_db_name/pom.xml
The file was modified appserver/persistence/cmp/utility/pom.xml
The file was modified nucleus/diagnostics/pom.xml
The file was modified appserver/concurrent/pom.xml
The file was modified appserver/tests/admin/tests/pom.xml
The file was modified appserver/persistence/eclipselink-wrapper/pom.xml
The file was modified docs/add-on-component-development-guide/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/mydb-plugin/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/glassfish-api/pom.xml
The file was modified appserver/distributions/web/pom.xml
The file was modified appserver/tests/paas/basic-jpa/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/queryString/pom.xml
The file was modified appserver/tests/paas/external-db-service/generatederbyvm/pom.xml
The file was modified appserver/persistence/cmp/cmp-scripts/pom.xml
The file was modified appserver/tests/embedded/glassfish_resources_xml/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/common/pom.xml
The file was modified appserver/load-balancer/gf-load-balancer-connector/pom.xml
The file was modified appserver/tests/quicklook/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment2/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/pom.xml
The file was modified nucleus/distributions/nucleus-common/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/index/pom.xml
The file was modified nucleus/admin/pom.xml
The file was modified nucleus/common/simple-glassfish-api/pom.xml
The file was modified appserver/tests/tck/servlet/pom.xml
The file was modified appserver/admingui/ejb-lite/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/tests/embedded/maven-plugin/dirListing/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb2/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-websocket-tck/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/pom.xml
The file was modified appserver/osgi-platforms/felix-webconsole-extension/pom.xml
The file was modified appserver/admingui/jms-plugin/pom.xml
The file was modified appserver/webservices/soap-tcp/pom.xml
The file was modified appserver/admingui/web/pom.xml
The file was modified nucleus/admin/launcher/pom.xml
The file was modified appserver/jms/admin/pom.xml
The file was modified docs/parent/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 docs/upgrade-guide/pom.xml
The file was modified appserver/grizzly/glassfish-grizzly-extra-all/pom.xml
The file was modified appserver/admingui/community-theme/pom.xml
The file was modified appserver/tests/jakartaee/pom.xml
The file was modified nucleus/distributions/atomic/pom.xml
The file was modified appserver/ldapbp/pom.xml
The file was modified appserver/persistence/cmp/model/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/basic/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/orb/orb-enabler/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/basic/pom.xml
The file was modified appserver/extras/embedded/common/osgi-main/pom.xml
The file was modified appserver/persistence/common/pom.xml
The file was modified appserver/jdbc/admin/pom.xml
The file was modified nucleus/admin/rest/rest-testing/pom.xml
The file was modified appserver/tests/cdi/cases/pom.xml
The file was modified appserver/tests/embedded/static/web/pom.xml
The file was modified appserver/extras/jakartaee/dist-frag/pom.xml
The file was modified appserver/pom.xml
The file was modified appserver/tests/paas/service_metadata/pom.xml
The file was modified appserver/extras/embedded/all/pom.xml
The file was modified appserver/web/web-core/pom.xml
The file was modified appserver/extras/appserv-rt/manifest-jar/pom.xml
The file was modified nucleus/cluster/gms-bootstrap/pom.xml
The file was modified appserver/jdbc/templates/pom.xml
The file was modified nucleus/cluster/cli/pom.xml
The file was modified appserver/deployment/jakartaee-core/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/admin/backup/pom.xml
The file was modified appserver/core/api-exporter-fragment/pom.xml
The file was modified appserver/extras/embedded/shell/pom.xml
The file was modified appserver/common/glassfish-naming/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/static-shell-init/pom.xml
The file was modified nucleus/cluster/admin/pom.xml
The file was modified appserver/tests/embedded/static/pom.xml
The file was modified appserver/tests/tck/jwt/pom.xml
The file was modified nucleus/hk2-config-generator/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/pom.xml
The file was modified appserver/admingui/concurrent/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/tests/tck/embedded_ejb_smoke/pom.xml
The file was modified appserver/persistence/cmp/cmp-all/pom.xml
The file was modified nucleus/core/bootstrap/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/web/pom.xml
The file was modified appserver/web/gui-plugin-common/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/sessionDestroyed/pom.xml
The file was modified appserver/distributions/docker/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-debugging-tck/pom.xml
The file was modified appserver/security/ejb.security/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-platform-tck/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/websockets/pom.xml
The file was modified nucleus/common/amx-core/pom.xml
The file was modified appserver/microprofile/connectors/pom.xml
The file was modified appserver/core/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/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-db-initsql/pom.xml
The file was modified appserver/security/security-all/pom.xml
The file was modified appserver/appclient/client/acc-standalone/pom.xml
The file was modified appserver/tests/embedded/web/web-war/test/pom.xml
The file was modified nucleus/security/pom.xml
The file was modified appserver/tests/tck/activation/pom.xml
The file was modified appserver/admin/pom.xml
The file was modified appserver/persistence/cmp/support-ejb/pom.xml
The file was modified appserver/deployment/dtds/pom.xml
The file was modified appserver/jdbc/jdbc-runtime/pom.xml
The file was modified appserver/extras/jakartaee/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/webservices/jsr109-impl/pom.xml
The file was modified appserver/appclient/client/pom.xml
The file was modified appserver/webservices/metro-glue/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/spetest/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 qa/pom.xml
The file was modified appserver/tests/embedded/cdi_basic/pom.xml
The file was modified appserver/transaction/internal-api/pom.xml
The file was modified nucleus/flashlight/framework/pom.xml
The file was modified appserver/tests/paas/external-and-shared-service/pom.xml
The file was modified appserver/core/jakartaee-kernel/pom.xml
The file was modified appserver/persistence/gf-jpa-connector/pom.xml
The file was modified appserver/tests/admin/admin-extension/pom.xml
The file was modified appserver/webservices/metro-fragments/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/jdbc/jdbc-config/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb1/pom.xml
The file was modified appserver/featuresets/web/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/tests/tck/tck-download/javatest/pom.xml
The file was modified appserver/appclient/pom.xml
The file was modified appserver/extras/embedded/nucleus/pom.xml
The file was modified appserver/tests/tck/expression_language/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/pom.xml
The file was modified docs/performance-tuning-guide/pom.xml
The file was modified appserver/admingui/core/pom.xml
The file was modified appserver/jdbc/jdbc-ra/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/advanced/pom.xml
The file was modified appserver/ejb/ejb-all/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/jmxUndeployEvent/pom.xml
The file was modified appserver/tests/embedded/ejb/pom.xml
The file was modified appserver/ejb/pom.xml
The file was modified appserver/microprofile/pom.xml
The file was modified appserver/ejb/ejb-internal-api/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/runner/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-ra-distribution/pom.xml
The file was modified appserver/libpam4j/pom.xml
The file was modified appserver/tests/embedded/scatteredarchive/pom.xml
The file was modified appserver/connectors/connectors-connector/pom.xml
The file was modified nucleus/admin/template/pom.xml
The file was modified docs/application-development-guide/pom.xml
The file was modified appserver/osgi-platforms/pom.xml
The file was modified docs/pom.xml
The file was modified nucleus/admin/config-api/pom.xml
The file was modified appserver/batch/batch-database/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/webservice/pom.xml
The file was modified appserver/transaction/pom.xml
The file was modified nucleus/deployment/schemas/pom.xml
The file was modified appserver/admingui/jts/pom.xml
The file was modified appserver/tests/paas/basic-db-teardown-sql/pom.xml
The file was modified appserver/extras/embedded/common/bootstrap/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-servlet-tck/pom.xml
The file was modified appserver/webservices/webservices-scripts/pom.xml
The file was modified nucleus/osgi-platforms/osgi-container/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/web/web-naming/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/simple/pom.xml
The file was modified appserver/common/pom.xml
The file was modified appserver/tests/quicklook/adminconsole/pom.xml
The file was modified appserver/featuresets/glassfish/pom.xml
The file was modified nucleus/admin/rest/rest-service/pom.xml
The file was modified appserver/tests/embedded/web/web-war/war/pom.xml
The file was modified pom.xml
The file was modified appserver/batch/pom.xml
The file was modified appserver/ejb/ejb-client/pom.xml
The file was modified appserver/tests/tck/pages/pom.xml
The file was modified nucleus/featuresets/atomic/pom.xml
The file was modified docs/application-deployment-guide/pom.xml
The file was modified appserver/tests/quicklook/ejb/remoteview/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/getRequestURI/pom.xml
The file was modified appserver/web/jsf-connector/pom.xml
The file was modified appserver/web/gf-weld-connector/pom.xml
The file was modified appserver/web/jersey-ejb-component-provider/pom.xml
The file was modified appserver/tests/quicklook/admin/pom.xml
The file was modified appserver/connectors/admin/pom.xml
The file was modified appserver/tests/tck/connectors/pom.xml
The file was modified appserver/admin/admin-core/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/mdb/pom.xml
The file was modified nucleus/cluster/pom.xml
The file was modified appserver/common/amx-jakartaee/pom.xml
The file was modified docs/release-notes/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/mq-test/pom.xml
The file was modified appserver/resources/mail/mail-connector/pom.xml
The file was modified appserver/ejb/ejb-timer-databases/pom.xml
The file was modified nucleus/flashlight/pom.xml
The file was modified appserver/tests/embedded/basic/pom.xml
The file was modified appserver/tests/paas/basic-db-with-resources-xml/pom.xml
The file was modified appserver/tests/tck/connectors-full/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/pom.xml
The file was modified appserver/flashlight/client/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-activation-tck/pom.xml
The file was modified appserver/admingui/ejb/pom.xml
The file was modified appserver/tests/admin/pom.xml
The file was modified docs/distribution/pom.xml
The file was modified appserver/web/weld-integration/pom.xml
The file was modified nucleus/security/core/pom.xml
The file was modified appserver/tests/paas/javaee_shared_service/pom.xml
The file was modified appserver/tests/tck/microprofile/config/pom.xml
The file was modified docs/website/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/jars/pom.xml
The file was modified appserver/admingui/dataprovider/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/naming/naming2/pom.xml
The file was modified appserver/tests/cdi/negative/pom.xml
The file was modified appserver/admin/template/pom.xml
The file was modified appserver/tests/amx/pom.xml
The file was modified appserver/tests/paas/external-db-service/test/pom.xml
The file was modified appserver/tests/embedded/web/servlet/pom.xml
The file was modified appserver/tests/tck/pages_tags/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/jms/jms-core/pom.xml
The file was modified nucleus/pom.xml
The file was modified appserver/security/webservices.security/pom.xml
The file was modified appserver/common/stats77/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/applicationDispatcher/pom.xml
The file was modified appserver/admingui/jca/pom.xml
The file was modified appserver/jms/gf-jms-injection/pom.xml
The file was modified appserver/jms/jmsra/pom.xml
The file was modified nucleus/admin/rest/gf-restadmin-connector/pom.xml
The file was modified appserver/persistence/cmp/enhancer/pom.xml
The file was modified appserver/resources/mail/mail-runtime/pom.xml
The file was modified appserver/tests/cdi/negative/normalScopeWithFinal/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/runner/pom.xml
The file was modified appserver/tests/cdi/cases/runner/pom.xml
The file was modified docs/deployment-planning-guide/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/lib/pom.xml
The file was modified appserver/connectors/connectors-internal-api/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/ear/pom.xml
The file was modified appserver/resources/resources-connector/pom.xml
The file was modified appserver/ha/pom.xml
The file was modified appserver/admin/cli/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/standalonewar/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-fragment1/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war2/pom.xml
The file was modified docs/embedded-server-guide/pom.xml
The file was modified appserver/featuresets/debug/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/multipleApps/pom.xml
The file was modified appserver/tests/tck/authentication/pom.xml
The file was modified appserver/tests/hk2/cdi/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-full/pom.xml
The file was modified appserver/flashlight/pom.xml
The file was modified appserver/tests/embedded/web/web-api/pom.xml
The file was modified appserver/transaction/jta/pom.xml
The file was modified appserver/distributions/glassfish-common/pom.xml
The file was modified nucleus/diagnostics/context/pom.xml
The file was modified nucleus/osgi-platforms/felix/pom.xml
The file was modified appserver/ejb/ejb-timer-service-app/pom.xml
The file was modified appserver/ha/ha-shoal-cache-bootstrap/pom.xml
The file was modified appserver/connectors/work-management/pom.xml
The file was modified appserver/distributions/pom.xml
The file was modified nucleus/test-utils/pom.xml
The file was modified appserver/tests/paas/enable-disable-test/pom.xml
The file was modified nucleus/admin/monitor/pom.xml
The file was modified nucleus/core/logging/pom.xml
The file was modified nucleus/hk2-config-types/pom.xml
The file was modified appserver/tests/paas/helloworld/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/batch/glassfish-batch-connector/pom.xml
The file was modified nucleus/grizzly/config/pom.xml
The file was modified appserver/security/core-ee/pom.xml
The file was modified appserver/extras/pom.xml
The file was modified appserver/connectors/connectors-inbound-runtime/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/secureWebApp/pom.xml
The file was modified appserver/webservices/connector/pom.xml
The file was modified appserver/tests/sse/basic/pom.xml
The file was modified appserver/tests/paas/external-db-service/pom.xml
The file was modified nucleus/admin/rest/pom.xml
The file was modified appserver/tests/embedded/static/ejb/simple/pom.xml
The file was modified nucleus/flashlight/flashlight-extra-jdk-packages/pom.xml
The file was modified nucleus/core/kernel/pom.xml
The file was modified nucleus/admin/rest/rest-client/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-interactive/pom.xml
The file was modified appserver/ejb/ejb-container/pom.xml
The file was modified appserver/resources/mail/pom.xml
The file was modified appserver/tests/tck/pages_debugging/pom.xml
The file was modified appserver/tests/tck/authorization/pom.xml
The file was modified nucleus/common/mbeanserver/pom.xml
The file was modified appserver/security/webintegration/pom.xml
The file was modified nucleus/featuresets/pom.xml
The file was modified appserver/web/jersey-mvc-connector/pom.xml
The file was modified docs/security-guide/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/tests/embedded/servlet_runs_admin_cmds/pom.xml
The file was modified appserver/tests/paas/basic-shared-service-test/pom.xml
The file was modified appserver/tests/tck/tck-download/tsharness/pom.xml
The file was modified docs/error-messages-reference/pom.xml
The file was modified appserver/extras/embedded/pom.xml
The file was modified appserver/tests/admingui/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/lib1/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/ant-tasks/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/runner/pom.xml
The file was modified appserver/extras/appserv-rt/pom.xml
The file was modified appserver/concurrent/concurrent-connector/pom.xml
The file was modified nucleus/core/context-propagation/pom.xml
The file was modified appserver/extras/embedded/common/installroot-builder/pom.xml
The file was modified nucleus/admin/server-mgmt/pom.xml
The file was modified appserver/tests/tck/microprofile/pom.xml
The file was modified nucleus/distributions/nucleus/pom.xml
The file was modified appserver/jms/gf-jms-connector/pom.xml
The file was modified appserver/tests/tck/concurrency/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/ejb1/pom.xml
The file was modified appserver/web/web-glue/pom.xml
The file was modified appserver/tests/paas/lazy-shared-service-test/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/common/pom.xml
The file was modified appserver/tests/paas/basic/pom.xml
The file was modified docs/quick-start-guide/pom.xml
The file was modified appserver/web/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/runner/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/common/instanceroot-builder/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/embedded/static/ejb/pom.xml
The file was modified appserver/tests/paas/service_metadata/provision_using_specified_template/pom.xml
The file was modified nucleus/security/ssl-impl/pom.xml
The file was modified appserver/tests/application/pom.xml
The file was modified appserver/tests/paas/basic-db/pom.xml
The file was modified appserver/tests/hk2/isolation/web/pom.xml
The file was modified appserver/tests/paas/basic-bookstore-dns/pom.xml
The file was modified appserver/connectors/pom.xml
The file was modified appserver/security/appclient.security/pom.xml
The file was modified appserver/extras/embedded/common/osgi-modules-uninstaller/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/tests/appserv-tests/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb2/pom.xml
The file was modified appserver/tests/quicklook/ejb/sfulnoi/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/naming/naming2/context/pom.xml
The file was modified appserver/tests/embedded/ejb/basic/pom.xml
The file was modified appserver/tests/quicklook/jms/injection/pom.xml
The file was modified nucleus/resources/pom.xml
Commit c455645786bb9e851e9aab4a2c393cbeee82cef9 by Glassfish Bot
Prepare next development cycle for 7.0.13-SNAPSHOT
The file was modified appserver/persistence/cmp/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-faces-tck/pom.xml
The file was modified appserver/tests/embedded/wrapper/pom.xml
The file was modified appserver/persistence/eclipselink-wrapper/pom.xml
The file was modified appserver/ejb/ejb-timer-service-app/pom.xml
The file was modified appserver/tests/tck/microprofile/rest-client/pom.xml
The file was modified appserver/tests/embedded/ejb/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/ejb1/pom.xml
The file was modified appserver/tests/embedded/web/autodelete/pom.xml
The file was modified nucleus/admin/rest/pom.xml
The file was modified appserver/extras/appserv-rt/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authentication-tck/pom.xml
The file was modified nucleus/common/pom.xml
The file was modified appserver/tests/embedded/static/ejb/simple/pom.xml
The file was modified appserver/connectors/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsftest/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/tests/embedded/maven-plugin/sessionDestroyed/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 nucleus/diagnostics/diagnostics-api/pom.xml
The file was modified appserver/tests/paas/external-and-shared-service/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/adminconsole/pom.xml
The file was modified appserver/web/weld-integration-fragment/pom.xml
The file was modified appserver/tests/appserv-tests/report-builder/pom.xml
The file was modified nucleus/core/api-exporter/pom.xml
The file was modified appserver/admingui/common/pom.xml
The file was modified nucleus/cluster/cli/pom.xml
The file was modified nucleus/distributions/pom.xml
The file was modified nucleus/resources/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-full/pom.xml
The file was modified nucleus/security/ssl-impl/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/runner/pom.xml
The file was modified nucleus/admin/template/pom.xml
The file was modified appserver/tests/embedded/web/web-all/pom.xml
The file was modified appserver/featuresets/web/pom.xml
The file was modified appserver/webservices/jsr109-impl/pom.xml
The file was modified docs/performance-tuning-guide/pom.xml
The file was modified appserver/resources/resources-connector/pom.xml
The file was modified appserver/itest-tools/pom.xml
The file was modified nucleus/deployment/autodeploy/pom.xml
The file was modified appserver/appclient/server/connector/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/pom.xml
The file was modified appserver/ejb/ejb-client/pom.xml
The file was modified appserver/tests/quicklook/pom.xml
The file was modified appserver/tests/embedded/web/web-war/war/pom.xml
The file was modified nucleus/common/common-util/pom.xml
The file was modified nucleus/common/glassfish-api/pom.xml
The file was modified appserver/persistence/cmp/cmp-scripts/pom.xml
The file was modified nucleus/admin/launcher/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jmxUndeployEvent/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/pom.xml
The file was modified appserver/deployment/dol/pom.xml
The file was modified appserver/web/jersey-mvc-connector/pom.xml
The file was modified nucleus/common/simple-glassfish-api/pom.xml
The file was modified appserver/tests/tck/pages_tags/pom.xml
The file was modified nucleus/admin/server-mgmt/pom.xml
The file was modified appserver/admingui/pom.xml
The file was modified appserver/web/weld-integration-test-fragment/pom.xml
The file was modified appserver/connectors/connectors-inbound-runtime/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/pom.xml
The file was modified appserver/admin/cli/pom.xml
The file was modified appserver/microprofile/connectors/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war1/pom.xml
The file was modified nucleus/test-utils/pom.xml
The file was modified appserver/resources/mail/mail-runtime/pom.xml
The file was modified appserver/tests/embedded/mysql/pom.xml
The file was modified docs/publish/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/init/pom.xml
The file was modified appserver/web/jspcaching-connector/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 appserver/core/pom.xml
The file was modified appserver/tests/tck/pages_debugging/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-activation-tck/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/lib1/pom.xml
The file was modified appserver/tests/jakartaee/pom.xml
The file was modified appserver/admingui/gf-admingui-connector/pom.xml
The file was modified appserver/tests/hk2/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-debugging-tck/pom.xml
The file was modified appserver/security/appclient.security/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/queryString/pom.xml
The file was modified appserver/tests/admin/admin-extension/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/pom.xml
The file was modified appserver/tests/tck/expression_language/pom.xml
The file was modified appserver/grizzly/glassfish-grizzly-extra-all/pom.xml
The file was modified appserver/extras/embedded/common/instanceroot-builder/pom.xml
The file was modified appserver/batch/glassfish-batch-commands/pom.xml
The file was modified appserver/distributions/web/pom.xml
The file was modified appserver/load-balancer/admin/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/pom.xml
The file was modified appserver/tests/quicklook/ejb/cmp/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/basic/pom.xml
The file was modified appserver/connectors/connectors-connector/pom.xml
The file was modified appserver/tests/paas/helloworld/pom.xml
The file was modified nucleus/security/core/pom.xml
The file was modified appserver/ha/ha-shoal-cache-bootstrap/pom.xml
The file was modified appserver/jdbc/jdbc-runtime/pom.xml
The file was modified appserver/tests/quicklook/admin/pom.xml
The file was modified nucleus/core/extra-jre-packages/pom.xml
The file was modified appserver/concurrent/concurrent-impl/pom.xml
The file was modified nucleus/flashlight/pom.xml
The file was modified nucleus/cluster/ssh/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/pom.xml
The file was modified appserver/tests/sse/videoplayer/pom.xml
The file was modified appserver/tests/tck/validation/pom.xml
The file was modified appserver/load-balancer/pom.xml
The file was modified appserver/common/annotation-framework/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/ejb_lite_basic/pom.xml
The file was modified nucleus/core/kernel/pom.xml
The file was modified appserver/orb/pom.xml
The file was modified appserver/extras/jakartaee/manifest-jar/pom.xml
The file was modified appserver/tests/embedded/cdi_basic/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/extras/embedded/shell/glassfish-embedded-shell/pom.xml
The file was modified appserver/ha/pom.xml
The file was modified appserver/featuresets/glassfish/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/jars/pom.xml
The file was modified appserver/web/web-sse/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/jdbc/admin/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 appserver/web/webtier-all/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso2/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/mdb/pom.xml
The file was modified appserver/webservices/metro-glue/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/static-shell-init/pom.xml
The file was modified appserver/tests/paas/pom.xml
The file was modified appserver/batch/batch-database/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/multipleApps/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/pom.xml
The file was modified appserver/flashlight/pom.xml
The file was modified appserver/tests/tck/jwt/pom.xml
The file was modified nucleus/distributions/nucleus/pom.xml
The file was modified appserver/admingui/web/pom.xml
The file was modified appserver/extras/embedded/shell/pom.xml
The file was modified appserver/jms/gf-jms-injection/pom.xml
The file was modified appserver/tests/admin/tests/pom.xml
The file was modified appserver/microprofile/pom.xml
The file was modified appserver/transaction/jts/pom.xml
The file was modified nucleus/core/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-core/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tags-tck/pom.xml
The file was modified appserver/security/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/pom.xml
The file was modified appserver/ejb/ejb-full-container/pom.xml
The file was modified appserver/tests/hk2/cdi/pom.xml
The file was modified nucleus/pom.xml
The file was modified appserver/tests/paas/lazy-shared-service-test/pom.xml
The file was modified docs/upgrade-guide/pom.xml
The file was modified appserver/tests/quicklook/rest/pom.xml
The file was modified appserver/tests/embedded/web/web-war/test/pom.xml
The file was modified nucleus/glassfish-jul-extension/pom.xml
The file was modified appserver/tests/paas/scale_service/pom.xml
The file was modified appserver/tests/embedded/servlet_runs_admin_cmds/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-remote/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc40/pom.xml
The file was modified appserver/tests/paas/external-db-service/test/pom.xml
The file was modified appserver/tests/quicklook/wsit/JaxwsFromWsdl/pom.xml
The file was modified appserver/deployment/jakartaee-core/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/extras/embedded/all/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/multiBeansApp/pom.xml
The file was modified nucleus/grizzly/config/pom.xml
The file was modified nucleus/flashlight/flashlight-extra-jdk-packages/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/advanced/pom.xml
The file was modified appserver/web/jersey-ejb-component-provider/pom.xml
The file was modified nucleus/deployment/pom.xml
The file was modified appserver/tests/paas/service_metadata/pom.xml
The file was modified appserver/tests/quicklook/amx/pom.xml
The file was modified appserver/transaction/pom.xml
The file was modified appserver/tests/appserv-tests/lib/pom.xml
The file was modified appserver/tests/paas/service_metadata/provision_using_specified_template/pom.xml
The file was modified docs/reference-manual/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/service_metadata/custom_db_name/pom.xml
The file was modified appserver/tests/paas/deployment-rollback/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars-xa/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/jdbc/jdbc-ra/pom.xml
The file was modified appserver/extras/appserv-rt/manifest-jar/pom.xml
The file was modified nucleus/common/mbeanserver/pom.xml
The file was modified appserver/tests/sse/basic/pom.xml
The file was modified appserver/admingui/corba/pom.xml
The file was modified appserver/distributions/docker/pom.xml
The file was modified appserver/tests/embedded/ejb/basic/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/web/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/app/pom.xml
The file was modified appserver/tests/embedded/ejb/remoteejb/pom.xml
The file was modified appserver/ejb/ejb-container/pom.xml
The file was modified appserver/ejb/pom.xml
The file was modified appserver/persistence/jpa-container/pom.xml
The file was modified appserver/tests/tck/tck-download/tsharness/pom.xml
The file was modified appserver/persistence/cmp/generator-database/pom.xml
The file was modified nucleus/osgi-platforms/osgi-container/pom.xml
The file was modified nucleus/parent/pom.xml
The file was modified appserver/ant-tasks/pom.xml
The file was modified appserver/ejb/ejb-all/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/naming/naming2/pom.xml
The file was modified nucleus/admin/rest/rest-client/pom.xml
The file was modified docs/ha-administration-guide/pom.xml
The file was modified appserver/persistence/cmp/ejb-mapping/pom.xml
The file was modified appserver/tests/paas/ext-shared-service-enable-disable-test/pom.xml
The file was modified appserver/jms/gf-jms-connector/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/lib/pom.xml
The file was modified docs/website/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment1/pom.xml
The file was modified appserver/web/jsf-connector/pom.xml
The file was modified appserver/admin/template/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/localejbs/pom.xml
The file was modified appserver/flashlight/client/pom.xml
The file was modified docs/release-notes/pom.xml
The file was modified appserver/tests/tck/rest_cdi/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/pom.xml
The file was modified appserver/webservices/webservices-scripts/pom.xml
The file was modified appserver/tests/embedded/scatteredarchive/pom.xml
The file was modified nucleus/common/amx-core/pom.xml
The file was modified docs/application-deployment-guide/pom.xml
The file was modified appserver/web/web-embed/pom.xml
The file was modified nucleus/diagnostics/context/pom.xml
The file was modified appserver/tests/cdi/negative/runner/pom.xml
The file was modified appserver/tests/cdi/pom.xml
The file was modified appserver/tests/hk2/isolation/runner/pom.xml
The file was modified appserver/tests/quicklook/wsit/jsr109tester/pom.xml
The file was modified appserver/tests/embedded/utils/pom.xml
The file was modified nucleus/admin/config-api/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/pom.xml
The file was modified appserver/extras/jakartaee/pom.xml
The file was modified docs/quick-start-guide/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/pom.xml
The file was modified appserver/tests/tck/cdi/cdi-model/pom.xml
The file was modified docs/application-development-guide/pom.xml
The file was modified appserver/ejb/ejb-internal-api/pom.xml
The file was modified appserver/tests/embedded/static/ejb/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/hk2/isolation/pom.xml
The file was modified appserver/tests/cdi/cases/pom.xml
The file was modified appserver/web/web-ha/pom.xml
The file was modified appserver/extras/pom.xml
The file was modified appserver/web/gui-plugin-common/pom.xml
The file was modified appserver/tests/appserv-tests/webtest/pom.xml
The file was modified appserver/tests/embedded/inplanted/pom.xml
The file was modified appserver/extras/appserv-rt/dist-frag/pom.xml
The file was modified appserver/featuresets/pom.xml
The file was modified docs/error-messages-reference/pom.xml
The file was modified nucleus/admin/monitor/pom.xml
The file was modified nucleus/cluster/admin/pom.xml
The file was modified appserver/admin/cli-optional/pom.xml
The file was modified appserver/admingui/cluster/pom.xml
The file was modified appserver/connectors/work-management/pom.xml
The file was modified appserver/common/glassfish-ee-api/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/pom.xml
The file was modified docs/deployment-planning-guide/pom.xml
The file was modified docs/installation-guide/pom.xml
The file was modified nucleus/admin/rest/gf-restadmin-connector/pom.xml
The file was modified appserver/resources/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/runner/pom.xml
The file was modified docs/parent/pom.xml
The file was modified appserver/extras/embedded/common/osgi-main/pom.xml
The file was modified appserver/jdbc/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 appserver/persistence/cmp/enhancer/pom.xml
The file was modified appserver/tests/paas/basic-shared-service-test/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/mydb-plugin/pom.xml
The file was modified appserver/connectors/descriptors/pom.xml
The file was modified appserver/admin/admin-core/pom.xml
The file was modified appserver/web/gf-web-connector/pom.xml
The file was modified appserver/tests/appserv-tests/pom.xml
The file was modified appserver/tests/paas/appscoped-db-with-resources-xml/pom.xml
The file was modified appserver/tests/paas/basic-db-with-resources-xml/pom.xml
The file was modified appserver/tests/quicklook/ejb/singleton/pom.xml
The file was modified appserver/extras/embedded/nucleus/pom.xml
The file was modified appserver/extras/embedded/web/pom.xml
The file was modified nucleus/diagnostics/pom.xml
The file was modified appserver/tests/hk2/isolation/web/iso1/pom.xml
The file was modified appserver/libpam4j/pom.xml
The file was modified appserver/admingui/jca/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/secureWebApp/pom.xml
The file was modified appserver/distributions/glassfish-common/pom.xml
The file was modified appserver/tests/embedded/pom.xml
The file was modified appserver/tests/appserv-tests/reporter/pom.xml
The file was modified pom.xml
The file was modified appserver/tests/tck/servlet/pom.xml
The file was modified nucleus/flashlight/agent/pom.xml
The file was modified nucleus/deployment/common/pom.xml
The file was modified appserver/admin/pom.xml
The file was modified appserver/persistence/cmp/support-ejb/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb2/pom.xml
The file was modified appserver/webservices/soap-tcp/pom.xml
The file was modified appserver/tests/paas/basic-bookstore-dns/pom.xml
The file was modified appserver/security/ejb.security/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/tck/tck-download/jakarta-connectors-tck/pom.xml
The file was modified docs/security-guide/pom.xml
The file was modified appserver/tests/community/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/pom.xml
The file was modified appserver/security/webintegration/pom.xml
The file was modified docs/distribution/pom.xml
The file was modified appserver/tests/paas/bookstore/pom.xml
The file was modified appserver/tests/tck/microprofile/pom.xml
The file was modified nucleus/core/bootstrap/pom.xml
The file was modified appserver/admingui/community-theme/pom.xml
The file was modified appserver/tests/paas/basic-db-teardown-sql/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/runner/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/ear/pom.xml
The file was modified nucleus/cluster/pom.xml
The file was modified nucleus/admin/rest/rest-testing/pom.xml
The file was modified nucleus/cluster/gms-bootstrap/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment3/pom.xml
The file was modified appserver/tests/tck/connectors-full/pom.xml
The file was modified appserver/tests/tck/tck-download/javatest/pom.xml
The file was modified appserver/deployment/jakartaee-full/pom.xml
The file was modified appserver/orb/orb-iiop/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/simple/pom.xml
The file was modified appserver/connectors/connectors-runtime/pom.xml
The file was modified appserver/grizzly/grizzly-container/pom.xml
The file was modified appserver/tests/tck/pages/pom.xml
The file was modified appserver/osgi-platforms/felix-webconsole-extension/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war2/pom.xml
The file was modified nucleus/flashlight/framework/pom.xml
The file was modified appserver/tests/paas/basic-jpa/pom.xml
The file was modified appserver/extras/embedded/common/osgi-modules-uninstaller/pom.xml
The file was modified appserver/osgi-platforms/glassfish-osgi-console-plugin/pom.xml
The file was modified appserver/persistence/cmp/internal-api/pom.xml
The file was modified appserver/webservices/connector/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/appclient/client/acc-config/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsptest/pom.xml
The file was modified appserver/persistence/cmp/support-sqlstore/pom.xml
The file was modified appserver/security/webservices.security/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/advanced/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/webservice/pom.xml
The file was modified appserver/tests/embedded/web/servlet/pom.xml
The file was modified appserver/resources/mail/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/getRequestURI/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-connectors-full-tck/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/admingui/dataprovider/pom.xml
The file was modified appserver/distributions/glassfish/pom.xml
The file was modified appserver/admingui/plugin-service/pom.xml
The file was modified appserver/tests/tck/websocket/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/index/pom.xml
The file was modified appserver/tests/appserv-tests/cciblackbox-tx/pom.xml
The file was modified appserver/extras/embedded/common/bootstrap/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb1/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb1/pom.xml
The file was modified appserver/persistence/cmp/utility/pom.xml
The file was modified appserver/tests/admingui/auto-test/pom.xml
The file was modified appserver/common/amx-jakartaee/pom.xml
The file was modified appserver/connectors/connectors-internal-api/pom.xml
The file was modified nucleus/deployment/dtds/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/ejb/ejb-timer-databases/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/naming/naming2/context/pom.xml
The file was modified appserver/transaction/internal-api/pom.xml
The file was modified appserver/microprofile/config/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-platform-tck/pom.xml
The file was modified nucleus/featuresets/nucleus/pom.xml
The file was modified nucleus/grizzly/pom.xml
The file was modified appserver/jms/jms-core/pom.xml
The file was modified appserver/tests/tck/concurrency/pom.xml
The file was modified appserver/admingui/jts/pom.xml
The file was modified appserver/jdbc/templates/pom.xml
The file was modified appserver/tests/tck/faces/pom.xml
The file was modified appserver/web/web-core/pom.xml
The file was modified appserver/appclient/client/appclient-scripts/pom.xml
The file was modified appserver/admingui/core/pom.xml
The file was modified appserver/tests/cdi/cases/runner/pom.xml
The file was modified appserver/persistence/pom.xml
The file was modified appserver/tests/embedded/static/web/pom.xml
The file was modified appserver/tests/admingui/pom.xml
The file was modified nucleus/deployment/admin/pom.xml
The file was modified appserver/tests/paas/multiple-spe-test/spetest/pom.xml
The file was modified nucleus/osgi-platforms/osgi-cli-interactive/pom.xml
The file was modified appserver/web/war-util/pom.xml
The file was modified appserver/appclient/server/core/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/dirListing/pom.xml
The file was modified appserver/batch/glassfish-batch-connector/pom.xml
The file was modified appserver/tests/embedded/web/pom.xml
The file was modified appserver/tests/paas/external-db-service/generatederbyvm/pom.xml
The file was modified appserver/web/web-glue/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-tests-utils/pom.xml
The file was modified qa/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/standalonewar/pom.xml
The file was modified appserver/tests/tck/cdi/pom.xml
The file was modified nucleus/featuresets/pom.xml
The file was modified appserver/tests/quicklook/ejb/sfulnoi/pom.xml
The file was modified appserver/jms/admin/pom.xml
The file was modified appserver/ha/ha-file-store/pom.xml
The file was modified appserver/admingui/ejb-lite/pom.xml
The file was modified nucleus/osgi-platforms/felix/pom.xml
The file was modified appserver/extras/embedded/tests/pom.xml
The file was modified appserver/common/pom.xml
The file was modified appserver/deployment/pom.xml
The file was modified docs/troubleshooting-guide/pom.xml
The file was modified nucleus/hk2-config-types/pom.xml
The file was modified appserver/webservices/metro-fragments/pom.xml
The file was modified appserver/deployment/dtds/pom.xml
The file was modified appserver/appclient/server/pom.xml
The file was modified appserver/tests/application/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/pom.xml
The file was modified appserver/tests/quicklook/ejb/slsbnicmt/pom.xml
The file was modified appserver/tests/paas/external-db-service/pom.xml
The file was modified appserver/persistence/entitybean-container/pom.xml
The file was modified appserver/tests/amx/pom.xml
The file was modified appserver/tests/tck/rest/pom.xml
The file was modified appserver/core/api-exporter-fragment/pom.xml
The file was modified appserver/batch/pom.xml
The file was modified appserver/tests/tck/authorization/pom.xml
The file was modified appserver/tests/paas/basic/pom.xml
The file was modified appserver/featuresets/debug/pom.xml
The file was modified appserver/transaction/jta/pom.xml
The file was modified nucleus/cluster/common/pom.xml
The file was modified appserver/tests/paas/basic-db/pom.xml
The file was modified appserver/tests/quicklook/jms/injection/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 docs/pom.xml
The file was modified appserver/common/stats77/pom.xml
The file was modified appserver/security/security-all/pom.xml
The file was modified appserver/web/cdi-api-fragment/pom.xml
The file was modified appserver/concurrent/pom.xml
The file was modified nucleus/distributions/atomic/pom.xml
The file was modified appserver/jms/pom.xml
The file was modified nucleus/featuresets/atomic/pom.xml
The file was modified appserver/jms/jmsra/pom.xml
The file was modified appserver/tests/embedded/basic/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment2/pom.xml
The file was modified docs/embedded-server-guide/pom.xml
The file was modified appserver/tests/embedded/ejb/ejb-api/pom.xml
The file was modified appserver/web/jstl-connector/pom.xml
The file was modified appserver/persistence/oracle-jdbc-driver-packages/pom.xml
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars/pom.xml
The file was modified appserver/appclient/client/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/tests/cdi/cases/multiBeansXml/ejb2/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/pom.xml
The file was modified nucleus/deployment/schemas/pom.xml
The file was modified appserver/extras/embedded/common/installroot-builder/pom.xml
The file was modified appserver/resources/mail/mail-connector/pom.xml
The file was modified appserver/extras/embedded/common/pom.xml
The file was modified appserver/admingui/full/pom.xml
The file was modified nucleus/xmlbind-annotations/pom.xml
The file was modified appserver/concurrent/concurrent-connector/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/basic/pom.xml
The file was modified appserver/web/web-naming/pom.xml
The file was modified appserver/ha/ha-shoal-store/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-websocket-tck/pom.xml
The file was modified nucleus/admin/cli/pom.xml
The file was modified appserver/webservices/pom.xml
The file was modified nucleus/admin/pom.xml
The file was modified appserver/admin/backup/pom.xml
The file was modified appserver/tests/tck/activation/pom.xml
The file was modified nucleus/security/pom.xml
The file was modified appserver/tests/quicklook/ejb/remoteview/pom.xml
The file was modified appserver/tests/admin/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/pom.xml
The file was modified appserver/admingui/ejb/pom.xml
The file was modified appserver/persistence/gf-jpa-connector/pom.xml
The file was modified appserver/tests/paas/javaee_shared_service/pom.xml
The file was modified appserver/persistence/cmp/cmp-all/pom.xml
The file was modified appserver/tests/cdi/negative/pom.xml
The file was modified appserver/tests/hk2/cdi/basic/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/web/web-api/pom.xml
The file was modified nucleus/core/context-propagation/pom.xml
The file was modified appserver/web/admin/pom.xml
The file was modified appserver/security/core-ee/pom.xml
The file was modified appserver/appclient/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-rest-tck/pom.xml
The file was modified nucleus/common/scattered-archive-api/pom.xml
The file was modified appserver/pom.xml
The file was modified appserver/osgi-platforms/pom.xml
The file was modified nucleus/core/logging/pom.xml
The file was modified nucleus/common/internal-api/pom.xml
The file was modified appserver/admingui/jms-plugin/pom.xml
The file was modified appserver/appclient/client/acc/pom.xml
The file was modified appserver/ejb/ejb-connector/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/extras/jakartaee/dist-frag/pom.xml
The file was modified appserver/tests/cdi/negative/normalScopeWithFinal/pom.xml
The file was modified appserver/jdbc/jdbc-config/pom.xml
The file was modified appserver/distributions/pom.xml
The file was modified appserver/tests/embedded/glassfish_resources_xml/pom.xml
The file was modified appserver/tests/paas/basic-service-discovery/pom.xml
The file was modified appserver/web/weld-integration/pom.xml
The file was modified appserver/tests/embedded/web/web-war/pom.xml
The file was modified appserver/tests/tck/tck-download/pom.xml
The file was modified docs/add-on-component-development-guide/pom.xml
The file was modified appserver/orb/orb-enabler/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/applicationDispatcher/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-authorization-tck/pom.xml
The file was modified appserver/tests/tck/platform-tck-runner/pom.xml
The file was modified appserver/persistence/common/pom.xml
The file was modified appserver/tests/embedded/static/pom.xml
The file was modified appserver/core/jakartaee-kernel/pom.xml
The file was modified appserver/tests/paas/enable-disable-test/pom.xml
The file was modified appserver/admingui/war/pom.xml
The file was modified appserver/tests/embedded/cdi_ejb_jpa/pom.xml
The file was modified appserver/resources/resources-runtime/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/tests/embedded/basic/lifecycle/pom.xml
The file was modified appserver/orb/orb-connector/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-expression-language-tck/pom.xml
The file was modified appserver/admingui/concurrent/pom.xml
The file was modified appserver/tests/paas/basic-db-initsql/pom.xml
The file was modified appserver/grizzly/pom.xml
Commit b10e3b8736992e0048855d2a69e9231aab345f67 by noreply
Revert "Merge master into 8.0"
The file was modified appserver/core/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-ear/war/Foo2ManagedBean.java
The file was modified appserver/tests/tck/expression_language/pom.xml
The file was modified appserver/extras/jakartaee/manifest-jar/pom.xml
The file was modified docs/reference-manual/src/main/asciidoc/install-node-dcom.adoc
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-integration/bean-in-lib-dir-used-by-ejb-in-ear/ejb/com/acme/ejb/impl/HelloSingleton.java
The file was removedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-ordering-reversed/lib/bravo.jar
The file was modified appserver/tests/cdi/negative/normalScopeWithFinal/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-core/pom.xml
The file was modified appserver/tests/embedded/web/web-api/pom.xml
The file was modified appserver/admingui/concurrent/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean-interceptor-nonnull-package/build.xml
The file was modified appserver/tests/embedded/utils/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/admin/cli/src/admin/SSHNodeTest.java
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/loader/WebappLoader.java
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/core/ContainerBase.java
The file was modified nucleus/core/bootstrap/src/main/java/com/sun/enterprise/glassfish/bootstrap/GlassFishMain.java
The file was modified appserver/connectors/descriptors/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/ejb/ejb32/interceptors/constructor-level/annotation/ejb/SomeManagedBean3.java
The file was addedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean-interceptor-nonnull-package/WebTest.java
The file was modified appserver/tests/paas/helloworld/pom.xml
The file was modified appserver/osgi-platforms/felix-webconsole-extension/pom.xml
The file was modified gftest.sh
The file was addedappserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/jaxrs/war/FooManagedBean.java
The file was modified nucleus/flashlight/framework/src/main/java/org/glassfish/flashlight/impl/client/BtraceClientGenerator.java
The file was modified appserver/appclient/client/acc-standalone/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/ejb-auth-async/scheduler-service/pom.xml
The file was modified docs/reference-manual/src/main/asciidoc/install-node.adoc
The file was addedappserver/tests/appserv-tests/devtests/deployment/ejb31/jndivalidation/ResourceRef/CorrectManagedBean/WebContent/META-INF/MANIFEST.MF
The file was modified appserver/tests/embedded/maven-plugin/multipleApps/pom.xml
The file was modified appserver/tests/paas/bookstore/pom.xml
The file was modified appserver/jdbc/jdbc-runtime/pom.xml
The file was modified appserver/resources/mail/mail-connector/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-integration/bean-in-lib-dir-used-by-ejb-in-ear/lib/com/acme/util/ResourcesProducer.java
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/tests/tck/tck-download/jakarta-rest-tck/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/simple-managed-bean-interceptor-noargconstructor-missing/WebTest.java
The file was removedappserver/distributions/web/src/main/patches/webservices-osgi/META-INF/MANIFEST.MF
The file was modified appserver/tests/embedded/static/pom.xml
The file was modified docs/reference-manual/src/main/asciidoc/create-node-dcom.adoc
The file was modified appserver/tests/embedded/ejb/remoteejb/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/web/servlet-3.0/servletContainerInitializer/jsfManagedBeanAnnotation/WebTest.java
The file was modified appserver/jdbc/jdbc-ra/jdbc40/pom.xml
The file was modified appserver/persistence/cmp/generator-database/pom.xml
The file was modified appserver/web/web-glue/src/main/java/com/sun/web/server/EEInstanceListener.java
The file was modified appserver/jdbc/jdbc-ra/pom.xml
The file was removedappserver/distributions/web/src/main/patches/microprofile-rest-client-api/META-INF/MANIFEST.MF
The file was modified appserver/common/amx-jakartaee/pom.xml
The file was modified appserver/tests/tck/platform-tck-runner/pom.xml
The file was modified appserver/tests/tck/cdi/pom.xml
The file was modified appserver/featuresets/web/pom.xml
The file was modified nucleus/common/common-util/src/main/java/com/sun/enterprise/util/FelixPrettyPrinter.java
The file was modified appserver/tests/embedded/web/web-war/pom.xml
The file was modified appserver/tests/quicklook/amx/pom.xml
The file was modified appserver/tests/paas/basic-jpa/pom.xml
The file was modified nucleus/admin/server-mgmt/pom.xml
The file was modified appserver/ejb/ejb-container/src/main/java/com/sun/ejb/codegen/AsmSerializableBeanGenerator.java
The file was removedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-ordering/lib/alpha.jar
The file was modified nucleus/common/common-util/src/main/java/com/sun/enterprise/security/integration/RealmInitializer.java
The file was modified appserver/appclient/client/acc/src/main/java/org/glassfish/appclient/client/acc/ACCClassLoader.java
The file was addedappserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/javamodule/war/BarManagedBean.java
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/session/ManagerBase.java
The file was modified appserver/extras/embedded/common/installroot-builder/src/main/java/org/glassfish/uberjar/builder/installroot/InstallRootBuilder.java
The file was addedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/simple-managed-bean-interceptor-noargconstructor-missing/servlet/test/beans/TestBean.java
The file was modified docs/reference-manual/src/main/asciidoc/start-domain.adoc
The file was modified appserver/tests/paas/multiple-db-shared-services/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/cdi/managed-beans/managed-bean-via-resource-injection/servlet/com/tests/TestAroundInvokeInterceptor.java
The file was modified appserver/ejb/ejb-all/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/build.xml
The file was modified docs/reference-manual/src/main/asciidoc/update-node-config.adoc
The file was removedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-javaee-injection/lib/bean-lib.jar
The file was modified appserver/security/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/cdi/managed-beans/managed-bean-via-resource-injection/build.properties
The file was addedappserver/tests/quicklook/security/appperms/src/java/BeanRoot.java
The file was modified docs/reference-manual/pom.xml
The file was modified docs/quick-start-guide/pom.xml
The file was modified appserver/ejb/ejb-container/src/main/java/org/glassfish/ejb/startup/EjbApplication.java
The file was modified appserver/web/war-util/src/main/java/org/glassfish/web/loader/ReferenceCleaner.java
The file was addedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean-interceptor-nonnull-package/servlet/com/tests/Tester.java
The file was modified appserver/jdbc/jdbc-config/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/ejb/ejb32/interceptors/lc-method-constructor-level/annotation/ejb/SomeManagedBean3.java
The file was addedappserver/tests/appserv-tests/devtests/deployment/ejb31/jndivalidation/ResourceRef/CorrectManagedBean/src/gf/TestServlet.java
The file was modified appserver/tests/embedded/maven-plugin/index/pom.xml
The file was modified appserver/tests/tck/concurrency/pom.xml
The file was modified appserver/security/webservices.security/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/pom.xml
The file was modified docs/release-notes/pom.xml
The file was modified appserver/connectors/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/managedbean/client/Client.java
The file was modified appserver/transaction/internal-api/pom.xml
The file was modified appserver/web/web-glue/src/main/java/com/sun/enterprise/web/WebModule.java
The file was modified docs/troubleshooting-guide/src/main/asciidoc/preface.adoc
The file was modified appserver/admingui/ejb/pom.xml
The file was modified nucleus/deployment/common/pom.xml
The file was modified appserver/admin/admin-core/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb32/interceptors/aroundconstruct/annotation/ejb/SlessEJB2.java
The file was modified appserver/web/web-embed/pom.xml
The file was modified appserver/appclient/server/pom.xml
The file was modified appserver/tests/embedded/servlet_runs_admin_cmds/pom.xml
The file was modified appserver/tests/embedded/utils/src/main/java/org/glassfish/tests/embedded/utils/EmbeddedServerUtils.java
The file was modified docs/installation-guide/src/main/asciidoc/installing.adoc
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/connector/ResponseFacade.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/perms/PermsArchiveDelegate.java
The file was modified appserver/admin/backup/pom.xml
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/core/ApplicationContextFacade.java
The file was modified appserver/extras/embedded/tests/pom.xml
The file was modified nucleus/diagnostics/context/pom.xml
The file was modified appserver/extras/embedded/web/pom.xml
The file was modified appserver/concurrent/concurrent-connector/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell-frag/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/ejb/ejb31/full/jcdifull/ejb/FooManagedBean.java
The file was modified appserver/tests/paas/mq-shared-service-test/pom.xml
The file was removedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-ordering/lib/bravo.jar
The file was modified docs/administration-guide/src/main/asciidoc/logging.adoc
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb32/timer/opallowed/war/VerifyServlet.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/acl/LocalStrings.properties
The file was modified appserver/persistence/cmp/support-ejb/pom.xml
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/connector/RequestFacade.java
The file was removedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-ordering-reversed/lib/alpha.jar
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 appserver/transaction/pom.xml
The file was modified appserver/extras/embedded/all/pom.xml
The file was modified appserver/tests/amx/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/filterURIMapping/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 docs/pom.xml
The file was modified nucleus/deployment/admin/pom.xml
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 appserver/connectors/admin/pom.xml
The file was modified appserver/web/weld-integration/src/main/java/org/glassfish/weld/DeploymentImpl.java
The file was modified appserver/ejb/ejb-container/src/main/java/com/sun/ejb/containers/interceptors/InterceptorManager.java
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb32/timer/opallowed/client/Client.java
The file was removedappserver/distributions/web/src/main/patches/microprofile-jwt-auth-api/META-INF/MANIFEST.MF
The file was modified nucleus/diagnostics/pom.xml
The file was modified appserver/grizzly/pom.xml
The file was modified appserver/tests/v2-tests/appserv-tests/config/emma.xml
The file was modified appserver/admingui/pom.xml
The file was addedappserver/tests/quicklook/security/appperms/metadata/web.xml
The file was modified appserver/persistence/jpa-container/pom.xml
The file was modified nucleus/flashlight/pom.xml
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/core/ApplicationFilterChain.java
The file was addedappserver/tests/appserv-tests/devtests/ejb/ejb32/interceptors/aroundconstruct/annotation/ejb/SomeManagedBean.java
The file was modified appserver/distributions/glassfish-common/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/init/pom.xml
The file was modified appserver/admingui/corba/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean-interceptor/servlet/TestManagedBean.java
The file was modified appserver/tests/embedded/mysql/pom.xml
The file was modified nucleus/admin/pom.xml
The file was modified appserver/tests/appserv-tests/lib/pom.xml
The file was modified appserver/persistence/gf-jpa-connector/pom.xml
The file was modified appserver/tests/quicklook/admin/pom.xml
The file was modified appserver/persistence/cmp/cmp-all/pom.xml
The file was modified appserver/tests/tck/pages/pom.xml
The file was modified appserver/web/weld-integration-fragment/pom.xml
The file was modified appserver/jdbc/jdbc-ra/jdbc-ra-distribution/pom.xml
The file was addedappserver/tests/quicklook/security/appperms/web/jsp/index.jsp
The file was addedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean-interceptor/WebTest.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 appserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/defaultp2r/web.xml
The file was modified appserver/security/appclient.security/src/main/java/com/sun/enterprise/security/appclient/AppClientSecurityInfoImpl.java
The file was modified appserver/ejb/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/managedbean/build.xml
The file was modified nucleus/featuresets/nucleus/pom.xml
The file was modified appserver/tests/tck/tck-download/pom.xml
The file was removedappserver/distributions/web/src/main/patches/jakarta.enterprise.concurrent/META-INF/MANIFEST.MF
The file was modified docs/application-deployment-guide/pom.xml
The file was modified appserver/web/jersey-ejb-component-provider/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean/WebTest.java
The file was addedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-ear/ejb/FooManagedBean.java
The file was addedappserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/managedbean/war/AppException.java
The file was modified appserver/ejb/ejb-timer-databases/pom.xml
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/distributions/nucleus/pom.xml
The file was modified appserver/tests/embedded/web/web-war/war/pom.xml
The file was modified appserver/web/admin/pom.xml
The file was modified nucleus/admin/util/pom.xml
The file was modified appserver/tests/embedded/cdi_ejb_jpa/pom.xml
The file was modified appserver/web/weld-integration/pom.xml
The file was modified appserver/admingui/jms-plugin/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/ejb/ejb32/interceptors/aroundconstruct/annotation/ejb/SomeManagedBean2.java
The file was addedappserver/tests/appserv-tests/devtests/deployment/ejb31/jndivalidation/ResourceRef/CorrectManagedBean/build.xml
The file was modified appserver/tests/quicklook/adminconsole/pom.xml
The file was modified docs/installation-guide/src/main/asciidoc/preface.adoc
The file was addedappserver/tests/appserv-tests/devtests/cdi/managed-beans/managed-bean-lifecycle-polymorphism/servlet/com/tests/TestBean.java
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/Globals.java
The file was addedappserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/managedbean/war/ManagedBean2MethodLevelInt.java
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb1/pom.xml
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/session/StandardManager.java
The file was removedappserver/distributions/glassfish/src/main/patches/jakarta.enterprise.cdi-el-api/META-INF/MANIFEST.MF
The file was modified appserver/ejb/ejb-container/src/main/java/com/sun/ejb/codegen/EjbOptionalIntfGenerator.java
The file was modified appserver/tests/appserv-tests/devtests/deployment/ejb31/ejblite/javamodule/war/HelloServlet.java
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/jars/pom.xml
The file was modified Jenkinsfile
The file was modified appserver/tests/embedded/maven-plugin/dirListing/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/runner/pom.xml
The file was modified docs/performance-tuning-guide/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean-interceptor/servlet/TestAroundInvokeInterceptor.java
The file was modified appserver/tests/admin/tests/pom.xml
The file was modified appserver/tests/quicklook/ejb/sfulnoi/pom.xml
The file was modified appserver/tests/tck/rest_cdi/pom.xml
The file was modified appserver/security/security-all/pom.xml
The file was modified appserver/tests/quicklook/ejb/embedded/pom.xml
The file was modified appserver/common/annotation-framework/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-ear/ejb/Foo.java
The file was modified nucleus/cluster/gms-bootstrap/pom.xml
The file was modified appserver/appclient/client/acc-config/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean-interceptor/build.properties
The file was modified appserver/common/glassfish-naming/pom.xml
The file was modified nucleus/glassfish-jul-extension/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/ejb/ejb31/full/ear/ejb/FooBarManagedBean.java
The file was removedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/authorize/GlassFishPrincipalMapper.java
The file was modified appserver/deployment/jakartaee-core/pom.xml
The file was modified appserver/tests/quicklook/wsit/jsr109tester/pom.xml
The file was modified appserver/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/module/RarHandler.java
The file was addedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/simple-managed-bean-interceptor-nonnull-package/descriptor/beans.xml
The file was modified appserver/persistence/cmp/ejb-mapping/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/managedbean/war/ManagedBean1MethodLevelIntExcludeClass.java
The file was modified appserver/tests/paas/external-and-shared-service/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/pom.xml
The file was modified nucleus/cluster/gms-adapter/pom.xml
The file was modified appserver/orb/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/deployment/ejb31/jndivalidation/ResourceRef/ResInSameApp/webModule/src/TestServlet.java
The file was modified appserver/web/gf-web-connector/pom.xml
The file was modified nucleus/grizzly/config/pom.xml
The file was modified appserver/persistence/cmp/cmp-scripts/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/standalonewar/pom.xml
The file was modified docs/reference-manual/src/main/asciidoc/start-database.adoc
The file was modified appserver/deployment/schemas/pom.xml
The file was modified appserver/jdbc/pom.xml
The file was modified appserver/tests/paas/basic-service-discovery/pom.xml
The file was modified nucleus/cluster/common/pom.xml
The file was modified appserver/tests/sse/videoplayer/pom.xml
The file was modified docs/website/pom.xml
The file was modified appserver/distributions/glassfish/pom.xml
The file was modified appserver/ejb/ejb-connector/pom.xml
The file was modified appserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/jsp2sful/login.jsp
The file was addedappserver/tests/appserv-tests/devtests/cdi/managed-beans/managed-bean-lifecycle-polymorphism/servlet/com/tests/TestServlet.java
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/connector/Request.java
The file was modified appserver/appclient/server/core/src/main/java/org/glassfish/appclient/server/core/CarHandler.java
The file was modified appserver/webservices/metro-glue/pom.xml
The file was modified appserver/tests/paas/appscoped-db-with-resources-xml/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/managedbean/build.properties
The file was modified appserver/tests/hk2/cdi/ear/app/pom.xml
The file was modified appserver/tests/tck/pages_tags/pom.xml
The file was modified docs/administration-guide/src/main/asciidoc/overview.adoc
The file was addedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean-interceptor-nonnull-package/servlet/com/tests/TestBean.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/acl/WebResource.java
The file was addedappserver/tests/appserv-tests/devtests/web/servlet-3.0/servletContainerInitializer/jsfManagedBeanAnnotation/build.xml
The file was modified appserver/security/webintegration/src/main/java/com/sun/web/security/RealmAdapter.java
The file was addedappserver/tests/quicklook/security/appperms/metadata/permissions.xml
The file was modified nucleus/distributions/atomic/pom.xml
The file was modified appserver/concurrent/pom.xml
The file was modified appserver/web/cdi-api-fragment/pom.xml
The file was modified nucleus/common/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-connectors-full-tck/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean-interceptor/servlet/TestBean.java
The file was modified appserver/tests/tck/embedded_ejb_smoke/runner/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/deployment/ejb31/jndivalidation/ResourceRef/ResInSameApp/webModule/src/BarManagedBean.java
The file was modified appserver/connectors/connectors-runtime/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/managedbean/war/ManagedBean2Int.java
The file was modified appserver/extras/embedded/common/instanceroot-builder/pom.xml
The file was modified appserver/load-balancer/gf-load-balancer-connector/pom.xml
The file was modified appserver/extras/embedded/shell/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-authentication-tck/pom.xml
The file was modified appserver/deployment/jakartaee-full/src/main/java/org/glassfish/javaee/full/deployment/EarHandler.java
The file was modified appserver/appclient/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/cdi/managed-beans/managed-bean-lifecycle-polymorphism/README
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/web/weldJsfFormLoginHttpSessionListener/src/test/TestMessage.java
The file was modified nucleus/common/common-util/pom.xml
The file was modified nucleus/core/context-propagation/pom.xml
The file was modified appserver/extras/appserv-rt/pom.xml
The file was modified appserver/batch/glassfish-batch-connector/src/main/java/org/glassfish/batch/spi/impl/BatchRuntimeHelper.java
The file was modified appserver/admingui/web/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/simple-managed-bean-interceptor-nonnull-package/build.xml
The file was modified appserver/tests/hk2/cdi/ear/ejb1/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-integration/bean-in-lib-dir-used-by-ejb-in-ear/lib/com/acme/util/TestDependentBeanInLib.java
The file was modified appserver/tests/tck/rest/pom.xml
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/J2EESecurityManager.java
The file was modified appserver/tests/embedded/web/web-war/web-fragment1/pom.xml
The file was modified appserver/persistence/cmp/support-sqlstore/pom.xml
The file was modified appserver/deployment/pom.xml
The file was modified appserver/jms/pom.xml
The file was modified appserver/featuresets/debug/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/ejb/ejb32/interceptors/aroundconstruct/descriptor/ejb/SomeManagedBean.java
The file was modified appserver/core/api-exporter-fragment/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/smoke-tests/singleton-startup/hello/ejb/com/acme/SingletonBean.java
The file was modified appserver/tests/tck/cdi/cdi-full/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/simple-managed-bean-interceptor-nonnull-package/servlet/test/servlet/TestServlet.java
The file was modified appserver/tests/tck/authorization/pom.xml
The file was modified appserver/webservices/soap-tcp/pom.xml
The file was modified docs/reference-manual/src/main/asciidoc/list-backups.adoc
The file was modified appserver/tests/hk2/isolation/web/iso1/pom.xml
The file was modified nucleus/admin/launcher/src/test/resources/domains/domain1/config/domain.xml
The file was modified docs/reference-manual/src/main/asciidoc/list-nodes-ssh.adoc
The file was modified appserver/tests/admin/tests/src/test/java/org/glassfish/main/admin/test/rest/ConfigITest.java
The file was modified appserver/distributions/glassfish-common/src/main/resources/README.txt
The file was addedappserver/tests/appserv-tests/devtests/cdi/managed-beans/managed-bean-lifecycle-polymorphism/servlet/com/tests/TestManagedBean.java
The file was modified nucleus/admin/server-mgmt/src/main/manpages/com/sun/enterprise/admin/servermgmt/cli/create-service.1
The file was modified appserver/flashlight/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-ear/war/HelloServlet.java
The file was modified appserver/tests/appserv-tests/report-builder/pom.xml
The file was modified nucleus/grizzly/nucleus-grizzly-all/pom.xml
The file was modified nucleus/flashlight/framework/pom.xml
The file was modified nucleus/featuresets/pom.xml
The file was modified nucleus/common/common-util/src/main/java/com/sun/enterprise/util/io/ServerDirs.java
The file was modified appserver/extras/jakartaee/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-integration/bean-in-lib-dir-used-by-ejb-in-ear/lib/com/acme/util/TestDatabase.java
The file was modified appserver/web/web-glue/src/main/java/com/sun/enterprise/web/WebContainer.java
The file was removedappserver/distributions/web/src/main/patches/parsson-media/META-INF/MANIFEST.MF
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars-xa/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/cdi/managed-beans/managed-bean-lifecycle-polymorphism/servlet/com/tests/TestManagedBeanExtension.java
The file was modified appserver/security/appclient.security/pom.xml
The file was modified appserver/tests/admingui/pom.xml
The file was modified nucleus/core/kernel/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean-interceptor/servlet/Tester.java
The file was modified appserver/pom.xml
The file was modified docs/security-guide/src/main/asciidoc/user-security.adoc
The file was addedappserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/javamodule/war/ManagedSuper.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/core-ee/src/main/java/com/sun/enterprise/security/ee/web/integration/WebSecurityManager.java
The file was modified appserver/tests/paas/basic-shared-service-test/pom.xml
The file was modified appserver/microprofile/config/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb32/interceptors/aroundconstruct/descriptor/ejb/SlessEJB2.java
The file was modified appserver/tests/hk2/cdi/ear/ejb2/pom.xml
The file was removedappserver/distributions/glassfish/src/main/patches/jakarta.enterprise.concurrent/META-INF/MANIFEST.MF
The file was modified appserver/distributions/docker/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/ejb/ejb32/interceptors/constructor-level/annotation/ejb/SomeManagedBean2.java
The file was modified appserver/tests/quicklook/wsit/JaxwsFromWsdl/pom.xml
The file was modified docs/reference-manual/src/main/asciidoc/list-nodes.adoc
The file was modified nucleus/cluster/admin/pom.xml
The file was modified appserver/web/web-glue/pom.xml
The file was modified docs/add-on-component-development-guide/src/main/asciidoc/preface.adoc
The file was modified appserver/resources/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/cdi/managed-beans/managed-bean-via-resource-injection/descriptor/beans.xml
The file was modified appserver/tests/cdi/negative/runner/pom.xml
The file was addedappserver/appclient/client/acc/src/main/java/org/glassfish/appclient/client/acc/JWSACCClassLoader.java
The file was addedappserver/tests/appserv-tests/devtests/cdi/managed-beans/managed-bean-lifecycle-polymorphism/build.xml
The file was modified appserver/tests/embedded/maven-plugin/queryString/pom.xml
The file was addedappserver/tests/quicklook/security/appperms/web/html/index.html
The file was modified appserver/tests/tck/connectors-full/pom.xml
The file was modified appserver/ejb/ejb-container/src/main/java/org/glassfish/ejb/startup/EjbDeployer.java
The file was modified appserver/deployment/dol/src/main/java/com/sun/enterprise/deployment/annotation/factory/SJSASFactory.java
The file was modified appserver/admingui/dataprovider/pom.xml
The file was modified appserver/extras/appserv-rt/manifest-jar/pom.xml
The file was modified appserver/orb/orb-enabler/pom.xml
The file was modified appserver/tests/appserv-tests/cciblackbox-tx/pom.xml
The file was modified appserver/jms/jmsra/pom.xml
The file was modified appserver/tests/application/src/test/java/org/glassfish/main/test/app/security/multirolemapping/MultiRoleMappingTest.java
The file was addedappserver/tests/appserv-tests/devtests/ejb/ejb32/interceptors/get_method_lc/annotation/ejb/SomeManagedBean.java
The file was modified appserver/tests/embedded/maven-plugin/jmxUndeployEvent/pom.xml
The file was modified nucleus/featuresets/atomic/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-ear/ejb/BarManagedBean.java
The file was modified appserver/grizzly/grizzly-container/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/full/ear/war/HelloServlet.java
The file was modified appserver/tests/admin/admin-extension/pom.xml
The file was modified nucleus/admin/launcher/src/test/resources/domains/domain3/config/domain.xml
The file was modified docs/reference-manual/src/main/asciidoc/start-instance.adoc
The file was modified appserver/distributions/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment2/pom.xml
The file was addedappserver/tests/quicklook/security/appperms/build.properties
The file was modified appserver/deployment/dtds/pom.xml
The file was modified appserver/tests/tck/microprofile/config/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/lib/pom.xml
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/core/DummyResponse.java
The file was modified nucleus/common/internal-api/pom.xml
The file was addedappserver/tests/quicklook/security/appperms/src/java/BeanMessage.java
The file was modified nucleus/core/bootstrap/pom.xml
The file was modified appserver/transaction/jta/pom.xml
The file was modified appserver/admingui/cluster/src/main/resources/org/glassfish/cluster/admingui/Strings.properties
The file was modified appserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/multirolemapping/web.xml
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/acl/Resource.java
The file was modified nucleus/admin/rest/rest-testing/pom.xml
The file was modified appserver/common/container-common/src/main/java/com/sun/enterprise/container/common/impl/util/InjectionManagerImpl.java
The file was modified appserver/itest-tools/pom.xml
The file was modified appserver/tests/paas/scale_service/pom.xml
The file was modified nucleus/admin/launcher/src/test/resources/domains/domainNoLog/config/domain.xml
The file was addedappserver/tests/appserv-tests/devtests/ejb/ejb31/full/ear/ejb/BarManagedBean.java
The file was modified docs/reference-manual/src/main/asciidoc/ping-node-dcom.adoc
The file was modified appserver/tests/embedded/web/servlet/pom.xml
The file was modified docs/release-notes/src/main/asciidoc/preface.adoc
The file was modified appserver/tests/cdi/cases/multiBeansXml/ejb2/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/ejb/ejb-internal-api/pom.xml
The file was modified appserver/tests/hk2/cdi/jersey/war/pom.xml
The file was modified appserver/web/weld-integration/src/main/java/org/glassfish/weld/ACLSingletonProvider.java
The file was modified nucleus/admin/launcher/src/test/resources/domains/domain2/config/domain.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-debugging-tck/pom.xml
The file was modified appserver/tests/sse/basic/pom.xml
The file was removedappserver/distributions/glassfish/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.java
The file was addedappserver/tests/appserv-tests/devtests/ejb/ejb31/security/simple/client/FooManagedBean.java
The file was modified docs/reference-manual/src/main/asciidoc/list-nodes-config.adoc
The file was addedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/simple-managed-bean-interceptor-noargconstructor-missing/servlet/test/beans/Tester.java
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/tests/appserv-tests/devtests/ejb/ejb32/interceptors/get_method_lc/annotation/ejb/SlessEJB2.java
The file was modified appserver/tests/tck/tck-download/jakarta-expression-language-tck/pom.xml
The file was modified appserver/extras/embedded/common/osgi-modules-uninstaller/pom.xml
The file was modified nucleus/admin/rest/rest-client/pom.xml
The file was modified appserver/tests/paas/external-db-service/test/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war1/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/transaction/ee/dblogs/base/readme
The file was modified appserver/tests/embedded/maven-plugin/sessionDestroyed/pom.xml
The file was modified appserver/admin/cli-optional/pom.xml
The file was modified appserver/persistence/common/pom.xml
The file was modified docs/administration-guide/src/main/asciidoc/domains.adoc
The file was addedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/simple-managed-bean-interceptor-nonnull-package/servlet/test/beans/TestManagedBean.java
The file was modified docs/reference-manual/src/main/asciidoc/install-node-ssh.adoc
The file was removedappserver/distributions/web/src/main/patches/hibernate-validator-cdi/META-INF/MANIFEST.MF
The file was modified appserver/tests/quicklook/pom.xml
The file was modified appserver/extras/embedded/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/simple-managed-bean-interceptor-noargconstructor-missing/servlet/test/servlet/TestServlet.java
The file was modified appserver/appclient/client/acc/src/main/java/org/glassfish/appclient/client/acc/AppClientContainer.java
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/jaxrs/war/JerseyInterceptor.java
The file was modified appserver/tests/paas/service_metadata/provision_using_specified_template/pom.xml
The file was modified appserver/tests/sse/videoplayer/README.txt
The file was modified docs/upgrade-guide/pom.xml
The file was modified nucleus/core/api-exporter/pom.xml
The file was modified appserver/deployment/jakartaee-full/pom.xml
The file was removedappserver/distributions/glassfish/src/main/patches/jakarta.servlet.jsp.jstl-api/META-INF/MANIFEST.MF
The file was modified appserver/tests/paas/basic-db-initsql/pom.xml
The file was modified appserver/tests/tck/authentication/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean-interceptor/servlet/TestServlet.java
The file was modified nucleus/admin/rest/rest-service/src/main/java/org/glassfish/admin/rest/composite/CompositeUtil.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/web/web-core/src/main/java/org/apache/catalina/security/SecurityUtil.java
The file was modified docs/publish/pom.xml
The file was modified appserver/extras/embedded/common/bootstrap/pom.xml
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/connector/CoyoteInputStream.java
The file was modified appserver/tests/appserv-tests/devtests/jms/README
The file was removedappserver/distributions/web/src/main/patches/hibernate-validator/META-INF/MANIFEST.MF
The file was modified appserver/extras/embedded/common/bootstrap/src/main/java/org/glassfish/uberjar/bootstrap/UberJarOSGiGlassFishRuntimeBuilder.java
The file was modified appserver/microprofile/config/src/main/java/io/helidon/microprofile/config/ConfigCdiExtension.java
The file was addedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/simple-managed-bean-interceptor-noargconstructor-missing/servlet/test/interceptors/TestAroundInvokeInterceptor.java
The file was addedappserver/tests/appserv-tests/devtests/ejb/ejb32/interceptors/lc-method-constructor-level/annotation/ejb/SomeManagedBean.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/tests/application/src/main/resources/org/glassfish/main/test/app/security/multirolemapping/sun-ejb-jar2.xml
The file was modified docs/ha-administration-guide/src/main/asciidoc/nodes.adoc
The file was modified nucleus/common/mbeanserver/pom.xml
The file was removedappserver/tests/appserv-tests/devtests/cdi/implicit/simple-ejb-cdi/client/Client.java
The file was modified appserver/tests/quicklook/rest/pom.xml
The file was modified docs/ha-administration-guide/pom.xml
The file was modified docs/reference-manual/src/main/asciidoc/import-sync-bundle.adoc
The file was modified appserver/admingui/jts/pom.xml
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/perms/EarEEPermissionsProcessor.java
The file was modified appserver/tests/admin/tests/src/test/java/org/glassfish/main/admin/test/rest/StatusGeneratorITest.java
The file was addedappserver/tests/appserv-tests/devtests/web/servlet-3.0/servletContainerInitializer/jsfManagedBeanAnnotation/servlet/test/MyBackingBean.java
The file was addedappserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/managedbean/war/HelloServlet.java
The file was addedappserver/common/container-common/src/main/java/com/sun/enterprise/container/common/spi/util/JavaEEObjectStreamFactory.java
The file was removedappserver/distributions/web/src/main/patches/jakarta.enterprise.cdi-el-api/META-INF/MANIFEST.MF
The file was addedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean-interceptor/build.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/pom.xml
The file was modified appserver/appclient/client/acc/src/main/java/org/glassfish/appclient/common/PermissionsUtil.java
The file was addedappserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/managedbean/war/Foo.java
The file was modified appserver/featuresets/pom.xml
The file was modified appserver/extras/embedded/common/installroot-builder/pom.xml
The file was modified docs/quick-start-guide/src/main/asciidoc/basic-features.adoc
The file was modified nucleus/deployment/common/src/main/java/org/glassfish/deployment/common/SecurityRoleMapper.java
The file was modified docs/reference-manual/src/main/asciidoc/generate-jvm-report.adoc
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/core/StandardContext.java
The file was modified appserver/web/jsf-connector/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/webservice/pom.xml
The file was modified appserver/web/webtier-all/pom.xml
The file was modified docs/embedded-server-guide/pom.xml
The file was modified appserver/tests/embedded/web/autodelete/pom.xml
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-core/src/main/java/org/apache/catalina/connector/OutputBuffer.java
The file was modified docs/reference-manual/src/main/asciidoc/list-nodes-dcom.adoc
The file was modified appserver/persistence/cmp/model/pom.xml
The file was modified appserver/admingui/common/pom.xml
The file was modified appserver/tests/embedded/wrapper/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean/build.properties
The file was modified appserver/tests/quicklook/build.properties
The file was modified docs/ha-administration-guide/src/main/asciidoc/preface.adoc
The file was modified appserver/web/war-util/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/applicationDispatcher/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean-interceptor-nonnull-package/servlet/com/tests/TestAroundInvokeInterceptor.java
The file was modified nucleus/distributions/nucleus-common/src/main/resources/docs/quickstart.html
The file was addedappserver/tests/appserv-tests/devtests/cdi/managed-beans/managed-bean-via-resource-injection/servlet/com/tests/TestManagedBean.java
The file was addedappserver/tests/appserv-tests/devtests/cdi/managed-beans/managed-bean-lifecycle-polymorphism/servlet/com/tests/Tester.java
The file was modified appserver/tests/tck/cdi/cdi-model/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean-interceptor/descriptor/beans.xml
The file was modified appserver/tests/paas/multiple-spe-test/spetest/pom.xml
The file was modified appserver/webservices/connector/pom.xml
The file was modified nucleus/admin/monitor/pom.xml
The file was modified appserver/web/web-core/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-ear/war/HelloRemote.java
The file was modified docs/ha-administration-guide/src/main/asciidoc/ssh-setup.adoc
The file was addedappserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/managedbean/war/ManagedBeanExtra.java
The file was modified appserver/featuresets/glassfish/pom.xml
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/core/ApplicationFilterFactory.java
The file was modified appserver/batch/glassfish-batch-commands/pom.xml
The file was modified appserver/tests/paas/mq-shared-service-test/mq-test/pom.xml
The file was modified README.md
The file was addedappserver/tests/appserv-tests/devtests/cdi/managed-beans/managed-bean-via-resource-injection/servlet/com/tests/Tester.java
The file was modified nucleus/admin/template/src/main/resources/config/domain.xml
The file was modified nucleus/flashlight/flashlight-extra-jdk-packages/pom.xml
The file was modified nucleus/hk2-config-generator/pom.xml
The file was modified nucleus/core/logging/pom.xml
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/perms/ModuleEEPermissionsProcessor.java
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/pom.xml
The file was modified appserver/persistence/cmp/utility/pom.xml
The file was modified appserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/jsp2sful/web.xml
The file was modified appserver/osgi-platforms/glassfish-osgi-console-plugin/pom.xml
The file was modified appserver/tests/tck/embedded_ejb_smoke/ejb_lite_basic/pom.xml
The file was modified docs/reference-manual/src/main/asciidoc/export-sync-bundle.adoc
The file was modified appserver/connectors/work-management/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/cdi/managed-beans/managed-bean-via-resource-injection/WebTest.java
The file was modified docs/add-on-component-development-guide/pom.xml
The file was modified docs/deployment-planning-guide/src/main/asciidoc/preface.adoc
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-tests-utils/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/cdi/managed-beans/managed-bean-lifecycle-polymorphism/WebTest.java
The file was modified nucleus/hk2-config-generator/src/main/java/org/jvnet/hk2/config/Dom.java
The file was modified nucleus/cluster/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/managedbean/war/ManagedBeanNoInt.java
The file was addedappserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/managedbean/war/InterceptorB.java
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/tests/quicklook/ejb/slsbnicmt/pom.xml
The file was modified appserver/resources/resources-runtime/pom.xml
The file was modified nucleus/common/common-util/src/main/java/org/glassfish/security/common/Group.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/webintegration/pom.xml
The file was modified appserver/jms/gf-jms-injection/pom.xml
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/session/PersistentManagerBase.java
The file was removedappserver/tests/appserv-tests/devtests/cdi/implicit/deployment-option/client/Client.java
The file was addedappserver/tests/appserv-tests/devtests/cdi/managed-beans/managed-bean-via-resource-injection/servlet/com/tests/TestBean.java
The file was modified appserver/webservices/metro-fragments/pom.xml
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/security/jaccApi/prog-auth/common/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/pom.xml
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/servlets/DefaultServlet.java
The file was modified appserver/tests/appserv-tests/devtests/cluster/test-bigcluster.sh
The file was modified appserver/tests/tck/pages_debugging/pom.xml
The file was modified appserver/tests/embedded/static/ejb/pom.xml
The file was modified nucleus/admin/template/pom.xml
The file was modified docs/administration-guide/src/main/asciidoc/jdbc.adoc
The file was modified appserver/concurrent/concurrent-impl/pom.xml
The file was modified docs/reference-manual/src/main/asciidoc/uninstall-node.adoc
The file was modified appserver/tests/cdi/pom.xml
The file was modified appserver/security/ejb.security/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/javamodule/war/StatelessBean.java
The file was modified appserver/tests/embedded/pom.xml
The file was modified appserver/tests/embedded/inplanted/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/managedbean/war/InterceptorA.java
The file was modified appserver/tests/embedded/maven-plugin/jsptest/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tck/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean/servlet/TestServlet.java
The file was modified appserver/load-balancer/admin/pom.xml
The file was modified appserver/jdbc/admin/pom.xml
The file was modified appserver/admin/template/pom.xml
The file was modified appserver/persistence/cmp/enhancer/pom.xml
The file was modified appserver/ant-tasks/src/main/resources/org/apache/tools/ant/sample-build.xml
The file was modified appserver/tests/cdi/cases/pom.xml
The file was modified appserver/jms/admin/pom.xml
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 appserver/tests/paas/basic-bookstore-dns/pom.xml
The file was modified docs/ha-administration-guide/src/main/asciidoc/instances.adoc
The file was addednucleus/common/common-util/src/main/java/com/sun/enterprise/security/integration/DDPermissionsLoader.java
The file was modified appserver/tests/paas/ext-shared-service-enable-disable-test/pom.xml
The file was modified nucleus/distributions/nucleus-common/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/em-resource-injection-with-resource-declaration-in-another-jar/lib/com/acme/util/TestManagedBean.java
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-integration/bean-in-lib-dir-used-by-ejb-in-ear/lib/com/acme/util/TestSessionScopedBeanInLib.java
The file was modified appserver/tests/embedded/web/web-war/test/pom.xml
The file was modified nucleus/deployment/autodeploy/pom.xml
The file was addedappserver/tests/quicklook/security/appperms/src/java/BeanLeaf.java
The file was removedappserver/distributions/glassfish/src/main/patches/parsson-media/META-INF/MANIFEST.MF
The file was modified appserver/extras/appserv-rt/dist-frag/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/deployment/ejb31/ejblite/javamodule/war/ManagedSuper.java
The file was modified appserver/tests/embedded/basic/pom.xml
The file was modified appserver/tests/embedded/static/web/src/test/java/org/glassfish/tests/embedded/cooked/ExistingConfigurationTest.java
The file was modified appserver/common/container-common/pom.xml
The file was removedappserver/distributions/web/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.java
The file was modified nucleus/admin/config-api/src/main/java/org/glassfish/config/support/DefaultConfigUpgrade.java
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/full/jcdifull/ejb/SingletonBean2.java
The file was addedappserver/tests/quicklook/security/appperms/src/test/ApppermsTestNG.java
The file was addedappserver/tests/appserv-tests/devtests/cdi/managed-beans/managed-bean-via-resource-injection/build.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/README_Embedded.txt
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/jaxrs/war/HelloServlet.java
The file was modified appserver/osgi-platforms/pom.xml
The file was modified appserver/orb/orb-iiop/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/ejb/ejb31/full/ear/war/Foo2ManagedBean.java
The file was modified appserver/tests/tck/microprofile/pom.xml
The file was modified appserver/web/web-embed/api/pom.xml
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/authentication/ProgrammaticLogin.java
The file was addedappserver/deployment/dol/src/main/java/com/sun/enterprise/deployment/annotation/handlers/ManagedBeanHandler.java
The file was modified appserver/tests/hk2/cdi/basic/runner/pom.xml
The file was modified appserver/admingui/jca/pom.xml
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/connector/InputBuffer.java
The file was addedappserver/distributions/web/src/main/patches/jersey-hk2/META-INF/MANIFEST.MF
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/perms/PermissionXMLParser.java
The file was modified appserver/admin/pom.xml
The file was modified appserver/ejb/ejb-client/pom.xml
The file was modified appserver/tests/embedded/web/web-all/pom.xml
The file was addedappserver/tests/quicklook/security/appperms/src/java/BeanMessageInterface.java
The file was addedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/simple-managed-bean-interceptor-nonnull-package/WebTest.java
The file was modified appserver/libpam4j/pom.xml
The file was modified nucleus/deployment/dtds/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/managedbean/war/InterceptorSuper.java
The file was modified appserver/tests/paas/basic-db-with-resources-xml/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/pom.xml
The file was modified appserver/tests/appserv-tests/webtest/pom.xml
The file was modified docs/reference-manual/src/main/asciidoc/create-service.adoc
The file was addedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/simple-managed-bean-interceptor-noargconstructor-missing/build.properties
The file was addedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean/build.xml
The file was addedappserver/tests/appserv-tests/devtests/ejb/ejb32/interceptors/lc-method-constructor-level/annotation/ejb/SomeManagedBean2.java
The file was modified appserver/tests/tck/tck-download/jakarta-connectors-tck/pom.xml
The file was modified appserver/resources/mail/pom.xml
The file was modified docs/administration-guide/src/main/asciidoc/general-administration.adoc
The file was modified appserver/persistence/entitybean-container/src/main/java/org/glassfish/persistence/ejb/entitybean/container/distributed/DistributedReadOnlyBeanServiceImpl.java
The file was modified appserver/tests/appserv-tests/devtests/web/README_Embedded.txt
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 appserver/admingui/plugin-service/pom.xml
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/session/StandardSession.java
The file was modified nucleus/core/extra-jre-packages/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 docs/upgrade-guide/src/main/asciidoc/upgrade-compatibility-issues.adoc
The file was modified appserver/tests/hk2/cdi/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean-interceptor-nonnull-package/build.properties
The file was modified appserver/tests/quicklook/jms/injection/src/test/ClientTestNG.java
The file was modified appserver/ha/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/simple-managed-bean-interceptor-nonnull-package/servlet/test/beans/Tester.java
The file was modified appserver/tests/embedded/maven-plugin/mdb/pom.xml
The file was modified docs/administration-guide/src/main/asciidoc/preface.adoc
The file was modified appserver/tests/embedded/basic/lifecycle/pom.xml
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/perms/XMLPermissionsHandler.java
The file was addedappserver/tests/appserv-tests/devtests/ejb/ejb32/timer/opallowed/war/MngTimeoutBean.java
The file was modified appserver/webservices/webservices-scripts/pom.xml
The file was modified appserver/tests/embedded/ejb/ejb-api/pom.xml
The file was modified appserver/tests/quicklook/testng/testng_full_profile.xml
The file was modified appserver/tests/appserv-tests/devtests/security/jaccApi/prog-auth/programmatic-authentication/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/deployment/ejb31/jndivalidation/ResourceRef/CorrectManagedBean/WebContent/WEB-INF/web.xml
The file was modified appserver/tests/appserv-tests/devtests/naming/naming2/pom.xml
The file was modified appserver/transaction/jts/pom.xml
The file was modified appserver/web/web-sse/pom.xml
The file was modified appserver/microprofile/pom.xml
The file was removedappserver/tests/appserv-tests/devtests/cdi/portable-extensions/new-bean-registration-extension-in-lib/lib/weld-extension.jar
The file was modified appserver/persistence/cmp/internal-api/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb32/interceptors/constructor-level/annotation/ejb/SlessEJB2.java
The file was addedappserver/tests/appserv-tests/devtests/cdi/managed-beans/build.xml
The file was addedappserver/tests/appserv-tests/devtests/cdi/managed-beans/managed-bean-via-resource-injection/servlet/com/tests/TestServlet.java
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-integration/bean-in-lib-dir-used-by-ejb-in-ear/war/com/acme/servlet/HelloServlet.java
The file was modified appserver/tests/tck/tck-download/tsharness/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean-interceptor-nonnull-package/README
The file was modified docs/error-messages-reference/src/main/asciidoc/preface.adoc
The file was modified appserver/tests/appserv-tests/devtests/admin/cli/build.xml
The file was addedappserver/tests/appserv-tests/devtests/ejb/ejb31/security/simple/client/FooManagedBean2.java
The file was modified appserver/tests/appserv-tests/devtests/web/weldJsfServerAuthModuleRedirect/src/test/TestMessage.java
The file was modified appserver/tests/application/pom.xml
The file was modified docs/reference-manual/src/main/asciidoc/update-node-dcom.adoc
The file was addedappserver/tests/appserv-tests/devtests/deployment/ejb31/ejblite/javamodule/war/FooManagedBean.java
The file was modified docs/reference-manual/src/main/asciidoc/create-node-config.adoc
The file was addedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/simple-managed-bean-interceptor-nonnull-package/README
The file was addedappserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/javamodule/war/FooManagedBean.java
The file was modified appserver/batch/glassfish-batch-connector/pom.xml
The file was modified docs/error-messages-reference/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/war-util/src/main/java/com/sun/enterprise/glassfish/web/WarHandler.java
The file was addedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-ear/war/FooBarManagedBean.java
The file was modified appserver/tests/hk2/isolation/pom.xml
The file was modified appserver/tests/paas/deployment-rollback/pom.xml
The file was modified nucleus/cluster/ssh/pom.xml
The file was modified appserver/extras/jakartaee/dist-frag/pom.xml
The file was modified appserver/admingui/ejb-lite/pom.xml
The file was modified appserver/admingui/community-theme/pom.xml
The file was modified appserver/tests/quicklook/ejb/remoteview/pom.xml
The file was modified appserver/tests/tck/websocket/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/web/web-naming/src/main/java/org/apache/naming/factory/ResourceLinkFactory.java
The file was modified appserver/tests/tck/tck-download/javatest/pom.xml
The file was removedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/embedded-resource-adapter-as-bean-archive/ra/generic-ra.jar
The file was modified appserver/tests/cdi/README.txt
The file was addedappserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/managedbean/war/ManagedBean1Int.java
The file was modified appserver/tests/embedded/ejb/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/cdi/managed-beans/managed-bean-lifecycle-polymorphism/servlet/com/tests/TestAroundInvokeInterceptor.java
The file was modified appserver/tests/tck/jwt/pom.xml
The file was modified appserver/appclient/client/acc/pom.xml
The file was addedappserver/security/core-ee/src/test/java/com/sun/enterprise/security/ee/perms/SMGlobalPolicyUtilTest.java
The file was modified appserver/tests/hk2/isolation/web/iso2/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/ejb/ejb31/full/ear/war/FooBarManagedBean.java
The file was modified appserver/tests/cdi/cases/preDestroyScoping/ear/pom.xml
The file was modified docs/security-guide/src/main/asciidoc/administrative-security.adoc
The file was modified nucleus/cluster/cli/src/main/java/com/sun/enterprise/admin/cli/cluster/ImportSyncBundleCommand.java
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/perms/VoidPermission.java
The file was modified appserver/resources/mail/mail-runtime/pom.xml
The file was modified appserver/tests/embedded/glassfish_resources_xml/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean/servlet/TestBean.java
The file was addedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/singleton-startup/hello/ejb/com/acme/Bar.java
The file was modified appserver/tests/paas/README.txt
The file was modified appserver/ejb/ejb-container/src/main/java/com/sun/ejb/codegen/ClassGenerator.java
The file was modified appserver/ha/ha-shoal-cache-bootstrap/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-integration/build.xml
The file was modified appserver/tests/embedded/static/ejb/simple/pom.xml
The file was modified docs/application-development-guide/src/main/asciidoc/preface.adoc
The file was addedappserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/managedbean/war/ManagedBeanSuper.java
The file was modified appserver/webservices/jsr109-impl/pom.xml
The file was modified appserver/appclient/server/core/pom.xml
The file was modified nucleus/admin/config-api/pom.xml
The file was modified appserver/jms/gf-jms-connector/pom.xml
The file was modified appserver/persistence/entitybean-container/pom.xml
The file was modified appserver/tests/tck/faces/pom.xml
The file was modified docs/administration-guide/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/advanced/pom.xml
The file was modified nucleus/flashlight/agent/pom.xml
The file was modified appserver/connectors/connectors-connector/pom.xml
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/acl/EJBResource.java
The file was modified appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-ear/war/Foo.java
The file was modified nucleus/common/amx-core/pom.xml
The file was modified appserver/tests/hk2/isolation/web/pom.xml
The file was modified appserver/tests/paas/basic-db-teardown-sql/pom.xml
The file was modified appserver/batch/batch-database/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/cdi/managed-beans/managed-bean-lifecycle-polymorphism/descriptor/beans.xml
The file was modified appserver/batch/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/ejb/ejb31/full/ear/ejb/ManagedSuper.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/tests/appserv-tests/devtests/ejb/ejb31/security/simple/client/Client.java
The file was modified nucleus/admin/cli/pom.xml
The file was modified appserver/tests/cdi/cases/multiBeansXml/multiBeansApp/pom.xml
The file was modified appserver/appclient/client/acc/src/main/java/org/glassfish/appclient/client/acc/AppClientContainerBuilder.java
The file was modified nucleus/deployment/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/ejb/ejb32/interceptors/get_method_lc/annotation/ejb/SomeManagedBeanBase.java
The file was modified appserver/orb/orb-connector/pom.xml
The file was modified appserver/distributions/docker/src/main/docker/Dockerfile
The file was modified appserver/tests/hk2/pom.xml
The file was modified appserver/common/stats77/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-ear/ejb/HelloSingleton.java
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 nucleus/admin/rest/rest-service/pom.xml
The file was modified docs/embedded-server-guide/src/main/asciidoc/preface.adoc
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/JavaEESecurityLifecycle.java
The file was modified docs/installation-guide/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-faces-tck/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/simple-managed-bean-interceptor-noargconstructor-missing/servlet/test/beans/TestManagedBean.java
The file was modified appserver/tests/quicklook/testng/testng_gd_security.xml
The file was modified appserver/tests/paas/multiple-spe-test/pom.xml
The file was modified appserver/tests/community/pom.xml
The file was modified appserver/flashlight/client/pom.xml
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/quicklook/build.xml
The file was modified docs/distribution/pom.xml
The file was modified nucleus/core/kernel/src/main/resources/org/glassfish/embed/domain.xml
The file was modified appserver/web/jstl-connector/pom.xml
The file was addedappserver/security/core-ee/src/test/java/com/sun/enterprise/security/ee/perms/VoidPermissionTest.java
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-integration/bean-in-lib-dir-used-by-ejb-in-ear/lib/com/acme/util/UtilInLibDir.java
The file was modified appserver/tests/admingui/auto-test/pom.xml
The file was modified appserver/tests/tck/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/simple/pom.xml
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/connector/AsyncContextImpl.java
The file was modified appserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-ear/war/Hello.java
The file was addedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/simple-managed-bean-interceptor-nonnull-package/servlet/test/interceptors/TestAroundInvokeInterceptor.java
The file was modified nucleus/cluster/common/src/test/java/com/sun/enterprise/util/cluster/PathsTest.java
The file was modified appserver/admingui/war/pom.xml
The file was modified appserver/tests/hk2/README.txt
The file was addedappserver/tests/quicklook/security/appperms/build.xml
The file was modified appserver/tests/appserv-tests/devtests/batch/batch-dev-tests/batch-commands-tests/pom.xml
The file was modified appserver/distributions/web/pom.xml
The file was modified appserver/tests/cdi/cases/preDestroyScoping/web/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/full/ear/ejb/HelloSingleton.java
The file was modified appserver/tests/paas/service_metadata/custom_db_name/pom.xml
The file was modified appserver/tests/paas/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/static-shell-init/pom.xml
The file was modified nucleus/flashlight/framework/src/main/java/org/glassfish/flashlight/impl/core/ProviderImplGenerator.java
The file was modified docs/reference-manual/src/main/asciidoc/list-modules.adoc
The file was modified nucleus/common/common-util/src/main/java/com/sun/enterprise/loader/ASURLClassLoader.java
The file was addedappserver/tests/appserv-tests/devtests/cdi/managed-beans/managed-bean-via-resource-injection/README
The file was modified nucleus/common/scattered-archive-api/pom.xml
The file was modified docs/performance-tuning-guide/src/main/asciidoc/preface.adoc
The file was modified appserver/tests/cts_smoke/run_test.sh
The file was modified nucleus/common/common-util/src/main/java/com/sun/enterprise/util/SystemPropertyConstants.java
The file was modified appserver/resources/resources-connector/pom.xml
The file was modified nucleus/common/common-util/src/main/java/com/sun/enterprise/util/io/InstanceDirs.java
The file was modified nucleus/core/bootstrap/src/main/java/com/sun/enterprise/glassfish/bootstrap/osgi/GlassFishMainActivator.java
The file was modified nucleus/deployment/schemas/pom.xml
The file was modified appserver/tests/hk2/cdi/ear/war2/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/deployment/ejb31/jndivalidation/ResourceRef/CorrectManagedBean/src/gf/FooManagedBean.java
The file was modified appserver/tests/tck/tck-download/jakarta-authorization-tck/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/jsftest/pom.xml
The file was modified appserver/load-balancer/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-servlet-tck/pom.xml
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/core/ApplicationFilterConfig.java
The file was modified appserver/appclient/client/pom.xml
The file was modified appserver/persistence/pom.xml
The file was modified nucleus/admin/rest/rest-service/src/main/java/org/glassfish/admin/rest/generator/ASMClassWriter.java
The file was modified nucleus/common/glassfish-api/pom.xml
The file was modified appserver/admin/cli/pom.xml
The file was removedappserver/distributions/web/src/main/patches/jakarta.servlet.jsp.jstl-api/META-INF/MANIFEST.MF
The file was addedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/simple-managed-bean-interceptor-noargconstructor-missing/README
The file was modified appserver/tests/appserv-tests/devtests/ejb/README
The file was modified appserver/admingui/core/pom.xml
The file was modified appserver/tests/admin/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/deployment/ejb31/ejblite/javamodule/war/BarManagedBean.java
The file was modified docs/reference-manual/src/main/asciidoc/ping-node-ssh.adoc
The file was modified appserver/admingui/full/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/jaxrs/war/ContextListener.java
The file was modified docs/parent/pom.xml
The file was modified nucleus/admin/launcher/pom.xml
The file was modified appserver/webservices/soap-tcp/src/main/java/org/glassfish/webservices/transport/tcp/ServletFakeArtifactSet.java
The file was modified appserver/tests/appserv-tests/reporter/pom.xml
The file was modified docs/security-guide/pom.xml
The file was modified docs/administration-guide/src/main/asciidoc/monitoring.adoc
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/core/StandardWrapper.java
The file was modified appserver/tests/appserv-tests/devtests/cdi/smoke-tests/build.xml
The file was modified appserver/tests/hk2/isolation/runner/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/ejb/ejb32/interceptors/constructor-level/annotation/ejb/SomeManagedBean.java
The file was modified appserver/tests/tck/tck-download/jakarta-pages-tags-tck/pom.xml
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/connector/Response.java
The file was modified nucleus/common/common-util/src/main/java/org/glassfish/security/common/MasterPassword.java
The file was modified appserver/persistence/oracle-jdbc-driver-packages/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean/servlet/TestManagedBean.java
The file was modified appserver/tests/tck/activation/pom.xml
The file was modified appserver/tests/application/src/main/resources/org/glassfish/main/test/app/security/jsp2sful/sun-application.xml
The file was addedappserver/tests/appserv-tests/devtests/deployment/ejb31/jndivalidation/ResourceRef/CorrectManagedBean/src/gf/BarManagedBean.java
The file was addedappserver/tests/quicklook/security/appperms/metadata/application.xml
The file was modified docs/upgrade-guide/src/main/asciidoc/preface.adoc
The file was modified appserver/tests/appserv-tests/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/managedbean/war/ManagedBeanNoIntPlusBean.java
The file was modified appserver/extras/embedded/common/pom.xml
The file was modified appserver/ldapbp/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/managedbean/war/ManagedBean2IntExcludeClass.java
The file was addedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/simple-managed-bean-interceptor-noargconstructor-missing/descriptor/beans.xml
The file was modified appserver/web/pom.xml
The file was modified appserver/ha/ha-file-store/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/localejbs/pom.xml
The file was modified nucleus/common/common-util/src/main/java/org/glassfish/security/common/FileRealmHelper.java
The file was modified nucleus/diagnostics/diagnostics-api/pom.xml
The file was modified appserver/extras/embedded/common/osgi-main/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean-interceptor-nonnull-package/servlet/com/tests/TestServlet.java
The file was modified appserver/ejb/ejb-full-container/pom.xml
The file was removedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib/lib/bean-lib.jar
The file was modified appserver/tests/paas/lazy-shared-service-test/pom.xml
The file was modified appserver/tests/paas/multiple-db-shared-services/basic/pom.xml
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/perms/SMGlobalPolicyUtil.java
The file was modified appserver/tests/tck/tck-download/jakarta-activation-tck/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/javamodule/war/HelloServlet.java
The file was modified appserver/tests/hk2/cdi/ear/pom.xml
The file was modified appserver/web/weld-integration-test-fragment/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/ejb/ejb32/interceptors/aroundconstruct/annotation/ejb/SomeManagedBean3.java
The file was modified appserver/web/jersey-mvc-connector/pom.xml
The file was modified docs/deployment-planning-guide/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/full/ear/build.xml
The file was modified appserver/tests/application/src/main/java/org/glassfish/main/test/app/security/defaultp2r/DefaultP2RTestServlet.java
The file was modified appserver/tests/tck/servlet/pom.xml
The file was modified appserver/extras/pom.xml
The file was modified appserver/webservices/pom.xml
The file was removedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/cdi-servlet-3.0-annotation-with-web-inf-lib-extension-alternative/lib/bean-lib.jar
The file was modified appserver/ejb/ejb-container/src/main/java/org/glassfish/ejb/deployment/EjbJarHandler.java
The file was modified appserver/ejb/ejb-container/src/main/java/com/sun/ejb/containers/util/pool/AbstractPool.java
The file was modified nucleus/cluster/cli/pom.xml
The file was modified appserver/persistence/eclipselink-wrapper/pom.xml
The file was modified appserver/tests/cdi/negative/pom.xml
The file was modified appserver/web/web-core/src/main/java/org/apache/catalina/core/ApplicationDispatcher.java
The file was modified appserver/tests/appserv-tests/devtests/deployment/ejb31/jndivalidation/ResourceRef/build.xml
The file was modified appserver/connectors/connectors-inbound-runtime/pom.xml
The file was modified appserver/connectors/connectors-internal-api/pom.xml
The file was modified appserver/tests/embedded/web/pom.xml
The file was modified appserver/web/gf-weld-connector/pom.xml
The file was modified appserver/tests/embedded/static/web/src/test/java/org/glassfish/tests/embedded/cooked/ExistingDomainTest.java
The file was modified appserver/tests/v2-tests/appserv-tests/devtests/hk2/README
The file was modified appserver/grizzly/glassfish-grizzly-extra-all/pom.xml
The file was modified appserver/tests/tck/connectors/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/build.xml
The file was removedappserver/distributions/glassfish/src/main/patches/hibernate-validator/META-INF/MANIFEST.MF
The file was modified docs/reference-manual/src/main/asciidoc/update-node-ssh.adoc
The file was modified appserver/tests/appserv-tests/connectors-ra-redeploy/rars/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/security/simple/build.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb32/interceptors/lc-method-constructor-level/annotation/ejb/SlessEJB2.java
The file was addedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/simple-managed-bean-interceptor-nonnull-package/build.properties
The file was addedappserver/tests/appserv-tests/devtests/web/servlet-3.0/servletContainerInitializer/jsfManagedBeanAnnotation/descriptor/web.xml
The file was modified appserver/web/war-util/src/main/java/org/glassfish/web/loader/WebappClassLoader.java
The file was modified appserver/security/core-ee/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-integration/bean-in-lib-dir-used-by-ejb-in-ear/ejb/com/acme/ejb/impl/Singleton4.java
The file was modified appserver/tests/appserv-tests/devtests/naming/naming2/context/pom.xml
The file was modified appserver/ejb/ejb-container/src/main/java/com/sun/ejb/containers/util/pool/NonBlockingPool.java
The file was modified appserver/tests/tck/tck-download/jakarta-platform-tck/pom.xml
The file was modified appserver/jdbc/templates/pom.xml
The file was modified appserver/tests/quicklook/run_test.sh
The file was modified nucleus/admin/launcher/src/test/resources/domains/baddomain/config/domain.xml
The file was addedappserver/tests/appserv-tests/devtests/web/servlet-3.0/servletContainerInitializer/jsfManagedBeanAnnotation/docroot/index.jsp
The file was modified appserver/tests/quicklook/ejb/cmp/pom.xml
The file was modified appserver/jms/jms-core/pom.xml
The file was modified appserver/tests/paas/multiple-db-app-scoped-services/advanced/pom.xml
The file was modified appserver/tests/admin/tests/src/test/java/org/glassfish/main/admin/test/rest/JmsITest.java
The file was addedappserver/appclient/client/acc/src/main/java/org/glassfish/appclient/common/ClientClassLoaderDelegate.java
The file was addedappserver/tests/appserv-tests/devtests/web/servlet-3.0/servletContainerInitializer/jsfManagedBeanAnnotation/descriptor/faces-config.xml
The file was modified nucleus/grizzly/pom.xml
The file was modified docs/upgrade-guide/src/main/asciidoc/upgrading-legacy-installation.adoc
The file was removedappserver/ejb/ejb-container/src/main/java/org/glassfish/ejb/security/application/GlassFishPrincipalMapper.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/embedded/maven-plugin/remoteejbs/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/bean-in-lib-dir-used-by-ejb-in-ear/lib/com/acme/util/TestManagedBean.java
The file was modified appserver/tests/embedded/ejb/basic/pom.xml
The file was modified appserver/ant-tasks/pom.xml
The file was modified docs/reference-manual/src/main/asciidoc/uninstall-node-ssh.adoc
The file was modified appserver/tests/application/src/main/java/org/glassfish/main/test/app/security/jsp2sful/ProfileInfoRemote.java
The file was modified appserver/admingui/gf-admingui-connector/pom.xml
The file was modified nucleus/common/common-util/src/main/java/org/glassfish/security/common/HAUtil.java
The file was modified appserver/tests/hk2/cdi/basic/pom.xml
The file was modified appserver/tests/pom.xml
The file was modified nucleus/admin/rest/gf-restadmin-connector/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/managedbean/war/ManagedBean1Class1MethodLevelInt.java
The file was modified appserver/tests/embedded/maven-plugin/getRequestURI/pom.xml
The file was addedappserver/tests/quicklook/security/appperms/src/java/BeanRootInterface.java
The file was addedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/simple-managed-bean-interceptor-nonnull-package/servlet/test/beans/TestBean.java
The file was removedappserver/distributions/glassfish/src/main/patches/hibernate-validator-cdi/META-INF/MANIFEST.MF
The file was modified appserver/persistence/cmp/pom.xml
The file was modified nucleus/core/pom.xml
The file was modified docs/troubleshooting-guide/pom.xml
The file was removedappserver/distributions/glassfish/src/main/patches/webservices-osgi/META-INF/MANIFEST.MF
The file was modified appserver/extras/embedded/shell/glassfish-embedded-static-shell-frag/pom.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/tests/embedded/static/web/pom.xml
The file was modified nucleus/admin/rest/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/ejb/ejb31/full/ear/ejb/FooManagedBean.java
The file was addedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean-interceptor-nonnull-package/descriptor/beans.xml
The file was modified appserver/tests/paas/multiple-spe-test/mydb-plugin/pom.xml
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/common/pom.xml
The file was modified appserver/tests/paas/basic/pom.xml
The file was modified appserver/appclient/server/connector/pom.xml
The file was addedappserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/perms/DeclaredPermissionsProcessor.java
The file was modified appserver/admin/template/src/main/resources/config/domain.xml
The file was addedappserver/tests/appserv-tests/devtests/ejb/ejb31/ejblite/managedbean/war/ManagedBean2IntPlusBean.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/extras/embedded/nucleus/pom.xml
The file was modified appserver/admingui/cluster/pom.xml
The file was modified appserver/deployment/dol/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean-interceptor-nonnull-package/servlet/com/tests/TestManagedBean.java
The file was modified appserver/tests/quicklook/QuickLook_Test_Instructions.html
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/reference-manual/src/main/asciidoc/collect-log-files.adoc
The file was modified appserver/tests/tck/validation/pom.xml
The file was modified docs/reference-manual/src/main/asciidoc/uninstall-node-dcom.adoc
The file was modified appserver/tests/hk2/cdi/basic/ejb1/pom.xml
The file was modified nucleus/cluster/admin/readme
The file was modified appserver/security/core-ee/src/main/java/com/sun/enterprise/security/ee/authorize/cache/PermissionCache.java
The file was modified appserver/tests/hk2/cdi/jersey/runner/pom.xml
The file was modified appserver/tests/tck/tck-download/jakarta-websocket-tck/pom.xml
The file was modified appserver/tests/jakartaee/pom.xml
The file was modified appserver/tests/embedded/scatteredarchive/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/open-issues/build.xml
The file was modified appserver/core/jakartaee-kernel/pom.xml
The file was modified appserver/tests/tck/microprofile/rest-client/pom.xml
The file was addedappserver/tests/quicklook/security/appperms/src/java/TestServlet.java
The file was modified appserver/itest-tools/src/main/java/org/glassfish/main/itest/tools/GlassFishTestEnvironment.java
The file was addedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/simple-managed-bean-interceptor-noargconstructor-missing/build.xml
The file was modified appserver/admingui/jdbc/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/cdi/javaee-component-resources/em-resource-injection-with-resource-declaration-in-another-jar/war/com/acme/servlet/HelloServlet.java
The file was addedappserver/tests/appserv-tests/devtests/cdi/managed-beans/managed-bean-lifecycle-polymorphism/build.properties
The file was modified appserver/web/gui-plugin-common/pom.xml
The file was modified appserver/tests/cdi/cases/runner/pom.xml
The file was modified appserver/tests/embedded/static/web/src/test/java/org/glassfish/tests/embedded/cooked/InplantedTest.java
The file was removedappserver/tests/appserv-tests/devtests/cdi/javaee-integration/embedded-resource-adapter-as-bean-archive/ra/generic-ra.rar
The file was modified docs/reference-manual/src/main/asciidoc/create-node-ssh.adoc
The file was addedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-ear/ejb/FooBarManagedBean.java
The file was modified appserver/web/jspcaching-connector/pom.xml
The file was modified appserver/extras/embedded/shell/glassfish-embedded-shell/pom.xml
The file was modified appserver/tests/sqe_smoke/run_test.sh
The file was modified appserver/microprofile/connectors/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/cdi_basic/pom.xml
The file was addedappserver/tests/appserv-tests/devtests/cdi/smoke-tests/simple-managed-bean/descriptor/beans.xml
The file was modified appserver/tests/appserv-tests/devtests/deployment/ejb31/ejblite/javamodule/war/StatelessBean.java
The file was modified appserver/security/webservices.security/src/test/java/org/glassfish/main/security/webservices/WSServletContainerInitializerITest.java
The file was modified appserver/web/web-ha/pom.xml
The file was modified docs/security-guide/src/main/asciidoc/preface.adoc
The file was modified appserver/tests/application/src/test/java/org/glassfish/main/test/app/security/defaultp2r/DefaultP2RAuthTest.java
The file was modified appserver/tests/tck/embedded_ejb_smoke/pom.xml
The file was modified nucleus/distributions/pom.xml
The file was modified docs/application-deployment-guide/src/main/asciidoc/preface.adoc
The file was modified appserver/ejb/ejb-container/src/main/java/org/glassfish/ejb/security/application/EJBSecurityManager.java
The file was addedappserver/tests/appserv-tests/devtests/web/servlet-3.0/servletContainerInitializer/jsfManagedBeanAnnotation/build.properties
The file was modified appserver/tests/paas/service_metadata/pom.xml
The file was modified docs/reference-manual/src/main/asciidoc/start-local-instance.adoc
The file was modified appserver/ha/ha-shoal-store/pom.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/quicklook/jms/injection/pom.xml
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/full/jcdifull/ejb/SingletonBean.java
The file was modified appserver/common/glassfish-ee-api/pom.xml
The file was modified nucleus/common/simple-glassfish-api/pom.xml
The file was modified appserver/tests/paas/basic-db/pom.xml
The file was modified appserver/tests/embedded/web/web-war/web-fragment3/pom.xml
The file was modified appserver/tests/embedded/maven-plugin/secureWebApp/pom.xml
The file was modified appserver/tests/paas/javaee_shared_service/pom.xml
Commit 3ac37b48379785299bbf94bce70cffdc046c675b by Alexander Pinchuk
Fixes schedule-exp EJB timer test

Signed-off-by: Alexander Pinčuk <alexander.v.pinchuk@gmail.com>
The file was modified appserver/tests/appserv-tests/devtests/ejb/ejb31/timer31/schedule_exp/ejb/StlesEJB.java