Skip to content
Success

Changes

Summary

  1. Implemented autodetection of bootstrap packages for OSGI (commit: a2b703e) (details)
  2. The osgi.bundle functionality in org-iiop moved to pom.xml (commit: 3cadffd) (details)
  3. The osgi.bundle functionality in jta maven module moved to pom.xml (commit: 8195c1d) (details)
  4. Fixed missing export in orb-iiop manifest (commit: 6e784c7) (details)
  5. The osgi.bundle functionality in jts maven module moved to pom.xml (commit: b1fd6d3) (details)
  6. The osgi.bundle file in logging maven module removed (commit: 600f705) (details)
  7. The osgi.bundle files removed from api modules (commit: d6c3a3e) (details)
  8. The osgi.bundle files removed from 'common' modules (commit: a428ee8) (details)
  9. The osgi.bundle files removed from 'deployment' modules (commit: 0b18fb7) (details)
  10. The osgi.bundle files removed from 'ejb' modules and web-glue (commit: afea349) (details)
  11. Migrated JspReloadGeneratedServletIfUpdatedTest from web_jsp (commit: 140f503) (details)
  12. The osgi.bundle files removed from 'connectors' modules (commit: e575f37) (details)
  13. The osgi.bundle files removed from 'concurrent' modules (commit: 9128282) (details)
  14. The osgi.bundle files removed from 'web' modules (commit: d8fb8ce) (details)
  15. Dynamic imports of flashlight added back (commit: f30c3ce) (details)
  16. Reduced kernel exports again, some removed parts moved back again (commit: 7182198) (details)
  17. he osgi.bundle file removed from 'admin-monitor' module (commit: 1674f80) (details)
  18. The osgi.bundle file removed from 'orb-connector' module (commit: c091deb) (details)
  19. The osgi.bundle files removed from 'security' modules (commit: 36e3f82) (details)
  20. The osgi.bundle files removed from 'jdbc' modules (commit: 54155c3) (details)
  21. The osgi.bundle files removed from 'persistence' modules (commit: d417387) (details)
  22. The osgi.bundle files removed from 'admin' modules (commit: 4337290) (details)
  23. The osgi.bundle files removed from 'resources' modules (commit: 3b6160a) (details)
  24. The osgi.bundle files removed from 'jms' modules (commit: 2fac8fa) (details)
  25. The osgi.bundle files removed from 'admingui' modules (commit: d6f1945) (details)
  26. Removed legacy JMS support (jmsra 5.0) (commit: 02404fa) (details)
  27. The osgi.bundle files removed from 'osgi' modules (commit: bc99a0e) (details)
  28. The osgi.bundle files removed from 'appclient' modules (commit: 7faaafe) (details)
  29. The osgi.bundle files removed from '/extras/embedded/' modules (commit: db7738d) (details)
  30. The osgi.bundle files removed from 'flashlight' modules (commit: e9b9ffb) (details)
  31. The osgi.bundle files removed from 'ha-file-store' module (commit: 7a60a3b) (details)
  32. The osgi.bundle files removed from remaining modules (except abandoned tests) (commit: 4057986) (details)
  33. Fix #24527 Admin Console behavior when admin user changes password to empty has changed compared to before (commit: ba5905c) (details)
  34. Fixed unit test compatibility with JDK21 (commit: b3734c4) (details)
  35. Update website for GF 7.0.7 (commit: 6e6b29e) (details)
Commit a2b703ecfaf6cff0c62b246819e1b8cea8767fb9 by David Matějček
Implemented autodetection of bootstrap packages for OSGI

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
(commit: a2b703e)
The file was modified nucleus/core/kernel/pom.xml (diff)
The file was modified nucleus/core/bootstrap/pom.xml (diff)
The file was removedappserver/orb/orb-enabler/osgi.bundle
The file was modified nucleus/osgi-platforms/felix/src/main/resources/config/osgi.properties (diff)
The file was modified nucleus/core/bootstrap/src/main/java/com/sun/enterprise/glassfish/bootstrap/MainHelper.java (diff)
The file was modified nucleus/distributions/nucleus-common/src/main/resources/config/osgi.properties (diff)
The file was modified nucleus/core/bootstrap/src/main/java/com/sun/enterprise/glassfish/bootstrap/osgi/BundleProvisioner.java (diff)
The file was addednucleus/core/bootstrap/src/test/java/com/sun/enterprise/glassfish/bootstrap/osgi/BundleProvisionerTest.java
The file was modified nucleus/core/bootstrap/src/test/java/com/sun/enterprise/glassfish/bootstrap/MainHelperTest.java (diff)
The file was removednucleus/core/bootstrap/osgi.bundle
The file was removednucleus/core/kernel/osgi.bundle
The file was modified nucleus/core/bootstrap/src/main/java/com/sun/enterprise/glassfish/bootstrap/osgi/OSGiGlassFishRuntimeBuilder.java (diff)
The file was modified nucleus/core/bootstrap/src/main/java/com/sun/enterprise/glassfish/bootstrap/ClassPathBuilder.java (diff)
Commit 3cadffd9204b1075767754c11db504db127735d6 by David Matějček
The osgi.bundle functionality in org-iiop moved to pom.xml

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
(commit: 3cadffd)
The file was removedappserver/orb/orb-iiop/osgi.bundle
The file was modified appserver/orb/orb-iiop/pom.xml (diff)
Commit 8195c1d644a3b51d838b4c6e46ea69f1810ca1c3 by David Matějček
The osgi.bundle functionality in jta maven module moved to pom.xml

- Also removed the password attribute as it did not improve any security

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
(commit: 8195c1d)
The file was modified appserver/transaction/jta/pom.xml (diff)
The file was removedappserver/transaction/jta/osgi.bundle
The file was modified appserver/transaction/jts/osgi.bundle (diff)
Commit 6e784c7dc5067ce3361d46713abb9106d6208de0 by David Matějček
Fixed missing export in orb-iiop manifest

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
(commit: 6e784c7)
The file was modified appserver/orb/orb-iiop/pom.xml (diff)
Commit b1fd6d331dc346ca93e0ed21d2450b8c51b35c39 by David Matějček
The osgi.bundle functionality in jts maven module moved to pom.xml

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
(commit: b1fd6d3)
The file was removedappserver/transaction/jts/osgi.bundle
Commit 600f705f85574c28a2837f7e122735fd9f04ca5f by David Matějček
The osgi.bundle file in logging maven module removed

- This step was a bit risky, but to my surprise it locally passed all tests.

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
(commit: 600f705)
The file was removednucleus/core/logging/osgi.bundle
Commit d6c3a3ee723a1257cf13271a96c6542a14857b84 by David Matějček
The osgi.bundle files removed from api modules

- Seems Felix doesn't export packages named "internal"

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
(commit: d6c3a3e)
The file was removedappserver/ejb/ejb-internal-api/osgi.bundle
The file was removedappserver/persistence/cmp/internal-api/osgi.bundle
The file was removednucleus/admin/config-api/osgi.bundle
The file was removedappserver/common/glassfish-ee-api/osgi.bundle
The file was removedappserver/transaction/internal-api/osgi.bundle
The file was removednucleus/common/internal-api/osgi.bundle
The file was modified nucleus/common/internal-api/pom.xml (diff)
The file was removednucleus/security/ssl-impl/osgi.bundle
The file was modified appserver/connectors/connectors-internal-api/pom.xml (diff)
The file was removedappserver/connectors/connectors-internal-api/osgi.bundle
The file was removednucleus/common/glassfish-api/osgi.bundle
Commit a428ee865ac858986afde1c06efcebd83d972c66 by David Matějček
The osgi.bundle files removed from 'common' modules

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

# Conflicts:
# appserver/common/glassfish-naming/osgi.bundle
(commit: a428ee8)
The file was removedappserver/common/annotation-framework/osgi.bundle
The file was modified appserver/common/glassfish-naming/pom.xml (diff)
The file was modified nucleus/common/common-util/pom.xml (diff)
The file was removednucleus/common/mbeanserver/osgi.bundle
The file was removedappserver/web/web-core/osgi.bundle
The file was removedappserver/connectors/connectors-runtime/osgi.bundle
The file was removednucleus/common/common-util/osgi.bundle
The file was modified appserver/common/annotation-framework/pom.xml (diff)
The file was modified appserver/common/glassfish-naming/src/main/java/com/sun/enterprise/naming/util/NamingUtilsImpl.java (diff)
The file was modified nucleus/core/kernel/pom.xml (diff)
The file was modified appserver/common/container-common/pom.xml (diff)
The file was removednucleus/common/amx-core/osgi.bundle
The file was removedappserver/common/amx-jakartaee/osgi.bundle
The file was removedappserver/deployment/dol/osgi.bundle
The file was removedappserver/common/glassfish-naming/osgi.bundle
The file was modified appserver/web/web-core/pom.xml (diff)
The file was modified appserver/security/core-ee/pom.xml (diff)
The file was modified nucleus/common/amx-core/pom.xml (diff)
The file was removedappserver/common/container-common/osgi.bundle
The file was removedappserver/security/core-ee/osgi.bundle
The file was removedappserver/common/stats77/osgi.bundle
The file was modified appserver/common/amx-jakartaee/pom.xml (diff)
The file was modified appserver/deployment/dol/pom.xml (diff)
Commit 0b18fb789ce46584f7db794929b1cbc96b0358fb by David Matějček
The osgi.bundle files removed from 'deployment' modules

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
(commit: 0b18fb7)
The file was removednucleus/deployment/common/osgi.bundle
The file was removednucleus/deployment/autodeploy/osgi.bundle
The file was removedappserver/deployment/jakartaee-full/osgi.bundle
The file was removedappserver/deployment/jakartaee-core/osgi.bundle
The file was removednucleus/deployment/admin/osgi.bundle
Commit afea3493a2cba53a93c13fa2486e304d7717cb99 by David Matějček
The osgi.bundle files removed from 'ejb' modules and web-glue

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
(commit: afea349)
The file was removedappserver/ejb/ejb-connector/osgi.bundle
The file was modified appserver/ejb/ejb-container/pom.xml (diff)
The file was removedappserver/ejb/ejb-full-container/osgi.bundle
The file was modified appserver/web/web-glue/pom.xml (diff)
The file was removedappserver/ejb/ejb-client/osgi.bundle
The file was removedappserver/ejb/ejb-container/osgi.bundle
The file was removedappserver/web/web-glue/osgi.bundle
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>
(commit: 140f503)
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 removedappserver/tests/appserv-tests/devtests/web/jspReloadGeneratedServletIfUpdated/test_jsp.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/docroot/jsp/test.jsp
The file was modified appserver/tests/appserv-tests/devtests/web/build.xml (diff)
The file was modified appserver/tests/application/pom.xml (diff)
The file was removedappserver/tests/appserv-tests/devtests/web/jspReloadGeneratedServletIfUpdated/descriptor/web.xml
The file was addedappserver/tests/application/src/main/java/org/apache/jsp/reload/JspReloadGeneratedServletIfUpdated_jsp.java
The file was addedappserver/tests/application/src/test/java/org/glassfish/main/test/app/web/jsp/JspReloadGeneratedServletIfUpdatedTest.java
The file was removedappserver/tests/appserv-tests/devtests/web/jspReloadGeneratedServletIfUpdated/test_jsp.class
The file was removedappserver/tests/appserv-tests/devtests/web/jspReloadGeneratedServletIfUpdated/WebTest.java
Commit e575f3737a826fc59a25c4e0de8211dfee450a82 by David Matějček
The osgi.bundle files removed from 'connectors' modules

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
(commit: e575f37)
The file was removedappserver/connectors/connectors-inbound-runtime/osgi.bundle
The file was removedappserver/connectors/admin/osgi.bundle
The file was modified appserver/connectors/admin/pom.xml (diff)
The file was modified appserver/connectors/work-management/pom.xml (diff)
The file was removedappserver/connectors/work-management/osgi.bundle
Commit 91282829eacbd7e75cf464d7c48e6576d6622507 by David Matějček
The osgi.bundle files removed from 'concurrent' modules

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
(commit: 9128282)
The file was removedappserver/concurrent/concurrent-impl/osgi.bundle
The file was modified appserver/concurrent/concurrent-impl/pom.xml (diff)
The file was removedappserver/concurrent/concurrent-connector/osgi.bundle
Commit d8fb8ce9c07f6746089716490644d3711ea3e89b by David Matějček
The osgi.bundle files removed from 'web' modules

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
(commit: d8fb8ce)
The file was removedappserver/web/jspcaching-connector/osgi.bundle
The file was removedappserver/security/webservices.security/osgi.bundle
The file was removedappserver/web/gui-plugin-common/osgi.bundle
The file was removedappserver/web/web-sse/osgi.bundle
The file was modified appserver/web/admin/pom.xml (diff)
The file was removedappserver/webservices/jsr109-impl/osgi.bundle
The file was removedappserver/web/weld-integration/manifest.mf
The file was removedappserver/webservices/soap-tcp/osgi.bundle
The file was modified appserver/webservices/jsr109-impl/pom.xml (diff)
The file was removedappserver/web/jstl-connector/osgi.bundle
The file was removedappserver/web/web-naming/osgi.bundle
The file was modified appserver/web/web-naming/pom.xml (diff)
The file was removedappserver/web/war-util/osgi.bundle
The file was removedappserver/web/jsf-connector/osgi.bundle
The file was removedappserver/web/gf-web-connector/osgi.bundle
The file was modified appserver/web/weld-integration/pom.xml (diff)
The file was removedappserver/webservices/metro-glue/osgi.bundle
The file was removedappserver/security/webintegration/osgi.bundle
The file was removedappserver/web/admin/osgi.bundle
The file was modified appserver/web/gf-web-connector/pom.xml (diff)
The file was removedappserver/connectors/connectors-connector/osgi.bundle
The file was removedappserver/web/jersey-mvc-connector/osgi.bundle
The file was removedappserver/web/weld-integration/osgi.bundle
Commit f30c3ce7f512e132b2ecb0908b2c5941e4b48df1 by David Matějček
Dynamic imports of flashlight added back

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
(commit: f30c3ce)
The file was modified appserver/ejb/ejb-full-container/pom.xml (diff)
The file was modified appserver/web/admin/pom.xml (diff)
The file was modified appserver/connectors/connectors-runtime/pom.xml (diff)
The file was modified nucleus/deployment/common/pom.xml (diff)
The file was modified appserver/ejb/ejb-container/pom.xml (diff)
The file was modified appserver/connectors/work-management/pom.xml (diff)
The file was modified appserver/webservices/jsr109-impl/pom.xml (diff)
Commit 718219842e5f7e61bed8b47058b52798aaf8a953 by David Matějček
Reduced kernel exports again, some removed parts moved back again

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
(commit: 7182198)
The file was modified nucleus/core/kernel/pom.xml (diff)
The file was modified appserver/webservices/soap-tcp/pom.xml (diff)
The file was modified appserver/common/container-common/pom.xml (diff)
Commit 1674f80af81cd95213477a5859ea03b3694651f9 by David Matějček
he osgi.bundle file removed from 'admin-monitor' module

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
(commit: 1674f80)
The file was modified nucleus/admin/monitor/pom.xml (diff)
The file was removednucleus/admin/monitor/osgi.bundle
Commit c091deb3cee13afde63349c4ddca41c7d9fc1f42 by David Matějček
The osgi.bundle file removed from 'orb-connector' module

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
(commit: c091deb)
The file was modified appserver/orb/orb-connector/pom.xml (diff)
The file was removedappserver/orb/orb-connector/src/main/java/org/glassfish/orb/admin/monitor/.gitkeep_empty_dir
The file was removedappserver/orb/orb-connector/osgi.bundle
Commit 36e3f823041a13def0b260666e3b545d1f2b71b2 by David Matějček
The osgi.bundle files removed from 'security' modules

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
(commit: 36e3f82)
The file was modified appserver/security/webintegration/src/main/java/com/sun/web/security/WebProgrammaticLoginImpl.java (diff)
The file was modified nucleus/security/core/pom.xml (diff)
The file was modified nucleus/security/services/pom.xml (diff)
The file was removedappserver/security/appclient.security/osgi.bundle
The file was modified appserver/security/jaspic-provider-framework/pom.xml (diff)
The file was removedappserver/security/ejb.security/osgi.bundle
The file was removedappserver/security/jaspic-provider-framework/osgi.bundle
The file was removednucleus/security/core/osgi.bundle
The file was removednucleus/security/services/osgi.bundle
The file was modified appserver/security/webintegration/pom.xml (diff)
The file was modified appserver/security/webintegration/src/main/java/com/sun/web/security/SSLSocketFactory.java (diff)
Commit 54155c3ce1f88d549d4f3792f33cca8e15176bbc by David Matějček
The osgi.bundle files removed from 'jdbc' modules

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
(commit: 54155c3)
The file was modified appserver/jdbc/jdbc-runtime/pom.xml (diff)
The file was removedappserver/jdbc/admin/osgi.bundle
The file was removedappserver/jdbc/jdbc-runtime/osgi.bundle
The file was modified appserver/jdbc/admin/pom.xml (diff)
The file was removedappserver/jdbc/jdbc-config/osgi.bundle
Commit d4173879ae0b29cfb162c03ff16d5097d45fc4df by David Matějček
The osgi.bundle files removed from 'persistence' modules

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
(commit: d417387)
The file was removedappserver/persistence/cmp/model/osgi.bundle
The file was modified appserver/persistence/entitybean-container/pom.xml (diff)
The file was modified appserver/persistence/cmp/model/pom.xml (diff)
The file was removedappserver/persistence/cmp/support-ejb/osgi.bundle
The file was removedappserver/persistence/common/osgi.bundle
The file was modified appserver/persistence/cmp/enhancer/pom.xml (diff)
The file was modified appserver/persistence/cmp/support-sqlstore/pom.xml (diff)
The file was modified appserver/persistence/gf-jpa-connector/pom.xml (diff)
The file was removedappserver/persistence/jpa-container/osgi.bundle
The file was removedappserver/persistence/cmp/generator-database/osgi.bundle
The file was removedappserver/persistence/cmp/ejb-mapping/osgi.bundle
The file was removedappserver/persistence/cmp/utility/osgi.bundle
The file was removedappserver/persistence/gf-jpa-connector/osgi.bundle
The file was removedappserver/persistence/entitybean-container/osgi.bundle
The file was removedappserver/persistence/cmp/support-sqlstore/osgi.bundle
The file was removedappserver/persistence/cmp/enhancer/osgi.bundle
The file was modified appserver/persistence/cmp/support-ejb/pom.xml (diff)
The file was modified appserver/persistence/jpa-container/pom.xml (diff)
Commit 4337290459192a783707c857f793266afce38b1f by David Matějček
The osgi.bundle files removed from 'admin' modules

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
(commit: 4337290)
The file was removedappserver/admin/backup/src/main/java/com/sun/enterprise/config/backup/util/.gitkeep_empty_dir
The file was removednucleus/admin/launcher/osgi.bundle
The file was modified nucleus/admin/rest/rest-service/pom.xml (diff)
The file was modified nucleus/admin/cli/pom.xml (diff)
The file was removedappserver/admin/cli-optional/osgi.bundle
The file was removednucleus/admin/server-mgmt/osgi.bundle
The file was removedappserver/admin/admin-core/osgi.bundle
The file was removedappserver/admin/backup/osgi.bundle
The file was modified nucleus/admin/rest/rest-client/pom.xml (diff)
The file was removednucleus/admin/rest/rest-service/osgi.bundle
The file was removednucleus/admin/rest/gf-restadmin-connector/osgi.bundle
The file was modified nucleus/admin/util/pom.xml (diff)
The file was removednucleus/admin/cli/osgi.bundle
The file was modified nucleus/admin/server-mgmt/pom.xml (diff)
The file was modified nucleus/admin/rest/gf-restadmin-connector/pom.xml (diff)
The file was removednucleus/admin/rest/rest-client/osgi.bundle
The file was removednucleus/admin/util/osgi.bundle
Commit 3b6160ab9c6065a1eac13082cb537ab91a8a535b by David Matějček
The osgi.bundle files removed from 'resources' modules

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
(commit: 3b6160a)
The file was modified appserver/resources/mail/mail-runtime/pom.xml (diff)
The file was modified appserver/resources/mail/mail-connector/pom.xml (diff)
The file was removedappserver/resources/mail/mail-connector/osgi.bundle
The file was removedappserver/resources/resources-connector/osgi.bundle
The file was removedappserver/resources/resources-runtime/osgi.bundle
The file was modified appserver/resources/resources-connector/pom.xml (diff)
The file was removedappserver/resources/mail/mail-runtime/osgi.bundle
The file was removedappserver/tests/admin/admin-extension/osgi.bundle
Commit 2fac8fa7705d11177d5f0bd944658f28bc9c65ef by David Matějček
The osgi.bundle files removed from 'jms' modules

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
(commit: 2fac8fa)
The file was modified appserver/jms/gf-jms-injection/pom.xml (diff)
The file was modified appserver/jms/admin/pom.xml (diff)
The file was removedappserver/jms/gf-jms-connector/osgi.bundle
The file was removedappserver/jms/admin/osgi.bundle
The file was removedappserver/jms/jms-core/osgi.bundle
The file was removedappserver/jms/gf-jms-injection/osgi.bundle
Commit d6f1945dffe3111f84d1941f745136682bfb73ec by David Matějček
The osgi.bundle files removed from 'admingui' modules

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
(commit: d6f1945)
The file was modified appserver/admingui/web/pom.xml (diff)
The file was removedappserver/admingui/jdbc/osgi.bundle
The file was removedappserver/admingui/ejb-lite/osgi.bundle
The file was removedappserver/admingui/ejb/osgi.bundle
The file was removedappserver/admingui/cluster/osgi.bundle
The file was modified appserver/admingui/jca/pom.xml (diff)
The file was removedappserver/admingui/jdbc/src/main/java/org/glassfish/jdbc/admingui/handlers/.gitkeep_empty_dir
The file was removedappserver/admingui/jca/osgi.bundle
The file was removedappserver/admingui/corba/osgi.bundle
The file was removedappserver/admingui/web/osgi.bundle
The file was removedappserver/admingui/corba/src/main/java/org/glassfish/corba/admingui/handlers/.gitkeep_empty_dir
The file was modified appserver/admingui/full/pom.xml (diff)
The file was removedappserver/admingui/full/osgi.bundle
The file was removedappserver/admingui/core/osgi.bundle
The file was removedappserver/admingui/concurrent/osgi.bundle
The file was removedappserver/admingui/common/osgi.bundle
The file was modified appserver/admingui/common/pom.xml (diff)
The file was removedappserver/admingui/plugin-service/osgi.bundle
Commit 02404fa23dc1fdc28b08f06a030a7ba843eb7c04 by David Matějček
Removed legacy JMS support (jmsra 5.0)

- Fixes failing startup because of removed exclusion in osgi.bundle file done
  in commit 'The osgi.bundle files removed from 'jms' modules'

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
(commit: 02404fa)
The file was removedappserver/jms/jms-core/src/main/java/com/sun/enterprise/connectors/jms/system/LegacyJmsRecoveryResourceHandler.java
The file was modified appserver/jms/jms-core/src/main/java/com/sun/enterprise/connectors/jms/system/LocalStrings.properties (diff)
Commit bc99a0e7faa47a8c9833322342ddae4ac720bbb1 by David Matějček
The osgi.bundle files removed from 'osgi' modules

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
(commit: bc99a0e)
The file was modified nucleus/osgi-platforms/osgi-cli-remote/pom.xml (diff)
The file was removedappserver/osgi-platforms/felix-webconsole-extension/osgi.bundle
The file was removednucleus/osgi-platforms/osgi-cli-interactive/osgi.bundle
The file was modified nucleus/osgi-platforms/osgi-cli-interactive/pom.xml (diff)
The file was modified appserver/osgi-platforms/felix-webconsole-extension/pom.xml (diff)
The file was removednucleus/osgi-platforms/osgi-cli-remote/osgi.bundle
Commit 7faaafe8ae4ca329e15141eb4a1e66f2e0515e51 by David Matějček
The osgi.bundle files removed from 'appclient' modules

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
(commit: 7faaafe)
The file was removedappserver/appclient/server/core/osgi.bundle
The file was modified appserver/appclient/server/core/pom.xml (diff)
The file was removedappserver/appclient/client/acc-config/osgi.bundle
The file was removedappserver/appclient/client/acc/osgi.bundle
The file was modified appserver/appclient/client/acc/pom.xml (diff)
Commit db7738d2f693899ea88f9e655c6c3199484cb7f1 by David Matějček
The osgi.bundle files removed from '/extras/embedded/' modules

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
(commit: db7738d)
The file was modified appserver/extras/embedded/common/osgi-modules-uninstaller/pom.xml (diff)
The file was removedappserver/extras/embedded/common/installroot-builder/osgi.bundle
The file was removedappserver/extras/embedded/common/osgi-modules-uninstaller/osgi.bundle
The file was modified appserver/extras/embedded/common/installroot-builder/pom.xml (diff)
The file was removedappserver/extras/embedded/common/instanceroot-builder/osgi.bundle
The file was modified appserver/extras/embedded/common/bootstrap/pom.xml (diff)
The file was removedappserver/extras/embedded/common/osgi-main/osgi.bundle
The file was modified appserver/extras/embedded/common/instanceroot-builder/pom.xml (diff)
The file was removedappserver/extras/embedded/common/bootstrap/osgi.bundle
The file was modified appserver/extras/embedded/common/osgi-main/pom.xml (diff)
Commit e9b9ffb4b5f9f33ba030bcf8018e42b09d780159 by David Matějček
The osgi.bundle files removed from 'flashlight' modules

- note: flashlight/agent is not built by felix plugin at all, so the file wasn't
  used anyhow.

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
(commit: e9b9ffb)
The file was removedappserver/flashlight/client/osgi.bundle
The file was modified nucleus/flashlight/framework/pom.xml (diff)
The file was removednucleus/flashlight/framework/osgi.bundle
The file was removednucleus/flashlight/agent/osgi.bundle
Commit 7a60a3b96bd4cea637688c047829f0e06a3f17b7 by David Matějček
The osgi.bundle files removed from 'ha-file-store' module

- I had doubts about imports, so I visited all three java sources and made
  imports concrete instead of wildcard.

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
(commit: 7a60a3b)
The file was modified appserver/ha/ha-file-store/src/main/java/org/glassfish/ha/store/adapter/file/FileBackingStoreFactory.java (diff)
The file was modified appserver/ha/ha-file-store/src/main/java/org/glassfish/ha/store/adapter/file/FileBackingStore.java (diff)
The file was removedappserver/ha/ha-file-store/osgi.bundle
Commit 4057986b32949704ee64255ef25e52374f0df9a0 by David Matějček
The osgi.bundle files removed from remaining modules (except abandoned tests)

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
(commit: 4057986)
The file was removedappserver/batch/glassfish-batch-connector/osgi.bundle
The file was removednucleus/grizzly/config/osgi.bundle
The file was modified appserver/batch/glassfish-batch-connector/pom.xml (diff)
The file was removednucleus/cluster/gms-adapter/osgi.bundle
The file was removedappserver/admingui/gf-admingui-connector/osgi.bundle
The file was removedappserver/load-balancer/gf-load-balancer-connector/osgi.bundle
The file was modified nucleus/cluster/gms-adapter/pom.xml (diff)
Commit ba5905cc05b5a8f9b306b273439ec5fc118e4482 by Hiroki Kaido
Fix #24527 Admin Console behavior when admin user changes password to empty has changed compared to before
(commit: ba5905c)
The file was modified appserver/admingui/common/src/main/resources/js/adminjsf.js (diff)
Commit b3734c4bfdc1ea72d2a8cb1e8f46d2e9a4fd42d1 by David Matějček
Fixed unit test compatibility with JDK21

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
(commit: b3734c4)
The file was modified nucleus/core/bootstrap/src/test/java/com/sun/enterprise/glassfish/bootstrap/MainHelperTest.java (diff)
Commit 6e6b29ede7fb6ac46252915f4e576269b4183b70 by Ondro Mihalyi
Update website for GF 7.0.7
Signed-off-by:Ondro Mihalyi <mihalyi@omnifish.ee>
(commit: 6e6b29e)
The file was modified docs/website/src/main/resources/download_gf7.md (diff)
The file was modified docs/pom.xml (diff)
The file was modified docs/website/src/main/resources/README.md (diff)
The file was modified docs/website/src/main/resources/download.md (diff)