Oleg Zhurakousky
49f76856d4
Temporarily disconnected SI sample
2019-07-30 09:06:41 +02:00
Dave Syer
307292b959
Add proxyTargetBeans = false and fix some tests
2019-07-12 17:11:51 +02:00
Dave Syer
3ae9d0523d
Add README to custom AWS sample
2019-07-12 17:09:33 +02:00
Dave Syer
5e3111bf80
Fix conditions for custom AWS runtime
...
Conflicts:
spring-cloud-function-samples/function-sample-aws-custom/pom.xml
2019-07-12 17:08:34 +02:00
Oleg Zhurakousky
cfd24a8316
Upgraded master to 3.0.0.BUILD-SNAPSHOT
2019-06-06 18:47:09 +02:00
Oleg Zhurakousky
2dad9b65c1
Bumped to spring-cloud-build 2.2
...
Fixed boot 2.2 related errors
set master version to 2.2.0
2019-05-28 13:22:02 +02:00
buildmaster
d28fc9978a
Bumping versions to 2.1.1.BUILD-SNAPSHOT after release
2019-05-07 10:08:10 +00:00
buildmaster
e44c61754c
Going back to snapshots
2019-05-07 10:08:09 +00:00
buildmaster
7fafbe7848
Update SNAPSHOT to 2.1.0.RELEASE
2019-05-07 09:12:21 +00:00
Oleg Zhurakousky
475edb5ff7
GH-354 Fixed documentation to reflect recent updates
...
Resolves #354
2019-05-02 17:07:00 +02:00
buildmaster
9df7455a30
Going back to snapshots
2019-04-08 14:18:29 +00:00
buildmaster
24740e4e17
Update SNAPSHOT to 2.1.0.RC1
2019-04-08 14:14:23 +00:00
Spring Operator
3b573c27ac
URL Cleanup
...
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
# Fixed URLs
## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* [ ] http://www.apache.org/licenses/ with 1 occurrences migrated to:
https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/ ) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 247 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
2019-03-21 12:48:58 -05:00
buildmaster
0fe8693565
Going back to snapshots
2019-03-20 08:49:57 +00:00
buildmaster
60f11baf57
Update SNAPSHOT to 2.1.0.M1
2019-03-20 08:45:24 +00:00
Oleg Zhurakousky
06cf610fb7
Added deploy plugin to aws custom sample
2019-03-20 09:29:07 +01:00
Oleg Zhurakousky
2cf854087a
More fixes to aws-custom POM for release
2019-03-20 09:16:47 +01:00
Oleg Zhurakousky
1fbb4ddbf9
Fixed aws-custom POM for release
2019-03-20 09:10:03 +01:00
Spring Operator
5bf9bebbb2
URL Cleanup
...
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
# Fixed URLs
## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* http://cloud.spring.io/ with 1 occurrences migrated to:
https://cloud.spring.io/ ([https](https://cloud.spring.io/ ) result 200).
* http://maven.apache.org/xsd/assembly-1.1.2.xsd with 1 occurrences migrated to:
https://maven.apache.org/xsd/assembly-1.1.2.xsd ([https](https://maven.apache.org/xsd/assembly-1.1.2.xsd ) result 200).
* http://maven.apache.org/xsd/maven-4.0.0.xsd with 28 occurrences migrated to:
https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd ) result 200).
# Ignored
These URLs were intentionally ignored.
* http://maven.apache.org/POM/4.0.0 with 56 occurrences
* http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 with 2 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 29 occurrences
2019-03-19 21:21:48 -05:00
buildmaster
2d294e3d39
Bumping versions
2019-03-14 15:22:35 +00:00
Dave Syer
138e1cf3c2
Deeper support for custom AWS Lambda runtime
...
Adds an EnvironmentPostProcessor so the user ony has to set one
property (spring.cloud.function.web.export.enabled=true).
2019-02-28 10:05:13 -05:00
Dave Syer
428243ce48
Add new feature to initialize a Supplier from a remote HTTP endpoint
...
Kind of like the SupplierExporter but to create the Supplier itself.
With this in place you can define the templateUrl (destination) and
the originaUrl (source) and use the app as a pipeline for events
from/to HTTP.
Provide functional bean support for HTTP export
Add autoconfig to AWS adapter for custom runtime
Fix HttpSupplier to always supply Message if headers are included
Fix registration of origin supplier in functional beans
Add docs on new AWS features
Add custom runtime sample
2019-02-28 09:55:51 +01:00
Oleg Zhurakousky
0189c578ef
GH-266 Consolidated Adapter infrastructure
...
- Moved common logic into a new AbstractSpringFunctionAdapterInitializer
- Modified Azure and AWS request handlers to extend from it
- Deprecated both AzureSpringFunctionInitializer and SpringFunctionInitializer(AWS)
Resolves #266
2019-02-25 13:25:08 +01:00
Dave Syer
aaf268ea40
Ensure FunctionTypes get registered for composite functions
...
Without this change the type of a composed function in the
InMemoryFunctionCatalog is always null. The key is to register
the type at the same time as the function is registered.
Also some format and javadoc fixes (cosmetic)
2019-02-21 09:53:15 +00:00
Dave Syer
6865d53c91
Update to 2.1.0 snapshots in all the other places
2019-02-20 13:19:03 +00:00
Dave Syer
217ca065f3
Update thin jar version in a couple of places
2019-02-15 14:24:56 +00:00
Artem Bilan
660aebc4d9
Add Spring Integration Sample
...
Demonstrates how `IntegrationFlow` can be exposed as a `Function`
* Upgrade to the latest dependencies
* Polishing
Resolves #214
2019-02-06 19:10:40 +01:00
Marcin Grzejszczak
c6ddfe1af4
Added checkstyle for tests
2019-02-03 15:34:10 +01:00
Marcin Grzejszczak
e4b08a083c
Turned on checkstyle
2019-02-01 15:48:32 +01:00
buildmaster
94e9b8f2f8
Bumping versions to 2.0.2.BUILD-SNAPSHOT after release
2019-01-31 14:48:58 +00:00
buildmaster
036e0c4090
Going back to snapshots
2019-01-31 14:48:57 +00:00
buildmaster
eaf519b82a
Update SNAPSHOT to 2.0.1.RELEASE
2019-01-31 14:34:17 +00:00
buildmaster
741341f43a
Bumping versions
2019-01-25 12:56:04 +00:00
buildmaster
9cf4b72ef3
Bumping versions to 2.0.1.BUILD-SNAPSHOT after release
2019-01-08 11:32:36 +00:00
buildmaster
5b2345c7d4
Going back to snapshots
2019-01-08 11:32:36 +00:00
buildmaster
612d37616d
Update SNAPSHOT to 2.0.0.RELEASE
2019-01-08 10:44:55 +00:00
Oleg Zhurakousky
3a494d26e2
removed stream dependency from function-sample-compiler
2019-01-08 11:39:58 +01:00
Marcin Grzejszczak
ee00f27199
Changed sample version to be non snapshot
2019-01-08 11:30:30 +01:00
buildmaster
a5fc7dfdf4
Bumping versions
2019-01-03 16:40:36 +00:00
buildmaster
43a886b7b7
Going back to snapshots
2018-12-20 19:14:43 +00:00
buildmaster
291aafd94a
Update SNAPSHOT to 2.0.0.RC3
2018-12-20 19:10:34 +00:00
Oleg Zhurakousky
7559a6a55a
Fixed Azur sample pom for nimbus-jose-jwt
2018-12-20 20:05:20 +01:00
Oleg Zhurakousky
d89835bd80
GH-232 Removed FunctionScan annotation
...
Reoved FunctionScan annotation since it provides no additional value to the end user
Preserved auto component scanning for Functions in package
Updated filter to additionally scan for Supplier and Consumer
Resolves #232
2018-12-03 17:29:16 +01:00
buildmaster
f0f957b96a
Going back to snapshots
2018-11-19 11:23:25 +00:00
buildmaster
241652d9b8
Update SNAPSHOT to 2.0.0.RC2
2018-11-19 11:19:40 +00:00
Oleg Zhurakousky
7ea5167543
Revert "Bumping versions"
...
This reverts commit e2a09c0e36 .
2018-11-19 06:53:31 +01:00
buildmaster
e2a09c0e36
Bumping versions
2018-11-17 17:49:47 +00:00
Dave Syer
a60118dcca
Simplify repository declarations (faster for snapshots)
2018-11-17 16:27:42 +00:00
Dave Syer
80c65e2786
Revert to an azure plugin version that works
2018-11-17 16:18:50 +08:00
Dave Syer
8cce006b4c
Remove dependency on Kotlin for tests
...
The Eclipse tooling keeps flaking out and refuses to work at all
since 0.8.7. Maybe revisit this when it is stable.
2018-11-16 17:19:19 +00:00