Skip to content

Changes between #35 and #36

#36 (Jun 4, 2022, 2:53:21 AM)

  1. fixed javadoc (commit: 017a1c4) — Robson Kades / detail
  2. Modify ServiceLoaderProvider to use the HK2 OSGi ServiceLoader when present (commit: facd320) — Jesse Gallagher / detail
  3. Fix errant Jakarta class name in Javadoc (commit: 987a84f) — Jesse Gallagher / detail
  4. Improve ServiceLoaderProvider OSGi flagging, fix potential NPE, and fix service sorting in OSGi contexts (commit: cc96bb7) — Jesse Gallagher / detail
  5. create classload reader (commit: 220b134) — Otavio Santana / detail
  6. initial scope of code (commit: de79f0b) — Otavio Santana / detail
  7. Create loadertype as an enum (commit: 2222ccb) — Otavio Santana / detail
  8. Create read method to loadertype (commit: afcc7e9) — Otavio Santana / detail
  9. Add Loadertype method (commit: b1f1a76) — Otavio Santana / detail
  10. Add logs on the loadertype (commit: 3fef58d) — Otavio Santana / detail
  11. Remove ClassLoadReader (commit: c78a2b8) — Otavio Santana / detail
  12. removing ServiceLoaderProvider logic and extrating to SLP (commit: 2861cf7) — Otavio Santana / detail
  13. Create loadertype test (commit: 762e1b3) — Otavio Santana / detail
  14. Create test to Loadertype (commit: da138b8) — Otavio Santana / detail
  15. remove unused imports (commit: 0cce50c) — Otavio Santana / detail
  16. remove unused imports on ServiceLoaderProvider (commit: 350c78b) — Otavio Santana / detail
  17. simplify code using method reference (commit: db82161) — Otavio Santana / detail
  18. Optmizes code using final on ServiceLoaderProvider (commit: b00c482) — Otavio Santana / detail
  19. fixes documentation on Condition javadoc (commit: adcbf43) — Otavio Santana / detail
  20. Small documentation typos (commit: 8764b79) — Otavio Santana / detail
  21. Add test cases for the behavior of LoaderType.OSGI (commit: 0cd827d) — Jesse Gallagher / detail
  22. Update jakarta nosql API to 1.0.0-b4 (commit: 4c6fb73) — Otavio Santana / detail