Commit Graph

239 Commits

Author SHA1 Message Date
Oliver Gierke
3d17ae5d7c DATACMNS-1065 - Added support for Vavr (successor of Javaslang).
Basically duplicated the Javaslang support to now work on Vavr types as well.
2017-05-11 22:24:15 +02:00
Oliver Gierke
d512015742 DATACMNS-1044 - After release cleanups. 2017-04-19 20:01:13 +02:00
Oliver Gierke
e2bfba58c8 DATACMNS-1044 - Prepare next development iteration. 2017-04-19 20:01:11 +02:00
Oliver Gierke
ba8a4979d5 DATACMNS-1044 - Release version 1.13.3 (Ingalls SR3). 2017-04-19 19:32:38 +02:00
Oliver Gierke
bcb9a6061f DATACMNS-1044 - Prepare 1.13.3 (Ingalls SR3). 2017-04-19 19:32:00 +02:00
Oliver Gierke
552310acb7 DATACMNS-1003 - After release cleanups. 2017-04-19 11:48:45 +02:00
Oliver Gierke
25e8f6f9e9 DATACMNS-1003 - Prepare next development iteration. 2017-04-19 11:48:40 +02:00
Oliver Gierke
db9c628832 DATACMNS-1003 - Release version 1.13.2 (Ingalls SR2). 2017-04-19 10:11:28 +02:00
Oliver Gierke
07bdde868b DATACMNS-1003 - Prepare 1.13.2 (Ingalls SR2). 2017-04-19 10:10:47 +02:00
Jens Schauder
c029f1b916 DATACMNS-993 - Clean up class loader hacking in tests.
ClassLoaderRule with @ClassLoaderConfiguration allows easy creation FilteringClassLoader. Changed usage pattern of ClassUtils.isPresent(…) in order to ease testing. Copied the ShadowingClassloader from SpringFramework to get a constructor that doesn't shadow anything by default.

Original pull request: #202.
2017-04-12 08:13:56 +02:00
Oliver Gierke
e29364856c DATACMNS-980 - After release cleanups. 2017-03-02 10:21:47 +01:00
Oliver Gierke
ff2d1632a5 DATACMNS-980 - Prepare next development iteration. 2017-03-02 10:21:30 +01:00
Oliver Gierke
505e0ed057 DATACMNS-980 - Release version 1.13.1 (Ingalls SR1). 2017-03-02 09:41:26 +01:00
Oliver Gierke
0fc81ad8f3 DATACMNS-980 - Prepare 1.13.1 (Ingalls SR1). 2017-03-02 09:33:24 +01:00
Oliver Gierke
a6b8d81035 DATACMNS-965 - After release cleanups. 2017-01-26 10:57:46 +01:00
Oliver Gierke
5a1a78a883 DATACMNS-965 - Prepare next development iteration. 2017-01-26 10:57:43 +01:00
Oliver Gierke
d5cad6c27f DATACMNS-965 - Release version 1.13 GA (Ingalls). 2017-01-26 10:27:09 +01:00
Oliver Gierke
83f8799cb5 DATACMNS-965 - Prepare 1.13 GA (Ingalls). 2017-01-26 10:26:34 +01:00
Oliver Gierke
1eff8b16fb DATACMNS-889 - After release cleanups. 2016-12-21 16:33:12 +01:00
Oliver Gierke
621e393b00 DATACMNS-889 - Prepare next development iteration. 2016-12-21 16:33:09 +01:00
Oliver Gierke
6338778c28 DATACMNS-889 - Release version 1.13 RC1 (Ingalls). 2016-12-21 16:16:50 +01:00
Oliver Gierke
cba32b3939 DATACMNS-889 - Prepare 1.13 RC1 (Ingalls). 2016-12-21 16:15:47 +01:00
Oliver Gierke
1d3af0c128 DATACMNS-937 - Support for JavaSlang's Option type as nullable wrapper.
Repository methods can now return JavaSlang's Option as alternative to JDK 8's Optional or Guavas Optional.
2016-11-19 12:49:21 +01:00
Oliver Gierke
c6624be8a7 DATACMNS-838 - After release cleanups. 2016-07-27 14:32:37 +02:00
Oliver Gierke
eac6d7e9f2 DATACMNS-838 - Prepare next development iteration. 2016-07-27 14:32:33 +02:00
Oliver Gierke
856724f3aa DATACMNS-838 - Release version 1.13 M1 (Ingalls). 2016-07-27 13:52:12 +02:00
Oliver Gierke
c6391dc7f1 DATACMNS-838 - Prepare 1.13 M1 (Ingalls). 2016-07-27 13:51:37 +02:00
Oliver Gierke
e79c19d277 DATACMNS-885 - Added XML support for incoming projections based on XMLBeam.
Added an XML flavor of the support added in previous commits based on XML Beam [0].

[0] http://www.xmlbeam.org.
2016-07-25 18:23:53 +02:00
Oliver Gierke
eec2b43fd0 DATACMNS-885 - Support for binding JSON payloads to projection interfaces.
Projection types annotated with @ProjectedPayload can now be used as parameters for @RequestBody annotated Spring MVC controller method parameters.

Accessor methods will be translated into JSON path property expressions which can be customized by using the @JsonPath annotation. The methods are allowed to return simple types, nested projection interfaces or complex classes which will will be mapped using a Jackson ObjectMapper.
2016-07-25 17:26:32 +02:00
Oliver Gierke
16d826800f DATACMNS-833 - After release cleanups. 2016-04-06 16:37:02 +02:00
Oliver Gierke
3a23b53769 DATACMNS-833 - Prepare next development iteration. 2016-04-06 16:36:59 +02:00
Oliver Gierke
e9f7035ca4 DATACMNS-833 - Release version 1.12 GA (Hopper). 2016-04-06 16:35:58 +02:00
Oliver Gierke
f16f28f70b DATACMNS-833 - Prepare 1.12 GA (Hopper). 2016-04-06 16:34:45 +02:00
Oliver Gierke
eafc0854cc DATACMNS-823 - After release cleanups. 2016-03-18 11:16:07 +01:00
Oliver Gierke
17273d0ac0 DATACMNS-823 - Prepare next development iteration. 2016-03-18 11:15:51 +01:00
Oliver Gierke
0a3e443391 DATACMNS-823 - Release version 1.12 RC1 (Hopper). 2016-03-18 11:14:59 +01:00
Oliver Gierke
c2da774268 DATACMNS-823 - Prepare 1.12 RC1 (Hopper). 2016-03-18 11:06:57 +01:00
Oliver Gierke
1a97627196 DATACMNS-811 - After release cleanups. 2016-02-12 15:43:56 +01:00
Oliver Gierke
bf29e6ec50 DATACMNS-811 - Prepare next development iteration. 2016-02-12 15:43:38 +01:00
Oliver Gierke
021bb8ffb2 DATACMNS-811 - Release version 1.12 M1 (Hopper). 2016-02-12 15:42:46 +01:00
Oliver Gierke
3667dcc81e DATACMNS-811 - Prepare 1.12 M1 (Hopper). 2016-02-12 15:36:18 +01:00
Oliver Gierke
1c265847bf DATACMNS-811 - Declare Artifactory Maven plugin to be able to distribute build artifacts. 2016-01-28 14:38:55 +01:00
Oliver Gierke
306795468d DATACMNS-795 - Added support for Scala's Option type on repositories.
Just like with Google's or Java 8's optional we now support Scala's Option type as wrapper fro return values on repositories.
2015-12-16 19:54:27 +01:00
Oliver Gierke
c013c71e7a DATACMNS-670 - Upgraded to Querydsl 4.
Switched to new Querydsl 4 artifacts and adapted to changed package names and API changes.

Cleaned up some JavaDoc and APIs in QuerydslBindingsFactory and QuerydslBinderCustomizer.
2015-11-17 11:07:05 +01:00
Oliver Gierke
bfc5a68697 DATACMNS-759 - After release cleanups. 2015-09-01 12:11:01 +02:00
Spring Buildmaster
f6bb8a7fd9 DATACMNS-759 - Prepare next development iteration. 2015-09-01 00:55:11 -07:00
Spring Buildmaster
6ef8cc86fc DATACMNS-759 - Release version 1.11.0.RELEASE (Gosling GA). 2015-09-01 00:55:08 -07:00
Oliver Gierke
37830dae6e DATACMNS-759 - Prepare 1.11.0.RELEASE (Gosling GA). 2015-09-01 09:44:21 +02:00
Oliver Gierke
be812e28cd DATACMNS-759 - Switched to Spring HATEOAS version property provided by the build parent. 2015-09-01 09:25:59 +02:00
Oliver Gierke
e722030fa5 DATACMNS-742 - After release cleanups. 2015-08-04 14:09:19 +02:00