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.
2012-11-28 17:56:03 -06:00
Rob Winch
30780baf24
Externalize powermock dependencies for reuse
2012-11-08 22:49:20 -06:00
Rob Winch
f61fab3509
Add fest-assert as default test dependency
2012-11-08 22:49:20 -06:00
Rob Winch
ea6b444770
update to spring snapshot dependencies
2012-11-08 22:49:20 -06:00
Rob Winch
ace6b804f7
Update to 3.2.x and added eclipse suffix to eclipse projects
2012-11-02 10:48:50 -05:00
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.
2012-11-01 15:18:10 -05:00
Rob Winch
9e35e4aab4
Upgrade to Gradle 1.2
2012-09-21 14:19:24 -05:00
Rob Winch
191fc9c8be
Update to Gradle 1.1
2012-09-04 10:14:19 -05:00
Rob Winch
ab3031c8b9
SEC-1995: More Maven Central validation changes
...
Added developer information to the poms.
2012-08-09 23:43:07 -05:00
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
2012-08-09 23:11:58 -05:00
Rob Winch
8ad0e0e8e8
SEC-1995: Use Gradle Artifactory integration for releases
2012-08-09 14:20:57 -05:00
Rob Winch
c025e8db46
Added comment to ide-integration.gradle about STS-2723
2012-07-19 17:46:13 -05:00
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
2012-07-19 17:42:36 -05:00
Rob Winch
b28e3a0b2f
SEC-1976: include *.aj files in sourceJar
2012-07-09 18:37:05 -05:00
Rob Winch
262ee099df
SEC-1994: explicit sourceCompatibility and targetCompatibility of 1.5 in Gradle build
2012-07-08 15:55:48 -05:00
Rob Winch
638e92a3f7
SEC-1992: Updated Spring version to 3.0.7
2012-07-06 10:32:45 -05:00
Rob Winch
fde9142d8d
SEC-1907: Exclude crypto dependency in core module since classes are bundled in core
2012-07-05 13:56:47 -05:00
Rob Winch
a2452ab514
SEC-1906: Update to Gradle 1.0
2012-07-05 12:41:56 -05:00
Rob Winch
2fba10ab61
Use powermock for testing servlet 3.0 functionality instead of distinct classpaths
2012-07-01 12:37:01 -05:00
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.
2011-12-30 10:51:17 -06:00
Luke Taylor
c0c283029a
Upgrade Jetty version.
2011-10-30 21:45:58 +00:00
Luke Taylor
d6b7b52a79
Update to Spring 3.0.6.
2011-08-19 15:06:26 -07:00
Luke Taylor
8ce4d326f5
Update HttpClient to 4.1.2 and removed incorrect bundlor references to commons version.
2011-08-12 00:23:29 +01:00
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).
2011-06-09 22:57:49 +01:00
Luke Taylor
3e18be1478
SEC-1747: Upgrade to Spring LDAP 1.3.1
2011-05-17 23:39:19 +01:00
Luke Taylor
1618bf1168
Upgrade to logback 0.9.28
2011-04-28 18:48:40 +01:00
Luke Taylor
28444978e5
Change to using pom 'builder' syntax for adding commons logging dep.
2011-04-28 13:45:01 +01:00
Luke Taylor
767f5b2423
Upgrade to gradle 1.0-M3.
2011-04-27 22:13:18 +01:00
Luke Taylor
614d8c0321
SEC-1723: Use standard SpEL syntax for accessing beans in the app context by name.
2011-04-22 13:47:59 +01:00
Luke Taylor
ac96f27136
Gradle refactoring. Create separate S3 upload task and extract ide customization into a separate file.
2011-04-21 11:57:18 +01:00
Luke Taylor
23df97f44a
Added missing HttpClient version information to openid bundlor template file.
2011-04-20 11:38:26 +01:00
Luke Taylor
315c225bcb
Removed unused aspectj gradle file
2011-03-10 23:04:25 +00:00
Luke Taylor
4654f7065a
SEC-1693: Expand upper bound on EHCache OSGi version to version 2.5
2011-03-10 19:38:04 +00:00
Rob Winch
bd53ff1832
Updated gradle build so that eclipse is configured for AJDT
2011-03-07 22:12:13 -06:00
Rob Winch
c7de933cb9
Updated gradle wrapper to gradle-1.0-milestone-1
2011-03-07 22:12:10 -06:00
Luke Taylor
db6edfb512
Pull in changes to convert emma, aspectj and bundlor usage to plugins
2011-03-07 17:43:58 +00:00
Luke Taylor
dc73bbef3f
Add inputs to AspectJ compilation tasks for change-detection purposes.
2011-03-04 17:40:15 +00:00
Luke Taylor
27be72a81c
SEC-1677: Split out LDAP server tests from config module.
2011-02-14 19:01:27 +00:00
Luke Taylor
44fb3aa4ab
SEC-1677: Create integrationTest task for Java projects and make all tests in itest module run as integration tests only.
2011-02-14 15:03:15 +00:00
Luke Taylor
b0df1bd1b0
SEC-1673: Use a map to store the range values use in the bundlor templates.
2011-02-07 16:06:23 +00:00
Luke Taylor
5caa41753a
Add check for coverage data before trying to produce report.
2011-02-01 15:41:17 +00:00
Luke Taylor
39b48c6d95
Update gradle wrapper to 0.9.1 in order to use mavenLocal() repo syntax.
2011-01-10 17:27:22 +00:00
Luke Taylor
0ca5157f47
Set project release version to 3.1.0.M2
2010-12-20 22:46:54 +00:00
Luke Taylor
f1fe3ce7e6
Update wrapper to gradle 0.9 release
2010-12-19 14:41:41 +00:00
Luke Taylor
f85baac943
Updated to Spring 3.0.5
2010-10-27 13:25:40 +01:00
Luke Taylor
7dd8cd2fb9
Make sure ApacheDS work directory is set correctly for separate LDAP test task in config module.
2010-09-16 10:50:12 +01:00
Luke Taylor
551166a577
ApacheDS workDir property should be passed to the test process, not set as a system property in the main build process.
2010-09-14 14:43:21 +01:00
Luke Taylor
d1e8b8e29d
More tests. Minor refactoring.
2010-08-24 20:57:45 +01:00
Luke Taylor
5902c6b262
Adjustments to coverage generation (enable debug logging when coverage on).
2010-08-24 18:27:44 +01:00
Luke Taylor
837771537f
Tweak docs build to only prevent "assemble" from depending on the archive/upload tasks.
2010-08-22 22:42:54 +01:00