Oliver Drotbohm
9ea2b24b53
GH-1192 - Migrate code base to jSpecify for nullness verification.
2025-05-28 15:35:34 +02:00
Oliver Drotbohm
d2b22aacfe
GH-1208 - Prepare next development iteration.
2025-05-28 14:25:04 +02:00
Oliver Drotbohm
83957916b2
GH-1208 - Release version 1.4.0.
2025-05-26 21:14:04 +02:00
Oliver Drotbohm
73cf1d4576
GH-1155 - Prepare next development iteration.
2025-04-25 13:59:55 +02:00
Oliver Drotbohm
e345c1d476
GH-1155 - Release version 1.4.0-RC1.
2025-04-25 13:59:54 +02:00
Oliver Drotbohm
fa946c148b
GH-1122 - Consolidate automatic module names.
2025-03-22 15:17:47 +01:00
Oliver Drotbohm
6a98b3624e
GH-1105 - Prepare next development iteration.
2025-03-21 11:52:23 +01:00
Oliver Drotbohm
48ecc12337
GH-1105 - Release version 1.4.0-M3.
2025-03-21 11:52:23 +01:00
Oliver Drotbohm
f0016c8164
GH-1094 - Prepare next development iteration.
2025-02-25 10:40:49 +01:00
Oliver Drotbohm
95acf1fcac
GH-1094 - Release version 1.4.0-M2.
2025-02-25 10:40:48 +01:00
Oliver Drotbohm
4090499634
GH-1027 - Prepare next development iteration.
2025-01-23 22:16:36 +01:00
Oliver Drotbohm
36370ae31a
GH-1027 - Release version 1.4.0-M1.
2025-01-23 22:16:36 +01:00
Oliver Drotbohm
7fabc528b4
GH-1010 - Update copyright declarations to include 2025.
2025-01-06 16:58:45 +01:00
Oliver Drotbohm
f8728fc009
GH-955 - Prepare next development iteration.
2024-11-21 20:13:56 +01:00
Oliver Drotbohm
6f6597e163
GH-955 - Release version 1.3.0.
2024-11-21 20:13:55 +01:00
Oliver Drotbohm
95438a997f
GH-913 - Package Javadoc for newly introduced packages.
2024-10-29 22:15:16 +01:00
Oliver Drotbohm
3d35d48d18
GH-912 - Prepare next development iteration.
2024-10-26 15:58:59 +02:00
Oliver Drotbohm
05c5550312
GH-912 - Release version 1.3.0-RC1.
2024-10-26 15:58:59 +02:00
Oliver Drotbohm
6da5d1dafb
GH-874 - Add LICENSE and NOTICE files to binaries.
2024-10-14 22:14:51 +02:00
Oliver Drotbohm
f8b88dcf98
GH-872 - Move JUnit integration to ApplicationModuleIdentifiers.
2024-10-13 19:41:51 +02:00
Oliver Drotbohm
5f1d3903b0
GH-861 - Polishing.
2024-10-08 22:00:18 +02:00
Oliver Drotbohm
9b11606425
GH-861 - JUnit change detection now properly detects changes in current working directory.
...
Added a decorating FileModificationDetector implementation that filters changes to only return those that affect the current working directory, so that the detection works properly if executed from a nested folder in multi-module projects.
2024-10-08 11:10:21 +02:00
Oliver Drotbohm
0c2f79a56d
GH-803 - Prepare next development iteration.
2024-09-20 23:26:04 +02:00
Oliver Drotbohm
a3ed03cff3
GH-803 - Release version 1.3.0-M3.
2024-09-20 23:26:03 +02:00
Oliver Drotbohm
3773c0d175
GH-31 - Fix build resource file detection for test execution optimizations.
2024-09-16 17:42:16 +02:00
Oliver Drotbohm
d041c6d52e
GH-31 - Polishing.
...
Added unit tests for the test execution conditions.
Add JUnit module to the BOM. Moved the jGit version into a managed property in the root pom.xml.
2024-09-16 15:36:22 +02:00
Lukas Dohmen
8cf3920af9
GH-31 - Support for optimized test execution.
...
Initital prototype to support optimized test execution based on the Spring Modulith application module model. The change introduces a new artifact spring-modulith-junit that extends JUnit's test execution lifecycle. It obtains the ApplicationModules model for the application and potentially skips test classes for execution in case the changes made to the application reside in modules the current test case's module does not depend on.
Co-authored-by: Lukas Dohmen <l.dohmen@yahoo.de >
Co-authored-by: David Bilge <david.bilge@gmail.com >
2024-09-16 15:36:21 +02:00