Juergen Hoeller
8890d3190a
Upgrade to Hibernate 4.2.21
2015-11-15 13:39:49 +01:00
Juergen Hoeller
ef4c978c25
Upgrade to Hibernate 4.2.20
2015-10-14 14:36:24 +02:00
Juergen Hoeller
50eef1b979
Upgrade to ASM 5.0.4 (and Hibernate 4.2.19)
...
Issue: SPR-13039
2015-05-22 17:55:24 +02:00
Juergen Hoeller
9413204838
Polishing
...
(cherry picked from commit 50c578c )
2014-11-28 22:06:45 +01:00
Brian Clozel
c75e370eaf
Use https for maven repositories
...
(cherry picked from commit 493e846 )
2014-11-24 19:07:57 +01:00
Sam Brannen
3b64db18f7
Include ALL source artifacts in published sources jars
...
This commit updates the Gradle build to ensure that *all* source
artifacts are including in published 'sources' jars.
To achieve this, we are now assembling 'sources' jars from
'sourceSets.main.allSource' and not explicitly including or excluding
anything by default.
Issue: SPR-12085
(cherry picked from commit 07629a3c7c )
2014-08-26 17:06:42 +02:00
Stephane Nicoll
76a3e6e6e1
Exclude infra modules from public distribution
...
Prior to this commit, spring-build-src and spring-framework-bom
internal artifacts were published as part of the distribution bundle.
This commit excludes those projects so that those unnecessary artifacts
are no longer shipped.
Issue: SPR-12087
2014-08-18 13:33:16 +02:00
Juergen Hoeller
daaeeaa8e2
Latest dependency updates (Hibernate ORM 4.2.15, propdeps plugin 0.0.7)
2014-07-29 00:47:30 +02:00
Juergen Hoeller
386b757e84
Upgrade to ASM 5.0.3 (and Hibernate 4.2.14)
...
Issue: SPR-11889
2014-07-01 14:45:04 +02:00
Juergen Hoeller
8fed2f0c6c
Minor 3.2.x build polishing (including Tiles 3.0.4 upgrade)
2014-05-16 16:54:50 +02:00
Juergen Hoeller
759bb33665
Upgraded to propdeps plugin 0.0.6 and backported several build script refinements
2014-05-01 00:49:29 +02:00
Juergen Hoeller
1fe477a273
Upgraded to Gradle 1.12 and updated selected dependencies
...
(cherry picked from commit e84f61b )
2014-04-30 20:48:57 +02:00
Juergen Hoeller
de80cd9b3b
ASM 5.0.2 for correct Java 7 stack map frame computations
...
Issue: SPR-11656
2014-04-25 23:50:02 +02:00
Sam Brannen
a169c0e727
Ensure Gradle does not execute inner classes as tests
2014-04-10 16:56:56 +02:00
Juergen Hoeller
9ac46a965f
Java 8 bytecode compatibility for Spring 3.2.x
...
Issue: SPR-11656
2014-04-09 20:29:17 +02:00
Juergen Hoeller
d8a0f7578d
Commons Logging resolution failure with JasperReports 2.0.5 -> easiest way out: upgrade to JasperReports 3.7.6 (which in turn requires POI 3.6)
2014-04-02 22:59:42 +02:00
Juergen Hoeller
88485dc1a7
Maintenance version updates (aligned with 4.0.3 release)
2014-03-26 21:12:25 +01:00
Juergen Hoeller
b73a43972e
Upgraded to TestNG 6.8.8 and Hibernate 4.2.10
2014-03-11 21:36:44 +01:00
Juergen Hoeller
337b5ff5d6
Actually upgraded to Gradle 1.11
2014-02-13 00:42:41 +01:00
Juergen Hoeller
7f95a27e6d
Upgraded to Commons Logging 1.1.3 and Gradle 1.11
2014-02-12 15:15:41 +01:00
Juergen Hoeller
61ab40cd7a
Upgraded to Commons FileUpload 1.3.1, TestNG 6.8.7, Hibernate 4.2.8, Joda-Time 2.2, Jackson 1.7.9
2014-02-09 00:45:07 +01:00
Juergen Hoeller
2a3b29f98e
Upgraded to SLF4J 1.6.6
2014-01-28 01:46:41 +01:00
Juergen Hoeller
b4115f3202
Downgraded JOpt build dependency to 3.3
...
Avoiding accidental use of OptionSet.specs(), as introduced in the JOpt 4.x line.
2014-01-27 22:15:54 +01:00
Juergen Hoeller
09ad8347be
Downgraded Commons Pool dependency to 1.5.7
...
Commons Pool 1.6 introduced generics in its APIs, leading to either a 1.6 dependency at runtime or a load of raw type warnings in our CommonsPoolTargetSource.
2014-01-26 00:41:59 +01:00
Juergen Hoeller
6162917b4e
Consistently switched optional dependencies to scope 'optional'; consistently grouped dependency scopes; minor dependency version updates
2014-01-25 22:12:16 +01:00
Sam Brannen
fdac4a7d18
Ensure all tests in spring-test are executed
...
Prior to this commit TestNG tests would only be executed by the Gradle
build if they were located in the “testng” package. Tests in subpackages
would therefore be omitted from the build.
This commit ensures that all TestNG classes in the “testng” package and
any of its subpackages are executed in the Gradle build.
Furthermore, this commit ensures that the JUnit-based
FailingBeforeAndAfterMethodsTests test class is executed along with the
other JUnit tests even though it resides under the “testng” package.
Issue: SPR-11338
Backport-Commit: 098d7c7465
2014-01-21 15:16:55 +01:00
Juergen Hoeller
0606c98277
Polishing (along with the Tiles 2.2.2 upgrade in the Spring 4.0 line)
...
Issue: SPR-11285
2014-01-06 00:43:41 +01:00
Juergen Hoeller
4f24643fd3
Upgraded selected build dependencies to early 2013 releases
2014-01-05 02:47:44 +01:00
Phillip Webb
22ece06b39
Add a 'bill of materials' project for Maven users
...
Add 'spring-framework-bom' meta-project that contains the other projects
in a dependencyManagement section.
Issue: SPR-11138
2013-12-11 10:01:23 -06:00
Phillip Webb
ae6e84bc7d
Fix TestNG build settings
2013-07-30 14:21:28 -07:00
Phillip Webb
1b702fa6a2
Revert "Add test source dependency in attempt to fix CI"
...
This reverts commit a2e438b2be .
2013-07-30 11:53:34 -07:00
Phillip Webb
a2e438b2be
Add test source dependency in attempt to fix CI
2013-07-30 11:33:30 -07:00
Phillip Webb
9ff9d45283
Minor polish to gradle build
2013-07-30 10:33:52 -07:00
Phillip Webb
77b7344530
Upgradle to gradle 1.6
2013-07-30 09:29:44 -07:00
Phillip Webb
7cde4f1503
Update gradle plugin versions
2013-07-30 09:22:08 -07:00
Phillip Webb
274ed1fe67
Remove unnecessary spring-instrument dependencies
...
Remove unnecessary spring-core dependency from spring-instrument.
Issue: SPR-10732
(cherry picked from 9939c48 )
2013-07-23 13:37:43 -07:00
Phillip Webb
1b47f6c0b0
Add Java 7 instrumentation manifest attributes
...
Update META-INF/MANIFEST.MF for spring-instrument to include
necessary attributes for running under Java 7:
Can-Redefine-Classes : true
Can-Retransform-Classes: true
Can-Set-Native-Method-Prefix : false
(see http://docs.oracle.com/javase/7/docs/api/java/lang/instrument/
package-summary.html)
Prior to this commit `InstrumentationSavingAgent.getInstrumentation().
addTransformer(t, true);` would fail under Java 7.
Issue: SPR-10731
(Cherry picked from 50333ca )
2013-07-23 13:37:09 -07:00
Phillip Webb
199be0ad3c
Add spring-core cglib dependency
2013-07-19 14:52:54 -07:00
Phillip Webb
514a2e9568
Package RmiInvocationWrapperRTD.xml in jar
...
Ensure RmiInvocationWrapperRTD.xml is packaged inside spring-context.jar
Issue: SPR-10649
Conflicts:
build.gradle
2013-06-23 23:52:05 -07:00
Rob Winch
0dcca2304f
Remove xdoclint:none for < JDK 8
2013-05-13 11:54:58 -05:00
Juergen Hoeller
7bbd38b9e0
Fixed javadoc warnings
...
Issue: SPR-10373
(cherry picked from commit 1ca943c )
2013-05-07 22:06:33 +02:00
Juergen Hoeller
0df1630ab9
Jaxb2Marshaller doesn't need to depend on ResourceLoaderAware
...
Issue: SPR-10512
(cherry picked from commit 255eab5 )
2013-05-03 17:48:12 +02:00
Juergen Hoeller
c302efdbbf
Further build file updates for alignment with 4.0 build
2013-05-01 22:38:43 +02:00
Juergen Hoeller
c4f2566070
Allow for building and testing the 3.2.x line against OpenJDK 8
2013-05-01 21:39:51 +02:00
Juergen Hoeller
fa44ab6336
Removed unnecessary CGLIB 2.2 dependency from spring-test-mvc module
...
(cherry picked from commit 657bd80 )
2013-04-30 23:28:58 +02:00
Phillip Webb
39d043d773
Update javadoc external links
...
Fix broken external javadoc links for URLs that have been recently
moved.
2013-03-29 11:46:06 -07:00
Phillip Webb
05765d7520
Replace EasyMock with Mockito
...
Issue: SPR-10126
2013-03-06 11:06:15 -08:00
Rob Winch
21a49ef4c5
Polish whitespace in *.aj
...
Previously we had restored the whitespace for *.aj files in 6888a6f28
to avoid a but in aspectj.
We have updated to the latest version of apsectj and restored the
changes in commit 6888a6f28 which included a significant cleanup of
whitespace.
Issue: SPR-10208
2013-02-27 15:06:11 -06:00
Phillip Webb
01a6a110c9
Upgrade docbook-reference-plugin to 0.2.6
2013-02-26 09:46:23 -08:00
Phillip Webb
2642cf2e05
Replace EasyMock with Mockito in spring-jms
...
Issue: SPR-10126
2013-02-10 12:19:39 -08:00