Spring Operator
ccae97890f
#491 - 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 426 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
2019-03-22 08:13:14 +01:00
Jens Schauder
d57068b410
#395 - Correcting handling of immutable properties.
...
If properties are final they need to have a matching argument in the persistence constructor or a matching "Wither".
Otherwise trying to set them results in an exception.
Id Properties additionally need a Wither if a generated Id from the database is supposed to get set.
2018-08-22 10:07:20 +02:00
Jens Schauder
0e0668d12a
#315 - Polishing.
...
Used default directory for code generation.
Formatting.
Simplified asserts with some AssertJ trickery.
Original pull request: #385 .
2018-08-02 16:44:51 +02:00
Florian Lüdiger
b6b06121d1
#315 - Add example for Spring Data JDBC usage with jOOQ
...
Demonstrating how to use jOOQ as the basis for an implementation of custom repository methods.
Original pull request: #385 .
2018-08-02 16:43:56 +02:00