Christoph Strobl
01291619f4
Update copyright year to 2022.
...
See: #2552
2022-02-17 12:46:14 +01:00
Mark Paluch
c735b58607
Migrate code to Java 17 style.
...
Use var instead of explicit local types where applicable. Use pattern variable instead instanceof and cast. Prefer loops and nullable types over Stream and Optional. Convert classes to records where applicable.
See #2465
2022-01-13 18:49:07 +01:00
Mark Paluch
8bd2f9bf34
Update copyright year to 2021.
...
Closes #2268 .
2021-01-07 13:42:27 +01:00
Mark Paluch
152cee7956
DATACMNS-1718 - Migrate tests to JUnit 5.
2020-05-07 11:16:29 +02:00
Mark Paluch
eed7658ce5
DATACMNS-1643 - Update copyright years to 2020.
2020-01-07 08:32:25 +01:00
Spring Operator
48c9297118
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 701 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: #387
2019-03-22 11:00:44 +01:00
Mark Paluch
1969f4bcdc
DATACMNS-1459 - Update copyright years to 2019.
2019-01-02 12:12:19 +01:00
Mark Paluch
51e7e1b7f5
DATACMNS-1240 - Update copyright years to 2018.
...
Also, remove some trailing whitespaces and align outdated license header format.
2018-01-08 16:04:34 +01:00
Oliver Gierke
cc63e5b7a4
DATACMNS-867 - First draft.
2017-03-24 08:00:23 +01:00
Mark Paluch
4eb1ae8de2
DATACMNS-973 - Migrate ticket references in test code to Spring Framework style.
2017-01-13 08:50:51 +01:00
Oliver Gierke
3bcf6f3f27
DATACMNS-547 - @TypeAlias is now @Persistent.
...
For @TypeAlias annotated types being picked up using entity scanning, the annotation is now @Persistent.
Related tickets: DATAMONGO-992.
2014-07-24 14:13:10 +02:00