Commit Graph

209 Commits

Author SHA1 Message Date
Oliver Drotbohm
c4a9d7e85d GH-1025 - Fix version number to 1.2.9 snapshots. 2025-02-23 15:17:47 +01:00
Oliver Drotbohm
0f272d7b85 GH-1025 - Prepare next development iteration. 2025-01-23 13:32:42 +01:00
Oliver Drotbohm
f85a9dc70f GH-1025 - Release version 1.2.8. 2025-01-23 13:32:41 +01:00
Oliver Drotbohm
8192f1bb2d GH-1012 - Update copyright declarations to include 2025. 2025-01-06 17:01:21 +01:00
Oliver Drotbohm
dad6bf775c GH-1003 - Prepare next development iteration. 2024-12-20 14:18:59 +01:00
Oliver Drotbohm
64c351b0b7 GH-1003 - Release version 1.2.7. 2024-12-20 14:18:59 +01:00
Oliver Drotbohm
32c66c2b2c GH-956 - Prepare next development iteration. 2024-11-21 16:47:07 +01:00
Oliver Drotbohm
255596b619 GH-956 - Release version 1.2.6. 2024-11-21 16:47:06 +01:00
Oliver Drotbohm
047802027a GH-953 - Fix Javadoc in PersistentApplicationEventMulticaster.\n\nFixes GH-953. 2024-11-21 13:00:09 +01:00
Oliver Drotbohm
b86be0823b GH-938 - Fix logger creation in EventExternalizationSupport. 2024-11-18 16:27:06 +01:00
Oliver Drotbohm
777587eeb5 GH-899 - Prepare next development iteration. 2024-10-26 15:38:55 +02:00
Oliver Drotbohm
aed05301c7 GH-899 - Release version 1.2.5. 2024-10-26 15:38:55 +02:00
Oliver Drotbohm
ad5f432ed1 GH-879 - Add LICENSE and NOTICE files to binaries. 2024-10-14 22:18:51 +02:00
Oliver Drotbohm
9b81900e48 GH-877 - Upgrade to embedded MongoDB 4.16.1. 2024-10-14 17:41:29 +02:00
Oliver Drotbohm
ff131170e0 GH-811 - Prepare next development iteration. 2024-09-20 23:00:45 +02:00
Oliver Drotbohm
3d28ea69a1 GH-811 - Release version 1.2.4. 2024-09-20 23:00:45 +02:00
Martin Beentjes
d4fc976c93 GH-790 - Correct package declaration in JacksonEventSerializer. 2024-08-30 17:25:11 +02:00
Oliver Drotbohm
5a8a95adcb GH-784 - Prepare next development iteration. 2024-08-23 12:23:37 +02:00
Oliver Drotbohm
da4d38c1c8 GH-784 - Release version 1.2.3. 2024-08-23 12:23:37 +02:00
Oliver Drotbohm
07f1d5b4f2 GH-780 - Upgrade to Testcontainers 1.17.6. 2024-08-23 11:58:48 +02:00
Oliver Drotbohm
0ba371fba3 GH-755 - Remove performance tests.
The functionality we compare against is only available in 1.3.
2024-08-08 12:10:26 +02:00
Oliver Drotbohm
81fbd71058 GH-755 - Revert to @MockBean. 2024-08-08 12:01:13 +02:00
Oliver Drotbohm
047ae729a2 GH-755 - Avoid superfluous, repeated deserialization in JdbcEventPublication.getEvent(). 2024-08-08 11:46:45 +02:00
Oliver Drotbohm
965c9a480b GH-750 - Optimize publication completion by event and target identifier.
We now additionally guard the completion query by event and target identifier to also only apply to publications that have not been completed yet. This will allow databases to optimize the query plan to apply simple comparisons (the date being null) over complex comparisons (the event payload) to reduce the intermediate results to process further and thus improve performance.
2024-08-06 17:21:45 -04:00
Oliver Drotbohm
7ebee3c838 GH-741 - Prepare next development iteration. 2024-07-19 01:11:15 +02:00
Oliver Drotbohm
b58f4ecb92 GH-741 - Release version 1.2.2. 2024-07-19 01:11:14 +02:00
Oliver Drotbohm
61bcafeaed GH-732 - Only create event publication registry entries for after commit listeners. 2024-07-14 19:23:27 +02:00
Raed
52c937a826 GH-717 - Enable tests that were mistakenly disabled. 2024-07-08 22:15:51 +02:00
Raed
2197321e66 GH-715 - Fix typo in Javadoc. 2024-07-08 22:09:17 +02:00
Oliver Drotbohm
bd2e4964fe GH-702 - Extract common properties of JDBC EPR test setup. 2024-07-05 11:18:51 +02:00
Oliver Drotbohm
62b9e7a092 GH-677 - Prepare next development iteration. 2024-06-21 13:57:05 +02:00
Oliver Drotbohm
c569a481fd GH-677 - Release version 1.2.1. 2024-06-21 13:57:05 +02:00
Oliver Drotbohm
b37e39d89e GH-605 - Prepare next development iteration. 2024-06-17 21:09:44 +02:00
Oliver Drotbohm
0d74b1b1d0 GH-605 - Release version 1.2.0. 2024-05-24 12:56:39 +02:00
Oliver Drotbohm
9a52cbf534 GH-630 - Let JdbcEventPublicationRepository implement BeanClassLoaderAware.
To make sure the event type is loaded via the RestartClassLoader when using Spring Boot Devtools.
2024-05-23 13:15:48 +02:00
Oliver Drotbohm
5780ae044b GH-627 - Improve repository interaction in DefaultEventPublicationRegistry.
DefaultEventPublicationRegistry is now directly invoking the corresponding repository to delete events older than a certain duration.
2024-05-23 10:21:07 +02:00
Oliver Drotbohm
c11198f36d GH-617 - Fix JDBC event deletion implementation.
We now augment the basic query with exactly the number of parameter placeholders as we're handing in as parameters.
2024-05-23 10:20:28 +02:00
Oliver Drotbohm
f8283fa644 GH-519 - Improve Postgres default indexes.
We now use a hash index for the serialized event to improve performance.
2024-05-21 09:03:29 +02:00
Oliver Drotbohm
4be7626855 GH-584 - Fix configuration property metadata for JSON support in Kafka and RabbitMQ. 2024-05-08 10:33:21 +02:00
Oliver Drotbohm
1e79109af9 GH-583 - java.lang.boolean -> java.lang.Boolean in configuration property metadata. 2024-05-08 10:23:42 +02:00
Benjamin Knauer
32f4cbca4d GH-549 - Use error log in PersistentApplicationEventMulticaster if listener not found.
Related pull request: GH-548.
2024-04-29 08:34:51 +02:00
Oliver Drotbohm
742ca82f8b GH-561 - Prepare next development iteration. 2024-04-19 18:56:33 +02:00
Oliver Drotbohm
c8ec877bc7 GH-561 - Release version 1.2.0-RC1. 2024-04-19 18:56:33 +02:00
Oliver Drotbohm
6b839cf6dc GH-525 - Prepare next development iteration. 2024-03-22 11:41:33 +01:00
Oliver Drotbohm
c441fdf535 GH-525 - Release version 1.2.0-M3. 2024-03-22 11:41:33 +01:00
Oliver Drotbohm
ce2f608e60 GH-536 - Add missing package-info.java files. 2024-03-22 08:48:51 +01:00
Oliver Drotbohm
639e86a7ee GH-532 - Upgrade to Spring Cloud AWS 3.1.1.
Switch to latest Localstack Docker image for testing, too.
2024-03-22 08:18:16 +01:00
Oliver Drotbohm
71a4960687 GH-529 - Upgrade to Flapdoodle MongoDB 4.12.2. 2024-03-21 23:13:26 +01:00
Oliver Drotbohm
60de42bf6c GH-518 - Support for conditions on @ApplicationModuleListener. 2024-03-14 18:07:43 +01:00
Oliver Drotbohm
b73b4ca70a GH-514 - Prepare next development iteration. 2024-02-23 16:54:58 +01:00