Rob Winch
76a8bbe98d
SEC-2354: Add failOnMissingWebXml=false to sample pom.xml
12 years ago
Rob Winch
88f41cdf62
SEC-2341: Update to Gradle 1.8
...
Some dependencies were necessary to update due to issues with JUnit
integration.
12 years ago
Rob Winch
c156716be8
Ensure single version of org.slf4j
12 years ago
Rob Winch
53a0db6be1
SEC-2313: Gradle javadoc hotfix
12 years ago
Rob Winch
7203faf34f
SEC-2300: Update Spring LDAP version to 1.3.2.RELEASE
12 years ago
Rob Winch
3d2f23602f
SEC-2294: Update Spring Version to 3.2.4.RELEASE
12 years ago
Rob Winch
ae368829f4
Tweak PermGen for tests
12 years ago
Rob Winch
e1dfa81a0f
GRADLE-1116: Add back workaround for depending on test sources
13 years ago
Rob Winch
337c3cf96c
SEC-2255: Update to Gradle 1.7
13 years ago
Rob Winch
54bf6c846b
SEC-2097: Remove configure() blocks from gradle/*.gradle
13 years ago
Rob Winch
976d9a9016
SEC-2194: Polish java config sample apps
13 years ago
Rob Winch
1f86d5dad9
SEC-2097: Add Tomcat Gradle plugin
13 years ago
Rob Winch
343a76de13
Use eclipse-wtp instead of eclipse in java projects
13 years ago
Rob Winch
6a1a6b080f
No longer using Eclipse classpath container, so remove workarounds for it
13 years ago
Rob Winch
ab2b461075
Gradle workaround for test source being deployed
13 years ago
Rob Winch
9d58317731
Use included configuration instead of sourceSets.main.output
...
Previously the crypto module was not exported in Eclipse because it was
listed as a test dependency to have it added as a dependency. Note that
this was all to work around GRADLE-1116
Now we add an included configuration that is exported for Eclipse, but not
added to the Maven pom (since all the crypto module is included in core).
13 years ago
Rob Winch
388a4dd9db
SEC-2194: Add Java Config samples
13 years ago
Rob Winch
5e6ca12b01
SEC-2097: Update integrationTestCompile to use optional and provided
...
Also update slf4j version and remove explicit commons-logging from pom generation
13 years ago
Rob Winch
7d9f0d688a
SEC-2207: Workaround for GRADLE-1116
13 years ago
Rob Winch
41b64e05d0
SEC-2211: check.dependsOn integrationTest
13 years ago
Rob Winch
faa8b354b7
SEC-2209: add pom.xml
13 years ago
Rob Winch
e5fc063680
SEC-2206: Gradle Propdeps
13 years ago
Rob Winch
07c3fdf8a7
SEC-2195: Update Groovy, Geb, Spock, httpcomponents, and Jetty
13 years ago
Rob Winch
1705c5d796
SEC-2207: Update Gradle to 1.6
13 years ago
Rob Winch
3c178a339e
remove snapshot repo references
13 years ago
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
13 years ago
Rob Winch
ebb82e1aa9
SEC-2096: Update to Spring 3.2.0.RELEASE
13 years ago
Rob Winch
eaf4843474
Update to Gradle 1.3
13 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
Rob Winch
30780baf24
Externalize powermock dependencies for reuse
13 years ago
Rob Winch
f61fab3509
Add fest-assert as default test dependency
13 years ago
Rob Winch
ea6b444770
update to spring snapshot dependencies
13 years ago
Rob Winch
ace6b804f7
Update to 3.2.x and added eclipse suffix to eclipse projects
13 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.
13 years ago
Rob Winch
9e35e4aab4
Upgrade to Gradle 1.2
13 years ago
Rob Winch
191fc9c8be
Update to Gradle 1.1
13 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.
14 years ago