buildmaster
3882613d2d
Update SNAPSHOT to 3.0.0.RC2
2019-11-08 06:58:22 +00:00
buildmaster
9495a33386
Bumping versions
2019-11-07 13:48:43 +00:00
buildmaster
69c158c766
Going back to snapshots
2019-10-24 11:44:53 +00:00
buildmaster
013ef853c8
Update SNAPSHOT to 3.0.0.RC1
2019-10-24 11:39:50 +00:00
buildmaster
eab50ca751
Bumping versions
2019-10-23 18:58:11 +00:00
buildmaster
66b9074bfa
Bumping versions
2019-10-03 18:57:06 +00:00
buildmaster
95fc3079bb
Bumping versions
2019-09-24 18:56:05 +00:00
buildmaster
042a4828ef
Bumping versions
2019-09-23 18:55:39 +00:00
buildmaster
b81caf811c
Going back to snapshots
2019-09-23 16:18:37 +00:00
buildmaster
6725178552
Update SNAPSHOT to 3.0.0.M3
2019-09-23 16:13:20 +00:00
buildmaster
6538c3da4c
Going back to snapshots
2019-09-23 08:37:27 +00:00
buildmaster
4572e34195
Update SNAPSHOT to 3.0.0.M3
2019-09-23 08:31:46 +00:00
buildmaster
cc0dcaf6ed
Bumping versions
2019-08-13 18:54:54 +00:00
buildmaster
ef0e42dd6f
Going back to snapshots
2019-08-13 06:02:38 +00:00
buildmaster
b49e116cf2
Update SNAPSHOT to 3.0.0.M2
2019-08-13 05:56:32 +00:00
buildmaster
eb06670481
Bumping versions
2019-08-12 11:19:27 +00: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
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
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
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