Commit Graph

474 Commits

Author SHA1 Message Date
Mark Paluch
7bb36ef7ca #498 - Prepare next development iteration. 2018-04-04 14:58:02 +02:00
Mark Paluch
ed1d378c84 #498 - Release version 1.9.11 (Ingalls SR11). 2018-04-04 14:21:28 +02:00
Mark Paluch
fada7f4b80 #498 - Prepare 1.9.11 (Ingalls SR11). 2018-04-04 14:20:47 +02:00
Mark Paluch
c40e6d84cd #498 - Updated changelog. 2018-04-04 14:20:37 +02:00
Oliver Gierke
0cf1a941cb #498 - Upgrade dependencies before release.
AspectJ 1.8.12 -> 1.8.13
JaCoCo 0.8.0 -> 0.8.1
2018-04-04 08:59:54 +02:00
Oliver Gierke
3468967c1d #538 - Upgraded to Spring Framework 4.3.15.
Upgraded build profile for Spring 5 to 5.0.5.
2018-04-04 08:13:04 +02:00
Oliver Gierke
2e732a1ac4 #539 - Upgrade to Jackson BOM 2.8.11.20180217. 2018-03-27 20:04:55 +02:00
Oliver Gierke
85233b46f1 #542 - Introduced usage of Jackson BOM. 2018-03-27 19:18:46 +02:00
Oliver Gierke
73eb4cd261 #538 - Upgraded spring5-next build profile to 5.0.5 snapshots.
Upgraded to matching Jackson 2.9 version along the way.
2018-03-27 16:50:07 +02:00
Oliver Gierke
27a86ad86b #538 - Upgrade to Spring Framework 4.3.15 snapshots. 2018-03-26 12:08:09 +02:00
Mark Paluch
67e4555142 #530 - Add BOM client to verify dependency availability.
We now provide a BOM client module that verifies dependency resolution using our release train BOM.
2018-03-26 11:30:40 +02:00
Oliver Gierke
598b39aeb9 #529 - Tweak JavaDoc aggregation to properly work with Delombok on multi-module projects.
We now write the output of the JavaDoc generation to ${project.root}/target/generated-sources/delombok so that it will always end up in the top level target folder so that the aggregation of JavaDoc for multiple projects can actually find the generated source.

Upgraded the JavaDoc plugin to 3.0.0 and switched to use the additionalJOptions parameter to disable the doclint. Delayed documentation generation to the prepare-package phase. This is due to javadoc:aggregate triggering the compile phase before running which then caused the reference docs to be created twice slowing down the build significantly (mostly due to the PDF generation taking quite a while).
2018-03-14 09:42:34 +01:00
Mark Paluch
28e0805b03 #517 - Updated changelog. 2018-02-28 11:17:35 +01:00
Mark Paluch
9902035f13 #499 - Updated changelog. 2018-02-19 20:30:00 +01:00
Christoph Strobl
141b7e4afd #429 - Updated changelog. 2018-02-06 11:13:54 +01:00
Mark Paluch
e7fa5931c9 #467 - Updated changelog. 2018-01-24 13:41:19 +01:00
Mark Paluch
eb9fe12e46 #466 - After release cleanups. 2018-01-24 11:40:29 +01:00
Mark Paluch
7cf6796a36 #466 - Prepare next development iteration. 2018-01-24 11:40:28 +01:00
Mark Paluch
9968e4c276 #466 - Release version 1.9.10 (Ingalls SR10). 2018-01-24 11:19:08 +01:00
Mark Paluch
cc17a9eecf #466 - Prepare 1.9.10 (Ingalls SR10). 2018-01-24 11:18:29 +01:00
Mark Paluch
585bf227a3 #466 - Updated changelog. 2018-01-24 11:18:18 +01:00
Oliver Gierke
39d2be05c6 #492 - Upgrade Spring Framework 5 build profiles after 5.0.3 release. 2018-01-23 11:16:12 +01:00
Oliver Gierke
756fa2bb56 #490 - Upgrade to Spring Framework 4.3.14. 2018-01-23 10:38:12 +01:00
Oliver Gierke
5e43e1ac07 #489 - Upgrade to Lombok 1.16.20. 2018-01-09 11:37:14 +01:00
Oliver Gierke
661a8bac88 #488 - Moved JavaDoc generation to ci and distribution profiles.
We now refrain from creating any JavaDoc during the standard build run and rather explicitly create it when wither the ci or distribution profiles are active. Generating JavaDoc now follows the delombok step to make sure that the code generated by Lombok appears in JavaDoc.

Moved version declaration of the Lombok Maven plugin into plugin managament section, only declare the configuration globally and explicitly declare executions in the aforementioned build profiles. Tie the Lombok Maven plugin version to 1.16.18.1 in preparation of the coming upgrade to Lombok 1.16.20.
2018-01-09 11:37:09 +01:00
Oliver Gierke
3bf94e7fef #483 - Upgrade to JaCoCo 0.8.0. 2018-01-08 16:09:58 +01:00
Oliver Gierke
3eacf493f7 #484 - Upgraded build profiles for forward compatibility builds.
Upgraded to Spring 5.0.2 and 5.0.3 snapshots as well as Querydsl 4.1.5 snapshots.
2018-01-08 16:08:46 +01:00
Mark Paluch
a6b8701ce5 #470 - Fix external Javadoc links.
Fix links to Java 6, Spring Framework and Spring Data Commons as docs.spring.io now redirects to HTTPS.
2017-12-02 16:03:43 -08:00
Mark Paluch
a865da4c54 #447 - Updated changelog. 2017-11-27 16:43:40 +01:00
Mark Paluch
8920ce95ca #436 - After release cleanups. 2017-11-27 15:56:39 +01:00
Mark Paluch
bd4237c450 #436 - Prepare next development iteration. 2017-11-27 15:56:37 +01:00
Mark Paluch
b1dd79aa1c #436 - Release version 1.9.9 (Ingalls SR9). 2017-11-27 15:17:06 +01:00
Mark Paluch
715132070d #436 - Prepare 1.9.9 (Ingalls SR9). 2017-11-27 15:16:09 +01:00
Mark Paluch
a9d1990f75 #436 - Updated changelog. 2017-11-27 15:15:57 +01:00
Mark Paluch
9fea359dd9 #461 - Upgrade to Spring Framework 4.3.13. 2017-11-27 12:03:21 +01:00
Oliver Gierke
e18cc29c46 #428 - Updated changelog. 2017-10-27 16:36:40 +02:00
Oliver Gierke
d8d2d97b34 #438 - Upgrade to AspectJ 1.8.12. 2017-10-24 10:58:28 +02:00
Oliver Gierke
b0fcdb04dd #409 - After release cleanups. 2017-10-11 19:00:14 +02:00
Oliver Gierke
a314d44c14 #409 - Prepare next development iteration. 2017-10-11 19:00:08 +02:00
Oliver Gierke
fc63c830cc #409 - Release version 1.9.8 (Ingalls SR8). 2017-10-11 16:42:42 +02:00
Oliver Gierke
0c46ccaf5a #409 - Prepare 1.9.8 (Ingalls SR8). 2017-10-11 16:41:07 +02:00
Oliver Gierke
149b484c25 #409 - Updated changelog. 2017-10-11 16:40:52 +02:00
Oliver Gierke
bfcc12ccd6 #434 - Upgraded to Spring 4.3.12. 2017-10-10 16:20:45 +02:00
Oliver Gierke
ffe77ddb5e #433 - Upgraded to Spring Framework 4.3.12 snapshots. 2017-10-09 17:58:37 +02:00
Mark Paluch
1636799fe4 #414 - Updated changelog. 2017-10-02 11:41:20 +02:00
Oliver Gierke
545ae47f90 #427 - Upgraded Spring 5 build profile to 5.0 GA. 2017-09-28 14:46:42 +02:00
Oliver Gierke
e2c76e4615 #422 - Upgraded to Asciidoctor Maven Plugin 1.5.6.
Also upgraded PDF and EPUB dependencies to latest releases.
2017-09-25 17:39:15 +02:00
Oliver Gierke
f39d6f4f81 #395 - Updated changelog. 2017-09-11 17:42:37 +02:00
Oliver Gierke
3e5a16003b #413 - Upgraded build profile for Spring 5 to RC4. 2017-09-11 14:56:12 +02:00
Mark Paluch
0754ec81cb #400 - After release cleanups. 2017-09-11 12:23:36 +02:00