Spring Operator
e0ef48eb78
#474 - 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 320 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:00:34 +01:00
Spring Operator
a8679a7f4c
#473 - 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 But Review Recommended
These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended.
* http://ethlo.com/maven (301) with 2 occurrences migrated to:
https://ethlo.com/maven ([https](https://ethlo.com/maven ) result 404).
## 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 53 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).
* http://maven.apache.org/maven-v4_0_0.xsd with 4 occurrences migrated to:
https://maven.apache.org/maven-v4_0_0.xsd ([https](https://maven.apache.org/maven-v4_0_0.xsd ) result 301).
* http://projects.spring.io/spring-data-cassandra with 1 occurrences migrated to:
https://projects.spring.io/spring-data-cassandra ([https](https://projects.spring.io/spring-data-cassandra ) result 301).
* http://projects.spring.io/spring-data-jpa with 1 occurrences migrated to:
https://projects.spring.io/spring-data-jpa ([https](https://projects.spring.io/spring-data-jpa ) result 301).
* http://projects.spring.io/spring-data-ldap with 1 occurrences migrated to:
https://projects.spring.io/spring-data-ldap ([https](https://projects.spring.io/spring-data-ldap ) result 301).
* http://projects.spring.io/spring-data-mongodb with 1 occurrences migrated to:
https://projects.spring.io/spring-data-mongodb ([https](https://projects.spring.io/spring-data-mongodb ) result 301).
* http://projects.spring.io/spring-data-solr with 1 occurrences migrated to:
https://projects.spring.io/spring-data-solr ([https](https://projects.spring.io/spring-data-solr ) result 301).
# Ignored
These URLs were intentionally ignored.
* http://maven.apache.org/POM/4.0.0 with 114 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 57 occurrences
Original pull request: #454
2019-03-20 10:11:16 -05:00
Oliver Gierke
14ee0a00a6
#375 - Upgraded to Ingalls SR13.
...
Upgraded Spring 5 build profile to 5.0.7, Jackson 2.9.6.
2018-06-13 16:19:15 +02:00
Oliver Gierke
b039194e62
#330 - Polished README on JPA 2.1 examples for manual result set mappings.
2018-05-09 16:47:40 +02:00
Oliver Gierke
62ee0bfb45
#353 - Upgraded to Spring Boot 1.5.13.
2018-05-09 16:29:46 +02:00
Oliver Gierke
1afd6f2fb6
#330 - Added projection sample for how to avoid dedicated SQL result set mappings.
...
Upgraded to Ingalls snapshots as the sampler needs some tweaks that have not made it into a released version yet.
2018-05-09 16:26:35 +02:00
Thomas Darimont
9ab1ae1fe6
#330 - Demonstrate usage of JPA 2.1 @SqlResultSetMapping.
...
Sometimes, e.g. for analytics, it is handy to be able to return a different entity result type from a Repository query method than the base Repository entity type or an interface based projection.
This demonstrates how to use a custom @SqlResultSetMapping in combination with @ColumnResult introduced in JPA 2.1.
2018-05-09 16:24:04 +02:00
Oliver Gierke
9b2b10cc3d
#353 - Prepare upgrade to Spring Boot 1.5.11.
...
Upgraded to Spring Boot 1.5.10 and Ingalls SR11.
Upgraded Spring Framework 5 build profile to 5.0.5.
2018-04-04 17:15:59 +02:00
Ivan Sopov
25a3996127
#321 - Fix Hibernate exclusion in EclipseLink sample.
...
Previously, the deprecated hibernate-entitymanager dependency was excluded but that was not taking effect, since current spring-boot-starter-data-jpa depends on hibernate-core.
2017-11-19 12:42:55 +01:00
Oliver Gierke
01e7b573eb
#308 - Remove explicit Hibernate dependency handling.
2017-10-20 14:07:43 +02:00
Oliver Gierke
1c99e4310f
#307 - Added build profile execution for Spring Framework 5.
2017-10-16 20:06:35 +02:00
Oliver Gierke
5b6d973fbd
#306 - Polishing.
...
Temporarily upgrade to Spring Data Ingalls snapshots as there's a bug in Spring Data Elasticsearch SR8 preventing it to run on Spring Framework 5.
2017-10-16 20:03:46 +02:00
Oliver Gierke
c3f523e597
#306 - Polishing.
...
Upgraded Spring Framework 5 build profile to 5.0 GA.
2017-10-16 20:02:45 +02:00
Oliver Gierke
cec1aa669a
#306 - Upgraded to Spring Boot 1.5.8.
2017-10-16 19:23:49 +02:00
Oliver Gierke
b5c2e85f07
#301 - Upgraded JPA module to Hibernate 5.2.11.
2017-10-06 17:57:45 +02:00
Oliver Gierke
ee5b9c5551
#300 - Upgraded to Spring Boot 1.5.7.
2017-10-06 17:57:10 +02:00
Oliver Gierke
ad36e7a059
#276 - Changed Javaslang example to use Vavr instead.
...
Module rename and switched to Vavr packages. Explicitly refer to the Kay snapshots as the Vavr support is not available in a Spring Data release yet.
2017-10-06 17:55:47 +02:00
Mark Paluch
90546357c7
#291 - Adapt to API changes in Spring Data Cassandra.
...
Exclude CassandraDataAutoConfiguration because the referenced Spring Data Cassandra version is not compatible with CassandraDataAutoConfiguration. Refactor bulk loading to flapMap(…) as CassandraTemplate.insert(…) no longer accepts an entity stream.
2017-08-25 13:39:48 +02:00
Oliver Gierke
b527cbf1d6
#291 - Upgraded to Spring Boot 1.5.6.
...
Upgraded to Boot 1.5.6. Updated dependencies of reactive projects to latest versions to make sure the APIs of Boot work with the changes in Spring Data Kay RC1. Upgraded all other dependencies to match and got both the Redis and the Cassandra examples to compile again.
Disabled Cassandra reactive samples for now as they fail at runtime.
2017-08-25 11:00:11 +02:00
Oliver Gierke
013058d410
#290 - Polishing.
...
Imports and typos in JavaDoc.
2017-08-24 11:54:24 +02:00
Oliver Gierke
663c8bd73b
#290 - Removed obsolete @Autowired annotations.
2017-08-24 11:54:24 +02:00
Kamil Kot
f65d678237
#282 - Fixes typo in README.md.
...
Replaced MongoDB with the intended Spring Data JPA.
Original pull request: #281 .
2017-08-24 10:47:49 +02:00
Mark Paluch
a0754b7ce6
#280 - Increase Cassandra startup timeout to 60 seconds.
2017-06-19 11:56:11 +02:00
Oliver Gierke
74978efbe6
#279 - Upgraded to Spring Boot 1.5.4.
2017-06-19 09:55:22 +02:00
Oliver Gierke
7870a7e060
#278 - Fix entity characteristics in Customer in Eclipselink example.
...
We now calculate the equals(…) and hashCode() methods by looking at the indentifier only. Removed default constructor in favor of Lombok's @NoArgConstructor.
2017-06-19 09:51:03 +02:00
Oliver Gierke
aa2c2e1fe0
#274 - Maven build now runs with -U to make sure we always update snapshots.
2017-05-05 13:23:13 +02:00
Oliver Gierke
dbb13f831f
#273 - Upgraded to Spring Boot 1.5.3.
...
Removed manually declared bean for Spring Security's EvaluationContextExtension.
2017-05-04 21:58:06 +02:00
Mark Paluch
45f19a6c1d
#166 - Rename Redis cluster-sentinel to sentinel.
...
Rename the Redis cluster-sentinel project to sentinel and leave a hint in the cluster-sentinel directory that points to the Redis Cluster and Redis Sentinel examples mentioning clarifying the cluster-sentinel naming.
2017-03-10 08:47:19 +02:00
Mark Paluch
b1ffd9cede
#264 - Read MongoDB port from local.mongo.port.
...
Port handling for embedded MongoDB use has changed. Spring Boot no longer writes the port to MongoProperties but updates property sources to provide local.mongo.port so the reactive configuration is required to read local.mongo.port to obtain the port.
2017-03-06 11:29:37 +01:00
Oliver Gierke
6ee8c48815
#262 - Upgraded to Spring Boot 1.5.2.
2017-03-06 08:40:57 +01:00
Oliver Gierke
5b80a0b3c1
#263 - StoreRepository now correctly declares UUID as identifier type.
2017-03-06 08:38:37 +01:00
Oliver Gierke
6d76cb0aba
#258 - Upgrade to Spring Boot 1.5.0.RELEASE.
2017-01-30 14:16:57 +01:00
Mark Paluch
3d5a30510c
#257 - Guard Redis Geo tests with a minimum required version.
...
Redis Geo tests are skipped if the minimum Redis version rule of version 3.2 is not met.
2017-01-30 09:21:37 +01:00
Mark Paluch
9a2e95a784
#256 - Add examples for Redis Geo API.
2017-01-28 09:32:56 +01:00
Oliver Gierke
381301ee26
#251 - Ordered module declarations alphabetically.
2017-01-28 09:31:45 +01:00
Oliver Gierke
22693559a4
#251 - Added LDAP module to root build execution.
2017-01-28 09:30:38 +01:00
Oliver Gierke
5a450afa09
#251 - Polishing.
...
Fixed package structure in sources (nested folders instead of dot-separated ones). Removed obsolete dependency in POM and point to relative POMs.
2017-01-28 09:27:42 +01:00
Mark Paluch
37d5fadf4d
#251 - Add example for Spring Data LDAP.
2017-01-27 15:39:21 +01:00
Oliver Gierke
a41f69127c
#255 - Fixed setup to use Neo4j embedded.
...
Switch to the Spring Boot starter for Neo4j for consistency reason. Added explicit dependencies to Neo4j OGM Embedded driver and Neo4j itself.
2017-01-27 14:10:18 +01:00
Mark Paluch
4bae471837
#254 - Use MongoProperties.getPort() to configure reactive MongoClient.
...
Embedded MongoDB auto-configuration randomizes its port. Configuration happens during the creation of embeddedMongoServer so our MongoClient creation must be delayed until then.
2017-01-27 13:58:07 +01:00
Mark Paluch
605b90dc56
#249 - Add example for Spring Data REST Cross-origin resource sharing.
2017-01-27 13:12:37 +01:00
Mark Paluch
319d3e1a17
#250 - Polishing.
...
Use Cassandra streaming query with query derivation instead of a String-based query.
2017-01-27 13:07:23 +01:00
Mark Paluch
54ab8178b7
#250 - Add example for Cassandra User-defined type usage.
2017-01-27 12:59:35 +01:00
Mark Paluch
d9f77903ef
#224 - Use external or embedded (if external Apache Cassandra is not available) for Cassandra examples.
...
We now check whether an external Apache Cassandra instance is available at localhost:9042 and use it to run the examples. Otherwise, if no external Apache Cassandra instance is available, we start an embedded Cassandra instance.
2017-01-27 12:53:17 +01:00
Oliver Gierke
1d3af17572
#226 - Polishing.
2017-01-27 12:52:17 +01:00
Mark Paluch
a138925b0d
#226 - Add samples for new MongoDB aggregation operations in Ingalls.
2017-01-27 12:50:22 +01:00
Oliver Gierke
bc3623b532
#253 - Removed custom Neo4j infrastructure setup in favor of Boot 1.5's auto-configuration.
2017-01-27 12:40:27 +01:00
Oliver Gierke
4cf37f3527
#252 - Upgraded to Spring Boot 1.5 snapshots (and thus Ingalls).
...
Let JPA examples work with latest Hibernate (5.2.7).
2017-01-27 12:35:55 +01:00
Mark Paluch
c523b8d468
#245 - Upgrade to MongoDB Reactive Streams Driver 1.3.0.
2017-01-04 16:12:10 +01:00
Mark Paluch
ba829655f2
#244 - Adopt changed constructor for JpaBaseConfiguration.
2017-01-04 15:56:24 +01:00