Skip to content

1.1.0-M4

Pre-release
Pre-release

Choose a tag to compare

@KyleAure KyleAure released this 27 Aug 15:38
· 14 commits to main since this release

What's Changed

  • Update templates to include release 1.1.0-M3 by @github-actions[bot] in #1420
  • javadoc for CurrentDate, CurrentDateTime, and CurrentTime by @njr-11 in #1419
  • how to sort nulls by @njr-11 in #1418
  • Rename artifactId to jakarta.data.stateful-api in pom.xml by @otaviojava in #1426
  • OrderBy annotation can indicate sorting of nulls by @njr-11 in #1428
  • Update spec.version to 1.1 in pom.xml by @otaviojava in #1425
  • Address review comment to use consistent punctuation in param javadoc by @njr-11 in #1427
  • build(deps-dev): bump org.sonarsource.scanner.maven:sonar-maven-plugin from 5.5.0.6356 to 5.6.0.6792 by @dependabot[bot] in #1433
  • TCK tests for Sort.nullsFirst() and nullsLast() by @njr-11 in #1432
  • Avoid ambiguity in dataStore name requirements by @njr-11 in #1406
  • minor fixes to the javadoc by @gavinking in #1440
  • build(deps-dev): bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.1.2 to 3.6.0 by @dependabot[bot] in #1412
  • dependency: puppycrawl requires Java 21 by @KyleAure in #1414
  • TCK tests for OrderBy nulls FIRST and LAST by @njr-11 in #1435
  • TCK tests for the First anno by @njr-11 in #1441
  • TCK tests for stateful repository method annotations by @njr-11 in #1449
  • refactor: avoid using Maven.resolver() in TCK by @KyleAure in #1448
  • Alignment with Persistence annotation names by @njr-11 in #1443
  • respecify EntityExistsException by @gavinking in #1461
  • Various TCK updates by @marko-bekhta in #1466
  • build(deps-dev): bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5.6 by @dependabot[bot] in #1468
  • Document the requirement for a transaction for stateful repositories in Javadoc by @njr-11 in #1429
  • TCK tests of Asynchronous repository method by @njr-11 in #1456
  • Javadoc for NumericCast by @njr-11 in #1472
  • specify that a superinterface of a repo has no primary entity type by @gavinking in #1477
  • Replace accidentally included non-ASCII char in test data by @njr-11 in #1483
  • build(deps-dev): bump org.jacoco:jacoco-maven-plugin from 0.8.14 to 0.8.15 by @dependabot[bot] in #1485
  • Sort for path attributes by @njr-11 in #1400
  • Limitations on cursor-based pagination when sort criteria includes an expression by @njr-11 in #1505
  • TCK tests for sorting based on expressions by @njr-11 in #1497
  • Subtle behavior change in metamodel with Sort.equals due to the addition of expressions by @njr-11 in #1496
  • TCK tests for NativeQuery by @njr-11 in #1495
  • Consistent case for example queries by @njr-11 in #1478
  • Always return same instance of CurrentDate, CurrentTime, or CurrentDateTime by @njr-11 in #1467
  • Some clarifications on stateful repositories around persistence context by @njr-11 in #1421
  • build(deps-dev): bump org.sonarsource.scanner.maven:sonar-maven-plugin from 5.6.0.6792 to 5.7.0.6970 by @dependabot[bot] in #1465
  • minimal API changes for 0-based offsets by @njr-11 in #1482
  • TCK tests for Limit with 0-based offset by @njr-11 in #1511
  • Increase Test Coverage by @otaviojava in #1506
  • Fix cursors check when no results are present by @mbellade in #1513
  • add nullability annotations by @gavinking in #1494
  • Review comments from tech writer on recently added messages by @njr-11 in #1515
  • fix an error in gammar by @gavinking in #1516
  • Override StandaloneExtension#beforeTestExecution to follow the same pattern and return early if deployment is skipped by @marko-bekhta in #1502
  • build(deps-dev): bump jakarta.tck:sigtest-maven-plugin from 2.6 to 2.7 by @dependabot[bot] in #1521
  • add missing @nonnull annotations by @gavinking in #1526
  • Create Events TCK by @otaviojava in #1530
  • Life cycle events do not enforce nonnull by @njr-11 in #1531
  • Double insert in TCK test results in EntityExistsException by @njr-11 in #1534
  • add missing long pageOffset() getter by @gavinking in #1535
  • fix: update.yml and execute on push by @KyleAure in #1538
  • Update templates to include release 1.0.2 by @github-actions[bot] in #1540
  • add stateful signatures and housekeeping by @KyleAure in #1542
  • Javadoc for NavigableExpression and Path by @njr-11 in #1541
  • fix: workflow generates both signature test files by @KyleAure in #1543

New Contributors

Full Changelog: 1.1.0-M3...1.1.0-M4