Skip to content

Changes between #181 and #182

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

  1. Prepare release 7.0.0 — Glassfish Bot / detail
  2. Prepare next development cycle for 7.0.1-SNAPSHOT — Glassfish Bot / detail
  3. Fixed errors seen when testing xmlsec4 PR — David Matějček / detail
  4. Replaced all URLClassLoader constructor usages by GlassfishUrlClassloader — David Matějček / detail
  5. WebappClassLoader is parallel capable — David Matějček / detail
  6. WebappClassLoader - using System.Logger — David Matějček / detail
  7. Using Boolean.getBoolean instead of System.getProperty("...") != null — David Matějček / detail
  8. The stop method replaced by close, which is standard. — David Matějček / detail
  9. Using constructor instead of foreach — David Matějček / detail
  10. WebappClassLoader usages - simplified — David Matějček / detail
  11. Fixed obsoleted ResourceBundle cache cleanup — David Matějček / detail
  12. Fixed issue #23769 - no need for reflection — David Matějček / detail
  13. Fixed unit test compilation — David Matějček / detail
  14. Issue #23769 Refactored deregistering JDBC drivers — David Matějček / detail
  15. WebappClassLoader - protected fields made private — David Matějček / detail
  16. WebappClassLoader - cleanup — David Matějček / detail
  17. First step to WebappCl lifecycle control — David Matějček / detail
  18. Security manager changed to constant — David Matějček / detail
  19. Inlined init() and removed getResources() — David Matějček / detail
  20. Cleanups — David Matějček / detail
  21. Simplifying — David Matějček / detail
  22. Added status checking to WebappClassLoader — David Matějček / detail
  23. JarFileManager split from WebappClassLoader — David Matějček / detail
  24. Safety - don't provide internal cache — David Matějček / detail
  25. Repositories and files moved to RepositoryManager + optimizations — David Matějček / detail
  26. Optimized JarFileManager — David Matějček / detail
  27. Optimized JarFileManager, next gen. — David Matějček / detail
  28. The byteCodePreprocessors doesn't need to be concurrent list — David Matějček / detail
  29. The libPath field was in fact a constant which must not change — David Matějček / detail
  30. All errors from toURL were ignored, so we can ignore them sooner — David Matějček / detail
  31. PathTimestamp list replaces the paths and lastModifiedDates arrays — David Matějček / detail
  32. Changed method order, more logs — David Matějček / detail
  33. ReferenceCleaner split from WebappClassloader, named classloader — David Matějček / detail
  34. Further cleanups — David Matějček / detail
  35. Fixed resource cleaning - based on tests — David Matějček / detail
  36. Removed unused canonicalLoaderDir — David Matějček / detail
  37. Final cleanups — David Matějček / detail
  38. Transformers can be added later too. — David Matějček / detail
  39. Reflecting BalusC review - finals, better constructor — David Matějček / detail
  40. Reflecting Hiroki's review - reverted package.definition system property. — David Matějček / detail
  41. Issue #24245 Fixed package.definition permission property evaluation — David Matějček / detail
  42. Fixed error messages in logs — David Matějček / detail
  43. Prepare release 7.0.1 — Glassfish Bot / detail
  44. Prepare next development cycle for 7.0.2-SNAPSHOT — Glassfish Bot / detail
  45. Integrate WaSP 3.2.0 — arjan tijms / detail
  46. Fixed #24297: getResource for a directory — David Matějček / detail
  47. Prepare release 7.0.2 — Glassfish Bot / detail
  48. Prepare next development cycle for 7.0.3-SNAPSHOT — Glassfish Bot / detail
  49. Fixed StackOverflow in WebappClassLoader.getURLs — David Matějček / detail
  50. Fixed exception when using reflection to clean webappcl reference — David Matějček / detail
  51. Removed clearReferencesRmiTargets — David Matějček / detail
  52. Archive types moved to DOL — David Matějček / detail
  53. Prepare release 7.0.3 — Glassfish Bot / detail
  54. Prepare next development cycle for 7.0.4-SNAPSHOT — Glassfish Bot / detail
  55. Prepare release 7.0.4 — Glassfish Bot / detail
  56. Prepare next development cycle for 7.0.5-SNAPSHOT — Glassfish Bot / detail
  57. Fix deployment-time bytecode preprocessing — Alexander Pinchuk / detail
  58. Add transformation logging — Alexander Pinchuk / detail
  59. Prepare release 7.0.5 — Glassfish Bot / detail
  60. Prepare next development cycle for 7.0.6-SNAPSHOT — Glassfish Bot / detail
  61. Add fine-grained bytecode preprocessing tracking in WebappClassLoader — Alexander Pinchuk / detail
  62. Prepare release 7.0.6 — Glassfish Bot / detail
  63. Prepare next development cycle for 7.0.7-SNAPSHOT — Glassfish Bot / detail
  64. Removed two unused error messages from war-util — David Matějček / detail
  65. Fixed logging dependencies of websecurity module — David Matějček / detail
  66. Prepare release 7.0.7 — Glassfish Bot / detail
  67. Prepare next development cycle for 7.0.8-SNAPSHOT — Glassfish Bot / detail
  68. The osgi.bundle files removed from 'web' modules — David Matějček / detail
  69. Fix webapp multi-release JAR processing — Alexander Pinchuk / detail
  70. Code cleanup — Alexander Pinchuk / detail
  71. Reorganize tests and cleanup code — Alexander Pinchuk / detail
  72. Prepare release 7.0.8 — Glassfish Bot / detail
  73. Prepare next development cycle for 7.0.9-SNAPSHOT — Glassfish Bot / detail
  74. Properly close deployment classloader — Alexander Pinchuk / detail
  75. Prepare release 7.0.9 — Glassfish Bot / detail
  76. Prepare next development cycle for 7.0.10 — Glassfish Bot / detail
  77. Correct new version by adding -SNAPSHOT — arjan tijms / detail
  78. Fixed NPE - the unusedJarsCheck is sometimes null — David Matějček / detail
  79. Rename main package in security-ee module to include .ee — arjan tijms / detail
  80. Prepare release 7.0.10 — Glassfish Bot / detail
  81. Prepare next development cycle for 7.0.11-SNAPSHOT — Glassfish Bot / detail
  82. Prepare release 7.0.11 — Glassfish Bot / detail
  83. Prepare next development cycle for 7.0.12-SNAPSHOT — Glassfish Bot / detail
  84. Next version is 8.0.0 — arjan tijms / detail
  85. Direct use ClassFileTransformer for bytecode preprocessing — Alexander Pinchuk / detail
  86. Use COW array list for a list of transformers — Alexander Pinchuk / detail
  87. Reduce usage of Java SE Security Manager — arjan tijms / detail
  88. Prepare release 7.0.12 — Glassfish Bot / detail
  89. Prepare next development cycle for 7.0.13-SNAPSHOT — Glassfish Bot / detail
  90. Revert "Merge master into 8.0" — noreply / detail