Commit Graph

971 Commits

Author SHA1 Message Date
Mark Paluch
2b4ef4bc3a #1095 - Upgrade to AssertJ 3.16.1. 2020-05-11 09:54:42 +02:00
Mark Paluch
58968a913d #1092 - Upgrade to Spring Data Doc resources 0.2.2.RELEASE. 2020-04-29 11:20:16 +02:00
Mark Paluch
63586efcd1 #1046 - After release cleanups. 2020-04-28 15:11:43 +02:00
Mark Paluch
9f471d0559 #1046 - Prepare next development iteration. 2020-04-28 15:11:42 +02:00
Mark Paluch
fd60a6aad8 #1046 - Release version 2.3 RC2 (Neumann). 2020-04-28 15:03:53 +02:00
Mark Paluch
d4d0f5f772 #1046 - Prepare 2.3 RC2 (Neumann). 2020-04-28 15:03:33 +02:00
Mark Paluch
1031233d59 #1046 - Updated changelog. 2020-04-28 15:03:20 +02:00
Mark Paluch
2b815e4286 #1037 - Updated changelog. 2020-04-28 14:46:48 +02:00
Oliver Drotbohm
be9f32a293 #1086 - Upgrade to Spring HATEOAS 1.1.0.RC1. 2020-04-28 13:47:05 +02:00
Mark Paluch
0b2b3710a5 #1015 - Updated changelog. 2020-04-28 11:58:59 +02:00
Mark Paluch
c0984fd682 #1056 - Upgrade to Spring Framework 5.2.6. 2020-04-28 11:07:48 +02:00
Mark Paluch
2a70c0b38a #1085 - Upgrade to Jackson 2.11.0. 2020-04-28 10:09:56 +02:00
Mark Paluch
22d532511b #1084 - Upgrade to ThreeTenBp 1.4.4. 2020-04-27 15:28:35 +02:00
Mark Paluch
1bae498f35 #1082 - Upgrade to Testcontainers 1.14.1. 2020-04-27 15:26:52 +02:00
Mark Paluch
2c551ae9c8 #1081 - Upgrade to Joda Time 2.10.6. 2020-04-27 15:25:26 +02:00
Mark Paluch
ea80b6755e #1061 - Upgrade to Reactor Dysprosium SR7. 2020-04-27 15:08:43 +02:00
Jay Bryant
b9e97deba3 #1078- Upgrade to spring-doc-resources 0.2.1.
Upgrade spring-doc-resources from version 0.2.0 to version 0.2.1
to get a bug fix (setting the width of the HTML output).
2020-04-23 14:31:59 +02:00
Greg Turnquist
d50093535b #1075 - Create new jackson-next profile Jackson 2.11. 2020-04-21 09:16:00 -05:00
Mark Paluch
0b0effaef8 #1074 - Revert to Jackson 2.10.3. 2020-04-20 14:36:28 +02:00
Mark Paluch
1fbeede30f #1066 - Upgrade to Jackson 2.11.0.rc1. 2020-04-20 09:01:50 +02:00
Mark Paluch
78ddf8968a #1065 - Upgrade to ThreeTenBp 1.4.3. 2020-04-20 09:00:05 +02:00
Mark Paluch
bb824c2c83 #1064 - Upgrade to Testcontainers 1.14.0. 2020-04-20 08:59:37 +02:00
Mark Paluch
0d26e3ddc8 #1063 - Upgrade to Mockk 1.10.0. 2020-04-20 08:58:43 +02:00
Mark Paluch
6006997c1b #1062 - Upgrade to Kotlin 1.3.72. 2020-04-20 08:57:58 +02:00
Mark Paluch
fa8c92ef89 #1061 - Build against Reactor Dysprosium snapshots. 2020-04-20 08:55:14 +02:00
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