Rob Winch
|
02ad4ce2c6
|
Add mavenCentral to settings.gradle
Issue gh-9539
|
2021-04-05 10:36:35 -05:00 |
Nelson Osacky
|
06b748c9c2
|
Update Gradle Enterprise Gradle Plugin
|
2021-01-13 12:44:03 -06:00 |
Rob Winch
|
01855fcce2
|
Update to Gradle 6.6.1
Use version ordering feature
Closes gh-9122
|
2020-10-12 17:41:16 -06:00 |
Ellie Bahadori
|
7ef3f61924
|
Add build scans to PR builds
|
2020-09-30 10:20:12 -04:00 |
Andy Wilkinson
|
636f0b94cf
|
Upgrade to Gradle Enterprise Plugin 3.2
|
2020-03-27 12:44:12 -05:00 |
Rob Winch
|
7411f25474
|
Use io.spring.gradle-enterprise-conventions
Adds support for build cache and build scans.
Closes gh-8115
|
2020-03-13 13:28:36 -05:00 |
Eleftheria Stein-Kousathana
|
2df1099da5
|
Idiomatic Kotlin DSL for configuring HTTP security
Issue: gh-5558
|
2020-01-07 12:08:43 -05:00 |
Rob Winch
|
4ddaac3b8e
|
Fix settings.gradle on Windows
Fixes: gh-5724
|
2018-08-22 10:21:41 -05:00 |
Rob Winch
|
81d214e81b
|
Polish settings.gradle
|
2018-05-18 11:27:06 -05:00 |
Rob Winch
|
5a0a7d31e4
|
Exclude build from settings.gradle scanning
|
2018-05-18 11:25:40 -05:00 |
Rob Winch
|
dd6fc48dd8
|
Standardize Build
The build now uses spring build conventions to simplify the build
Fixes gh-4284
|
2017-04-21 10:55:05 -05:00 |
Joe Grandja
|
f6a95333d1
|
Add Hello World Spring Boot sample
Issue gh-3850
|
2016-05-04 17:26:42 -04:00 |
Dmitrii Volykhin
|
7e2dd3bcb9
|
Fix File separator in settings.gradle script
Fixes gh-3852
|
2016-04-28 09:23:36 -04:00 |
Joe Grandja
|
945a21a3fb
|
Use xml / javaconfig folders for samples
Fixes gh-3752
|
2016-04-11 09:47:06 -05:00 |
Rob Winch
|
0a2e496a84
|
SEC-2915: groovy/gradle spaces->tabs
|
2015-03-25 13:08:59 -05:00 |
Rob Winch
|
37740cd020
|
SEC-2861: Add WebSocket Documentation & Sample
|
2015-02-24 10:29:47 -06:00 |
Rob Winch
|
c67ff42b8a
|
SEC-2783: XML Configuration Defaults Should Match JavaConfig
* j_username -> username
* j_password -> password
* j_spring_security_check -> login
* j_spring_cas_security_check -> login/cas
* j_spring_cas_security_proxyreceptor -> login/cas/proxyreceptor
* j_spring_openid_security_login -> login/openid
* j_spring_security_switch_user -> login/impersonate
* j_spring_security_exit_user -> logout/impersonate
* login_error -> error
* use-expressions=true by default
|
2014-12-08 15:09:15 -06:00 |
Rob Winch
|
3f30529039
|
SEC-2179: Add Spring Security Messaging Support
|
2014-08-15 20:46:58 -05:00 |
Rob Winch
|
1f861f512a
|
SEC-2676: Add SpEL Spring Security Integration
|
2014-07-29 20:04:37 -05:00 |
Rob Winch
|
b2d66e2a78
|
SEC-2595: @EnableGlobalMethodSecurity AspectJ fixes
|
2014-07-25 16:03:18 -05:00 |
Rob Winch
|
8baf82532c
|
SEC-2015: Add spring-security-test
|
2014-04-22 16:47:48 -05:00 |
Rob Winch
|
4672c2a1f7
|
SEC-2430: Add Maven BOM
|
2013-12-09 15:51:49 -06:00 |
Rob Winch
|
4ef0460ef6
|
SEC-2321: Improve Java Config defaults for JavaScript clients
|
2013-10-11 14:53:11 -05:00 |
Rob Winch
|
d28058303b
|
SEC-2349: Move FAQ into reference
|
2013-10-03 21:28:55 -05:00 |
Rob Winch
|
658a93178c
|
SEC-2252: Add custom form guide
|
2013-08-19 15:22:04 -05:00 |
Rob Winch
|
e0cb931f69
|
SEC-2251: Create Hello World Java Configuration guides
|
2013-08-08 14:34:50 -05:00 |
Rob Winch
|
976d9a9016
|
SEC-2194: Polish java config sample apps
|
2013-08-08 14:33:54 -05:00 |
Rob Winch
|
388a4dd9db
|
SEC-2194: Add Java Config samples
|
2013-08-05 16:49:33 -05:00 |
Rob Winch
|
22e333b9c6
|
SEC-2092: Add servlet api example
|
2012-12-11 17:44:57 -06:00 |
Rob Winch
|
8ad0e0e8e8
|
SEC-1995: Use Gradle Artifactory integration for releases
|
2012-08-09 14:20:57 -05:00 |
Rob Winch
|
a2452ab514
|
SEC-1906: Update to Gradle 1.0
|
2012-07-05 12:41:56 -05:00 |
Luke Taylor
|
e27f655e9d
|
SEC-1689: Re-instate crypto as separate library (for use in non-Spring Security apps), as well as packaging with core.
|
2011-06-10 00:01:25 +01:00 |
Rob Winch
|
11dc3363cc
|
Moved cas server and cas sample into common parent folder (samples/cas)
|
2011-05-15 22:09:08 -05:00 |
Luke Taylor
|
295ea27526
|
SEC-1743: Separate remoting from core into separate module.
|
2011-05-16 00:19:30 +01:00 |
Rob Winch
|
e1f4c3d325
|
Created a casserver module to better isolate it from the cas sample application now that an overlay is being done
|
2011-05-12 22:17:43 -05:00 |
Luke Taylor
|
50828cdd43
|
SEC-1689: Move crypto module code to core for simplicity.
|
2011-03-10 18:58:47 +00:00 |
Keith Donald
|
ffa7301e7f
|
SEC-1569: initial commit of spring-security-crypto module, consisting of encrypt, keygen, password, and util packages
|
2011-01-19 18:17:02 +00:00 |
rwinch
|
58d9903ebc
|
SEC-1564: JAAS Configuration can now be injected into DefaultJaasAuthenticationProvider
|
2010-09-10 20:17:22 -05:00 |
Luke Taylor
|
74b66591e9
|
Build refactoring.
|
2010-08-04 02:09:07 +01:00 |
Luke Taylor
|
2d9a848265
|
Added missing gradle build files for remaining samples. Some related reordering, dependency fixing etc. CAS sample no longer requires two separate subprojects as both client and server app can be run from a single gradle build.
|
2010-07-27 02:20:36 +01:00 |
Luke Taylor
|
5d35919ca3
|
SEC-1490: Code for GAE Sample webapp
|
2010-07-20 23:41:31 +01:00 |
Luke Taylor
|
a3ef8255d8
|
SEC-1232: GlobalMethodSecurityBeanDefinitionParser support for mode='aspectj'
Also added this syntax to the aspectj sample.
|
2010-03-31 18:31:28 +01:00 |
Luke Taylor
|
111d49d68a
|
Added build file for itest-context.
|
2010-03-12 01:40:27 +00:00 |
Luke Taylor
|
2b8b8819e4
|
Added gradle support for aspects project.
|
2010-03-09 19:22:50 +00:00 |
Luke Taylor
|
e678ba7283
|
Improvements to itest-web subproject.
Added to gradle build. Updated deps (testng and jwebunit). New test added for persistent remember-me.
|
2010-02-11 01:48:21 +00:00 |
Luke Taylor
|
56849dc41e
|
Added tasks for apidocs, doc and distro archive generation to the build file.
|
2010-01-21 19:59:48 +00:00 |
Luke Taylor
|
b323098167
|
Added gradle build files for taglibs, tutorial, contacts and openid.
Changed build file names to match module names (by manipulating the project objects in the settings.gradle file).
|
2010-01-10 23:31:23 +00:00 |
Luke Taylor
|
adfac7e718
|
Added gradle file for cas and standardised ehcache version
|
2009-12-08 01:54:15 +00:00 |
Luke Taylor
|
dab76249db
|
Added gradle build files (experimental)
|
2009-12-04 21:33:17 +00:00 |