Oliver Drotbohm
f949b508a4
GH-304 - Prepare next development iteration.
2023-09-21 23:11:07 +02:00
Oliver Drotbohm
f3e9ce5fa2
GH-304 - Release version 1.0.1.
2023-09-21 23:11:06 +02:00
Oliver Drotbohm
0cc7c352f8
GH-274 - Prepare next development iteration.
2023-08-24 14:37:38 -07:00
Oliver Drotbohm
6197d35937
GH-274 - Release version 1.0.0.
2023-08-21 06:59:57 -07:00
Oliver Drotbohm
39ce5346c6
GH-270 - Prepare next development iteration.
2023-08-16 08:05:46 +02:00
Oliver Drotbohm
2c5cedd1d1
GH-270 - Release version 1.0.0-RC2.
2023-08-16 08:05:46 +02:00
Oliver Drotbohm
1a84ae256f
GH-260 - Prepare next development iteration.
2023-08-09 22:29:57 +02:00
Oliver Drotbohm
bf68d74756
GH-260 - Release version 1.0.0-RC1.
2023-08-09 22:29:56 +02:00
Oliver Drotbohm
5e2da724da
GH-199 - Prepare next development iteration.
2023-06-23 12:55:10 +02:00
Oliver Drotbohm
a74c4e582d
GH-199 - Release version 1.0.0-M1.
2023-06-23 12:55:09 +02:00
Oliver Drotbohm
596e8828a2
GH-197 - Promote project out of experimental status.
...
Set version number to 1.0.0-SNAPSHOT. New group id is org.springframework.modulith. Also adapt links to new project home.
2023-05-02 14:32:32 +02:00
Oliver Drotbohm
60ce7da56e
GH-189 - Prepare next development iteration.
2023-05-02 12:28:30 +02:00
Oliver Drotbohm
9d1180017e
GH-189 - Release version 0.6.0.
2023-05-02 12:28:29 +02:00
Oliver Drotbohm
281da55eac
GH-172 - Prepare next development iteration.
2023-03-24 10:24:47 +01:00
Oliver Drotbohm
d5bdff3f77
GH-172 - Release version 0.5.1.
2023-03-24 10:24:47 +01:00
Oliver Drotbohm
f0aaca2917
GH-164 - Prepare next development iteration.
2023-03-08 11:35:15 +01:00
Oliver Drotbohm
50dd8969fb
GH-164 - Release version 0.5.0.
2023-03-08 11:35:14 +01:00
Oliver Drotbohm
c51ac5c6fb
GH-147 - Prepare next development iteration.
2023-02-24 16:47:15 +01:00
Oliver Drotbohm
13c9f96448
GH-147 - Release version 0.4.1.
2023-02-24 16:47:14 +01:00
Oliver Drotbohm
64a5929367
GH-143 - Prepare next development iteration.
2023-02-23 23:26:25 +01:00
Oliver Drotbohm
3e705a162e
GH-143 - Release version 0.4.0.
2023-02-23 23:26:25 +01:00
Oliver Drotbohm
3c25958edc
GH-123 - Prepare next development iteration.
2023-01-20 10:16:34 +01:00
Oliver Drotbohm
43bea11041
GH-123 - Release version 0.3.0.
2023-01-20 10:16:34 +01:00
Oliver Drotbohm
2d933d07c5
GH-92 - Prepare next development iteration.
2022-12-23 17:32:38 +01:00
Oliver Drotbohm
888055cf7c
GH-92 - Release version 0.2.0.
2022-12-23 17:32:37 +01:00
Oliver Drotbohm
ac072805b8
GH-78 - Prepare next development iteration.
2022-11-24 23:30:15 +01:00
Oliver Drotbohm
7f1e22db63
GH-78 - Release version 0.1.0.
2022-11-24 23:30:15 +01:00
Oliver Drotbohm
5542cd172d
GH-77 - Avoid release event support integration tests to Maven Central.
2022-11-24 23:18:52 +01:00
Oliver Drotbohm
9d95d8715d
GH-71 - Prepare next development iteration.
2022-11-16 22:48:27 +01:00
Oliver Drotbohm
3ce2be3c55
GH-71 - Release version 0.1.0-RC1.
2022-11-16 22:48:27 +01:00
Oliver Drotbohm
dc065653e5
GH-61 - Prepare next development iteration.
2022-11-02 18:45:47 +01:00
Oliver Drotbohm
7a7b49809f
GH-61 - Release version 0.1.0-M2.
2022-11-02 18:45:47 +01:00
Oliver Drotbohm
f53ff168f1
GH-21 - Prepare next development iteration.
2022-10-21 11:41:36 +02:00
Oliver Drotbohm
48876e5800
GH-21 - Release version 0.1.0-M1.
2022-10-21 11:41:01 +02:00
Oliver Drotbohm
3669d3476e
GH-1 - Remove obsolete events starter module.
2022-09-26 21:34:43 +02:00
Dmitry Belyaev
314a3823ad
GH-4 - Implement MongoDB-based event publication repository
...
Signed-off-by: Björn Kieling <bkieling@vmware.com >
2022-07-26 11:53:40 +02:00
Dmitry Belyaev
6a4260471e
GH-3 - Implement JDBC based repository
...
Signed-off-by: Björn Kieling <bkieling@vmware.com >
2022-07-21 15:11:28 +02:00
Björn Kieling
913ec7bb4e
GH-3 - Refactor events registration to prepare easy addition of new repository types.
...
- Introduce Repository interface as a customization point
- Get rid of Registry interface by having one generic implementation
- Combine EventPublication and all its subclasses in one domain object
- Make Repository instead of Registry be dependent on EventSerializer
Signed-off-by: Dmitry Belyaev <dbelyaev@vmware.com >
2022-07-21 15:11:28 +02:00
Oliver Drotbohm
1cc44cf065
GH-2 - Upgrade to Spring Boot 3.
...
Upgrade to Spring Boot 3 and Java 17 as project baselines. Removed legacy JavaEE modules and replaced them by ones compatible with JakartaEE 9.
Disabled the Observability module for now as Spring Cloud Sleuth has been removed the Boot 3 compatible Spring Cloud branch and we need to migrate the module to Micrometer first.
2022-07-07 23:26:19 +02:00
Björn Kieling
417e215993
GH-1 - Update Maven artifact coordinates, package and directory structure.
...
Original pull request: GH-7.
2022-07-07 20:41:59 +02:00