Dave Syer
738b29c5db
Revert to snapshots
2019-05-21 17:55:37 +01:00
Dave Syer
2bc52de4bb
Update to 1.0.2.RELEASE
2019-05-21 17:45:51 +01:00
Oleg Zhurakousky
33f4459bce
Merge pull request #334 from spring-operator/polish-urls-xml-1.0.x
...
URL Cleanup
2019-03-26 11:13:51 +01:00
Spring Operator
d225e41a93
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://maven.apache.org/xsd/assembly-1.1.3.xsd with 1 occurrences migrated to:
https://maven.apache.org/xsd/assembly-1.1.3.xsd ([https](https://maven.apache.org/xsd/assembly-1.1.3.xsd ) result 200).
# Ignored
These URLs were intentionally ignored.
* http://maven.apache.org/POM/4.0.0 with 50 occurrences
* http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 with 2 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 26 occurrences
2019-03-26 00:08:34 -05:00
Spring Operator
99b0b87242
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 234 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:47:50 -05:00
Spring Operator
c20f686731
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://maven.apache.org/xsd/maven-4.0.0.xsd with 25 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).
* http://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch with 1 occurrences migrated to:
https://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch ([https](https://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch ) result 200).
* http://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin with 1 occurrences migrated to:
https://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin ([https](https://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin ) result 200).
* http://www.apache.org/licenses/LICENSE-2.0 with 2 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
* http://repo.spring.io/libs-milestone-local with 2 occurrences migrated to:
https://repo.spring.io/libs-milestone-local ([https](https://repo.spring.io/libs-milestone-local ) result 302).
* http://repo.spring.io/libs-snapshot-local with 2 occurrences migrated to:
https://repo.spring.io/libs-snapshot-local ([https](https://repo.spring.io/libs-snapshot-local ) result 302).
* http://repo.spring.io/release with 1 occurrences migrated to:
https://repo.spring.io/release ([https](https://repo.spring.io/release ) result 302).
# Ignored
These URLs were intentionally ignored.
* http://maven.apache.org/POM/4.0.0 with 50 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 25 occurrences
2019-03-16 10:23:59 -05:00
Dave Syer
60ab4e4df4
Revert to snapshots
2018-08-21 17:42:35 +01:00
Dave Syer
825d52feb7
Update for 1.0.1
2018-08-21 17:17:07 +01:00
Dave Syer
068b9ef7e9
Revert to snapshots
2018-06-18 11:49:02 +01:00
Dave Syer
ac3ea7db36
Update to 1.0.0
2018-06-15 12:27:30 +01:00
Dave Syer
db2c17289f
Update Boot versions in POJO sample
2018-06-15 12:06:54 +01:00
Bruno Borges
37d0d9500d
Upgrade azure artifacts and update docs
2018-06-06 12:10:49 +01:00
Dave Syer
d322643433
Add another hack for Spring Boot 2.0
...
This can be reverted in 1.1. The compiler relies on being able to
bind itself to @ConfigurationProperties and the APIs changed for that
in Spring Boot 2.0.
Fixes gh-177
2018-06-04 14:50:27 +01:00
Dave Syer
9dc569837a
Revert to snapshots
2018-05-26 09:42:34 +01:00
Dave Syer
b20cb700ea
Update to RC2
2018-05-26 09:34:02 +01:00
Dave Syer
8e9a5504cb
Revert to snapshots
2018-05-21 10:05:42 +01:00
Dave Syer
c29f800380
Update to 1.0.0.RC1
2018-05-21 10:04:54 +01:00
Dave Syer
e1bb5259a9
Support for Start-Class as main
2018-05-18 11:45:41 +01:00
Dave Syer
59f94c1533
Fix potential issue when Message is not available but not needed
...
If an isolated function doesn't have Message in its classpath, we
will never actually need to instantiate that class. This change
makes sure we check first.
2018-04-25 07:27:33 +01:00
Dave Syer
8cf3d7bc5a
Add some WebMvcTest support
...
Fixes gh-156
2018-04-24 16:15:42 +01:00
Dave Syer
6c58fe0c4d
Fix shadowJar configuration
...
See gh-170
2018-04-24 14:45:02 +01:00
Dave Syer
04f917c113
Make it explicit that stream does not depend on a web server
2018-04-24 14:18:45 +01:00
Dave Syer
ea5811fbe2
Add repository declarations to azure sample
...
Fixes gh-148
2018-04-24 09:31:08 +01:00
bishoy
0e41b8acc5
Support incoming application/x-www-form-urlencoded content
...
Fixes #129
2018-04-24 08:55:22 +01:00
Dave Syer
98cf4dc06e
Revert to snapshots
2018-04-16 16:22:02 +01:00
Dave Syer
d1bcb7d142
Update to 1.0.0.M6
2018-04-16 16:04:31 +01:00
Dave Syer
74b80c069c
Update to thin launcher 1.0.10
2018-04-16 15:51:41 +01:00
trisberg
344ee9a689
Upgrade boot versions
...
- 1.5.10 to 1.5.11
- 2.0.0 to 2.0.1
2018-04-06 21:07:21 +01:00
Dave Syer
5aeba1ea96
Convert Consumer<Foo> to Function<Flux<Foo>,Mono<Void>>
...
This results in a better experience for users because the consumer
that they write is only applied to a Flux that is subscribed to
by the framework once. It gives better control over the flow of
foos, e.g. if some component wants to subscribe on a thread.
2018-03-26 10:06:13 +01:00
Dave Syer
efc99d2af0
Revert to snaphots
2018-03-16 11:40:12 -04:00
Dave Syer
feb8f51c41
Update to 1.0.0.M5
2018-03-16 11:28:53 -04:00
Dave Syer
4272ce2f36
Fix surefire version so CI build works
2018-03-16 09:53:29 -04:00
Dave Syer
773dddbe68
Ensure composite wrapper type reflects reality
...
When a Supplier<Flux<Foo>> is composed with a Function<Foo,Bar>
the resulting handler (supplier) should have Flux as its output
wrapper still (the most general output wrapper type in the chain).
2018-03-16 08:35:21 -04:00
Dave Syer
8ab4d61bb4
Align MVC handling between Spring 4 and Spring 5
...
A Spring Boot 2.0 app should behave the same as a Spering Boot 1.5
app with this change. The key thing was to change the return type
of the FunctionController and move the computation of single
valuedness for the output there (instead of trying to do it in the
return value handler, which isn't used in Spring 5).
2018-03-16 07:08:43 -04:00
Dave Syer
9a2f21e051
Upgrade pojo sample to Boot 2.0 as integration test
2018-03-15 06:45:58 -04:00
Dave Syer
42a7babb7d
Remove unecessary thin plugin execution and tidy up dependencies
...
Fixes #109
2018-02-24 08:15:54 +00:00
trisberg
d515781d6a
Some more updates to Boot 1.5.10
2018-02-23 20:00:30 +00:00
Dave Syer
bf41055dc7
Some dependency hygiene and update to Boot 1.5.10
...
The web module doesn't really need to depend on tomcat and all of
the Spring Boot web stack, but users need a way to grab that stuff
quickly if they want it (hence the new starter).
Also removed all spring-boot-starter dependencies from core and
context modules.
2018-02-23 12:12:06 +00:00
Dave Syer
a2a2932715
Revert to snapshots
2018-02-21 07:24:21 +00:00
Dave Syer
72efd58675
Update to 1.0.0.M4
2018-02-20 19:25:11 +00:00
Dave Syer
54873b66d5
Fix test
2018-01-25 09:36:37 +00:00
Dave Syer
ab30b755ba
Add test to azure sample
2018-01-25 09:20:20 +00:00
Dave Syer
b0bddd3160
Handler for azure sample calls super in different method
...
If FooHandler extends AzureSpringBootRequestHandler apparently
Azure cannot extract the generic types Foo and Bar.
2018-01-24 15:56:40 +00:00
Dave Syer
7604de3ca7
Attempt to write JSON by hand
2018-01-24 14:54:41 +00:00
Soby Chacko
308e4d5514
Experimental Azure function adapter for HTTP trigger
2018-01-24 14:54:33 +00:00
Dave Syer
73098244e3
Revert to snapshots
2018-01-20 11:57:49 +00:00
Dave Syer
77e0a5c514
Update to 1.0.0.M3
2018-01-19 13:55:34 +00:00
Dave Syer
684735ed22
Update gradle builds to latest reactor
2018-01-18 13:11:02 +00:00
Dimitry Declercq
8c963bf456
Example implementation for Aws API Gateway
...
User can extend SpringBootApiGatewayRequestHandler instead of the
generic SpringBootRequestHandler. It ties the code to AWS and the
API Gateway, but at least it supports the incoming data fully.
Fixes gh-111, closes gh-136
2018-01-18 13:01:10 +00:00
Dave Syer
939f5a8b1a
Reflection hack to provide Spring Boot 2.0 compatibility
2018-01-09 13:01:24 +00:00