Rob Winch
4fdfb8caba
SEC-2915: More Tabs -> Spaces
11 years ago
Rob Winch
0a2e496a84
SEC-2915: groovy/gradle spaces->tabs
11 years ago
Rob Winch
cf9f58a4ac
SEC-2915: XML spaces->tabs
11 years ago
Rob Winch
5f57e5b0c3
SEC-2873: Remember Me XML Configuration Defaults Should Match Java Config
11 years ago
Rob Winch
11116c2b80
SEC-2787: Update Versions
11 years ago
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
11 years ago
Rob Winch
6e204fff72
SEC-2781: Remove deprecations
11 years ago
Rob Winch
3118e39de8
SEC-2542: Use exclusions to remove duplicate dependencies
...
A number of projects had duplicate dependencies on their classpaths
as a result of the same classes being available in more than one
artifact, each with different Maven coordinates. Typically this only
affected the tests, but meant that the actual classes that were
loaded was somewhat unpredictable and had the potential to vary
between an IDE and the command line depending on the order in which
the aritfacts appeared on the classpath. This commit adds a number of
exclusions to remove such duplicates.
In addition to the new exclusions, notable other changes are:
- Spring Data JPA has been updated to 1.4.1. This brings its
transitive dependency upon spring-data-commons into line with
Spring LDAP's and prevents both spring-data-commons-core and
spring-data-commons from being on the classpath
- All Servlet API dependencies have been updated to use the official
artifact with all transitive dependencies on unofficial servlet API
artifacts being excluded.
- In places, groovy has been replaced with groovy-all. This removes
some duplicates caused by groovy's transitive dependencies.
- JUnit has been updated to 4.11 which brings its transitive Hamcrest
dependency into line with other components.
There appears to be a bug in Gradle which means that some exclusions
applied to an artifact do not work reliably. To work around this
problem it has been necessary to apply some exclusions at the
configuration level
Conflicts:
samples/messages-jc/pom.xml
12 years ago
Rob Winch
2df5541905
SEC-2448: Update to HSQL 2.3.1
12 years ago
Rob Winch
1ed643ca1f
SEC-1998: Provide integration with WebAsyncManager#startCallableProcessing
...
Support integration of the Spring SecurityContext on Callable's used with
WebAsyncManager by registering SecurityContextCallableProcessingInterceptor.
13 years ago
Luke Taylor
43be9ea2a4
SEC-1430: Removed caching of username in session upon failed authentication. Improved Javadoc.
15 years ago
Luke Taylor
f4d57ab5e8
SEC-1456: Remove maven poms as we are now using gradle for the build.
16 years ago
Luke Taylor
c4ee46824c
Removing log4j.properties files and adding logback config ones.
16 years ago
Luke Taylor
f3264ba9ab
Addition of commons-logging exclusions and adjustments to pom generation.
16 years ago
Luke Taylor
2ee7696bf4
Update version number to 3.1.0.CI-SNAPSHOT.
16 years ago
Luke Taylor
44f45d21f0
3.0.2 release. Update version in build files.
16 years ago
Luke Taylor
51dfc0fb39
Set versions to 3.0.2-CI-SNAPSHOT, post release.
16 years ago
Luke Taylor
05634f97dc
Updated version numbers for 3.0.1 release.
16 years ago
Luke Taylor
052537c8b0
Removing $Id$ markers and stripping trailing whitespace from the codebase.
16 years ago
Luke Taylor
846aa40a7b
Updated "heavyduty" sample version information.
16 years ago
Luke Taylor
d695c85ad8
Removed maven structure from sandbox, and 'other' module, which is out of date.
16 years ago
Luke Taylor
48be79108a
Gradle build file for 'heavyduty' sample
16 years ago
Luke Taylor
fcce29f8df
SEC-1326: Updating dependencies to match Spring versions. Removing unused deps.
16 years ago
Luke Taylor
aeed49393c
Switching StringBuffer to StringBuilder throughout the codebase (APIs permitting).
16 years ago
Luke Taylor
fac07ba8ff
Schema updates to Spring 3.0
16 years ago
Luke Taylor
38a09766f0
Updated heavyduty sample to work with current trunk
16 years ago
Luke Taylor
5a8772df5b
Reset pom versions post release
17 years ago
Luke Taylor
45c54c558c
Updated build to use maven.springframework.org deps
17 years ago
Luke Taylor
ebb24b9004
Removing out of date modules in sandbox
17 years ago
Luke Taylor
f38c0eb675
Updated heavy-duty sample to be able to build it.
17 years ago
Luke Taylor
21e36e0a57
Updated version number from 2.5.0-SNPSHOT to 3.0.0.CI-SNAPSHOT
17 years ago
Luke Taylor
2a9a8a41db
SEC-1125: Created separate web module spring-security-web
17 years ago
Luke Taylor
ef3ea65fdb
Switching back to 2.5.0-SNAPSHOT after tagging M1 release
17 years ago
Luke Taylor
62f1b6c110
Updated pom versions to M1 following aborted mvn release:prepare
17 years ago
Luke Taylor
6a0da5fe67
Fixed sandbox build
17 years ago
Luke Taylor
cc5966bc7e
Tidying up, removing compiler warnings etc.
17 years ago
Luke Taylor
8154161ef5
SEC-1035: Updated build to use Spring 3.0.0.M1 Release
17 years ago
Luke Taylor
e86c76f555
Updated Spring version.
17 years ago
Luke Taylor
7fa9a959b5
Added webAppRootKey context-param to samples to prevent conflicts when run together in Tomcat.
17 years ago
Luke Taylor
fa6f57e3dd
Fixed TestVoter to match recent API updates
17 years ago
Luke Taylor
c947d42146
SEC-1010: Moved TestingAuthenticationProvider and token to main core src tree and updated poms to match
17 years ago
Luke Taylor
6c8a82fa13
Updated poms to Spring 2.5 and fixed up sandbox to work with latest build
17 years ago
Luke Taylor
7cc0965383
SEC-1001: Move core tiger code into core and adjust pom files
17 years ago
Luke Taylor
ad4b5c487f
Temporarily store webflow test sample in sandbox
17 years ago
Luke Taylor
6a68a2531c
SEC-904: Moved test module out of sandbox
18 years ago
Luke Taylor
959cdd8335
SEC-936: Tests
18 years ago
Luke Taylor
8e0a6b9d1a
SEC-904: Test module updates
18 years ago
Luke Taylor
6b45eda37c
SEC-877, SEC-553: Added code to sandbox/other
18 years ago
Luke Taylor
bd4ed794ea
SEC-904: Renamed SessionRegistryImplMultithreadedTests
18 years ago
Luke Taylor
2cda6242c8
SEC-904: Moved multi-threaded tests into sandbox
18 years ago