- fc04e73 JDO-852: Update to ASF parent pom version 35 (#107) by Michael Bouschen · 2 weeks ago main
- 59c143b Add Windows matrix build (#106) by Tobias Bouschen · 7 months ago
- f3b4df0 JDO-850: Add SampleModifyQuery test method using typesafe query API (#103) by Michael Bouschen · 7 months ago
- 11d676c JDO-849: added new sample query navigating a collection of strings in the filter (#102) by Michael Bouschen · 7 months ago
- c9be54a JDO-847: Create sbom files using cyclonedx-maven-plugin and spdx-maven-plugin by Michael Bouschen · 9 months ago
- 354dbd7 JDO-845: Update JDO dependencies (#98) by Michael Bouschen · 10 months ago
- a7bd089 JDO-844: Add SampleReadQuery test methods with variables of type String (#97) by Michael Bouschen · 10 months ago
- ad37e97 JDO-843 JDOQLTypedQuery: issue with candidate("this") method (#96) by Michael Bouschen · 11 months ago
- 6431f93 Bump commons-io:commons-io from 2.11.0 to 2.14.0 in /parent-pom (#95) by dependabot[bot] · 11 months ago
- b74fabd Fixed concurrency issue when running ResultClassRequirementsMap query test (#94) by Tilmann · 1 year, 1 month ago
- fd36d0c Squashed commit of the following: by Michael Bouschen · 1 year, 2 months ago
- 29a9809 Bump datanucleus jars to latest DN 5.2 version by Michael Bouschen · 1 year, 3 months ago
- 21aa1e2 Update GitHub Action versions by Tobias Bouschen · 1 year, 7 months ago
- c48b954 Clarify javadoc of Query.cancel() and cancelAll() (#92) by Tilmann · 1 year, 7 months ago
- 46ac59c JDO-831: tck: improve tck query tests for performance (#90) by Michael Bouschen · 1 year, 7 months ago
- bfe71cb Disable external entity processing (#91) by Tilmann · 1 year, 7 months ago
- 71f1916 Bump org.springframework:spring-beans in /parent-pom (#89) by dependabot[bot] · 1 year, 8 months ago
- c4dcb7c JDO-830: Migrate JUnit tests in tck to version 5 by Michael Bouschen · 1 year, 10 months ago
- f241fb9 Move log files + cleanup (#88) by Tilmann · 1 year, 10 months ago
- 4a03d88 JDO-830: Migrate JUnit tests in tck to version 5 by Michael Bouschen · 1 year, 10 months ago
- ffe5c2b JDO-830: Migrate JUnit tests in tck to version 5 by Michael Bouschen · 1 year, 10 months ago
- 36d08ff JDO-830: Migrate JUnit tests in tck to version 5 (#85) by Michael Bouschen · 1 year, 10 months ago
- 31fa167 Export TCK logs in GitHub Action by Tobias Bouschen · 1 year, 10 months ago
- 5f353a5 JDO-822 - Add JDK 21 to matrix build by Tobias Bouschen · 1 year, 11 months ago
- a16b43b Clean up Enhancer.execute() (#83) by Tilmann · 2 years, 2 months ago
- 470883f JDO-832: Remove RunTCK option jdo.tck.skipJndi (#82) by Michael Bouschen · 2 years, 2 months ago
- f3396e2 JDO-827 Simplify JNDI (#81) by Tilmann · 2 years, 2 months ago
- 372876a JDO-829: api: Migrate JUnit tests to version 5 (#80) by Michael Bouschen · 2 years, 2 months ago
- 4a0c2ad Update GitHub action versions by Tobias Bouschen · 2 years, 4 months ago
- 5130b19 JDO-828 - Add setup for subjects for automated GitHub emails by Tobias Bouschen · 2 years, 4 months ago
- 51e3f00 JDO-823: Cognitive Complexity of methods should not be too high (#77) by Michael Bouschen · 2 years, 4 months ago
- a4f0234 JDO-823 - Make fields in JDOException final (#76) by Tobias Bouschen · 2 years, 5 months ago
- d2f1dcb Update Convert.java (#74) by Tilmann · 2 years, 5 months ago
- 24328f3 JDO-823: Remove unused local variable (#72) by Tilmann · 2 years, 5 months ago
- ed7ae03 Update PropertyUtils.java (#73) by Craig L Russell · 2 years, 6 months ago
- f5df438 JDO-823: Type parameter names should comply with naming convention by Michael Bouschen · 2 years, 6 months ago
- 404e563 JDO-823: Arrays should not be created for varargs parameters. by Michael Bouschen · 2 years, 6 months ago
- 06d04b0 JDO-823: String literals should not be duplicated - formatting changes by Michael Bouschen · 2 years, 6 months ago
- f3ebe4a JDO-823: String literals should not be duplicated by Michael Bouschen · 2 years, 6 months ago
- 306b786 JDO-823: Standard outputs should not be used to log anything by Michael Bouschen · 2 years, 6 months ago
- 59f20aa JDO-823: Standard outputs should not be used to log anything by Michael Bouschen · 2 years, 6 months ago
- 96be1c1 JDO-823 Removed catch(Throwable) (#71) by Tilmann · 2 years, 6 months ago
- 6a95c71 JDO-823: : Fix more sonarcloud issues of type Code Smells - Constructors of an „abstract" class should not be declared "public" by Michael Bouschen · 2 years, 6 months ago
- 14473c8 Removed nested try-catch (#69) by Tilmann · 2 years, 6 months ago
- 20166b9 JDO-825: Improve exectck classes (#70) by Michael Bouschen · 2 years, 6 months ago
- ac45fe2 JDO-823: Add a private constructor to hide the implicit public one for utility class by Michael Bouschen · 2 years, 7 months ago
- f5372b7 JDO-823: Fix more sonarcloud issues of type Code Smells - Generic exceptions should never be thrown by Michael Bouschen · 2 years, 7 months ago
- fc91403 JDO-823: Fix more sonarcloud issues of type Code Smells - Track uses of "TODO" tags by Michael Bouschen · 2 years, 7 months ago
- 38c7968 JDO-823: Fix more sonarcloud issues of type Code Smells (#68) by Michael Bouschen · 2 years, 8 months ago
- 5271b91 Update copyright to include year 2023 by Michael Bouschen · 2 years, 8 months ago
- f748519 JDO-823: Fix sonarcloud issues of type Code Smells (#67) by Michael Bouschen · 2 years, 8 months ago
- 3b0d34a JDO-821: Fix sonarcloud issues of type Bugs by Michael Bouschen · 2 years, 9 months ago
- fb02e2f JDO-821: Fix sonarcloud issues of type Bugs (#65) by Michael Bouschen · 2 years, 9 months ago
- e76dcb3 Remove printStackTrace() from LegacyJava.java (#66) by Tilmann · 2 years, 9 months ago
- 7d10f80 Removed copyright noticed from tck and exectck (#64) by Tilmann · 2 years, 9 months ago
- c1ad3e9 Update HowToReleaseJDO.md by Craig L Russell · 2 years, 9 months ago
- 6ba6be5 Update HowToReleaseJDO.md by Craig L Russell · 2 years, 9 months ago
- 1281543 Replaced http with https (#63) by Tilmann · 2 years, 10 months ago
- 2fdebc0 Update README.md by Tilmann · 2 years, 10 months ago
- b93a816 Update README.md by Tilmann · 2 years, 10 months ago
- d4eedf7 Introduce format check in GitHub action by Tobias Bouschen · 2 years, 11 months ago
- 04051f0 Adjust README formatter section by Tobias Bouschen · 2 years, 11 months ago
- 4a2eb29 Format Java classes using GJF by Tobias Bouschen · 3 years ago
- 594de1f Maven plugin using Google Java Formatter (#57) by Michael Bouschen · 3 years ago
- 11bd380 Update pom.xml to show compiler warnings (#54) by Craig L Russell · 3 years, 1 month ago
- a72c727 Revert "GJF reformat (#55)" (#56) by Michael Bouschen · 3 years, 1 month ago
- 846f460 GJF reformat (#55) by Tobias Bouschen · 3 years, 1 month ago
- 1a458c1 JDO-815 update license headers from http: to https: by Craig L Russell · 3 years, 3 months ago
- 7cd32be Missing updates from 3.2 branch (#53) by Tilmann · 3 years, 3 months ago
- 20b14bf upgrade Felix maven-bundle-plugin by Hervé Boutemy · 3 years, 4 months ago
- 82a36f9 JDO-814: Remove ant dependency (#51) by Michael Bouschen · 3 years, 4 months ago
- 11f2894 3.2.1 (#47) by Tilmann · 3 years, 4 months ago
- 67cc815 Update NOTICE.txt by Craig L Russell · 3 years, 4 months ago
- e623503 JDO 808: Java 18 compatibility (#41) by Tilmann · 3 years, 5 months ago
- 3fa6543 JDO-811: Update JDO dependencies (#46) by Michael Bouschen · 3 years, 5 months ago
- 953ae40 Bump spring-beans from 5.2.9.RELEASE to 5.2.21.RELEASE in /parent-pom (#45) by dependabot[bot] · 3 years, 5 months ago
- fab1aca Bump ant from 1.10.9 to 1.10.11 in /parent-pom (#44) by dependabot[bot] · 3 years, 5 months ago
- 7b39350 Fix Java 9 Warnings (#43) by Tilmann · 3 years, 5 months ago
- c2ae74a Fix orm/sql files for ArrayListCollections/TreeSetCollections so that they map embedded fields correctly (#42) by Andy Jefferson · 3 years, 5 months ago
- c39c372 JDO-806: Use apache URL for schemaLocation of JDO XSDs and DTDs (#40) by Michael Bouschen · 3 years, 5 months ago
- 682b704 JDO-807: Update schema descriptor of JDO Metadata file to use latest 3.2 xsd definition (#39) by Michael Bouschen · 3 years, 6 months ago
- 065e9a7 Remove specification by Tobias Bouschen · 3 years, 7 months ago
- a61bce4 Create README.md by Craig L Russell · 3 years, 6 months ago
- 328e86a Update README.md by Craig L Russell · 3 years, 7 months ago
- 6ad1fb8 Update build.yml by Tobias Bouschen · 3 years, 7 months ago
- ce801b8 upgrade Felix maven-bundle-plugin for Reproducible (#36) by Hervé Boutemy · 3 years, 7 months ago
- ae7bd72 3.2 (#32) by Tilmann · 3 years, 7 months ago
- 9acceb6 Correct typo in README (#35) by Brennan Fox · 3 years, 8 months ago
- 5747304 Pre 3.2 release fixes (#33) by Tilmann · 3 years, 11 months ago
- 9205b73 Fixed apache-rat issues by Michael Bouschen · 4 years ago
- fe18709 Fixed checkstyle dependency by Michael Bouschen · 4 years ago
- 613401d Removed .svnignore by Michael Bouschen · 4 years ago
- 102a13e JDO-795: index enties for optimistic transaction by Michael Bouschen · 4 years ago
- 2c1e48d JDO-795: Update AppF, AppG with current xml files by Michael Bouschen · 4 years ago
- ea81e7f JDO-795: Update AppD, AppE, AppF, AppG with current xml files by Michael Bouschen · 4 years ago
- 2a4b4cb JDO-795: changes to references by Michael Bouschen · 4 years ago
- 6738464 JDO-795: minor formatting changes by Michael Bouschen · 4 years ago
- 0ca2be4 JDO-795: updated index entries for PersistenceCapable by Michael Bouschen · 4 years ago
- af9dca4 JDO-795: updated index entries for PM; PMF, JDO Identity and PC by Michael Bouschen · 4 years ago
- df8689d Spec fixes 23 (#31) by Tilmann · 4 years ago