Skip to content
Started 2 mo 23 days ago
Took 10 sec on basic-qnbn8

GlassFish Core EJB container implementation (Feb 8, 2024, 11:58:57 AM)

Build Artifacts
ejb-container-7.0.13-SNAPSHOT.jar900.31 KB view
ejb-container-7.0.13-SNAPSHOT.pom10.98 KB view
Changes
  1. JNDI: ejb-container vs. SimpleJndiName (details)
  2. Simplified usages of changePrefix (details)
  3. Constants for standard java context ns ids + fixed prefix without slash (details)
  4. Fixed Webservice TCK tests (details)
  5. Improved logging of connectors deployment (details)
  6. Minor cleanup - doesn't change behavior (details)
  7. Added logs, trying to find the cause of ClassCastException (details)
  8. Prepare release 7.0.0 (details)
  9. Prepare next development cycle for 7.0.1-SNAPSHOT (details)
  10. Fail on command-security failures, but excuse current violations (details)
  11. Replaced all URLClassLoader extensions by GlassfishUrlClassloader (details)
  12. Prepare release 7.0.1 (details)
  13. Prepare next development cycle for 7.0.2-SNAPSHOT (details)
  14. Increase timeout from 2_000_000d to 3_000_000d. (details)
  15. Prepare release 7.0.2 (details)
  16. Prepare next development cycle for 7.0.3-SNAPSHOT (details)
  17. Get the timeout for Container Managed Transaction (CMT) from TransactionService (details)
  18. Fixed NPE in BaseContainer (details)
  19. Replace deprecated ASM API (details)
  20. Fix license headers (details)
  21. Refactored WebBundleDescriptors (details)
  22. Further refactoring - replacing unused/obsoleted methods, added javadocs (details)
  23. EjbBundleRefactoring - first step (details)
  24. Partially reverted incompatible changes in EJB descriptors (details)
  25. Moving another methods to EjbBundleDescriptor + javadoc (details)
  26. EjbBundleDescriptor - moving more fields to the parent (details)
  27. EjbBundleDescriptorImpl cleanup - old deprecations, javadoc (details)
  28. Long process of resolving DOL cyclic dependencies resolved via reflection (details)
  29. Moving classes and methods, javadocs, fixed logging nullpointers (details)
  30. Archive types moved to DOL (details)
  31. Fixed resource validation + partial test coverage (details)
  32. Removed unused methods and dead ends, smaller optimizations (details)
  33. Fix Enterprise Beans deployment error (details)
  34. Refactor the Enterprise Beans no-interface view bytecode generation (details)
  35. Prepare release 7.0.3 (details)
  36. Prepare next development cycle for 7.0.4-SNAPSHOT (details)
  37. Prepare release 7.0.4 (details)
  38. Prepare next development cycle for 7.0.5-SNAPSHOT (details)
  39. Transformation of the maven plugin to the annotation processor (details)
  40. Prepare release 7.0.5 (details)
  41. Prepare next development cycle for 7.0.6-SNAPSHOT (details)
  42. Setting class loader key for CDI extension classes in embedded EJB (details)
  43. Add ability for EJB embedded tests to be run individually and debug. (details)
  44. Prepare release 7.0.6 (details)
  45. Prepare next development cycle for 7.0.7-SNAPSHOT (details)
  46. Fix Enterprise Beans bean method generation (details)
  47. Prepare release 7.0.7 (details)
  48. Prepare next development cycle for 7.0.8-SNAPSHOT (details)
  49. The osgi.bundle files removed from 'ejb' modules and web-glue (details)
  50. Dynamic imports of flashlight added back (details)
  51. Prepare release 7.0.8 (details)
  52. Prepare next development cycle for 7.0.9-SNAPSHOT (details)
  53. Fixes generated EJB remote interfaces loading (details)
  54. Fixes default package name processing (details)
  55. Trivial code cleanup (details)
  56. Produces new array with a method reference (details)
  57. Replace deprecated 'isAccessible' method (details)
  58. Prepare release 7.0.9 (details)
  59. Prepare next development cycle for 7.0.10 (details)
  60. Correct new version by adding -SNAPSHOT (details)
  61. Deprecated XMLInputFactory.newInstance replaced by newFactory (details)
  62. Move some classes from security/ee package (details)
  63. Rename main package in security-ee module to include .ee (details)
  64. Prepare release 7.0.10 (details)
  65. Prepare next development cycle for 7.0.11-SNAPSHOT (details)
  66. Start with integrate Authorization 3.0 API and Exousia 3.0 (details)
  67. Prepare release 7.0.11 (details)
  68. Prepare next development cycle for 7.0.12-SNAPSHOT (details)
  69. fix cmtTimeoutInSeconds config, it can't take effect when set value 0 in admin UI. (details)
  70. Separate the timeout period for resync by the RecoveryManager from the container managed transaction timeout. (details)
  71. Next version is 8.0.0 (details)
  72. Working on getting more tests to pass. (details)
  73. Fix several tests (details)
  74. Reduce usage of Java SE Security Manager (details)
  75. Raise bytecode level (details)
  76. Prepare release 7.0.12 (details)
  77. Prepare next development cycle for 7.0.13-SNAPSHOT (details)
  78. Revert "Merge master into 8.0" (details)
Changes in dependency
  1. Transaction Service Internal API #181#182 (detail)
  2. Connectors Private APIs for GlassFish Containers #181#182 (detail)
  3. Deployment Related JavaEE Core Classes #181#182 (detail)
  4. Kernel Classes #181#182 (detail)
  5. GlassFish API Exporter Module #181#182 (detail)
  6. Deployment Object Library #181#182 (detail)
  7. GlassFish Core EJB Client #181#182 (detail)
  8. Public APIs of Glassfish #181#182 (detail)
  9. admin-monitoring #181#182 (detail)
  10. GlassFish ORB connector implementation #181#182 (detail)
  11. Private APIs of Glassfish #181#182 (detail)
  12. Security Services and SPI #181#182 (detail)
  13. admin-util #181#182 (detail)
  14. Resources Connector #181#182 (detail)
  15. HK2 config types #181#182 (detail)
  16. Security Core Classes #181#182 (detail)
  17. Common Utilities #181#182 (detail)
  18. Nucleus Logging Classes #181#182 (detail)
  19. GlassFish ORB enabler implementation #181#182 (detail)
  20. Nucleus Parent #181#182 (detail)
  21. flashlight-framework #181#182 (detail)
  22. GlassFish Jakarta EE Annotation Framework #181#182 (detail)
  23. Glassfish Naming #181#182 (detail)
  24. GlassFish SSL Implementation Module #181#182 (detail)
  25. GlassFish Nucleus Modules #180#182 (detail)
  26. Eclipse GlassFish Parent Project #181#182 (detail)
  27. Scattered Archive APIs of Glassfish #181#182 (detail)
  28. Jakarta EE dependent public APIs of Glassfish #181#182 (detail)
  29. stats77 #181#182 (detail)
  30. EJB container Internal API #181#182 (detail)
  31. GlassFish EJB container related modules  ? → #182 (detail)
  32. Appserver Core Bootstraping Classes #181#182 (detail)
  33. nucleus.resources #181#182 (detail)
  34. Jakarta EE Security Core Classes #181#182 (detail)
  35. GlassFish Java Util Logging Extension #181#182 (detail)
  36. Simple Public APIs of Glassfish #181#182 (detail)
  37. Deployment Related Common Classes #181#182 (detail)
  38. admin-config-api #181#182 (detail)
  39. GMS Bootstrap Module #181#182 (detail)
  40. grizzly-config #181#182 (detail)
  41. Container Common #181#182 (detail)
  42. EJB Container connector for Glassfish #181#182 (detail)
  43. Common persistence code between JPA and CMP #181#182 (detail)