Soby Chacko
b1972b17cd
Next version updates
...
stream-applications-build: 1.1.2-SNAPSHOT
functions: 1.1.2-SNAPSHOT
stream-applicatons-core: 3.1.2-SNAPSHOT
applications: 3.1.2-SNAPSHOT
release-train: 2021.0.2-SNAPSHOT
2021-10-25 19:02:43 -04:00
Soby Chacko
bfc3bbc497
release-train: 2021.0.1 Release
2021-10-25 16:52:53 -04:00
Soby Chacko
9a5c2fdadb
stream-applications: 3.1.1 Release
2021-10-25 12:23:44 -04:00
Soby Chacko
abf77fda41
stream-applications core: 3.1.1 Release
2021-10-25 12:03:36 -04:00
Soby Chacko
1cbd781bf9
functions: 1.1.1 Release
2021-10-25 11:25:22 -04:00
Soby Chacko
555f4c9569
stream-applications-build: 1.1.1 Release
2021-10-25 11:21:34 -04:00
Soby Chacko
4f440691ac
Update versions
...
Spring Cloud Stream: 3.1.5
Spring Cloud Function: 3.1.5
2021-10-22 20:36:41 -04:00
Soby Chacko
d5bd9bf295
Update Spring Cloud Function and Spring Cloud Stream
...
There is a partition issue that was addressed in SCFn and SCSt and needs to be
picked by the apps.
Update both SCFn and SCSt to 3.1.5-SNAPSHOT.
See relevant commits below in SCFn and SCSt for more details.
0cb5483d0a
c2326740ed
2021-10-18 10:39:41 -04:00
Soby Chacko
096881bb44
Next version updates
...
stream-applications-build: 1.1.1-SNAPSHOT
functions: 1.1.1-SNAPSHOT
stream-applicatons-core: 3.1.1-SNAPSHOT
applications: 3.1.1-SNAPSHOT
release-train: 2021.0.1-SNAPSHOT
2021-10-08 19:21:31 -04:00
Soby Chacko
bc6c365b38
release-train: 2021.0.0 Release
2021-10-08 18:36:23 -04:00
Soby Chacko
b49e9bfee0
stream-applications: 3.1.0 Release
2021-10-08 14:57:28 -04:00
Soby Chacko
e4b630c091
stream-applications core: 3.1.0 Release
2021-10-08 13:47:53 -04:00
Soby Chacko
c8620ab0b7
functions: 1.1.0 Release
2021-10-08 13:00:17 -04:00
Soby Chacko
42f8496b64
stream-applications-build: 1.1.0 Release
2021-10-08 12:55:29 -04:00
Soby Chacko
83da3b5d6b
Update plugins version to 1.0.5
2021-10-07 16:21:34 -04:00
David Turanski
451d962eee
Enable actuator discovery
2021-10-05 20:16:32 -04:00
Soby Chacko
dfeedf4338
stream-applictions-core back to snapshot
...
3.1.0-SNAPSHOT
2021-09-29 17:21:37 -04:00
Soby Chacko
2516ea89be
stream-applications-release-train back to snapshot
...
2021.0.0-SNAPSHOT
2021-09-29 17:19:47 -04:00
Soby Chacko
712cb591de
Apps versions back to snapshot: 3.1.0-SNAPSHOT
2021-09-29 17:17:30 -04:00
Soby Chacko
f55f3d7362
Back to snapshot: stream-applications-build and functions
2021-09-29 17:13:03 -04:00
Soby Chacko
a2b63e5a5b
Remove tasklauncher sink references
2021-09-29 16:34:43 -04:00
Soby Chacko
4195be03cb
Remove tasklauncher sink docs references
2021-09-29 16:31:03 -04:00
Soby Chacko
779c2bf0b0
stream-applications-release-train: 2021.0.0-RC1
2021-09-29 16:21:40 -04:00
Soby Chacko
667b476998
Apps release: 3.1.0-RC1
2021-09-29 15:40:14 -04:00
Soby Chacko
00f0c31935
stream-applications-core: 3.1.0-RC1 release
2021-09-29 15:27:15 -04:00
Soby Chacko
dbd2cc75bd
functions: 1.1.0-RC1 release
2021-09-29 15:02:45 -04:00
Soby Chacko
d25731bf90
stream-applications-build: 1.1.0-RC1 release
2021-09-29 15:00:18 -04:00
Soby Chacko
4e53756e4d
Update upstream project dependencies
2021-09-29 13:49:24 -04:00
Christian Tzolov
1e4f44894d
jdk8_301 TLS12 jdbc handling
...
Related to eeeedda5ce
2021-09-28 08:33:43 -04:00
Christian Tzolov
eeeedda5ce
Fix mysql compatibility with jdk8_301
...
Latest jdk8#301 disables TLS 1.0/1.1 used by default by the not up-to-date mysql jdbc connectors.
This leads to errors like this: `javax.net.ssl.SSLHandshakeException:No appropriate protocol`.
A workaround is to set the enabledTLSProtocols=TLSv1.2 jdbc url parameter explicitly.
2021-09-27 12:11:34 -04:00
Christian Tzolov
db4db3647a
Update gen., docs and metadata plugins to 1.0.4
...
Upgrade spring-cloud-dataflow-apps-generator-plugin, spring-cloud-dataflow-apps-docs-plugin and
spring-cloud-dataflow-apps-metadata-plugin plugins form 1.0.3 to 1.0.4
2021-09-27 09:35:08 +02:00
David Turanski
da7e13e593
Add spring-data-mongodb properties to dataflow metadata configuration for mongodb source and sink
2021-09-07 16:25:42 -04:00
David Turanski
947fd736ca
Add spring-boot-configuration-processor dependency to groovy processor
2021-09-07 15:59:38 -04:00
fiidim
ad847244da
GH-191: Fixed broken link in router-sink README
...
Fixes https://github.com/spring-cloud/stream-applications/issues/191
2021-09-07 14:29:16 -04:00
David Turanski
253d40935f
Fix README format
2021-09-03 12:02:31 -04:00
David Turanski
fc9e0eb0fa
Revert "Update README.adoc"
...
This reverts commit 6acd6d9809 .
2021-09-03 12:01:11 -04:00
David Turanski
3782bce694
Fix README
2021-09-03 11:56:12 -04:00
David Turanski
6acd6d9809
Update README.adoc
2021-09-02 11:39:45 -04:00
David Turanski
a584de801c
Fix mysql-connector-java managed dependency
2021-08-30 10:03:15 -04:00
David Turanski
063dd71695
Reenable actuator tests
2021-08-19 10:55:24 -04:00
David Turanski
7b1018c069
Upgrade to boot 2.5.4-SNAPSHOT for spring-integration-amqp 5.5.3 fix
2021-08-18 15:30:42 -04:00
David Turanski
1330de11c6
Remove tasklauncher-function and tasklauncher-sink
2021-08-17 10:20:53 -04:00
David Turanski
6aad3add10
Downgrade rabbitmq container version
2021-07-27 12:49:57 -04:00
Jeon ChangMin
b4642a8640
Fix typo for jdbc-supplier
2021-07-23 08:50:40 -04:00
David Turanski
218285218c
Disable actuator test for now
2021-07-13 16:38:11 -04:00
David Turanski
d2ed5b401c
Update security config for boot 2.5 ( #177 )
...
* Add stream-application-integration-tests
* Fix HttpRequestProcessorTests
* Update security configuration to permit anonymous access to info and bindings
* Update README
2021-07-12 19:37:23 -04:00
Soby Chacko
87324d910d
Update to latest SC-Fn snapshots
2021-07-12 11:44:52 -04:00
Christian Tzolov
465a586903
Switch to SNAPSHOT SC & SCF dependencies
2021-06-29 10:51:36 +02:00
David Turanski
7dfc4e0458
Add stream-application-integration-tests
...
Fix HttpRequestProcessorTests
Disable security for actuator/info endpoint
In Spring Boot 2.5, the info actuator endpoint is secured.
We need to disable security for the actuator/info integration tests
in TimeSource tests.
2021-06-28 13:53:57 -04:00
Artem Bilan
d871b49f87
Remove unused import from ZeroMqSinkTests
2021-06-24 10:25:05 -04:00