Oliver Drotbohm
22993f43d9
GH-74 - Bean references in Application Module Canvas now get de-duplicated.
2022-11-18 00:13:18 +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
42ca848b00
GH-72 - Remove obsolete module from BOM.
2022-11-16 22:45:10 +01:00
Oliver Drotbohm
16831bd47d
GH-70 - Upgrade Maven Assembly Plugin to 3.4.2.
2022-11-13 10:11:49 +01:00
Oliver Drotbohm
55b16857f3
GH-69 - Switch to Stream.toList().
2022-11-11 18:49:03 +01:00
Oliver Drotbohm
d96263fe30
GH-11, GH-66, GH-67, GH-68 - Improve module canvas.
...
Overhauled the module canvas in various ways. By default, we now skip "empty" rows. In other words, if we do not find any published events for example, we skip the entire row. CanvasOptions.revealEmptyRows() can be used to keep those empty rows around. We now also expose all value types and Spring bean references.
Refactored the dependency lookup APIs on ApplicationModule. Both DependencyType and DependencyDepth are now top-level types. Also, ApplicationModuleDependency and ApplicationModuleDependencies were introduced as explicit types. In the course of that, ApplicationModule.getDependencies(…) has got its return type changed from List<ApplicationModule> to ApplicationModuleDependencies. The internal ModuleDependency type has been renamed to QualifiedDependency.
2022-11-11 18:33:03 +01:00
Oliver Drotbohm
62ac231ce4
GH-65 - Reduced indentation of Spring Bean types in test execution log output.
2022-11-11 14:04:39 +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
2ee9055313
GH-62 - Upgrade to jMolecules BOM 2022.2.2.
2022-11-02 18:26:25 +01:00
Oliver Drotbohm
3b12093589
GH-61 - Include all modules in release preparations.
...
Added dedicated prepare-release profile to make sure that all modules get their versions updated on mvn release:prepare. This is required to make sure the tag lands on a commit that especially has the distribution module updated so that the documentation publication actually produces the artifacts for the released version.
2022-11-02 17:35:04 +01:00
Tobias Haindl
b4b7986525
GH-55 - Fix typo in reference documentation.
2022-10-28 15:12:47 +02:00
Oliver Drotbohm
770cd35b9e
GH-21 - Dedicated changelog section for reference documentation fixes.
2022-10-28 15:12:24 +02:00
Karsten Silz
2f5549da75
GH-59 - Fixed typos in reference documentation.
...
"ApplicationEventPublisher" is the class in the sample code, not "ApplicationEventListener". Clarified default serialization.
2022-10-28 14:58:13 +02:00
Oliver Drotbohm
3f77067ce9
GH-60 - Remove obsolete spring.factories.
...
Not needed on Spring Boot 3 anymore.
2022-10-28 14:56:03 +02:00
Moaad
0a71507d99
GH-51 - Fixing a typo in fundamentals documentation.
2022-10-24 16:03:55 +02:00
Jochen Wierum
9ac874d8d3
GH-52 - Fix smaller typos in documentation.
2022-10-24 15:45:46 +02:00
jwalter
db4e6902fe
GH-53 - Tiniest of typo fixes (even -> event).
2022-10-24 15:44:01 +02:00
Oliver Drotbohm
f5d5cb84a2
GH-21 - Add project announcing blog post.
2022-10-24 15:42:34 +02:00
Oliver Drotbohm
b39e5dac55
GH-57 - Fix package declaration for example logging.
2022-10-24 14:13:59 +02:00
Oliver Drotbohm
b9d46173f7
GH-56 - ModuleTestAutoConfiguration is now autoconfiguration of highest precedence.
...
Also, keep autoconfiguration packages as String array to avoid ClassCastExceptions when the bean definition's constructor arguments are inspected manually (like in AutoConfigurationPackages.addBasePackages(…).
2022-10-24 14:13:53 +02:00
Oliver Drotbohm
e972875e21
GH-21 - A bit more Javadoc in the example module.
2022-10-21 13:09:13 +02: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
dd2b9e9be7
GH-21 - Upgrade example to Boot 3.0 RC1 and jMolecules 2022.2.1.
2022-10-21 11:20:39 +02:00
Oliver Drotbohm
757e24382c
GH-3 - Fix dependency declaration of MySQL Java driver.
2022-10-21 11:17:23 +02:00
Oliver Drotbohm
279aa56c8c
GH-21 - Ignore changelog.txt.
2022-10-21 11:11:27 +02:00
Oliver Drotbohm
0f1b82253b
GH-21 - Tweak changelog creation.
...
Make sure that tickets assigned to our documentation component label do not get assigned to the documentation section.
2022-10-21 11:11:27 +02:00
Oliver Drotbohm
080195af19
GH-6 - More migration instructions in reference documentation.
2022-10-21 11:11:27 +02:00
Oliver Drotbohm
f82cc11562
GH-3 - Make tests for DatabaseSchemaInitializer more robust against execution order.
...
The tests previously asserted on no entries being found in the event publication tables. As other tests might have been run before, they could already contain some.
2022-10-21 11:11:27 +02:00
Oliver Drotbohm
badea787f0
GH-49 - Upgrade to jMolecules BOM 2022.2.1.
2022-10-21 11:11:27 +02:00
Oliver Drotbohm
6ac5e55909
GH-48 - Upgrade to Spring Boot 3.0 RC1.
2022-10-21 11:11:27 +02:00
Oliver Drotbohm
8591fbb64a
GH-47 - Treat efferent dependencies of configuration properties classes as simple dependencies.
2022-10-21 11:11:27 +02:00
Oliver Drotbohm
2430dc90e2
GH-46 - Bootstrap dependencies must only contain DependencyType.USES_COMPONENT.
2022-10-21 11:11:24 +02:00
Oliver Drotbohm
1b06b8b689
GH-6 - Documenting how to use ApplicationModuleDetectionStrategy.
2022-10-18 11:57:21 +02:00
Oliver Drotbohm
a95db9be0d
GH-34 - Improve events assertion in example project.
2022-10-18 09:51:26 +02:00
Oliver Drotbohm
6594d7beb0
GH-6 - More reference documentation.
2022-10-18 09:50:51 +02:00
Oliver Drotbohm
615c72b1ab
GH-6 - Add documentation section on observability.
2022-10-17 12:55:15 +02:00
Oliver Drotbohm
ae692e3ac1
GH-45 - Upgrade to Flapdoodle MongoDB 3.5.0.
2022-10-17 12:53:36 +02:00
Oliver Drotbohm
1b3228426b
GH-44 - ApplicationModules.verify() now returns itself.
2022-10-17 12:53:36 +02:00
Oliver Drotbohm
d3b87b8c00
GH-1 - Add readme.
2022-10-17 12:53:36 +02:00
Oliver Drotbohm
9593031c67
GH-6 - More reference documentation.
2022-10-17 12:53:36 +02:00
Oliver Drotbohm
d43f75a220
GH-6 - Upgrade to Spring Asciidoctor Backends 0.0.4 snapshots.
...
To benefit from support for inline FontAwesome icons.
2022-10-17 12:53:36 +02:00
Oliver Drotbohm
7c93b273d9
GH-43 - Improve consistency in Documenter API.
...
Consistent method overloads to avoid the need to create default instances of customization options. Renamed Options to DiagramOptions for consistency with CanvasOptions.
2022-10-13 17:24:44 +02:00
Oliver Drotbohm
c192a7dd14
GH-42 - Upgrade to ArchUnit 1.0.
2022-10-13 17:23:49 +02:00
Oliver Drotbohm
bea7617507
GH-18 - Add explicit version of Maven Javadoc Plugin.
2022-09-27 09:22:25 +02:00
Oliver Drotbohm
f710f2c5a8
GH-18 - POM cleanups for deployment build.
2022-09-27 00:04:46 +02:00
Oliver Drotbohm
3b9e9251cb
GH-18 - Upgrade to Maven Wrapper 3.1.1 to use Maven 3.8.6.
2022-09-26 22:35:03 +02:00
Oliver Drotbohm
a8e2c470c1
GH-18 - Downgrade Maven Wrapper to 3.5.2.
2022-09-26 22:31:43 +02:00