github quarkiverse/quarkus-jpastreamer 3.0.2.Final

latest release: 3.0.3.Final
14 months ago

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

Don't miss a new quarkus-jpastreamer release

NewReleases is sending notifications on new releases.