cbmeeks
e3522d091f
Polishing.
...
Switch tabs to space indents.
Closes : #531
2023-11-10 14:53:03 +01:00
Eric Haag
91196a62a9
Connect build to ge.spring.io.
...
This change publishes a build scan to ge.spring.io for every local build from an authenticated Spring committer and for CI where appropriate access tokens are available. The build will not fail if publishing fails.
This change also allows the build to benefit from local and remote build caching, providing faster builds for all contributors.
Additionally, the project will have access to all features of Gradle Enterprise such as:
- Dashboards to view all historical build scans, along with performance trends over time
- Build failure analytics for enhanced investigation and diagnosis of build failures
- Test failure analytics to better understand trends and causes around slow, failing, and flaky tests
See #540
2023-10-19 17:09:46 -05:00
Mark Paluch
135e5216bb
Polishing.
...
Add gitignore entry for build/ dir, update playbook and readme. Use current year property.
See: #526
2023-09-11 14:11:11 +02:00
Christoph Strobl
28b6260941
Migrate documentation to Antora.
...
Closes : #526
2023-09-11 14:08:24 +02:00
Mark Paluch
a92de37875
Use snapshot and milestone repositories instead of libs-snapshot and libs-milestone.
...
Closes #501
2023-06-06 10:09:57 +02:00
Greg L. Turnquist
18b5ed9a7e
Migrate to main branch.
...
See #367 .
2021-04-16 12:01:44 -05:00
Christoph Strobl
7a09363718
Update issue tracker references after GitHub issues migration.
...
See: #343
2021-01-13 08:32:07 +01:00
Christoph Strobl
5c328f17c6
DATAKV-310 - Polishing.
...
Use consistent punctuation in asserts.
Update link to code of conduct.
Original Pull Request: #50
2020-07-15 07:13:46 +02:00
Mark Paluch
72636fb4fc
DATAKV-310 - Polishing.
...
Fix link to code of conduct. Update Javadoc references to reflect com.mysema -> com.querydsl changes.
Original Pull Request: #50
2020-07-15 07:13:11 +02:00
Mark Paluch
cd630bd948
DATAKV-270 - Revise readme for a consistent structure.
2019-07-09 10:13:09 +02:00
Greg Turnquist
d73e3072d1
DATAKV-264 - Polishing.
2019-05-30 10:13:49 -05:00
Greg Turnquist
abebd8cb1d
DATAKV-264 - Polishing.
2019-05-30 10:10:02 -05:00
Greg Turnquist
d6229f1273
DATAKV-264 - Introduce Jenkins.
2019-05-30 09:22:05 -05:00
Spring Operator
c3b615ca51
DATAKV-253 - 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://github.com/spring-projects/spring-data-keyvalue with 1 occurrences migrated to:
https://github.com/spring-projects/spring-data-keyvalue ([https](https://github.com/spring-projects/spring-data-keyvalue ) result 200).
* [ ] http://spring.io/blog with 1 occurrences migrated to:
https://spring.io/blog ([https](https://spring.io/blog ) result 200).
* [ ] http://stackoverflow.com/questions/tagged/spring-data-keyvalue with 1 occurrences migrated to:
https://stackoverflow.com/questions/tagged/spring-data-keyvalue ([https](https://stackoverflow.com/questions/tagged/spring-data-keyvalue ) result 200).
* [ ] http://www.ow2.org/ with 1 occurrences migrated to:
https://www.ow2.org/ ([https](https://www.ow2.org/ ) result 200).
* [ ] http://contributor-covenant.org with 1 occurrences migrated to:
https://contributor-covenant.org ([https](https://contributor-covenant.org ) result 301).
* [ ] http://contributor-covenant.org/version/1/3/0/ with 1 occurrences migrated to:
https://contributor-covenant.org/version/1/3/0/ ([https](https://contributor-covenant.org/version/1/3/0/ ) result 301).
* [ ] http://docs.spring.io/spring-framework/docs/ with 2 occurrences migrated to:
https://docs.spring.io/spring-framework/docs/ ([https](https://docs.spring.io/spring-framework/docs/ ) result 301).
* [ ] http://help.github.com/forking with 1 occurrences migrated to:
https://help.github.com/forking ([https](https://help.github.com/forking ) result 301).
* [ ] http://projects.spring.io/spring-data with 1 occurrences migrated to:
https://projects.spring.io/spring-data ([https](https://projects.spring.io/spring-data ) result 301).
* [ ] http://repo.spring.io/libs-snapshot with 1 occurrences migrated to:
https://repo.spring.io/libs-snapshot ([https](https://repo.spring.io/libs-snapshot ) result 302).
* [ ] http://sourceforge.net/projects/cglib/files/cglib3/3.0/cglib-3.0.jar/download with 1 occurrences migrated to:
https://sourceforge.net/projects/cglib/files/cglib3/3.0/cglib-3.0.jar/download ([https](https://sourceforge.net/projects/cglib/files/cglib3/3.0/cglib-3.0.jar/download ) result 302).
* [ ] http://www.springsource.org/download with 1 occurrences migrated to:
https://www.springsource.org/download ([https](https://www.springsource.org/download ) result 302).
Original Pull Request: #39
2019-03-21 09:40:19 +01:00
Mark Paluch
f0b3fc2b98
DATAKV-192 - Polishing.
...
Reduce member visibility according type visibility. Adapt to required argument in KeyValueRepository.findAll(Pageable). Replace cast with type to Class.cast(…). Use lombok for for getters/setters in test code. Suppress warnings, formatting.
Original pull request: #26 .
2017-08-02 10:15:58 +02:00
Christoph Strobl
0025c03e5a
DATAKV-192 - Move codebase to Java8 API.
...
Make use of stream lambdas in query execution. Remove copy of MetaAnnotationUtils in favor of @AliasFor usage.
Original pull request: #26 .
2017-08-02 10:05:11 +02:00
Mark Paluch
a5c03efaae
DATAKV-158 - Update project documentation with the CLA tool integration.
2017-01-13 11:40:37 +01:00
Oliver Gierke
25a5a91a7c
DATAKV-106 - Ported README to Asciidoctor.
2015-05-19 18:12:59 +02:00