Skip to content

Releases: looorent/jflu

Release v3.0.6

11 Dec 15:09
b5e0305

Choose a tag to compare

Release v3.0.5

11 Dec 14:10
b5e0305

Choose a tag to compare

Changelog

Release v3.0.4

11 Dec 13:33
b5e0305

Choose a tag to compare

Changelog

b5e0305 Merge pull request #7 from looorent/quarkus-3.30
16224cf [3.0.4] Compatibility with Quarkus 3.30.x
862974d [3.0.3] Publish using JReleaser
5475e35 [3.0.2] Support for Quarkus 3.16
14ad5e9 [3.0.1] Support for the new API of BeanContainer
63dbfb0 [3.0.1] Support for the new API of BeanContainer
a4adefb [3.0.0] Support for Quarkus 3
cf8d165 [1.1.4] Support for Quarkus 2.16.3
cf58cc0 [1.1.3] Support for consuming overridenEmitter attributes
068881d Merge pull request #6 from looorent/quarkus-subscriber-properties
d01f717 [1.1.2] Quarkus RabbitMQ Subscription allows properties to be redefined
f523395 Merge pull request #5 from looorent/quarkus-subscriber-initialization
9e038d6 [1.1.1] Quarkus RabbitMQ Subscription is initialized before the StartupEvent
45a9f6a [1.1.0] Stable Quarkus extension + native support for GraalVM
bb0f507 [1.0.13] Increase compatibility with Quarkus native image build (producer and subscriber)
6404d95 [1.10.2] Extension for RabbitMQ Subscription
de6e527 [1.0.10] Increase CDI discoverability for Quarkus extentions
c023ea7 [1.0.9] Increase CDI discoverability for Quarkus extentions
c784bef Merge pull request #4 from looorent/quarkus-native
7efb189 Support for RAbbitMQ subscriber on Quarkus
3c63447 Support for JDK 17
822c5d3 Support for JDK 17
a559c24 [1.0.8] Support for Quarkus native builds
a109de3 [1.0.7] Support RabbitMQ with SSL
56a69c3 [1.0.6] Support for the attribute on events of type
964fd16 [1.0.5] Update jackson to avoid CVE-2020-25649
95d9bce Publish with descriptions
e2f0262 [1.0.4] Support for LocalDate on Payload
e5582d5 Upgrade dependencies (including Gradle)
224c714 [1.0.3] Override attributes, delete queue, stop consumer
9c030dd [1.0.2] Quarkus 1.12.0 + Manual injection of RabbitmqConsumerException
e8d71d3 [1.0.1] Move to JDK14, Gradle 6.3, Quarkus 1.3.1 and Groovy 3
8469a0d [1.0.0] Stable version
ee03204 [0.14.3] Bugfixes
63666d6 Develop Event Store on jlink
5592c3a [0.14.1] Quarkus enable
e32f29f [0.14.0] JPMS Support
0e58e98 Upgrade plugin Nexus Staging
a1d3f88 [0.13.7] Decouple subscriber from flu-core
4c0caac [0.13.7] Quarkus Support
15be8fa [0.13.6] Support for EventKindMapping.TRIGGERED_JOB
9bb4916 Remove special characters in javadoc
ea59506 [0.13.5] Support for EventKing.TRIGGERED_JOB
46e1aca [0.13.4] Build with JDK12 + Gradle 5.5 + Convenient methods
7781956 [0.13.3] Add convenient methods
57a46e1 [0.13.2] Better support for null values in polymorphic associations
a7715fc [0.13.1] Support both snake case and camel case when reading polymorphic associations
a1641ed [0.13.0] Support for polymorphic associations on (#3)
d3822c4 Move to 0.12
e74413e Allow for custom handling of ConsumptionException
901a4d7 Changed signature on EntityChange + added test
49ccd3d Move to 0.10
de686cb Merge pull request #2 from looorent/data-mapping
cf18385 Better way to retreive data from userMetadata/changes maps
24cf0d2 Merge pull request #1 from looorent/flu-rails-upgrade
39a1c30 review changes
e157100 Upgraded compatibility to events from flu-rails 0.2.0
f8a0297 Move to 0.8
3a0a7dd Rename 'metadata' into 'meta'
33a4e5c Move to 0.7
a7856df RabbitMQ - wait for connection (producer and subscriber)
f691c84 Move to 0.6
6b27185 Timestamp should be serialized using ISO-8601
0ad8262 Add option of durability on exchange for RabbitMQ Publishers
f24016d Move to 0.5
35ca873 Get better exceptions
2bcf113 Move to 0.4
2322e1b Allow projectors to bind their mapping on Kind=Manual
350b26d Move to 0.3
7d741ff Let the subscriptions use a RabbitMQ queue durable or not
c87203f Subscriptions can throw ConsumptionException, which contain the corrupted event.
87ed29c Support Manual events
f0a47ce Move to 0.2
12bb046 Validate javadoc
44a9763 Validate javadoc
288f053 Refactor Dependencies
b7df0fd Improve Entity Event factory
c40ff0e Serializer for id
22a54b1 Wrong Json mapping for EntityData
46593d5 Fix git error
ecd514b Documentation
1cd03c9 Documentation + Entity Event factory
a121019 Proper request
4bdc7a6 Fix JDBC query
a2ce116 Fix JDBC query
cab1e7f Handle more exception in SubscriptionScanner
9f13d6a Small unit tests on the Subscription Repository
5a4d5af Fix Subscription Repository
5f62fab Access non-visible consumers
44ad396 Handle exception better when scanning for subscription
e0ee49e Missing broker exception
c16970e Missing broker exception
6bcfa1f Test on reflection configuration
c371a24 Documentation
b143d54 Documentation
246dc75 Abstract the use of a broker in the event-store
d482411 Refactor routing keys and consumers
da64e1c Liquibase configuration
aef11d3 Liquibase configuration
a466913 Liquibase configuration
f22d99e Liquibase configuration
e08c6cc Liquibase configuration
b47c7ed Liquibase configuration
12cb14f Liquibase configuration
c7a99f1 Event store
f815123 Main class of event store
e8d4c8b Plugin java well-placed
dfdc612 Event subscriber for RabbitMQ
066c1af Event producer for request
759c04e RabbitMQ publisher
9de8523 RabbitMQ Publisher & Subscriber - First draft
39c5fcb Spring MVC Request Listener - Draft
fb53625 Dependencies between libs
c7d02dc Initial commit