Skip to content

Changes

#182 (Feb 8, 2024, 11:58:57 AM)

  1. JNDI: ejb-container vs. SimpleJndiName — David Matějček / detail
  2. Simplified usages of changePrefix — David Matějček / detail
  3. Constants for standard java context ns ids + fixed prefix without slash — David Matějček / detail
  4. Fixed Webservice TCK tests — David Matějček / detail
  5. Improved logging of connectors deployment — David Matějček / detail
  6. Minor cleanup - doesn't change behavior — David Matějček / detail
  7. Added logs, trying to find the cause of ClassCastException — David Matějček / detail
  8. Prepare release 7.0.0 — Glassfish Bot / detail
  9. Prepare next development cycle for 7.0.1-SNAPSHOT — Glassfish Bot / detail
  10. Fail on command-security failures, but excuse current violations — Piotr Żygieło / detail
  11. Replaced all URLClassLoader extensions by GlassfishUrlClassloader — David Matějček / detail
  12. Prepare release 7.0.1 — Glassfish Bot / detail
  13. Prepare next development cycle for 7.0.2-SNAPSHOT — Glassfish Bot / detail
  14. Increase timeout from 2_000_000d to 3_000_000d. — arjan tijms / detail
  15. Prepare release 7.0.2 — Glassfish Bot / detail
  16. Prepare next development cycle for 7.0.3-SNAPSHOT — Glassfish Bot / detail
  17. Get the timeout for Container Managed Transaction (CMT) from TransactionService — Zhen Ma / detail
  18. Fixed NPE in BaseContainer — David Matějček / detail
  19. Replace deprecated ASM API — Alexander Pinchuk / detail
  20. Fix license headers — Alexander Pinchuk / detail
  21. Refactored WebBundleDescriptors — David Matějček / detail
  22. Further refactoring - replacing unused/obsoleted methods, added javadocs — David Matějček / detail
  23. EjbBundleRefactoring - first step — David Matějček / detail
  24. Partially reverted incompatible changes in EJB descriptors — David Matějček / detail
  25. Moving another methods to EjbBundleDescriptor + javadoc — David Matějček / detail
  26. EjbBundleDescriptor - moving more fields to the parent — David Matějček / detail
  27. EjbBundleDescriptorImpl cleanup - old deprecations, javadoc — David Matějček / detail
  28. Long process of resolving DOL cyclic dependencies resolved via reflection — David Matějček / detail
  29. Moving classes and methods, javadocs, fixed logging nullpointers — David Matějček / detail
  30. Archive types moved to DOL — David Matějček / detail
  31. Fixed resource validation + partial test coverage — David Matějček / detail
  32. Removed unused methods and dead ends, smaller optimizations — David Matějček / detail
  33. Fix Enterprise Beans deployment error — Alexander Pinchuk / detail
  34. Refactor the Enterprise Beans no-interface view bytecode generation — Alexander Pinchuk / detail
  35. Prepare release 7.0.3 — Glassfish Bot / detail
  36. Prepare next development cycle for 7.0.4-SNAPSHOT — Glassfish Bot / detail
  37. Prepare release 7.0.4 — Glassfish Bot / detail
  38. Prepare next development cycle for 7.0.5-SNAPSHOT — Glassfish Bot / detail
  39. Transformation of the maven plugin to the annotation processor — David Matějček / detail
  40. Prepare release 7.0.5 — Glassfish Bot / detail
  41. Prepare next development cycle for 7.0.6-SNAPSHOT — Glassfish Bot / detail
  42. Setting class loader key for CDI extension classes in embedded EJB — arjan tijms / detail
  43. Add ability for EJB embedded tests to be run individually and debug. — arjan tijms / detail
  44. Prepare release 7.0.6 — Glassfish Bot / detail
  45. Prepare next development cycle for 7.0.7-SNAPSHOT — Glassfish Bot / detail
  46. Fix Enterprise Beans bean method generation — Alexander Pinchuk / detail
  47. Prepare release 7.0.7 — Glassfish Bot / detail
  48. Prepare next development cycle for 7.0.8-SNAPSHOT — Glassfish Bot / detail
  49. The osgi.bundle files removed from 'ejb' modules and web-glue — David Matějček / detail
  50. Dynamic imports of flashlight added back — David Matějček / detail
  51. Prepare release 7.0.8 — Glassfish Bot / detail
  52. Prepare next development cycle for 7.0.9-SNAPSHOT — Glassfish Bot / detail
  53. Fixes generated EJB remote interfaces loading — Alexander Pinchuk / detail
  54. Fixes default package name processing — Alexander Pinchuk / detail
  55. Trivial code cleanup — Alexander Pinchuk / detail
  56. Produces new array with a method reference — Alexander Pinchuk / detail
  57. Replace deprecated 'isAccessible' method — Alexander Pinchuk / detail
  58. Prepare release 7.0.9 — Glassfish Bot / detail
  59. Prepare next development cycle for 7.0.10 — Glassfish Bot / detail
  60. Correct new version by adding -SNAPSHOT — arjan tijms / detail
  61. Deprecated XMLInputFactory.newInstance replaced by newFactory — David Matějček / detail
  62. Move some classes from security/ee package — arjan tijms / detail
  63. Rename main package in security-ee module to include .ee — arjan tijms / detail
  64. Prepare release 7.0.10 — Glassfish Bot / detail
  65. Prepare next development cycle for 7.0.11-SNAPSHOT — Glassfish Bot / detail
  66. Start with integrate Authorization 3.0 API and Exousia 3.0 — arjan tijms / detail
  67. Prepare release 7.0.11 — Glassfish Bot / detail
  68. Prepare next development cycle for 7.0.12-SNAPSHOT — Glassfish Bot / detail
  69. fix cmtTimeoutInSeconds config, it can't take effect when set value 0 in admin UI. — Tony Zhang / detail
  70. Separate the timeout period for resync by the RecoveryManager from the container managed transaction timeout. — Hiroki Sawamura / detail
  71. Next version is 8.0.0 — arjan tijms / detail
  72. Working on getting more tests to pass. — arjan tijms / detail
  73. Fix several tests — arjan tijms / detail
  74. Reduce usage of Java SE Security Manager — arjan tijms / detail
  75. Raise bytecode level — Alexander Pinchuk / detail
  76. Prepare release 7.0.12 — Glassfish Bot / detail
  77. Prepare next development cycle for 7.0.13-SNAPSHOT — Glassfish Bot / detail
  78. Revert "Merge master into 8.0" — noreply / detail

#180 (Aug 22, 2022, 12:43:05 PM)

  1. Remove useless check — Piotr Żygieło / detail
  2. Partial cleanup in ejb-container — David Matějček / detail
  3. args can really be null here — David Matějček / detail
  4. Trivial formatting + try-with + using Set instead of Vector — David Matějček / detail
  5. args can really be null here II — David Matějček / detail
  6. Fixed missing return — David Matějček / detail
  7. Implement Jakarta Security glue code. — arjan tijms / detail
  8. Splitting out dol-core — arjan tijms / detail
  9. Updated Jakarta EE 10 references in code — David Matějček / detail
  10. Fixed Jakarta EE version in man pages — David Matějček / detail
  11. Updated product name to Eclipse GlassFish — David Matějček / detail
  12. Issue #23873 Fixed more log messages — David Matějček / detail