Commit Graph

244 Commits

Author SHA1 Message Date
Spring Builds
6788cc9a27 [artifactory-release] Next development version 2022-04-19 15:02:38 +00:00
Spring Builds
837f8ff00f [artifactory-release] Release version 5.5.11 2022-04-19 15:02:34 +00:00
Spring Builds
f9dada39b7 [artifactory-release] Next development version 2022-03-22 21:08:42 +00:00
Spring Builds
e14ac321b9 [artifactory-release] Release version 5.5.10 2022-03-22 21:08:39 +00:00
Spring Builds
963c05ada3 [artifactory-release] Next development version 2022-02-22 17:51:59 +00:00
Spring Builds
c6f0e1984a [artifactory-release] Release version 5.5.9 2022-02-22 17:51:54 +00:00
Spring Builds
4423e43cd8 [artifactory-release] Next development version 2022-01-18 18:38:40 +00:00
Spring Builds
182b1cb158 [artifactory-release] Release version 5.5.8 2022-01-18 18:38:37 +00:00
Spring Builds
cb8787b724 [artifactory-release] Next development version 2021-12-21 15:30:28 +00:00
Artem Bilan
8c85fc9957 Add MessageHandlerMethodFactoryCreatingFactoryBean
Rework the logic around `ManagedList` in the `DefaultConfiguringBeanFactoryPostProcessor`
when it registers a `IntegrationContextUtils.MESSAGE_HANDLER_FACTORY_BEAN_NAME` and
`IntegrationContextUtils.LIST_MESSAGE_HANDLER_FACTORY_BEAN_NAME` into a dedicated
`MessageHandlerMethodFactoryCreatingFactoryBean` with pure Java code instead of
`BeanDefinition` burden

* Deprecate `IntegrationContextUtils.DISPOSABLES_BEAN_NAME` constant for
already removed internal bean
* Align JVM args for Gradle with Java 17 on the `6.0` branch
2021-11-29 12:49:29 -05:00
Spring Builds
414667f999 [artifactory-release] Next development version 2021-11-16 21:17:50 +00:00
Spring Builds
f777c015ed [artifactory-release] Release version 5.5.6 2021-11-16 21:17:46 +00:00
Spring Builds
035581b421 [artifactory-release] Next development version 2021-10-19 19:00:50 +00:00
Spring Builds
c822eb2204 [artifactory-release] Release version 5.5.5 2021-10-19 19:00:47 +00:00
Spring Builds
d2e23c5f03 [artifactory-release] Next development version 2021-09-21 17:44:21 +00:00
Spring Builds
6268917239 [artifactory-release] Release version 5.5.4 2021-09-21 17:44:17 +00:00
Spring Builds
590fb01743 [artifactory-release] Next development version 2021-08-17 19:13:21 +00:00
Spring Builds
1c554a9583 [artifactory-release] Release version 5.5.3 2021-08-17 19:13:17 +00:00
Gary Russell
1b7d622777 GH-3600: Fix Kafka Tx Synchronization
Resolves https://github.com/spring-projects/spring-integration/issues/3600

Previously, the `KafkaProducerMessageHandler` did not synchronize a transaction
with some other transaction (e.g. JDBC); it published in a local transaction instead.

Also configure the Gradle Kotlin Daemon to work with JDK 16.

**cherry-pick to 5.4.x**
2021-07-28 11:54:31 -04:00
Spring Builds
bc8246d267 [artifactory-release] Next development version 2021-07-20 16:20:43 +00:00
Spring Builds
63073e4ee4 [artifactory-release] Release version 5.5.2 2021-07-20 16:20:37 +00:00
Spring Builds
52bfb7cd40 [artifactory-release] Next development version 2021-06-23 18:58:51 +00:00
Spring Builds
c10af07cd1 [artifactory-release] Release version 5.5.1 2021-06-23 18:58:46 +00:00
Spring Builds
14a64a78a6 [artifactory-release] Next development version 2021-05-18 20:56:26 +00:00
Spring Builds
349aad36d8 [artifactory-release] Release version 5.5.0 2021-05-18 20:56:21 +00:00
Spring Buildmaster
d54b3bbd71 [artifactory-release] Next development version 2021-04-15 02:11:25 +00:00
Spring Buildmaster
9977bfcdab [artifactory-release] Release version 5.5.0-RC1 2021-04-15 02:11:22 +00:00
Spring Buildmaster
52511e4d84 [artifactory-release] Next development version 2021-03-17 23:08:52 +00:00
Spring Buildmaster
aab3cd771a [artifactory-release] Release version 5.5.0-M3 2021-03-17 23:08:48 +00:00
Artem Bilan
9c686ddcb7 More JVM memory for Gradle
* Fix race condition in the `KafkaOutboundAdapterParserTests`
2021-02-23 11:28:04 -05:00
Artem Bilan
6c50419418 Increase Xmx for JVM in Gradle builds 2021-02-22 14:08:29 -05:00
Spring Buildmaster
ee3ccc4493 [artifactory-release] Next development version 2021-02-17 23:35:20 +00:00
Spring Buildmaster
a395dd0ac5 [artifactory-release] Release version 5.5.0-M2 2021-02-17 23:35:16 +00:00
Spring Buildmaster
aa4a186825 [artifactory-release] Next development version 2021-01-20 20:30:02 +00:00
Spring Buildmaster
b1d7ba19da [artifactory-release] Release version 5.5.0-M1 2021-01-20 20:29:57 +00:00
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