Releases: speedment/jpa-streamer
Releases · speedment/jpa-streamer
1.0.2
New Features
Improve parameterized queries
Fixed Issues
#122 JPAStreamer generated query isn't parametrized
1.0.1
New Features
Removed BETA announcement
Fixed Issues
#113 Remove beta and production warning (enhancement)
1.0.0
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
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
New Features
Maintenance release
Fixed Issues
#80 JavaDoc in generated files incorrect
0.1.6
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
New Features
Fixed Issues
#73 Add Lombok compatibility
0.1.4
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
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
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