Oliver Drotbohm
d9ceec00fb
GH-895 - Prepare next development iteration.
2024-10-26 15:20:43 +02:00
Oliver Drotbohm
94b9b3510f
GH-895 - Release version 1.1.10.
2024-10-26 15:20:43 +02:00
Oliver Drotbohm
a47bbcc1ab
GH-812 - Prepare next development iteration.
2024-09-20 22:33:43 +02:00
Oliver Drotbohm
bf4e0c0602
GH-812 - Release version 1.1.9.
2024-09-20 22:33:43 +02:00
Oliver Drotbohm
2668e63525
GH-779 - Prepare next development iteration.
2024-08-23 11:50:36 +02:00
Oliver Drotbohm
bf2617c83b
GH-779 - Release version 1.1.8.
2024-08-23 11:50:36 +02:00
Oliver Drotbohm
8e4ac3f1ed
GH-740 - Prepare next development iteration.
2024-07-19 00:46:11 +02:00
Oliver Drotbohm
8a1f94490a
GH-740 - Release version 1.1.7.
2024-07-19 00:46:10 +02:00
Oliver Drotbohm
066a62a084
GH-676 - Prepare next development iteration.
2024-06-21 13:21:09 +02:00
Oliver Drotbohm
4cf8e05e11
GH-676 - Release version 1.1.6.
2024-06-21 13:21:09 +02:00
Oliver Drotbohm
56049baa73
GH-643 - Prepare next development iteration.
2024-05-24 12:44:12 +02:00
Oliver Drotbohm
6bdf54bb2e
GH-643 - Release version 1.1.5.
2024-05-24 12:44:12 +02:00
Oliver Drotbohm
c16751b98b
GH-576 - Prepare next development iteration.
2024-04-29 13:52:32 +02:00
Oliver Drotbohm
2a9d3fda2a
GH-576 - Release version 1.1.4.
2024-04-29 13:52:32 +02:00
Oliver Drotbohm
a22a3bd617
GH-513 - Prepare next development iteration.
2024-02-23 16:34:58 +01:00
Oliver Drotbohm
268b27b7c3
GH-513 - Release version 1.1.3.
2024-02-23 16:34:58 +01:00
Oliver Drotbohm
6efcbea3ec
GH-475 - Prepare next development iteration.
2024-01-19 21:43:40 +01:00
Oliver Drotbohm
534f1ba628
GH-475 - Release version 1.1.2.
2024-01-19 21:43:40 +01:00
Oliver Drotbohm
edaec89ef4
GH-434 - Prepare next development iteration.
2023-12-21 23:28:18 +01:00
Oliver Drotbohm
96cd72ee91
GH-434 - Release version 1.1.1.
2023-12-21 23:28:17 +01:00
Oliver Drotbohm
768103fd32
GH-393 - Prepare next development iteration.
2023-11-28 17:09:00 +01:00
Oliver Drotbohm
c6c0c0f500
GH-393 - Release version 1.1.0.
2023-11-24 18:22:06 +01:00
Oliver Drotbohm
20a7474f2f
GH-358 - Prepare next development iteration.
2023-11-03 09:02:46 +01:00
Oliver Drotbohm
6336e32d54
GH-358 - Release version 1.1.0-RC2.
2023-11-03 09:02:45 +01:00
Oliver Drotbohm
69fd64dbf7
GH-341 - Prepare next development iteration.
2023-10-23 09:12:13 +02:00
Oliver Drotbohm
d4cde409a1
GH-341 - Release version 1.1.0-RC1.
2023-10-23 09:12:13 +02:00
Oliver Drotbohm
61fa94ad63
GH-303 - Prepare next development iteration.
2023-09-21 23:35:47 +02:00
Oliver Drotbohm
6f5b3c0baa
GH-303 - Release version 1.1.0-M1.
2023-09-21 23:35:47 +02:00
Oliver Drotbohm
9b0062f354
GH-248 - Support to automatically externalize events.
...
We now allow externalizing application events to a variety of message brokers through the addition of Spring Modulith modules for Kafka, AMQP and JMS to a user project's classpath. Which events shall be externalized and how they're supposed to be routed to the message broker can be configured through either annotations or via a configuration API declared as Spring bean.
In case Jackson is on the classpath, we also add auto-configuration to use a Boot-configured ObjectMapper instance with the corresponding message broker client APIs to properly serialize and deserialize messages to JSON.
2023-09-07 16:29:10 +02:00