Christoph Strobl
684f418fba
After release cleanups.
...
See #2981
2024-02-16 14:41:25 +01:00
Christoph Strobl
1a11eba8d6
Prepare next development iteration.
...
See #2981
2024-02-16 14:41:23 +01:00
Christoph Strobl
033738e4be
Release version 3.3 M1 (2024.0.0).
...
See #2981
2024-02-16 14:37:37 +01:00
Christoph Strobl
b90c8853cb
Prepare 3.3 M1 (2024.0.0).
...
See #2981
2024-02-16 14:36:59 +01:00
Christoph Strobl
18386c8b40
Guard AOT registration of PageModule.
...
This commit makes sure to only register runtime hints for PageModule if Jackson is present.
Use newly introduced ClassPathExclusions instead of manually creating the ClassLoader.
Closes #3033
Original pull request: #3034
2024-01-24 16:18:17 +01:00
Mark Paluch
ee7b84e926
Remove Asciidoc documentation fragments.
...
Closes #2984
2023-11-21 12:00:04 +01:00
Mark Paluch
14a98fa262
After release cleanups.
...
See #2955
2023-11-17 14:33:26 +01:00
Mark Paluch
3378a47fb1
Prepare next development iteration.
...
See #2955
2023-11-17 14:33:24 +01:00
Mark Paluch
4701ada209
Release version 3.2 GA (2023.1.0).
...
See #2955
2023-11-17 14:29:58 +01:00
Mark Paluch
7896d0b104
Prepare 3.2 GA (2023.1.0).
...
See #2955
2023-11-17 14:28:29 +01:00
Eric Haag
fca8cb3577
Connect build to ge.spring.io.
...
Closes #2970
2023-11-09 11:49:28 +01:00
John Blum
57c259fa00
After release cleanups.
...
See #2935
2023-10-13 08:52:00 -07:00
John Blum
3b35aa5231
Prepare next development iteration.
...
See #2935
2023-10-13 08:51:58 -07:00
John Blum
78df9b3eef
Release version 3.2 RC1 (2023.1.0).
...
See #2935
2023-10-13 08:44:25 -07:00
John Blum
c006260c5e
Prepare 3.2 RC1 (2023.1.0).
...
See #2935
2023-10-13 08:43:55 -07:00
Mark Paluch
30dcacc8c1
Upgrade to OpenWebBeans 4.0.
...
Closes #2947
2023-09-29 09:34:18 +02:00
Mark Paluch
9b2e898bdf
After release cleanups.
...
See #2908
2023-09-15 11:33:22 +02:00
Mark Paluch
9160bbafaf
Prepare next development iteration.
...
See #2908
2023-09-15 11:33:20 +02:00
Mark Paluch
dcd73563e1
Release version 3.2 M3 (2023.1.0).
...
See #2908
2023-09-15 11:30:14 +02:00
Mark Paluch
4a50ae8eab
Prepare 3.2 M3 (2023.1.0).
...
See #2908
2023-09-15 11:29:20 +02:00
Mark Paluch
8ac34bf11b
Use Antora-configuration profiles.
...
Switch from local plugin definition to the one provided by Spring Data Build.
Closes #2912
2023-08-21 11:11:19 +02:00
Julia Lee
c650119a35
After release cleanups.
...
See #2879
2023-08-18 08:59:39 -04:00
Julia Lee
522afa55f2
Prepare next development iteration.
...
See #2879
2023-08-18 08:59:35 -04:00
Julia Lee
d330c9dcac
Release version 3.2 M2 (2023.1.0).
...
See #2879
2023-08-18 08:50:31 -04:00
Julia Lee
04f4efe640
Prepare 3.2 M2 (2023.1.0).
...
See #2879
2023-08-18 08:49:37 -04:00
Mark Paluch
1f7ad7c234
Reinstate Asciidoc docs.
...
Reinstate Asciidoc to retain functionality for downstream module documentation builds.
See #2876
2023-08-18 10:17:30 +02:00
Rob Winch
c05ed095ce
Use io.spring.maven.antora.
...
See #2890 .
2023-08-01 15:36:55 -05:00
Greg L. Turnquist
c449942053
Move antora-playbook.yml to src/main/antora.
...
See #2876
2023-07-19 14:49:12 -05:00
Greg L. Turnquist
854c375f83
Polishing.
...
* Move Antora-based documentation underneath src/main/antora.
* Put Antora build process behind a maven profile so it doesn't run on standard CI jobs.
* Refine build process so that final document includes injected build properties.
* Drop epub artwork since we no longer publish that.
See #2876
2023-07-18 21:51:46 -05:00
Rob Winch
876e31901e
Implement Antora-based reference docs.
...
See #2876
2023-07-18 21:44:54 -05:00
Mark Paluch
c4c959b15b
After release cleanups.
...
See #2830
2023-07-14 14:57:12 +02:00
Mark Paluch
623e8933f0
Prepare next development iteration.
...
See #2830
2023-07-14 14:57:10 +02:00
Mark Paluch
19412adb41
Release version 3.2 M1 (2023.1.0).
...
See #2830
2023-07-14 14:53:18 +02:00
Mark Paluch
615d91af21
Prepare 3.2 M1 (2023.1.0).
...
See #2830
2023-07-14 14:52:11 +02:00
Christoph Strobl
0850e0ccd5
Remove kotlin-maven-plugin dependency.
...
Original Pull Request: #2866
2023-07-07 11:35:01 +02:00
Mark Paluch
80ca2b47ca
Add support for Kotlin value classes.
...
This commit introduces support for Kotlin Value Classes which are designed for a more expressive domain model to make underlying concepts explicit. Spring Data can now read and write types that define properties using Value Classes.
The support covers reflection based instantiation of Kotlin inline class, nullability and defaulting permutations as well as value classes with generics.
Closes : #1947
Original Pull Request: #2866
2023-07-07 09:32:45 +02:00
Mark Paluch
b98a03e189
Use snapshot and milestone repositories instead of libs-snapshot and libs-milestone.
...
Closes #2842
2023-06-06 09:30:39 +02:00
Christoph Strobl
82241238ab
After release cleanups.
...
See #2821
2023-05-12 14:18:53 +02:00
Christoph Strobl
f5e2fb1a54
Prepare next development iteration.
...
See #2821
2023-05-12 14:18:51 +02:00
Christoph Strobl
06f99322a2
Release version 3.1 GA (2023.0.0).
...
See #2821
2023-05-12 14:14:38 +02:00
Christoph Strobl
807323d115
Prepare 3.1 GA (2023.0.0).
...
See #2821
2023-05-12 14:14:06 +02:00
Greg L. Turnquist
c71f2fb8fe
After release cleanups.
...
See #2798
2023-04-14 12:00:00 -05:00
Greg L. Turnquist
c88de96f8b
Prepare next development iteration.
...
See #2798
2023-04-14 11:59:54 -05:00
Greg L. Turnquist
ea706e6886
Release version 3.1 RC1 (2023.0.0).
...
See #2798
2023-04-14 11:53:57 -05:00
Greg L. Turnquist
9f2fc7570a
Prepare 3.1 RC1 (2023.0.0).
...
See #2798
2023-04-14 11:53:16 -05:00
Christoph Strobl
6328b4cd19
After release cleanups.
...
See #2778
2023-03-20 15:05:35 +01:00
Christoph Strobl
5b690b2684
Prepare next development iteration.
...
See #2778
2023-03-20 15:05:33 +01:00
Christoph Strobl
695412ed60
Release version 3.1 M3 (2023.0.0).
...
See #2778
2023-03-20 15:01:47 +01:00
Christoph Strobl
712e7821a2
Prepare 3.1 M3 (2023.0.0).
...
See #2778
2023-03-20 15:01:19 +01:00
Christoph Strobl
81f9cef672
After release cleanups.
...
See #2777
2023-02-17 14:25:48 +01:00