GitHub Actions Bot
180d4e55e8
Next development version 4.0.1-SNAPSHOT / 2022.0.1-SNAPSHOT
2023-10-27 21:14:16 -05:00
GitHub Actions Bot
21079bdc54
Next development version 4.0.0-SNAPSHOT / 2022.0.0-SNAPSHOT
2023-07-21 12:40:45 +00:00
GitHub Actions Bot
4a595f2284
Release 4.0.0-RC2 / 2022.0.0-RC2
2023-07-21 12:40:08 +00:00
GitHub Actions Bot
c7548ae4e3
Next development version 4.0.0-SNAPSHOT / 2022.0.0-SNAPSHOT
2023-07-20 14:56:01 +00:00
GitHub Actions Bot
5eade0d669
Release 4.0.0-RC2 / 2022.0.0-RC2
2023-07-20 14:55:34 +00:00
GitHub Actions Bot
bcdb881fac
Next development version 4.0.0-SNAPSHOT
2023-06-14 04:47:46 +00:00
GitHub Actions Bot
358be92abd
Release 4.0.0-RC1
2023-06-14 04:47:29 +00:00
GitHub Actions Bot
e52419e35b
Next development version 4.0.0-SNAPSHOT
2023-05-25 11:30:37 +00:00
GitHub Actions Bot
17288d84b8
Release 4.0.0-M2
2023-05-25 11:30:19 +00:00
Chris Bono
019cfcd932
GH-327: Use TestSocketUtils from spring-test ( #420 )
...
Fixes https://github.com/spring-cloud/stream-applications/issues/327
- Delete local TSU temporary implementations
- Replace local TSU w/ spring-test TSU
2023-01-11 11:33:31 -05:00
Chris Bono
ab83dcf743
[SB3 Update] Adjust jsonpath on TwitterUsersFunctionTests
2022-10-16 23:52:42 -05:00
Chris Bono
87df01dc00
Remove ${revision} from pom.xml files
2022-10-02 10:58:48 -05:00
Chris Bono
85106dd122
Initial support for SB3/SF6
...
- Main branch builds successfully (with tests skipped)
See #326
2022-09-22 17:46:11 -05:00
Chris Bono
50d75ef1e7
GH-271: Remove duplication from pom.xml files
...
This proposal fixes many build warnings and is a general cleanup of the pom.xml files.
* Remove duplicate `dependency` entries from pom.xml files
* Remove duplicate `repository` entries from pom.xml files
* Replace deprecated use of `receive(long)` in `HttpSourceTests`
* Reduce logging for Twitter integration tests
Fixes #271
2022-05-26 13:57:44 -04:00
Chris Bono
1d153ae728
GH-272: Update to Spring Boot 2.6.8 ( #278 )
...
Fixes #272
2022-05-24 21:47:52 -05:00
Soby Chacko
d0a0df5a44
Restructuing with maven revision feature
...
Preserving the maven revision feature from the previous commit,
but perform a bit more restructuring the hierarchy.
2020-10-13 15:17:52 -04:00
Daniel Frey
724c4ace5f
Refactor hardcoded versions in functions submodule branches
...
This is so they can be updated in a minimal amount of places and leverage the maven hierarchy to propagate them where appropriate.
While working with SNAPSHOT releases of Spring Boot, Spring Integration, and Spring Cloud, it required touching every pom.xml file
in order to reflect the use of the SNAPSHOT. After this change, it will only be required to change the property in the top
functions pom.xml and the versions will reflect to all submodules.
Maven introduced the ability use a key property, revision to propagate this information to the <parent> declarations in each pom.
This was enabled in Maven 3.5+
https://maven.apache.org/maven-ci-friendly.html
2020-10-13 15:15:59 -04:00
Soby Chacko
86f0ca0c07
Next version updates
...
Functions: 1.0.0-SNAPSHOT
Core Apps: 3.0.0-SNAPSHOT
Apps: 3.0.0-SNAPSHOT
Aggregate Next:2020.0.0-SNAPSHOT
2020-09-29 18:28:20 -04:00
Soby Chacko
e1d29f8d24
Functions: Release - 1.0.0-M3
2020-09-29 14:59:33 -04:00
Soby Chacko
0c07b4af05
Remove duplicate dependency in twitter-function
...
Add relativePath to core parent
2020-08-07 16:50:15 -04:00
Christian Tzolov
f8ed9f9c38
Remove double quotes in the properties comments
2020-08-05 15:18:25 +02:00
David Turanski
30caf06198
Fix function definition property ( #91 )
...
* Remove deprecated spring.cloud.stream.function.definition property
* Restore tasklauncher-function
Co-authored-by: David Turanski <dturanski@pivotal.io >
2020-07-20 18:23:30 -04:00
Soby Chacko
d29a238569
Next version updates
...
Functions: 1.0.0-SNAPSHOT
Core Apps: 3.0.0-SNAPSHOT
Apps: 3.0.0-SNAPSHOT
Aggregate Next:2020.0.0-SNAPSHOT
2020-07-13 16:02:05 -04:00
Soby Chacko
0e685334b2
Functions: Release - 1.0.0-M2
2020-07-13 14:43:36 -04:00
Soby Chacko
4b1dd074ba
Renaming internal test boot applications in functions
2020-07-02 18:31:58 -04:00
Soby Chacko
51ed4d2f6d
Next version updates
...
Functions: 1.0.0-SNAPSHOT
Core Apps: 3.0.0-SNAPSHOT
Apps: 3.0.0-SNAPSHOT
Aggregate Build: 2020.0.0-SNAPSHOT
2020-06-26 13:49:35 -04:00
Soby Chacko
87e4a2d740
Functions: Release - 1.0.0-M1
2020-06-25 17:42:02 -04:00
Christian Tzolov
3bb9e066b9
Port in the Geo and Users twitter function. Fix issue with handling SpEL expression porperties in the twitter functions.
2020-06-24 12:58:47 +02:00
Christian Tzolov
b1a57fc191
Address twitter review suggestions
2020-06-24 09:58:26 +02:00
Christian Tzolov
1892736b98
Twitter functional apps
...
* Streaming source
* Add twitter search and messasge sources
* Add more twitter source, sink and processors
* Add IT tests for twitter update sink
* Add IT tests for twitter message sink
* Add IT tests for twitter trend processor
* twitter suppliers readme
* twitter consumers readme
* twitter functions readme
* Disable TwitterStreamSourceTests
2020-06-23 14:48:34 -04:00