Skip to content

Changes

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

  1. Fixed JNDI name for pool when there's already prefixed name — David Matějček / detail
  2. Several quick changes for easier readability — David Matějček / detail
  3. Improved logging of connectors deployment — David Matějček / detail
  4. Relaxed SimpleJndiName validations as resource JNDI names can't pass them — David Matějček / detail
  5. Minor cleanup - doesn't change behavior — David Matějček / detail
  6. Fixed unused property causing TCK failure — David Matějček / detail
  7. Added some logs — David Matějček / detail
  8. Reverted local variable — David Matějček / detail
  9. JNDI names cleanups — David Matějček / detail
  10. Fix datasource list retrieval — Alexander Pinchuk / detail
  11. Prepare release 7.0.0 — Glassfish Bot / detail
  12. Prepare next development cycle for 7.0.1-SNAPSHOT — Glassfish Bot / detail
  13. Replaced all URLClassLoader constructor usages by GlassfishUrlClassloader — David Matějček / detail
  14. Replaced all URLClassLoader extensions by GlassfishUrlClassloader — David Matějček / detail
  15. Prepare release 7.0.1 — Glassfish Bot / detail
  16. Prepare next development cycle for 7.0.2-SNAPSHOT — Glassfish Bot / detail
  17. Prepare release 7.0.2 — Glassfish Bot / detail
  18. Prepare next development cycle for 7.0.3-SNAPSHOT — Glassfish Bot / detail
  19. Fixed ArrayIndexOutOfBoundsException in ActiveOutboundResourceAdapter — David Matějček / detail
  20. If the pool could not be found, don't throw RuntimeException but return null — David Matějček / detail
  21. ResourceAnnotationControl - moved copy pasted code — David Matějček / detail
  22. Moving another methods to EjbBundleDescriptor + javadoc — David Matějček / detail
  23. Archive types moved to DOL — David Matějček / detail
  24. Fixed nullpointers in connectors-runtime — David Matějček / detail
  25. Prepare release 7.0.3 — Glassfish Bot / detail
  26. Prepare next development cycle for 7.0.4-SNAPSHOT — Glassfish Bot / detail
  27. Cleanups in connectors logging — David Matějček / detail
  28. Fixed race conditions in UnpooledResource — David Matějček / detail
  29. Yet one iteration of logging cleanup in connectors — David Matějček / detail
  30. Fixed task count in PoolSizeTest — David Matějček / detail
  31. Fixed unresolved log messages, dead code — David Matějček / detail
  32. Fixed PoolSize and unit test — David Matějček / detail
  33. Remove all duck infrastructure — Alexander Pinchuk / detail
  34. Minor code cleanups — Alexander Pinchuk / detail
  35. Prepare release 7.0.4 — Glassfish Bot / detail
  36. Prepare next development cycle for 7.0.5-SNAPSHOT — Glassfish Bot / detail
  37. Fix CME in jdbc connection pool — Alexander Pinchuk / detail
  38. Test draft for testing race conditions in resource pooling — David Matějček / detail
  39. Complete test — Alexander Pinchuk / detail
  40. Ensure visibility of the busy flag — Alexander Pinchuk / detail
  41. Code cleanup — Alexander Pinchuk / detail
  42. Prepare release 7.0.5 — Glassfish Bot / detail
  43. Prepare next development cycle for 7.0.6-SNAPSHOT — Glassfish Bot / detail
  44. Prepare release 7.0.6 — Glassfish Bot / detail
  45. Prepare next development cycle for 7.0.7-SNAPSHOT — Glassfish Bot / detail
  46. Optimize internal resource store — Alexander Pinchuk / detail
  47. Improve new resources allocation — Alexander Pinchuk / detail
  48. Use optimistic locking in RWLockDataStructure — Alexander Pinchuk / detail
  49. Remove busy flag from ResourceHandle — Alexander Pinchuk / detail
  50. Fix exception handling — Alexander Pinchuk / detail
  51. Implements getAllResources method — Alexander Pinchuk / detail
  52. Optimize removeAll method — Alexander Pinchuk / detail
  53. Add more tests — Alexander Pinchuk / detail
  54. Prepare release 7.0.7 — Glassfish Bot / detail
  55. Prepare next development cycle for 7.0.8-SNAPSHOT — Glassfish Bot / detail
  56. The osgi.bundle files removed from 'common' modules — David Matějček / detail
  57. Dynamic imports of flashlight added back — David Matějček / detail
  58. Fix Java 11 compatibility issue — Alexander Pinchuk / detail
  59. Prepare release 7.0.8 — Glassfish Bot / detail
  60. Prepare next development cycle for 7.0.9-SNAPSHOT — Glassfish Bot / detail
  61. Prepare release 7.0.9 — Glassfish Bot / detail
  62. Prepare next development cycle for 7.0.10 — Glassfish Bot / detail
  63. Correct new version by adding -SNAPSHOT — arjan tijms / detail
  64. Rename main package in security-ee module to include .ee — arjan tijms / detail
  65. Prepare release 7.0.10 — Glassfish Bot / detail
  66. Prepare next development cycle for 7.0.11-SNAPSHOT — Glassfish Bot / detail
  67. Prepare release 7.0.11 — Glassfish Bot / detail
  68. Prepare next development cycle for 7.0.12-SNAPSHOT — Glassfish Bot / detail
  69. Next version is 8.0.0 — arjan tijms / detail
  70. Reduce usage of Java SE Security Manager — arjan tijms / detail
  71. Prepare release 7.0.12 — Glassfish Bot / detail
  72. Prepare next development cycle for 7.0.13-SNAPSHOT — Glassfish Bot / detail
  73. Revert "Merge master into 8.0" — noreply / detail

#181 (Sep 14, 2022, 9:35:40 AM)

  1. Remove unused local variables — David Matějček / detail

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

  1. Partial cleanup in container-common — David Matějček / detail
  2. Trivial formatting + try-with + using Set instead of Vector — David Matějček / detail
  3. Implement Jakarta Security glue code. — arjan tijms / detail
  4. Splitting out dol-core — arjan tijms / detail
  5. Updated Jakarta EE 10 references in code — David Matějček / detail
  6. Issue #23873 Fixed some log messages and added warnings to detect missing bundles — David Matějček / detail
  7. Issue #23873 Fixed ORB logs — David Matějček / detail
  8. Issue #23873 Fixed more log messages — David Matějček / detail