Oliver Drotbohm
c546430399
#514 - Switch to HAL explorer for Spring Data REST Starbucks example.
2019-08-08 19:01:13 +02:00
Spring Operator
6d51ebf294
#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).
# HTTP URLs that Could Not Be Fixed
These URLs were unable to be fixed. Please review them to see if they can be manually resolved.
* http://mybatis.org/dtd/mybatis-3-config.dtd (301) with 1 occurrences could not be migrated:
([https](https://mybatis.org/dtd/mybatis-3-config.dtd ) result SSLHandshakeException).
* http://mybatis.org/dtd/mybatis-3-mapper.dtd (301) with 2 occurrences could not be migrated:
([https](https://mybatis.org/dtd/mybatis-3-mapper.dtd ) result SSLHandshakeException).
# 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://maven.apache.org/xsd/maven-4.0.0.xsd with 70 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 6 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://java.sun.com/xml/ns/persistence/persistence_2_0.xsd with 1 occurrences migrated to:
https://java.sun.com/xml/ns/persistence/persistence_2_0.xsd ([https](https://java.sun.com/xml/ns/persistence/persistence_2_0.xsd ) result 302).
# Ignored
These URLs were intentionally ignored.
* http://java.sun.com/xml/ns/persistence with 2 occurrences
* http://maven.apache.org/POM/4.0.0 with 152 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 77 occurrences
Original pull request: #472
2019-03-20 10:10:59 -05:00
Oliver Gierke
20c910183e
#339 - Upgrade to Spring Boot 2.0 RC2.
2018-02-21 18:35:06 +01:00
Oliver Gierke
4164bc4607
#297 - Upgraded to Boot 2.0 and Spring Data Kay.
...
Bumped version number to 2.0. Upgraded to Spring Boot 2.0.
Stuff disabled in the meantime:
- Cassandra: needs API adaptions in configuration
- JPA > Security: test fails with weird Hibernate error
- Redis > Reactive: API updates needed
- Solr: configration updates necessary
adjust versions
Updated elastic search to the new version.
Fixed the reactor version to Bismuth-BUILD-SNAPSHOT. This probably should be undone when boot references the proper bom.
2017-10-06 15:15:53 +02:00
Oliver Gierke
9ee13be9b5
#197 - Upgraded to Spring Boot 1.4 RC1.
...
Tweaked the output folder for Querydsl type generation to avoid running into a bug in the Maven compiler plugin 3.5.1 [0].
Fixed an issue in a sample script used to demonstrate MongoDB script execution as the new JavaScript engine seems to be more strict.
Switched to the MongoDB starter and excluded the legacy MongoDB Java driver from projects using Querydsl to consistently make use of the current driver only.
[0] https://issues.apache.org/jira/browse/MCOMPILER-271
2016-07-15 13:05:56 +02:00
Oliver Gierke
62b2d644cc
Updated dependencies and codebase for Querydsl 4.
2016-02-12 14:36:49 +01:00
Oliver Gierke
9a5c270ec2
#139 - Switched to embedded MongoDB for integration tests.
...
Removed MongoDB dependency by adding Flapdoodle embedded MongoDB. That allows us to get rid of the utility module we had in place for the MongoDB samples guarding the tests to only run when a MongoDB instance is running.
Tweaked Travis setup to not require the MongoDB service anymore.
2015-10-29 17:14:38 +01:00
Oliver Gierke
0c1bee04b3
#128 - Upgraded to Spring Data Gosling GA.
...
Spring Boot 1.3.0 M2 -> 1.3.0 M4
Spring Framework 4.2.0 -> 4.2.1
2015-09-03 17:14:09 +02:00
Oliver Gierke
9a91c4073f
#123 - Dependency polishing.
...
Configure the Spring HATEOAS version int the Spring Data REST sample root. Upgraded Spring Security to 4.0.2.RELEASE.
2015-08-04 18:10:43 +02:00
Oliver Gierke
bd90bd04d6
#124 - Added missing dependency to Querydsl MongoDB.
...
Apparently got lost during the merge.
2015-08-04 17:32:08 +02:00
Oliver Gierke
7eab65b53f
#124 - Added Querydsl integration to Starbucks example.
...
Enabled Querydsl query metadata creation to the Starbucks example and added binding customizations to UserRepository.
2015-08-04 16:05:50 +02:00
Oliver Gierke
70547a363b
#117 - Removed explicit configuration of main class for Boot plugin in Starbucks example.
...
The configuration is obsolete as the client has been moved into a test case for a while already.
2015-07-30 11:38:20 +02:00
Oliver Gierke
9641cb7f53
#113 - Upgraded to Spring Boot 1.3 M2.
...
Removed temporary upgrades to Spring Framework build snapshots where possible.
2015-07-15 09:49:50 +02:00
Oliver Gierke
d880972a12
#98 - Switch to Spring 4.2 RC1 for Starbucks example.
2015-06-04 14:37:02 +02:00
Oliver Gierke
5f132037e3
#87 - Switched to version-less WebJARs after recent additions in Spring Framework.
2015-05-20 12:46:26 +02:00
Oliver Gierke
43c0bcda98
#85 - Added a test case to show how to use a RestTempalte to interact with a HAL service.
2015-05-17 17:30:03 +02:00
Oliver Gierke
19bb907815
#41 - Added minimal web UI for Starbucks example app.
...
Added a minimalistic HTML5 web front-end based on Thymeleaf, Bootstrap, jQuery, URI.js and Google Maps JavaScript API. The required JavaScript dependencies are referenced via Webjars.
For details see the README.
Original pull request: #47 .
2015-04-14 21:42:13 +02:00
Oliver Gierke
b7263b4ed6
#76 - Added HAL browser to Spring Data REST Starbucks example.
2015-04-14 18:23:55 +02:00
Oliver Gierke
e11e73b58a
#70 - Upgraded to Spring Data Fowler GA.
2015-03-23 16:21:44 +01:00
Oliver Gierke
6597d7ca95
#56 - Upgraded to spring HATEOAS 0.17 snapshots.
...
Simplified usage of ParameterizedTypeReference through newly introduced TypeReferences class. Moved to Java 8 streams for final output.
2015-03-02 23:00:44 +01:00
Oliver Gierke
11a6e4b693
#7 - Added sample for Spring Data REST ALPS support and excerpt projections.
2014-09-09 10:30:21 -05:00
Oliver Gierke
edfb9a25d9
Moved to Tomcat 8.0.9 for REST based samples.
2014-07-10 21:38:08 +02:00
Oliver Gierke
8805059aee
Upgraded to Spring Boot 1.1.4.RELEASE.
...
Slight restructuring of the build setup for the Spring Data REST. Upgraded to Tomcat 8.0.9.
2014-07-08 14:02:45 +02:00
Oliver Gierke
a3a1db24d0
Upgraded to Spring Boot 1.1.0.
2014-06-16 17:03:58 +02:00
Oliver Gierke
c3afe35d2f
Upgraded to Spring Data Dijkstra GA release.
2014-05-21 11:07:32 +02:00
Oliver Gierke
b67ec8bd6e
Added Spring Boot plugin to make the REST sample project executable as standalone JAR.
2014-05-14 00:07:48 +02:00
Oliver Gierke
7a7daaec60
Added Starbucks sample for Spring Data REST.
2014-05-02 20:06:43 +02:00