1. 21aa1e2 Update GitHub Action versions by Tobias Bouschen · 3 months ago main
  2. c48b954 Clarify javadoc of Query.cancel() and cancelAll() (#92) by Tilmann · 3 months ago
  3. 46ac59c JDO-831: tck: improve tck query tests for performance (#90) by Michael Bouschen · 3 months ago
  4. bfe71cb Disable external entity processing (#91) by Tilmann · 3 months ago
  5. 71f1916 Bump org.springframework:spring-beans in /parent-pom (#89) by dependabot[bot] · 4 months ago
  6. c4dcb7c JDO-830: Migrate JUnit tests in tck to version 5 by Michael Bouschen · 6 months ago
  7. f241fb9 Move log files + cleanup (#88) by Tilmann · 6 months ago
  8. 4a03d88 JDO-830: Migrate JUnit tests in tck to version 5 by Michael Bouschen · 6 months ago
  9. ffe5c2b JDO-830: Migrate JUnit tests in tck to version 5 by Michael Bouschen · 6 months ago
  10. 36d08ff JDO-830: Migrate JUnit tests in tck to version 5 (#85) by Michael Bouschen · 6 months ago
  11. 31fa167 Export TCK logs in GitHub Action by Tobias Bouschen · 6 months ago
  12. 5f353a5 JDO-822 - Add JDK 21 to matrix build by Tobias Bouschen · 7 months ago
  13. a16b43b Clean up Enhancer.execute() (#83) by Tilmann · 10 months ago
  14. 470883f JDO-832: Remove RunTCK option jdo.tck.skipJndi (#82) by Michael Bouschen · 11 months ago
  15. f3396e2 JDO-827 Simplify JNDI (#81) by Tilmann · 11 months ago
  16. 372876a JDO-829: api: Migrate JUnit tests to version 5 (#80) by Michael Bouschen · 11 months ago
  17. 4a0c2ad Update GitHub action versions by Tobias Bouschen · 12 months ago
  18. 5130b19 JDO-828 - Add setup for subjects for automated GitHub emails by Tobias Bouschen · 12 months ago
  19. 51e3f00 JDO-823: Cognitive Complexity of methods should not be too high (#77) by Michael Bouschen · 1 year, 1 month ago
  20. a4f0234 JDO-823 - Make fields in JDOException final (#76) by Tobias Bouschen · 1 year, 1 month ago
  21. d2f1dcb Update Convert.java (#74) by Tilmann · 1 year, 1 month ago
  22. 24328f3 JDO-823: Remove unused local variable (#72) by Tilmann · 1 year, 2 months ago
  23. ed7ae03 Update PropertyUtils.java (#73) by Craig L Russell · 1 year, 2 months ago
  24. f5df438 JDO-823: Type parameter names should comply with naming convention by Michael Bouschen · 1 year, 2 months ago
  25. 404e563 JDO-823: Arrays should not be created for varargs parameters. by Michael Bouschen · 1 year, 2 months ago
  26. 06d04b0 JDO-823: String literals should not be duplicated - formatting changes by Michael Bouschen · 1 year, 2 months ago
  27. f3ebe4a JDO-823: String literals should not be duplicated by Michael Bouschen · 1 year, 2 months ago
  28. 306b786 JDO-823: Standard outputs should not be used to log anything by Michael Bouschen · 1 year, 2 months ago
  29. 59f20aa JDO-823: Standard outputs should not be used to log anything by Michael Bouschen · 1 year, 3 months ago
  30. 96be1c1 JDO-823 Removed catch(Throwable) (#71) by Tilmann · 1 year, 3 months ago
  31. 6a95c71 JDO-823: : Fix more sonarcloud issues of type Code Smells - Constructors of an „abstract" class should not be declared "public" by Michael Bouschen · 1 year, 3 months ago
  32. 14473c8 Removed nested try-catch (#69) by Tilmann · 1 year, 3 months ago
  33. 20166b9 JDO-825: Improve exectck classes (#70) by Michael Bouschen · 1 year, 3 months ago
  34. ac45fe2 JDO-823: Add a private constructor to hide the implicit public one for utility class by Michael Bouschen · 1 year, 3 months ago
  35. f5372b7 JDO-823: Fix more sonarcloud issues of type Code Smells - Generic exceptions should never be thrown by Michael Bouschen · 1 year, 3 months ago
  36. fc91403 JDO-823: Fix more sonarcloud issues of type Code Smells - Track uses of "TODO" tags by Michael Bouschen · 1 year, 4 months ago
  37. 38c7968 JDO-823: Fix more sonarcloud issues of type Code Smells (#68) by Michael Bouschen · 1 year, 4 months ago
  38. 5271b91 Update copyright to include year 2023 by Michael Bouschen · 1 year, 4 months ago
  39. f748519 JDO-823: Fix sonarcloud issues of type Code Smells (#67) by Michael Bouschen · 1 year, 5 months ago
  40. 3b0d34a JDO-821: Fix sonarcloud issues of type Bugs by Michael Bouschen · 1 year, 5 months ago
  41. fb02e2f JDO-821: Fix sonarcloud issues of type Bugs (#65) by Michael Bouschen · 1 year, 6 months ago
  42. e76dcb3 Remove printStackTrace() from LegacyJava.java (#66) by Tilmann · 1 year, 6 months ago
  43. 7d10f80 Removed copyright noticed from tck and exectck (#64) by Tilmann · 1 year, 6 months ago
  44. c1ad3e9 Update HowToReleaseJDO.md by Craig L Russell · 1 year, 6 months ago
  45. 6ba6be5 Update HowToReleaseJDO.md by Craig L Russell · 1 year, 6 months ago
  46. 1281543 Replaced http with https (#63) by Tilmann · 1 year, 6 months ago
  47. 2fdebc0 Update README.md by Tilmann · 1 year, 6 months ago
  48. b93a816 Update README.md by Tilmann · 1 year, 6 months ago
  49. d4eedf7 Introduce format check in GitHub action by Tobias Bouschen · 1 year, 8 months ago
  50. 04051f0 Adjust README formatter section by Tobias Bouschen · 1 year, 8 months ago
  51. 4a2eb29 Format Java classes using GJF by Tobias Bouschen · 1 year, 8 months ago
  52. 594de1f Maven plugin using Google Java Formatter (#57) by Michael Bouschen · 1 year, 8 months ago
  53. 11bd380 Update pom.xml to show compiler warnings (#54) by Craig L Russell · 1 year, 9 months ago
  54. a72c727 Revert "GJF reformat (#55)" (#56) by Michael Bouschen · 1 year, 9 months ago
  55. 846f460 GJF reformat (#55) by Tobias Bouschen · 1 year, 9 months ago
  56. 1a458c1 JDO-815 update license headers from http: to https: by Craig L Russell · 1 year, 11 months ago
  57. 7cd32be Missing updates from 3.2 branch (#53) by Tilmann · 2 years ago
  58. 20b14bf upgrade Felix maven-bundle-plugin by Hervé Boutemy · 2 years ago
  59. 82a36f9 JDO-814: Remove ant dependency (#51) by Michael Bouschen · 2 years ago
  60. 11f2894 3.2.1 (#47) by Tilmann · 2 years ago
  61. 67cc815 Update NOTICE.txt by Craig L Russell · 2 years ago
  62. e623503 JDO 808: Java 18 compatibility (#41) by Tilmann · 2 years, 1 month ago
  63. 3fa6543 JDO-811: Update JDO dependencies (#46) by Michael Bouschen · 2 years, 1 month ago
  64. 953ae40 Bump spring-beans from 5.2.9.RELEASE to 5.2.21.RELEASE in /parent-pom (#45) by dependabot[bot] · 2 years, 1 month ago
  65. fab1aca Bump ant from 1.10.9 to 1.10.11 in /parent-pom (#44) by dependabot[bot] · 2 years, 1 month ago
  66. 7b39350 Fix Java 9 Warnings (#43) by Tilmann · 2 years, 1 month ago
  67. c2ae74a Fix orm/sql files for ArrayListCollections/TreeSetCollections so that they map embedded fields correctly (#42) by Andy Jefferson · 2 years, 2 months ago
  68. c39c372 JDO-806: Use apache URL for schemaLocation of JDO XSDs and DTDs (#40) by Michael Bouschen · 2 years, 2 months ago
  69. 682b704 JDO-807: Update schema descriptor of JDO Metadata file to use latest 3.2 xsd definition (#39) by Michael Bouschen · 2 years, 2 months ago
  70. 065e9a7 Remove specification by Tobias Bouschen · 2 years, 3 months ago
  71. a61bce4 Create README.md by Craig L Russell · 2 years, 3 months ago
  72. 328e86a Update README.md by Craig L Russell · 2 years, 3 months ago
  73. 6ad1fb8 Update build.yml by Tobias Bouschen · 2 years, 4 months ago
  74. ce801b8 upgrade Felix maven-bundle-plugin for Reproducible (#36) by Hervé Boutemy · 2 years, 4 months ago
  75. ae7bd72 3.2 (#32) by Tilmann · 2 years, 4 months ago
  76. 9acceb6 Correct typo in README (#35) by Brennan Fox · 2 years, 5 months ago
  77. 5747304 Pre 3.2 release fixes (#33) by Tilmann · 2 years, 7 months ago
  78. 9205b73 Fixed apache-rat issues by Michael Bouschen · 2 years, 8 months ago
  79. fe18709 Fixed checkstyle dependency by Michael Bouschen · 2 years, 8 months ago
  80. 613401d Removed .svnignore by Michael Bouschen · 2 years, 8 months ago
  81. 102a13e JDO-795: index enties for optimistic transaction by Michael Bouschen · 2 years, 8 months ago
  82. 2c1e48d JDO-795: Update AppF, AppG with current xml files by Michael Bouschen · 2 years, 8 months ago
  83. ea81e7f JDO-795: Update AppD, AppE, AppF, AppG with current xml files by Michael Bouschen · 2 years, 8 months ago
  84. 2a4b4cb JDO-795: changes to references by Michael Bouschen · 2 years, 8 months ago
  85. 6738464 JDO-795: minor formatting changes by Michael Bouschen · 2 years, 8 months ago
  86. 0ca2be4 JDO-795: updated index entries for PersistenceCapable by Michael Bouschen · 2 years, 8 months ago
  87. af9dca4 JDO-795: updated index entries for PM; PMF, JDO Identity and PC by Michael Bouschen · 2 years, 8 months ago
  88. df8689d Spec fixes 23 (#31) by Tilmann · 2 years, 8 months ago
  89. 90f3956 Update Ch25-Permission.odt (#30) by Tilmann · 2 years, 8 months ago
  90. 4a7a74e Update index entries for Chapter 05 by Craig L Russell · 2 years, 9 months ago
  91. 9442337 JDO-795: removed AppC, AppD and AppE and renamed the following Chapters by Michael Bouschen · 2 years, 9 months ago
  92. f4ea4b5 JDO-795: Spec fixes chapter 24 by Michael Bouschen · 2 years, 9 months ago
  93. 8faa15f Spec fixes 15 16 17 (#29) by Tilmann · 2 years, 9 months ago
  94. 47a1064 JDO-795: Spec fixes chapter AppB and AppK by Michael Bouschen · 2 years, 9 months ago
  95. 2d88f54 Spec fixes 15 16 17 (#28) by Tilmann · 2 years, 9 months ago
  96. 4b54a8b Update release date by Michael Bouschen · 2 years, 9 months ago
  97. 80fef97 JDO-795: Spec fixes chapter 20 and 22 by Michael Bouschen · 2 years, 9 months ago
  98. cc82dbf Wasted effort by Craig L Russell · 2 years, 9 months ago
  99. 5edfa3a JDO-795: Spec fixes chapter 18 and 19 by Michael Bouschen · 2 years, 9 months ago
  100. 76f01dd JDO-795: Spec fixes chapter 14 and 21 by Michael Bouschen · 2 years, 9 months ago