Skip to content

Releases: speedment/jpa-streamer

1.0.2

21 Mar 17:18
Compare
Choose a tag to compare

New Features

Improve parameterized queries

Fixed Issues

#122 JPAStreamer generated query isn't parametrized

1.0.1

17 Jan 17:48
Compare
Choose a tag to compare

New Features

Removed BETA announcement

Fixed Issues

#113 Remove beta and production warning (enhancement)

1.0.0

17 Jan 15:56
Compare
Choose a tag to compare

New Features

Add support for specialized primitive streams:

  • IntStream
  • LongStream
  • DoubleStream

Fixed Issues

#105 Add @SafeVarargs (bug)
#44 Add support for IntStream, LongStream and Double... (bug)

0.1.8

24 Sep 07:37
Compare
Choose a tag to compare
0.1.8 Pre-release
Pre-release

New Features

Maintenance release

Fixed Issues

#93 Incorrect mapping for between predicate inclusions (bug)
#90 Stream fails when .skip() is the only intermediate operation (bug)
#82 Unable to build under Java 14
#81 Add ci matrix including Java 14 (enhancement)

0.1.7

09 Sep 09:07
Compare
Choose a tag to compare
0.1.7 Pre-release
Pre-release

New Features

Maintenance release

Fixed Issues

#80 JavaDoc in generated files incorrect

0.1.6

08 Sep 14:24
Compare
Choose a tag to compare
0.1.6 Pre-release
Pre-release

New Features

  • Simplify the API
  • Use a more descriptive artifact id for jpastreamer-core

Fixed Issues

#75 Rework the JPAStreamer and builder
#74 Rename artifact core to jpastreamer-core

0.1.5

08 Sep 12:39
Compare
Choose a tag to compare
0.1.5 Pre-release
Pre-release

New Features

  • Add Lombok compatibility

Fixed Issues

#73 Add Lombok compatibility

0.1.4

07 Sep 17:29
Compare
Choose a tag to compare
0.1.4 Pre-release
Pre-release

New Features

  • Improved getter matching algorithm
  • Fallback if no getter can be found

Fixed Issues

#66 Improve field to getter mapping and fall-back
#67 Generated classes should be final

0.1.3

07 Sep 11:39
b14ce67
Compare
Choose a tag to compare
0.1.3 Pre-release
Pre-release

New Features

  • Allow both "get" and "is" getter names

Fixed Issues

#60 Evaluate both "is" and "get" prefix for boolean getters
#58 Error when generating class with static member

0.1.2

04 Sep 13:37
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release

New Features

  • Introduced stream() with joining specified

Fixed Issues

#56 Only cache Streamers with basic configuration
#2 Application-Standard: Use dependency managment
#54 Allow Join type to be settable
#51 Modify pom parameters to improve maven central info
#49 JPAStreamer instances obtained by name should close underlying EntityManagerFactory
#50 Document the JPAStreamer class