Major changes
This release depends on JPAStreamer 3.0.3. It includes query optimizations and essential bug fixes. We highly recommend that all users upgrade to the newest version to benefit from the latest improvements.
JPAStreamer now also supports CDI Injection. Simply instantiate JPAStreamer as follows:
@ApplicationScoped
public class FooRepository {
@Inject
JPAStreamer jpaStreamer;
...
}
Complete changelog
#7 Enable Injection of JPAStreamer
#8 Write a JPAStreamer Quarkus starter template
#46 DevUI: New Card for Quarkus 3