Spring Operator
ec4a0cb9ff
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/LICENSE-2.0 with 325 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
* http://www.apache.org/licenses/LICENSE-2.0.html with 2 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0.html ([https](https://www.apache.org/licenses/LICENSE-2.0.html ) result 200).
2019-03-14 20:38:12 -05:00
Vedran Pavić
8db7d394ba
Fix broken samples ( #606 )
2016-09-02 13:44:17 -05:00
Vedran Pavić
9133e337e6
Use webjars-locator in samples ( #587 )
2016-08-15 13:25:53 -05:00
Vedran Pavic
2b4a349b1a
Use webjars for static resources in sample apps
2016-06-29 12:59:54 -05:00
Vedran Pavic
99db45ea72
Make H2 console URL consistent across sample projects
2016-04-01 22:36:24 +02:00
Rob Winch
5bde226ecc
Fix Eclipse compile errors
...
* Most web.xml servlet API versions updated to 3.0 for ASYNC support
* httpsession-xml is left at 2.5 to ensure compatability & remove ASYNC
* Remove @Override on interface override
2016-04-01 11:56:27 -05:00
Rob Winch
f8f6ee20c0
Externalize sample.gradle
2016-03-30 10:23:11 -05:00
Scott Carlson
bd2d846917
Add Dispatcher types to web.xml
...
Fixes gh-443
2016-03-28 09:16:13 -05:00
Vedran Pavic
b88f48f01d
Externalize H2 database dependency version
2016-03-20 01:56:35 +01:00
Eddú Meléndez
68823eec29
Update to Sonarqube Plugin
...
See gh-427
2016-03-15 07:59:18 +10:00
Vedran Pavic
bd6d5bf419
Add JDBC documentation
...
Fixes gh-415
2016-03-10 09:24:57 -06:00
Rob Winch
f0200696ef
Additional Checkstyle Fixes
...
Issue gh-393
2016-03-07 15:36:17 -06:00
Vedran Pavic
cd38e307e0
Add JdbcOperationsSessionRepository
...
This commit provides implementation of SessionRepository based
on Spring's JdbcOperations interface.
@EnableJdbcHttpSession annotation is provided to ease the
configuration, together with spring-session-jdbc BOM and schema
creation scripts for all major databases.
Fixes gh-364
2016-03-04 11:24:06 -06:00