Greg Turnquist
55ea842bcd
DATACMNS-1536 - Add upstream CI dependency for SD Build.
2019-06-26 10:56:47 -05:00
Greg Turnquist
e907dc0f73
DATACMNS-1536 - Configure user.name and user.home for CI jobs.
2019-06-24 10:33:18 -05:00
Oliver Drotbohm
af65e9a3f3
DATACMNS-1549 - Fixed noHTTPS errors.
2019-06-24 11:15:08 +02:00
Michael Simons
0d33356652
DATACMNS-1548 - Fix JavaDoc on AuditingHandler#setModifyOnCreation.
...
Original pull request: #397 .
2019-06-24 10:54:31 +02:00
Christoph Strobl
5c218097f7
DATACMNS-1514 - Updated changelog.
2019-06-14 15:18:13 +02:00
Christoph Strobl
b318db2901
DATACMNS-1532 - After release cleanups.
2019-06-14 13:14:51 +02:00
Christoph Strobl
f2b654c866
DATACMNS-1532 - Prepare next development iteration.
2019-06-14 13:14:50 +02:00
Christoph Strobl
2ddac8e57e
DATACMNS-1532 - Release version 2.1.9 (Lovelace SR9).
2019-06-14 12:39:34 +02:00
Christoph Strobl
e2932c1be4
DATACMNS-1532 - Prepare 2.1.9 (Lovelace SR9).
2019-06-14 12:38:59 +02:00
Christoph Strobl
45824eaf7b
DATACMNS-1532 - Updated changelog.
2019-06-14 12:38:50 +02:00
Mark Paluch
cdbc1044e5
DATACMNS-1500 - URL Cleanup.
2019-06-05 11:15:37 +02:00
Greg Turnquist
bfcc57cb9d
DATACMNS-1536 - Fix issue branch building.
2019-05-29 08:12:58 -05:00
Greg Turnquist
d92e6876e3
DATACMNS-1536 - Inline all CI commands.
2019-05-28 10:38:06 -05:00
Greg Turnquist
8f937c4bb8
DATACMNS-1536 - Disable concurrent builds.
2019-05-28 08:56:36 -05:00
Mark Paluch
f2933d7a5d
DATACMNS-1540 - Use thread-safe path cache in QuerydslPredicateBuilder.
...
We now use ConcurrentHashMap instead of HashMap to cache Path instances by PathInformation.
2019-05-27 08:41:40 +02:00
Greg Turnquist
a8fb9c036a
DATACMNS-1536 - Only watch branch 2.1.x
2019-05-21 14:41:13 -05:00
Greg Turnquist
b47e693295
DATACMNS-1536 - Polishing.
2019-05-21 14:02:20 -05:00
Greg Turnquist
2ac2d07343
DATACMNS-1536 - Polishing.
2019-05-21 13:51:52 -05:00
Greg Turnquist
62a5a74902
DATACMNS-1536 - Introduce maven wrapper.
2019-05-21 12:04:29 -05:00
Greg Turnquist
bc82b0f707
DATACMNS-1536 - Introduce Jenkins.
2019-05-21 11:31:11 -05:00
Christoph Strobl
29adcfbce5
DATACMNS-1534 - Cache BeanFactory lookup for EvaluationContextExtension.
...
We now cache the BeanFactory lookup for EvaluationContextExtension within the ExtensionAwareEvalutationContextProvider to avoid (expensive) repeated context scans when creating the actual EvaluationContext.
Original pull request: #395 .
2019-05-14 14:20:19 +02:00
Mark Paluch
1ba8732c0b
DATACMNS-1531 - Updated changelog.
2019-05-13 18:19:08 +02:00
Mark Paluch
9508b363e2
DATACMNS-1530 - After release cleanups.
2019-05-13 14:58:46 +02:00
Mark Paluch
e4d16c3920
DATACMNS-1530 - Prepare next development iteration.
2019-05-13 14:58:44 +02:00
Mark Paluch
aee8f50837
DATACMNS-1530 - Release version 2.1.8 (Lovelace SR8).
2019-05-13 13:25:52 +02:00
Mark Paluch
682d65e2df
DATACMNS-1530 - Prepare 2.1.8 (Lovelace SR8).
2019-05-13 13:25:06 +02:00
Mark Paluch
7b5dfd1edd
DATACMNS-1530 - Updated changelog.
2019-05-13 13:24:55 +02:00
Mark Paluch
5cde4f9efe
DATACMNS-1515 - Updated changelog.
2019-05-13 12:37:41 +02:00
Oliver Drotbohm
7384ddbb30
DATACMNS-1505 - Updated changelog.
2019-05-10 14:18:09 +02:00
Oliver Drotbohm
0bacacbdbb
DATACMNS-1507 - After release cleanups.
2019-05-10 12:55:59 +02:00
Oliver Drotbohm
a3dc6e42a7
DATACMNS-1507 - Prepare next development iteration.
2019-05-10 12:55:57 +02:00
Oliver Drotbohm
9b50685f4c
DATACMNS-1507 - Release version 2.1.7 (Lovelace SR7).
2019-05-10 12:18:52 +02:00
Oliver Drotbohm
f1403b0e15
DATACMNS-1507 - Prepare 2.1.7 (Lovelace SR7).
2019-05-10 12:18:10 +02:00
Oliver Drotbohm
0b30334a21
DATACMNS-1507 - Updated changelog.
2019-05-10 12:17:59 +02:00
Oliver Drotbohm
1de1996cc5
DATACMNS-1528 - Reactivate Travis builds for Spring 5.2
2019-05-09 21:57:15 +02:00
Oliver Drotbohm
45936a3411
DATACMNS-1518 - Fixed detection of varargs overloads for SpEL expressions.
...
Before this commit we haven't properly resolved methods on a root object provided by an EvaluationContextExtension that was using varargs. With a vararg method, the number of parameters handed into the method is not necessary equal to the number of parameters. We previously simply skipped methods with a different number of arguments. We now try direct matches first but calculate valid varargs alternatives in case that initial lookup fails and try to match those alternatives.
This lookup is implemented in ….util.ParameterTypes now and used by ….spel.spi.Function. The latter now also handles the actual invocation of those methods properly by collecting the trailing arguments into an array.
2019-05-09 13:05:26 +02:00
David Schneider
8206af4253
DATACMNS-1510 - Fix phrasing in Javadoc of @Param.
...
Original pull request: #389 .
2019-04-23 17:14:39 +02:00
Jerzy Kwiatkowski
5240c2eeef
DATACMNS-1520 - Fix typo in Javadoc.
...
Original pull request: #393 .
2019-04-23 17:11:37 +02:00
Christoph Strobl
f3e6abdf29
DATACMNS-1493 - Updated changelog.
2019-04-11 12:28:55 +02:00
Mark Paluch
0912f2b441
DATACMNS-1511 - Upgrade to XMLBeam 1.4.16.
2019-04-08 08:37:36 +02:00
Oliver Drotbohm
e11c4f4474
DATACMNS-1480 - After release cleanups.
2019-04-01 20:55:13 +02:00
Oliver Drotbohm
cf19710eb7
DATACMNS-1480 - Prepare next development iteration.
2019-04-01 20:55:11 +02:00
Oliver Drotbohm
f3936c852f
DATACMNS-1480 - Release version 2.1.6 (Lovelace SR6).
2019-04-01 20:04:13 +02:00
Oliver Drotbohm
e9b06a24bd
DATACMNS-1480 - Prepare 2.1.6 (Lovelace SR6).
2019-04-01 20:03:19 +02:00
Oliver Drotbohm
4cb2f1ef4b
DATACMNS-1480 - Updated changelog.
2019-04-01 20:03:12 +02:00
Oliver Drotbohm
31383e8ed5
DATACMNS-1464 - Updated changelog.
2019-04-01 19:37:00 +02:00
Oliver Drotbohm
db5d73ce79
DATACMNS-1504 - Updated changelog.
2019-04-01 18:52:17 +02:00
Oliver Drotbohm
baca11778f
DATACMNS-1463 - Updated changelog.
2019-04-01 13:54:13 +02:00
Spring Operator
6c39489eef
DATACMNS-1500 - URL Cleanup.
...
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
# Fixed URLs
## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* [ ] http://www.apache.org/licenses/ with 1 occurrences migrated to:
https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/ ) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 711 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
Original Pull Request: #373
2019-03-22 10:55:22 +01:00
Spring Operator
3e649aeb23
DATACMNS- 1500 - URL Cleanup.
...
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
# Fixed URLs
## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* http://maven.apache.org/xsd/maven-4.0.0.xsd with 1 occurrences migrated to:
https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd ) result 200).
# Ignored
These URLs were intentionally ignored.
* http://maven.apache.org/POM/4.0.0 with 2 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 1 occurrences
Original pull request: #351 .
2019-03-18 17:41:07 +01:00