Commit Graph

407 Commits

Author SHA1 Message Date
Mark Paluch
ebecd7cfb7 #549 - Upgrade to RxJava 1.3.8. 2018-04-13 12:03:11 +02:00
Mark Paluch
f7b249c946 #548 - Upgrade to Querydsl 4.2.1. 2018-04-13 12:01:05 +02:00
Mark Paluch
e2bed36fbe #547 - Upgrade to Mockito 2.17.0. 2018-04-13 12:00:23 +02:00
Mark Paluch
117bbe66a4 #546 - Upgrade to Jackson 2.9.5. 2018-04-13 11:19:54 +02:00
Oliver Gierke
b285d82a52 #536 - Upgraded to Spring Framework 5.0.5. 2018-04-04 08:09:20 +02:00
Oliver Gierke
46c411f5cf #540 - Introduced usage of Jackson BOM. 2018-03-27 19:13:54 +02:00
Oliver Gierke
b8eb3eef9f #536 - Upgraded spring5-next build profile to 5.0.5 snapshots. 2018-03-27 16:47:25 +02:00
Oliver Gierke
9963105a9c #536 - Upgrade to Spring Framework 5.0.5 snapshots. 2018-03-26 12:06:31 +02:00
Oliver Gierke
0f9d4dbd2b #534 - Upgraded to RxJava 2.1.12. 2018-03-26 11:53:06 +02:00
Oliver Gierke
4f91fc323d #532 - Upgrade to Kotlin 1.2.31. 2018-03-26 11:48:19 +02:00
Oliver Gierke
054b1450d5 #527 - 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:26:31 +01:00
Mark Paluch
7de16f491a #523 - Upgrade to Kotlin 1.2.30. 2018-03-02 11:04:28 +01:00
Mark Paluch
905e8a63ba #520 - Upgrade to Reactor Bismuth SR7. 2018-02-28 08:47:27 +01:00
Mark Paluch
ef0eee44de #519 - Upgrade to RxJava 2.1.10. 2018-02-27 15:43:06 +01:00
Mark Paluch
ea4e01a1c3 #516 - Upgrade to Spring Framework 5.0.4. 2018-02-19 13:17:16 +01:00
Mark Paluch
bb332cbe89 #515 - Upgrade to Spring 5.0.4 snapshots. 2018-02-19 11:04:26 +01:00
Mark Paluch
fc90d9ccd4 #513 - Upgrade to RxJava 1.3.6. 2018-02-19 09:01:17 +01:00
Mark Paluch
a57061890b #512 - Upgrade to Reactor Bismuth SR6. 2018-02-17 09:54:30 +01:00
Mark Paluch
079d81586d #509 - Add plugin management for maven-failsafe-plugin. 2018-02-09 12:59:33 +01:00
Christoph Strobl
162001af5a #429 - After release cleanups. 2018-02-06 10:11:16 +01:00
Christoph Strobl
31d94f5ba2 #429 - Prepare next development iteration. 2018-02-06 10:11:14 +01:00
Christoph Strobl
bff2531482 #429 - Release version 2.1 M1 (Lovelace). 2018-02-06 09:47:10 +01:00
Christoph Strobl
4d4cafba5e #429 - Prepare 2.1 M1 (Lovelace). 2018-02-06 09:45:50 +01:00
Mark Paluch
fa4d6c3582 #507 - Upgrade to Kotlin 1.2.21. 2018-02-05 13:45:38 +01:00
Mark Paluch
c0195ce81f #505 - Upgrade to RxJava 2.1.9. 2018-02-05 13:43:43 +01:00
Mark Paluch
77369c4683 #503 - Upgrade to RxJava 1.3.5. 2018-02-05 13:41:47 +01:00
Oliver Gierke
e1f3626b8b #501 - Upgrade to Jackson 2.9.4. 2018-02-05 13:40:06 +01:00
Mark Paluch
de6b4410d4 #497 - Upgrade to RxJava2 2.1.8. 2018-01-24 08:52:09 +01:00
Mark Paluch
813f491086 #495 - Upgrade to Reactor Bismuth SR5. 2018-01-24 08:49:33 +01:00
Oliver Gierke
33616a7ce8 #493 - Upgrade to Spring Framework 5.0.3.
Re-introduced build profile for Spring 5.0 snapshots.
2018-01-23 11:25:58 +01:00
Oliver Gierke
9b12d098b6 #485 - Upgrade to Lombok 1.16.20. 2018-01-09 10:59:07 +01:00
Oliver Gierke
59ba968cb0 #481 - 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 10:58:40 +01:00
Oliver Gierke
8ee1f384d1 #478 - Upgrade to JaCoCo 0.8.0. 2018-01-08 15:52:14 +01:00
Oliver Gierke
1584486880 #477 - Upgrade to Jackson 2.9.3. 2018-01-08 15:51:51 +01:00
Oliver Gierke
5ca22c8130 #476 - Upgrade to AssertJ 3.9.0. 2018-01-08 15:50:48 +01:00
Oliver Gierke
38256fb3d4 #475 - Added Delombok plugin to build better JavaDoc.
Added Delombok plugin to produce a delomboked version of the sources to then let the JavaDoc plugin use that to render JavaDoc. Without that in place, methods generated via Lombok are completely missing from the Javadoc.

Updated reference links for JavaSE and Spring Framework references in the JavaDoc to the currently used versions.
2017-12-12 11:50:49 +01:00
Mark Paluch
7fb43acf79 #469 - Fix external Javadoc links.
Fix links to Java 8, Spring Framework and Spring Data Commons as docs.spring.io now redirects to HTTPS.
2017-12-02 15:54:55 -08:00
Oliver Gierke
3ec23eb77b #468 - Upgrade to Kotlin 1.2. 2017-11-29 11:02:56 +01:00
Mark Paluch
79fc621f21 #465 - Upgrade to RxJava 2.1.7. 2017-11-27 13:58:59 +01:00
Mark Paluch
a64a993227 #459 - Upgrade to Spring Framework 5.0.2 GA. 2017-11-27 12:08:04 +01:00
Oliver Gierke
3d0295924c #459 - Upgrade to Spring Framework 5.0.2 snapshots. 2017-11-26 19:33:35 +01:00
Mark Paluch
e57619f900 #458 - Upgrade to RxJava 2.1.6. 2017-11-26 16:40:22 +01:00
Mark Paluch
35ab45233d #455 - Upgrade to RxJava 1.3.4. 2017-11-26 16:39:21 +01:00
Oliver Gierke
70f6e0e9e1 #452 - Upgraded to Kotlin 1.1.61. 2017-11-24 22:41:26 +01:00
Mark Paluch
7094c99628 #451 - Upgrade to Reactor Bismuth SR4. 2017-11-16 15:59:49 +01:00
Oliver Gierke
e6b61195ac #448 - Upgrade to Kotlin 1.1.60. 2017-11-15 08:46:12 +01:00
Oliver Gierke
5b7ced2ad1 #444 - Upgrade to Reactor Bismuth SR3. 2017-10-25 17:49:57 +02:00
Oliver Gierke
7cec3ab67a #445 - Upgrade to Kotlin 1.1.51. 2017-10-25 17:10:12 +02:00
Mark Paluch
450424a075 #442 - Upgrade to Spring Framework 5.0.1. 2017-10-25 08:54:58 +02:00
Oliver Gierke
ea0a044446 #440 - Temporarily add milestone repo to plugin repositories.
To make sure store modules resolve the AspectJ 1.9 RC1 dependency on AspectJ plugin declarations.
2017-10-24 12:37:28 +02:00