Skip to content

Commit

Permalink
CAY-2859 Redesign SelectById factory methods
Browse files Browse the repository at this point in the history
  • Loading branch information
stariy95 committed Nov 5, 2024
1 parent 055ee4d commit b6000d6
Show file tree
Hide file tree
Showing 4 changed files with 574 additions and 53 deletions.
1 change: 1 addition & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Date:
----------------------------------
Changes/New Features:

CAY-2859 Redesign SelectById factory methods
CAY-2871 QualifierTranslator breaks on a relationship with a compound FK
CAY-2872 CayenneModeler "Documentation" link is broken
CAY-2873 Change Orderings.orderedList() to accept a Collection rather than a List
Expand Down
5 changes: 5 additions & 0 deletions UPGRADE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ IMPORTANT: be sure to read all notes for the intermediate releases between your
current release and the release you are upgrading to.
-------------------------------------------------------------------------------

UPGRADING TO 5.0.M2

* Per CAY-2859 SelectById query factory methods are redesigned with a bunch of old methods deprecated,
so you should update your calls accordingly.

UPGRADING TO 5.0.M1

* Per CAY-2737 All code deprecated in Cayenne 4.1 and 4.2 was deleted, please review your code before upgrading.
Expand Down
Loading

0 comments on commit b6000d6

Please sign in to comment.