Commit Graph

946 Commits

Author SHA1 Message Date
Mark Paluch
e52001dfdc #1056 - Build against Spring Framework 5.2.6 snapshots. 2020-04-20 08:54:49 +02:00
Greg Turnquist
8fed306b10 #1053 - Use JDK 14 for Java.NEXT CI testing. 2020-04-09 13:41:07 -05:00
Jay Bryant
bf00bfce46 #1047 - Upgrade to Spring Doc Resources 0.2.0.
Update the version of spring-doc-resources and the highlighter to get
the latest look and feel and nicer code listings.
2020-04-08 11:54:20 +02:00
Oliver Drotbohm
88a625abc1 #1048 - Explicitly set Javadoc locale to English.
Not setting the Javadoc's locale explicitly has cause the release building machine's local to end up as lang attribute in the HTML tag. Most releases build by folks in Germany, the "de" value causes browsers to suggest to translate the page content from German into the user's browser language in case that's not German in the first place. We now explicitly set the value to en_US, as we know the content is English anyway.

Getting this fixed has been a bit of a ride as it takes a special way of convincing the Javadoc tool actually receive the locale attribute. For whatever reason, the locale attribute needs to be the first attribute piped to the Javadoc tool (yeah, exactly^^), which is at odds with our usage of the <additionalJOptions /> usage to disable Javadoc linting. The options always appear *before* any other attributes handed to the Javadoc tool and thus caused the build to fail with:

javadoc: error - option -locale must be first on the command line.

Switching to rather use <additionalOptions /> (note the missing J) seems to pipe the attributes into the Javadoc tool in the order it would like to receive them.
2020-04-06 18:39:07 +02:00
Mark Paluch
8ffa037db6 #1023 - After release cleanups. 2020-03-31 15:08:05 +02:00
Mark Paluch
58074e0b83 #1023 - Prepare next development iteration. 2020-03-31 15:08:04 +02:00
Mark Paluch
0ee77df6ff #1023 - Release version 2.3 RC1 (Neumann). 2020-03-31 14:59:41 +02:00
Mark Paluch
cc28f1e997 #1023 - Prepare 2.3 RC1 (Neumann). 2020-03-31 14:59:20 +02:00
Mark Paluch
8822e8afa7 #1023 - Updated changelog. 2020-03-31 14:59:11 +02:00
Mark Paluch
08486a21d3 #1045 - Upgrade to Querydsl 4.3.1. 2020-03-31 14:43:14 +02:00
Mark Paluch
99dd422e4e #1040 - Upgrade to JUnit 5.6.1. 2020-03-31 14:37:52 +02:00
Mark Paluch
0deffbb9bd #1041 - Upgrade to Kotlin 1.3.71. 2020-03-31 14:37:39 +02:00
Mark Paluch
8e5ddf6070 #1042 - Upgrade to RxJava2 2.2.19. 2020-03-31 14:37:22 +02:00
Mark Paluch
03bb7da612 #1043 - Upgrade to ThreeTenBp 1.4.2. 2020-03-31 14:37:06 +02:00
Mark Paluch
40a67c4ddf #1044 - Upgrade to OpenWebBeans 2.0.16. 2020-03-31 14:36:51 +02:00
Oliver Drotbohm
e11cf7e356 #1039 - Upgrade to Spring HATEOAS 1.1.0.M3. 2020-03-31 14:15:48 +02:00
Oliver Drotbohm
f2fc155024 #1039 - Upgrade to Spring HATEOAS 1.1 snapshots. 2020-03-27 14:54:40 +01:00
Oliver Drotbohm
41cf6dd4dc #1038 - Upgrade to Querydsl 4.3.0. 2020-03-26 14:27:16 +01:00
Mark Paluch
f0b92bb401 #1016 - Updated changelog. 2020-03-25 10:59:45 +01:00
Mark Paluch
4a14090d5e #1027 - Upgrade to Spring Framework 5.2.5. 2020-03-24 14:20:47 +01:00
Mark Paluch
41e156e758 #1036 - Upgrade to Reactor Dysprosium SR6. 2020-03-24 14:20:15 +01:00
Mark Paluch
e1484c3cbb #1026 - Upgrade to Kotlin Coroutines 1.3.5. 2020-03-19 10:34:10 +01:00
Jens Schauder
f4f41db9a0 #1024 - Upgrade to Mockito 3.3.3. 2020-03-13 16:00:48 +01:00
Jens Schauder
406add9fcd #1004 - After release cleanups. 2020-03-11 09:57:42 +01:00
Jens Schauder
1d41dd8914 #1004 - Prepare next development iteration. 2020-03-11 09:57:41 +01:00
Jens Schauder
c7fb2542a2 #1004 - Release version 2.3 M4 (Neumann). 2020-03-11 09:47:07 +01:00
Jens Schauder
5b306336f3 #1004 - Prepare 2.3 M4 (Neumann). 2020-03-11 09:46:29 +01:00
Jens Schauder
156f60fbcf #1004 - Updated changelog. 2020-03-11 09:46:14 +01:00
Mark Paluch
212e62b88f #1021 - Upgrade to Jackson 2.10.3. 2020-03-10 17:05:11 +01:00
Mark Paluch
979acdf506 #1020 - Upgrade to Kotlin 1.3.70. 2020-03-10 17:03:42 +01:00
Mark Paluch
c185d78c0e #1019 - Upgrade to Kotlin Coroutines 1.3.4. 2020-03-10 17:03:31 +01:00
Mark Paluch
6f1a211c13 #1018 - Upgrade to Mockito 3.3.0. 2020-03-10 17:03:19 +01:00
Mark Paluch
c92a701a24 #1017 - Upgrade to Testcontainers 1.13.0. 2020-03-10 17:03:05 +01:00
Mark Paluch
53dd21c67d #1022 - Upgrade to OpenWebBeans 2.0.15. 2020-03-10 17:02:42 +01:00
Mark Paluch
61a8a944ff #984 - Updated changelog. 2020-02-26 11:55:03 +01:00
Mark Paluch
219173df53 #983 - Updated changelog. 2020-02-26 11:31:47 +01:00
Mark Paluch
ece5e481d4 #1012 - Upgrade to Reactor Dysprosium SR5. 2020-02-26 09:40:03 +01:00
Mark Paluch
5fa6eb89aa #1011 - Upgrade to Spring Framework 5.2.4. 2020-02-26 09:38:49 +01:00
Mark Paluch
83d0ce9b86 #1005 - Upgrade to RxJava 2.2.18. 2020-02-24 08:53:56 +01:00
Mark Paluch
6eedd7c86d #986 - After release cleanups. 2020-02-12 15:04:22 +01:00
Mark Paluch
4b56d2737c #986 - Prepare next development iteration. 2020-02-12 15:04:21 +01:00
Mark Paluch
c0cadec9f3 #986 - Release version 2.3 M3 (Neumann). 2020-02-12 14:47:16 +01:00
Mark Paluch
a7b5a8aedd #986 - Prepare 2.3 M3 (Neumann). 2020-02-12 14:46:56 +01:00
Mark Paluch
ba754aeeed #986 - Updated changelog. 2020-02-12 14:46:46 +01:00
Oliver Drotbohm
f81c6defb2 #1003 - Upgrade to Spring HATEOAS 1.1.0.M2. 2020-02-12 00:32:03 +01:00
Oliver Drotbohm
018f94f480 #1003 - Upgrade to Spring HATEOAS 1.1.0 snapshots. 2020-02-11 18:38:49 +01:00
Mark Paluch
fb211b6f0a #996 - Upgrade to AssertJ 3.15.0. 2020-02-11 09:48:59 +01:00
Mark Paluch
1419fdf836 #997 - Upgrade to JUnit 5.6.0. 2020-02-11 09:48:47 +01:00
Mark Paluch
d7b627f955 #998 - Upgrade to JUnit 4.13. 2020-02-11 09:48:32 +01:00
Mark Paluch
c432c374fa #999 - Upgrade to Lombok 1.18.12. 2020-02-11 09:48:18 +01:00