Rob Winch
d0c4e6ca72
SEC-1953: Spring Security Java Config support
...
This is the initial migration of Spring Security Java Config from the
external project at
https://github.com/SpringSource/spring-security-javaconfig
13 years ago
Jean-Pierre Bergamin
c02a1486c0
SEC-2118: Fixing spring and aspectj OSGi version ranges [3.2, 3.2) -> [3.2, 3.3)
13 years ago
Rob Winch
7edb1089a8
SEC-2096: Added release-checks
14 years ago
Rob Winch
ebb82e1aa9
SEC-2096: Update to Spring 3.2.0.RELEASE
14 years ago
Rob Winch
eaf4843474
Update to Gradle 1.3
14 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.
14 years ago
Rob Winch
30780baf24
Externalize powermock dependencies for reuse
14 years ago
Rob Winch
f61fab3509
Add fest-assert as default test dependency
14 years ago
Rob Winch
ea6b444770
update to spring snapshot dependencies
14 years ago
Rob Winch
ace6b804f7
Update to 3.2.x and added eclipse suffix to eclipse projects
14 years ago
Rob Winch
c0dfb70ca0
Added generatePom task
...
This can be used to generate the pom.xml for adding the Spring Security
snapshot jars as a Maven Dependency to another project. For example,
if mywebapp requires the Spring Security 3.1.4.CI-SNAPSHOT jars one
could generate the pom.xml files and then use that to convert the project
into a valid Maven project within the IDE. Then the SNAPSHOT dependendies
could be added to mywebapp. This prevents the need to install the SNAPSHOT
dependencies in the local Maven repository.
14 years ago
Rob Winch
9e35e4aab4
Upgrade to Gradle 1.2
14 years ago
Rob Winch
191fc9c8be
Update to Gradle 1.1
14 years ago
Rob Winch
ab3031c8b9
SEC-1995: More Maven Central validation changes
...
Added developer information to the poms.
14 years ago
Rob Winch
5174a8020d
SEC-1995: Maven Central validation changes
...
Ensure projects have the following so that Maven Central publishing works
- Project name
- Project description
- Project URL
- SCM information
- Javadoc jar
14 years ago
Rob Winch
8ad0e0e8e8
SEC-1995: Use Gradle Artifactory integration for releases
14 years ago
Rob Winch
c025e8db46
Added comment to ide-integration.gradle about STS-2723
14 years ago
Rob Winch
23ef7dac48
SEC-2009: Support ./gradlew eclipse
...
Previously there were problems when importing with ./gradlew eclipse. For
example GRADLE-1116 and GRADLE-1422.
The changes provide workarounds that are compatible with Gradle 1.0. Note
when importing after using ./gradlew eclipse users may get errors stating
"Element not found". This is only at the time of import and can be ignored.
This is an Eclipse bug logged as
https://bugs.eclipse.org/bugs/show_bug.cgi?id=244315
14 years ago
Rob Winch
b28e3a0b2f
SEC-1976: include *.aj files in sourceJar
14 years ago
Rob Winch
262ee099df
SEC-1994: explicit sourceCompatibility and targetCompatibility of 1.5 in Gradle build
14 years ago
Rob Winch
638e92a3f7
SEC-1992: Updated Spring version to 3.0.7
14 years ago
Rob Winch
fde9142d8d
SEC-1907: Exclude crypto dependency in core module since classes are bundled in core
14 years ago
Rob Winch
a2452ab514
SEC-1906: Update to Gradle 1.0
14 years ago
Rob Winch
2fba10ab61
Use powermock for testing servlet 3.0 functionality instead of distinct classpaths
14 years ago
Rob Winch
ea56a98883
SEC-1868: Remove error level logs from SecurityNamespaceHandler when the web classes are not available and not required
...
To get the detailed errors the FilterChainProxy is loaded again in reportMissingWebClasses
and included in the readerContext fatal log.
15 years ago
Luke Taylor
c0c283029a
Upgrade Jetty version.
15 years ago
Luke Taylor
d6b7b52a79
Update to Spring 3.0.6.
15 years ago
Luke Taylor
8ce4d326f5
Update HttpClient to 4.1.2 and removed incorrect bundlor references to commons version.
15 years ago
Luke Taylor
ecfffaaa3f
Make aspectj dependencies optional throughout and spring-jdbc/tx optional in core poms. Reduces exclusions required in third-party poms (e.g. spring-social).
15 years ago
Luke Taylor
3e18be1478
SEC-1747: Upgrade to Spring LDAP 1.3.1
15 years ago
Luke Taylor
1618bf1168
Upgrade to logback 0.9.28
15 years ago
Luke Taylor
28444978e5
Change to using pom 'builder' syntax for adding commons logging dep.
15 years ago
Luke Taylor
767f5b2423
Upgrade to gradle 1.0-M3.
15 years ago
Luke Taylor
614d8c0321
SEC-1723: Use standard SpEL syntax for accessing beans in the app context by name.
15 years ago
Luke Taylor
ac96f27136
Gradle refactoring. Create separate S3 upload task and extract ide customization into a separate file.
15 years ago
Luke Taylor
23df97f44a
Added missing HttpClient version information to openid bundlor template file.
15 years ago
Luke Taylor
315c225bcb
Removed unused aspectj gradle file
15 years ago
Luke Taylor
4654f7065a
SEC-1693: Expand upper bound on EHCache OSGi version to version 2.5
15 years ago
Rob Winch
bd53ff1832
Updated gradle build so that eclipse is configured for AJDT
15 years ago
Rob Winch
c7de933cb9
Updated gradle wrapper to gradle-1.0-milestone-1
15 years ago
Luke Taylor
db6edfb512
Pull in changes to convert emma, aspectj and bundlor usage to plugins
15 years ago
Luke Taylor
dc73bbef3f
Add inputs to AspectJ compilation tasks for change-detection purposes.
15 years ago
Luke Taylor
27be72a81c
SEC-1677: Split out LDAP server tests from config module.
15 years ago
Luke Taylor
44fb3aa4ab
SEC-1677: Create integrationTest task for Java projects and make all tests in itest module run as integration tests only.
15 years ago
Luke Taylor
b0df1bd1b0
SEC-1673: Use a map to store the range values use in the bundlor templates.
15 years ago
Luke Taylor
5caa41753a
Add check for coverage data before trying to produce report.
15 years ago
Luke Taylor
39b48c6d95
Update gradle wrapper to 0.9.1 in order to use mavenLocal() repo syntax.
16 years ago
Luke Taylor
0ca5157f47
Set project release version to 3.1.0.M2
16 years ago
Luke Taylor
f1fe3ce7e6
Update wrapper to gradle 0.9 release
16 years ago
Luke Taylor
f85baac943
Updated to Spring 3.0.5
16 years ago