Oliver Drotbohm
784868951d
GH-1206 - Prepare next development iteration.
2025-05-26 21:09:03 +02:00
Oliver Drotbohm
c036a6afba
GH-1206 - Release version 1.2.13.
2025-05-26 21:09:02 +02:00
Oliver Drotbohm
dc46483b96
GH-1181 - Remove explicit Hibernate version in JPA events module.
2025-04-30 10:04:04 +02:00
Oliver Drotbohm
8b1673be43
GH-1157 - Prepare next development iteration.
2025-04-25 10:29:02 +02:00
Oliver Drotbohm
753b91dcc0
GH-1157 - Release version 1.2.11.
2025-04-25 10:29:02 +02:00
Oliver Drotbohm
21b1c0fc97
GH-1137 - Polishing.
...
Simplify output to one line. Formatting, authorship.
2025-04-01 14:24:38 +02:00
조상준
9a798d9b4a
GH-1137 - Add debug log describing selected externalized events.
...
Original pull request: GH-1135
Signed-off-by: 조상준 <juncho12011201@gmail.com >
2025-04-01 14:24:37 +02:00
Oliver Drotbohm
b3e9e89de1
GH-1107 - Prepare next development iteration.
2025-03-21 11:05:40 +01:00
Oliver Drotbohm
8a8dbc6116
GH-1107 - Release version 1.2.10.
2025-03-21 11:05:39 +01:00
Oliver Drotbohm
854603e424
GH-1096 - Prepare next development iteration.
2025-02-25 10:25:53 +01:00
Oliver Drotbohm
ba8b566f1b
GH-1096 - Release version 1.2.9.
2025-02-25 10:25:52 +01:00
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