Commit Graph

209 Commits

Author SHA1 Message Date
Artem Bilan
cf8591d700 Start version 5.5 2020-12-02 14:37:20 -05:00
Spring Buildmaster
d1d4a7edae [artifactory-release] Next development version 2020-11-11 19:47:07 +00:00
Spring Buildmaster
21fdd4e4a4 [artifactory-release] Release version 5.4.1 2020-11-11 19:47:02 +00:00
Artem Bilan
7eb07344cc GH-3428: Make Kotlin dependency optional again
Fixes https://github.com/spring-projects/spring-integration/issues/3428

The Kotlin Gradle plugin starting with Kotlin `1.4` adds a standard
Kotlin lib into `compile` scope fully ignoring an `optional` variant.
See more info here: https://kotlinlang.org/docs/reference/using-gradle.html#dependency-on-the-standard-library

* Add `kotlin.stdlib.default.dependency=false` into `gradle.properties`
to rely only on the explicit dependency definitions in the project config
* Remove explicit Kotlin deps from test scope in the target modules since
it is declared globally for all the modules
* Fix author emails in the `publish-maven.gradle` to their VMware variants
* Remove usage of `org.jetbrains.annotations` in favor of `@Nullable`
from Spring Framework
2020-11-11 11:04:24 -05:00
Spring Buildmaster
04f89f5421 [artifactory-release] Next development version 2020-10-28 21:15:24 +00:00
Spring Buildmaster
1b38a30410 [artifactory-release] Release version 5.4.0 2020-10-28 21:15:19 +00:00
Spring Buildmaster
0d8ea39c72 [artifactory-release] Next development version 2020-10-14 19:04:02 +00:00
Spring Buildmaster
c67f92b912 [artifactory-release] Release version 5.4.0-RC1 2020-10-14 19:03:57 +00:00
Spring Buildmaster
e223d341f3 [artifactory-release] Next development version 2020-09-16 17:29:48 +00:00
Spring Buildmaster
e2d5517544 [artifactory-release] Release version 5.4.0-M3 2020-09-16 17:29:43 +00:00
Spring Buildmaster
1bb58c9193 [artifactory-release] Next development version 2020-08-12 17:48:31 +00:00
Spring Buildmaster
32d72f088b [artifactory-release] Release version 5.4.0-M2 2020-08-12 17:48:26 +00:00
Spring Buildmaster
0dc03ad731 [artifactory-release] Next development version 2020-06-26 17:20:54 +00:00
Spring Buildmaster
696271bf6a [artifactory-release] Release version 5.4.0-M1 2020-06-26 17:20:49 +00:00
Artem Bilan
8f92bb26d3 Start version 5.4
* Fix compatibility after upgrading to some latest dependencies
2020-05-19 12:47:30 -04:00
Spring Buildmaster
bc84d47da0 [artifactory-release] Next development version 2020-05-13 20:34:34 +00:00
Spring Buildmaster
8fd0f06854 [artifactory-release] Release version 5.3.0.RELEASE 2020-05-13 20:34:29 +00:00
Spring Buildmaster
346762a0e2 [artifactory-release] Next development version 2020-04-29 18:03:21 +00:00
Spring Buildmaster
f25c91ea46 [artifactory-release] Release version 5.3.0.RC1 2020-04-29 18:03:16 +00:00
Spring Buildmaster
e37d3f0741 [artifactory-release] Next development version 2020-04-01 18:05:52 +00:00
Spring Buildmaster
e5772d4d38 [artifactory-release] Release version 5.3.0.M4 2020-04-01 18:05:47 +00:00
Spring Buildmaster
e2b6383d04 [artifactory-release] Next development version 2020-03-11 20:40:29 +00:00
Spring Buildmaster
24ad1edc22 [artifactory-release] Release version 5.3.0.M3 2020-03-11 20:40:25 +00:00
Spring Buildmaster
89e31b2a21 [artifactory-release] Next development version 2020-02-12 18:36:42 +00:00
Spring Buildmaster
cadca23553 [artifactory-release] Release version 5.3.0.M2 2020-02-12 18:36:38 +00:00
Spring Buildmaster
a75fc03e10 [artifactory-release] Next development version 2020-01-22 23:03:42 +00:00
Spring Buildmaster
b0a457409f [artifactory-release] Release version 5.3.0.M1 2020-01-22 23:03:37 +00:00
Artem Bilan
715e9a2042 Upgrade dependencies including Gradle 6.1
* Add `org.gradle.caching=true` and `org.gradle.parallel=true` into a `gradle.properties`
* Fix `Matcher` tests in the `spring-integration-test-support` for the latest JUnit 4
2020-01-16 16:13:06 -05:00
Artem Bilan
9dc3519f20 Start version 5.3
* Move `What's New` into `changes-5.1-5.2.adoc`
* Remove version from the `XSD` files:
 1. Align with SF
 2. The version for XSD doesn't matter for the current jar version,
 since only the version is available in classpath is from the current
 jar version
 3. Modify `spring.schemas` to map all the possible versions for XSD
 into the current one in a jar.
 This way target applications can upgrade without changing the version
 for XSD location and we don't need to require `versionless` variant
 any more
 4. The jar in classpath can handle only its own XSD, so independently
 of version or no-version variants we still may fail because the current
 jar may not support end-user code any more - need some fix over there
 anyway.
* Remove `checkTestConfigs` Gradle task since we don't worry about XSD
version any more
* Modify `schemaZip` Gradle task to populate XSDs into a distribution
still with a version to avoid overriding on-line XSDs for version `1.0.x`.
We may consider not do that since SF doesn't and just bite a bullet
for always overriding those on-line XSDs to the actual one from the latest
release.
2019-12-26 15:41:19 -05:00
Spring Buildmaster
c8befb268d [artifactory-release] Next development version 2019-12-04 18:51:13 +00:00
Spring Buildmaster
d233288a8b [artifactory-release] Release version 5.2.2.RELEASE 2019-12-04 18:51:09 +00:00
Spring Buildmaster
ddccb5a887 [artifactory-release] Next development version 2019-11-04 21:39:46 +00:00
Spring Buildmaster
7d46c8d601 [artifactory-release] Release version 5.2.1.RELEASE 2019-11-04 21:39:42 +00:00
Spring Buildmaster
07b44aec18 [artifactory-release] Next development version 2019-10-01 17:15:56 +00:00
Spring Buildmaster
c9d68c5c55 [artifactory-release] Release version 5.2.0.RELEASE 2019-10-01 17:15:52 +00:00
Spring Buildmaster
a041546e67 [artifactory-release] Next development version 2019-09-06 18:28:24 +00:00
Spring Buildmaster
9e82481f34 [artifactory-release] Release version 5.2.0.RC1 2019-09-06 18:28:18 +00:00
Spring Buildmaster
be56a04407 [artifactory-release] Next development version 2019-08-05 19:00:21 +00:00
Spring Buildmaster
9f5549cf5f [artifactory-release] Release version 5.2.0.M4 2019-08-05 19:00:17 +00:00
Spring Buildmaster
62859256d4 [artifactory-release] Next development version 2019-06-14 21:09:55 +00:00
Spring Buildmaster
22d71b84e8 [artifactory-release] Release version 5.2.0.M3 2019-06-14 21:09:51 +00:00
Spring Buildmaster
87593853e1 [artifactory-release] Next development version 2019-06-14 20:49:02 +00:00
Spring Buildmaster
4405bfe680 [artifactory-release] Release version 5.2.0.RELEASE 2019-06-14 20:48:57 +00:00
Spring Buildmaster
b976ce2240 [artifactory-release] Next development version 2019-05-13 17:15:35 +00:00
Spring Buildmaster
972e84353b [artifactory-release] Release version 5.2.0.M2 2019-05-13 17:15:31 +00:00
Spring Buildmaster
cca50fcadb [artifactory-release] Next development version 2019-04-15 18:38:04 +00:00
Spring Buildmaster
7af5d638f7 [artifactory-release] Release version 5.2.0.M1 2019-04-15 18:37:59 +00:00
Artem Bilan
872302de6e Add -Dfile.encoding=UTF-8 into gradle.properties
To avoid wrong encoding during reading and writing files by the
`updateCopyrights` Gradle task, it is better to have an explicit
`-Dfile.encoding=UTF-8` before starting JVM.

* Fix `AbstractFilePayloadTransformerTests` for non-standard symbols in
the test data
* fix broken test
`FileToStringTransformerTests.transform_withWrongEncoding_notMatching()`
2019-03-22 14:13:20 -04:00
Gary Russell
b187bca36e Avoid throws Exception where possible - Phase I
* Polishing - PR Comments
2019-03-07 12:53:52 -05:00
Gary Russell
520ebbbd2c Move master to 5.2 2019-02-15 12:01:24 -05:00