Oliver Gierke
bca4e65e4f
#115 - Harmonized package names.
...
We now consistently use example.springdata.$store as base package name.
2015-07-16 09:10:20 +02:00
Christoph Strobl
50cb4b9bba
#58 - Add sample for usage of server-side JavaScript.
...
Use a server-side script to simulate putIfAbsent(…) as contracted by the Map interface. The operation will be atomic since MongoDB will put a lock on database until the script is finished.
2015-07-16 08:34:10 +02:00
Oliver Gierke
8d77a9a37e
#107 - Polishing.
...
Switched to Asciidoc for README. Renamed ApplicationConfiguration to Application. Switched to a more simple package name. Some polishing in the test cases (removed unnecessary injections).
Original pull request: #108 .
2015-07-16 08:24:43 +02:00
Thomas Darimont
d95ed268b2
#107 - Added example for Spring Security Integration in MongoDB.
...
Initial project and with example for dynamic data filtering based on current security context information.
Relies on DATAMONGO-1244 to be resolved.
Original pull request: #108 .
2015-07-16 08:13:06 +02:00
Oliver Gierke
cc6e232ac3
#114 - Upgraded to Spring 4.2 RC3.
...
Upgraded to Spring RESTDocs 1.0 M1 on the way.
2015-07-16 08:07:02 +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
3a138a161c
#101 - Fixed security setup for REST / security sample.
2015-06-29 17:59:33 +02:00
golonzovsky
d624c8d43a
#110 - Simplified RequiresMongoDB test rule.
...
We now extend ExternalResource instead of implementing TestRule to avoid the usage of the deprecated AssumptionViolatedException.
2015-06-29 17:54:00 +02:00
Oliver Gierke
7f8a0cc9dc
#111 - Stricter tests cases for conditional headers in REST sample.
...
We now explicitly check for the presence of ETag and Last-Modified headers for all requests.
2015-06-26 06:47:08 +02:00
Thomas Darimont
8037e4d157
#106 - Add CompletableFuture example to readme.
2015-06-18 14:38:25 +02:00
Oliver Gierke
8ed43d34fc
#106 - Polishing.
...
Some JavaDoc improvements, copyright headers. Using a logger instead of System.out in the test case now. Removed commented out dependency declaration from JPA pom.xml.
2015-06-18 14:23:29 +02:00
Thomas Darimont
fd7d35a826
#106 - Add example with CompletableFuture and Java 8 for JPA.
...
Simple test case that demonstrates CompletableFuture.
Original pull request: #106 .
2015-06-18 14:12:55 +02:00
Thomas Darimont
98bfe34996
#105 - Added example for filtering data solely on Role in jpa-security sample.
...
Added example for dynamic filtering in query solely based on the current principals role.
2015-06-17 12:26:29 +02:00
Thomas Darimont
6a57cef345
#104 - Fix jpa eclipselink example build.
...
Added main method to eclipselink JPA example to prevent “Unable to find main class” error from spring-boot repacking during build.
2015-06-17 12:13:23 +02:00
Chris Beams
10ef5bb89d
#100 - Fix typo in root README.
2015-06-16 11:03:20 +02:00
Chris Beams
a666eae166
#103 - Fix typo in resource URIs.
2015-06-16 11:01:59 +02:00
Chris Beams
5e0d0da8f2
#102 - Add instruction to create mongodb data directory.
...
Running mongodb fails if the --dbpath directory does not yet exist. This change instructs the user to create the directory first.
2015-06-16 10:56:54 +02:00
Oliver Gierke
bb371b8de4
#99 - Upgraded to Spring Boot 1.3 M1.
...
Upgraded REST headers sample to Spring 4.2 snapshots to benefit from fix for SPR-13090.
2015-06-13 19:15:53 +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
dcc54f9ba7
#97 - Upgrade to Spring Boot 1.2.4.
2015-06-04 14:35:05 +02:00
Oliver Gierke
a5702d1e11
#96 - Upgraded to Spring Data Gosling M1.
2015-06-02 13:51:54 +02:00
Oliver Gierke
c894fb34e2
#92 - Upgraded to Querydsl 3.6.4.
2015-06-02 07:54:03 +02:00
Oliver Gierke
3f7616367c
#93 - Switched to RowMapper for Spring 4.2 compatibility.
...
ParameterizedRowMapper has been deprecated for a while and finally removed in Spring 4.2. We now use the simple parameterized RowMapper interface.
2015-06-02 07:53:50 +02:00
Oliver Gierke
0e7707bb5a
#90 - Upgraded Redis driver to 2.7.2.
2015-05-26 10:25:56 +02:00
Oliver Gierke
22824e6b24
#89 - Explicitly configured spherical index on Address.location in Starbucks sample.
2015-05-20 14:11:56 +02:00
Andy Wilkinson
e1e22f4e5e
#79 - Add Gradle configuration to the BOM example.
2015-05-20 14:00:22 +02:00
Oliver Gierke
2c9f75c7e0
#88 - Upgraded to Lombok 1.16.4.
2015-05-20 12:47:49 +02:00
Oliver Gierke
343d29eeec
#87 - Cleanup view template.
2015-05-20 12:46:45 +02:00
Brian Clozel
cc2ac546e7
#87 - Fix WebJARs resource handling in Starbucks example.
2015-05-20 12:46:36 +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
09eea9e0b8
#85 - Simplified usage of RestTemplate in StarbucksClient.
2015-05-18 10:13:57 +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
81b576b663
#84 - StarbucksClient now uses correct base URI.
2015-05-17 16:36:25 +02:00
Oliver Gierke
8ce6ac38c0
#83 - Enable web environment for integration test.
2015-05-12 12:22:55 +02:00
Oliver Gierke
b8e29431de
#73 - Added example how to customize all Spring Data repositories.
2015-05-05 18:08:10 +02:00
Oliver Gierke
2da20819da
#50 - Simplified EclipseLink example.
...
Switched to a much more simplified domain model as the primary focus of the sample is on the infrastructure setup, not a sophisticated domain model.
Added dedicated build profiles for static (compile-time) weaving and load-time weaving. Simplified application configuration to use more of Spring Boot's auto-configuration features.
Ported Markdown README to Asciidoc.
Original pull request: #68 .
2015-05-04 15:07:44 +02:00
Jeremy Rickard
b092d6fb30
#50 - Added example of using Spring Data JPA with EclipseLink.
...
original pull request: #68 .
2015-05-04 15:07:39 +02:00
Oliver Gierke
33a4433058
#77 - Added example to show how to use the release train BOM.
2015-04-16 10:05:28 +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
174710c5ba
#74 - More documentation within the REST headers example.
...
Added README to give more details on what the sample actually showcases. Added Spring RESTDocs to document HTTP interaction.
2015-04-08 19:33:04 +02:00
Oliver Gierke
8978423ade
#75 - Polished pom.xml.
...
Fixed scope for test dependencies. Removed obsolete version property for the compiler plugin.
2015-04-08 18:57:17 +02:00
Oliver Gierke
081881b538
#74 - Added sample for conditional GET requests with Spring Data REST.
2015-04-08 18:48:19 +02:00
Oliver Gierke
a9be672139
#72 - Upgraded to Spring Boot 1.2.3.
...
Listed Greg as developer, too.
2015-03-31 09:31:23 +02:00
Greg Turnquist
3e793a5147
#71 - Remove old SNAPSHOT reference.
2015-03-26 12:53:04 -05:00
Oliver Gierke
49d91bb697
#71 - Upgraded to Spring Security 4.0.
...
Upgraded security related sample projects in the rest and JPA sub-folders to Spring Security 4.0.
2015-03-26 18:38:16 +01:00
Oliver Gierke
3306ea56f3
Turned Starbucks client into test.
...
Allows us to benefit from default logging setup. Removed obsolete Tomcat version declaration. Polished StoreInitializer to use Lambdas instead of an enum.
2015-03-25 10:41:38 +01:00
Oliver Gierke
e11e73b58a
#70 - Upgraded to Spring Data Fowler GA.
2015-03-23 16:21:44 +01:00
Oliver Gierke
4d500a7028
#69 - Added new sample to root README.
2015-03-19 10:11:38 +01:00
Oliver Gierke
9ecb720f4a
#69 - Added example for how to set up Spring Data JPA with two DataSources.
2015-03-19 10:06:46 +01:00