Commit Graph

9 Commits

Author SHA1 Message Date
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