Commit Graph

159 Commits

Author SHA1 Message Date
Oliver Gierke
8cc3a57d66 #105 - Updated changelog. 2014-09-05 09:23:23 +02:00
Oliver Gierke
0a9f8232c0 #109 - Added more information to CONTRIBUTING.md.
Clarified the expected format of the commit messages and bug tracker handling.
2014-09-04 11:48:44 +02:00
Oliver Gierke
2ffc8dd7ac #108 - Upgraded to Spring 4.0.7. 2014-09-04 10:37:40 +02:00
Oliver Gierke
27b666359a #107 - Disable doclint to be able to generate JavaDoc on Java 8. 2014-09-01 14:20:14 +02:00
Oliver Gierke
adaa0da806 #107 - Removed custom library with a fake Optional type.
Related ticket: DATACMNS-571.
2014-09-01 13:44:46 +02:00
Oliver Gierke
d8d983e7de #106 - Dependency upgrades.
AspectJ 1.8.1 -> 1.8.2
Jackson 2.4.1 -> 2.4.2
JodaTime 2.3 -> 2.4
Open WebBeans 1.2.4 -> 1.2.6
2014-09-01 12:51:30 +02:00
Oliver Gierke
b353ed2411 #104 - Upgraded to Querydsl 3.4.3. 2014-09-01 11:19:34 +02:00
Oliver Gierke
43275b8567 #102 - Improved distribution profile.
Disabled tests and installation for distribution build.
2014-08-22 11:58:50 +02:00
Oliver Gierke
8956b8b1a7 #101 - Removed build steps to create a distribution ZIP. 2014-08-22 11:32:39 +02:00
Oliver Gierke
f7697bd8bf #100 - Raised TOC levels to 3. 2014-08-22 10:44:21 +02:00
Oliver Gierke
36172d25b7 #100 - Updated CSS to be based on new Asciidoctor version. 2014-08-22 10:44:10 +02:00
Oliver Gierke
785ea3894f #100 - Improved build setup for reference documentation.
Upgraded to Asciidoctor 1.5.0 Maven plugin. Disable the use of the custom stylesheet to benefit from the improved styles used in the new Asciidoctor version.

Removed the creation of the chunked HTML output via the Docbook plugin to prevent it overriding the Asciidoctor output.
2014-08-21 17:09:03 +02:00
Oliver Gierke
47e259e0ec #95 - After release cleanups. 2014-08-13 16:30:26 +02:00
Spring Buildmaster
c6e1688227 #95 - Prepare next development iteration. 2014-08-13 06:11:25 -07:00
Spring Buildmaster
78acbc49e8 #95 - Release version 1.5.0.RC1 (Evans RC1). 2014-08-13 06:11:23 -07:00
Oliver Gierke
b3b5b1e618 #95 - Prepare 1.5.0.RC1 (Evans RC1). 2014-08-13 15:07:00 +02:00
Oliver Gierke
8d3ffac418 #95 - Updated changelog. 2014-08-13 15:04:54 +02:00
Oliver Gierke
20c6fbcd87 #97 - Changed target of HTML documentation to /html. 2014-08-13 14:46:24 +02:00
Oliver Gierke
2433cbb391 #99 - Upgraded to Maven APT plugin 1.1.2. 2014-08-11 18:42:20 +02:00
Oliver Gierke
dcb49de486 #97 - Fixed copying of Asciidoctor resources in multi-store projects. 2014-08-06 21:35:56 +02:00
Oliver Gierke
5cdbe8145f #98 - Added <pluginManagement /> section for profile plugins. 2014-08-06 21:25:36 +02:00
Oliver Gierke
03265207c8 #97 - Added setup for Asciidoc.
We now generate HTML and Docbook sources during the generate-resources phase. The Docbook setup does not generate the htmlsingle docs anymore.
2014-08-06 21:08:30 +02:00
Oliver Gierke
8857a5e701 #90 - Upgraded to Querydsl 3.4.2. 2014-07-31 07:12:38 +02:00
Oliver Gierke
f9419a6ebc #89 - After release cleanups. 2014-07-10 20:41:46 +02:00
Spring Buildmaster
a7921136cf #89 - Prepare next development iteration. 2014-07-10 10:01:28 -07:00
Spring Buildmaster
7739bfa59d #89 - Release version 1.5.0.M1. 2014-07-10 10:01:26 -07:00
Oliver Gierke
074ae5e342 #89 - Prepare 1.5.0.M1 (Evans M1). 2014-07-10 17:16:13 +02:00
Oliver Gierke
e8fbf97808 #89 - Updated changelog. 2014-07-10 17:14:11 +02:00
Oliver Gierke
36b64b5760 #75, #80 - Forward ported changelog updates from bugfix releases. 2014-07-10 17:00:34 +02:00
Oliver Gierke
6f935866b8 #94 - Upgraded to Spring 4.0.6.RELEASE. 2014-07-08 10:39:41 +02:00
Oliver Gierke
6a4d54e86a #90 - Back to Querydsl 3.4.0 as 3.4.1 breaks Java 6 compatibility.
Usage of named regex groups in Querydsl's TemplateFactory breaks Java 6 compatibility.
2014-07-01 11:31:07 +02:00
Oliver Gierke
9e86970b5d #90 - Upgrade to Querydsl 3.4.1. 2014-07-01 10:25:14 +02:00
Oliver Gierke
37daff8cd2 #92 - Upgrade to Jackson 2.4.1. 2014-07-01 10:24:36 +02:00
Oliver Gierke
a04822b87e #91 - Upgrade to AspectJ 1.8.1. 2014-07-01 10:24:20 +02:00
Oliver Gierke
fef0e9e200 #77 - Upgrade to Spring 4 as build baseline.
Upgraded to Spring 4.0.5.RELEASE as baseline for Spring Data builds. Removed spring32-next profile as well as the spring4 one. Added a dedicated spring41-next profile to be able to build against Spring 4.1 snapshots.
2014-07-01 10:09:01 +02:00
Oliver Gierke
cbc5a88cb0 #80 - Downgrade to Wagon SSH 2.5 to avoid NullPointerException. 2014-06-30 18:08:33 +02:00
Oliver Gierke
edbd591fbe #84 - Added all supporting Spring Data modules to the BOM. 2014-06-13 08:44:17 +02:00
Oliver Gierke
1108cb8eac #83 - Upgraded to Querydsl 3.4.0. 2014-06-12 08:24:21 +02:00
Oliver Gierke
b45678c1e5 #79 - Upgraded JavaDoc dependency reference URLs to latest ones.
Spring - 3.1.x -> 3.2.x
Java - 1.5 -> 1.6
Spring Data Commons - latest URI structure
2014-05-26 10:20:49 +02:00
Oliver Gierke
0548b3d4d0 #78 - Updated build plugin version to the latest ones available.
Wagon SSH - 2.3 -> 2.6
Surefire - 2.12 -> 2.17
JAR - 2.3.1 -> 2.4
Source - 2.1.2 -> 2.2.1
JavaDoc - 2.9 -> 2.9.1
Deploy - 2.7 -> 2.8.1
2014-05-26 10:19:23 +02:00
Oliver Gierke
6cea7c2b82 #76 - Upgraded to Querydsl 3.3.4. 2014-05-20 22:47:41 +02:00
Oliver Gierke
a24bff30a2 #55 - After release cleanups. 2014-05-20 19:48:02 +02:00
Spring Buildmaster
08379f3f9d #55 - Prepare next development iteration. 2014-05-20 07:31:03 -07:00
Spring Buildmaster
1f49ab805e #55 - Release version 1.4.0.RELEASE. 2014-05-20 07:30:59 -07:00
Oliver Gierke
d029741d99 #55 - Prepare 1.4 GA. 2014-05-20 16:26:42 +02:00
Oliver Gierke
7143badd25 #55 - Updated changelog. 2014-05-20 16:26:12 +02:00
Oliver Gierke
45e1bfa342 #74 - Upgrade to Spring 3.2.9.RELEASE.
Removed default activation of Spring 4 on Java 8. Upgraded spring32-next profile to 3.2.10.BUILD-SNAPSHOT.
2014-05-20 14:34:50 +02:00
Oliver Gierke
a156a1362a #73 - Upgraded to Slf4j 1.7.7 and OpenWebbeans 1.2.4. 2014-05-19 11:19:26 +02:00
Oliver Gierke
35b42ebbc7 #71 - Switched the order of Spring 4 and Spring 4 Next profile.
This was necessary to be able to run the build against to-be-released Spring versions. Previously the default activation registered for the Spring 4 profile trumped the version number that should've been activated if you manually select a profile.
2014-05-19 09:28:22 +02:00
Thomas Darimont
ec541e1aca #70 - Upgraded to Querydsl 3.3.3. 2014-05-02 21:33:49 +02:00