Olga Maciaszek-Sharma
d75b02f557
Regenerate the docs.
2019-06-13 14:18:52 +02:00
buildmaster
b5607e3b13
Bumping versions to 2.0.3.BUILD-SNAPSHOT after release
2019-06-07 22:25:14 +00:00
buildmaster
6f101f22b6
Going back to snapshots
2019-06-07 22:25:13 +00:00
buildmaster
2f248009e8
Update SNAPSHOT to 2.0.2.RELEASE
2019-06-07 21:50:38 +00:00
Spring Operator
4e570bef6c
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 221 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:03 -05:00
Spring Operator
7201da7798
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 26 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).
# Ignored
These URLs were intentionally ignored.
* http://maven.apache.org/POM/4.0.0 with 52 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 26 occurrences
2019-03-16 10:24:06 -05:00
Oleg Zhurakousky
989f205d36
GH-252 Added support for non-fluxed functions
...
Added support for non-fluxed functions to Azure and AWS adapters
Resolves #252
2019-02-26 19:46:49 +01:00
Oleg Zhurakousky
757600171d
GH-253 Updated Azure dependency to 1.2.2
2019-02-26 16:22:15 +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
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
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
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
buildmaster
b23a647aa4
Bumping versions
2018-11-16 15:20:37 +00:00
buildmaster
9cf723949b
Going back to snapshots
2018-10-29 08:19:29 +00:00
buildmaster
e2f4d0a9e5
Update SNAPSHOT to 2.0.0.RC1
2018-10-29 08:15:29 +00:00
buildmaster
435e4d0438
Going back to snapshots
2018-10-23 13:35:10 +00:00
buildmaster
0c5ad6acbd
Update SNAPSHOT to 2.0.0.M4
2018-10-23 13:31:46 +00:00
Dave Syer
ba34d4b81b
Add @FunctionalSpringBootTest and mini web server
...
User can run a minimal HTTP app using an app that is a Function
or an ApplicationContextInitializer. Can also test using
@FunctionalSpringBootTest in place of @SpringBootTest.
Add some tests and documentation for functional beans
Make server.address configurable
2018-10-22 14:26:17 +02:00
Dave Syer
4315cb1d61
SpringApplication->FunctionalSpringApplication (less confusing)
2018-10-18 09:38:27 +01:00
Dave Syer
666bc100e8
Extract functional bean definition concerns into a common class
...
SpringApplication looks like the class with the same name in Spring
Boot (and is a subclass of it), but it checks to see if the user
is asking for functional bean registrations and only used those if
it can.
2018-10-12 18:00:41 +01:00
Dave Syer
083d5e3bf3
Harmonize AWS and azure adapters
2018-10-12 17:10:13 +01:00
Dave Syer
3966f378b7
Add support for application type Function in Azure
...
See #215
2018-10-12 16:53:42 +01:00
Dave Syer
37729e4583
Add support for ApplicationContextInitializer in azure adapter
2018-10-03 09:01:54 +01:00
Dave Syer
bb1c97251f
Use ApplicationContextInitializer if provided
...
An Initializer is more efficient than using @Configuration.
2018-10-02 12:07:51 +01:00
Dave Syer
022f9213d8
Revert to snapshots
2018-09-22 16:14:54 +01:00
Dave Syer
de6331054e
Update to 2.0.0.M3
2018-09-22 12:04:16 +01:00
buildmaster
8f9882a419
Going back to snapshots
2018-09-19 13:20:41 +00:00
buildmaster
43d70a4c0c
Update SNAPSHOT to 2.0.0.M2
2018-09-19 13:17:51 +00:00
Dave Syer
9016ccd969
More yellow markers
2018-09-18 13:30:37 +01:00
Dave Syer
c964dc5451
Add some logging on startup of Azure adapter
2018-09-17 11:58:38 +01:00
Dave Syer
1061c1d525
Update notes on azure adapter
2018-09-17 11:06:28 +01:00
Dave Syer
f09f750c39
Add support for different handler->function mappings in Azure
2018-09-17 11:06:17 +01:00
Dave Syer
3baaa45648
Allow Azure function apps to pass function name down to handler
2018-09-17 11:06:08 +01:00
Oleg Zhurakousky
e1c2610105
GH-206 Ensured consistency in header names
...
added Copyright/aithor tags
Resolves #206
2018-09-12 22:10:10 +02:00
Marcin Grzejszczak
b28e22d255
Going back to snapshots
2018-08-22 18:03:37 +02:00
Marcin Grzejszczak
aca771fb8b
Update SNAPSHOT to 2.0.0.M1
2018-08-22 17:54:29 +02:00
Oleg Zhurakousky
8001c49312
Final prep for 2.0.0.M1 release
...
Ignored few tests that are failing due to boot 2.1 no-override policy
2018-08-22 17:18:00 +02:00
Marcin Grzejszczak
44739b4a25
Preparing for 2.0.0.M1 release
2018-08-22 14:55:36 +02:00
Dave Syer
9d1818839e
Add SupplierExporter (HTTP POST of Suppliers on startup)
...
Add throwable handling to azure base class
2018-08-14 12:57:12 +02:00
Dave Syer
d0eb012371
Make Azure function initializer a bit more flexible
2018-08-07 14:58:34 +01:00
Dave Syer
2c7144bc49
Update Azure dependencies
2018-08-07 10:06:14 +01:00
Oleg Zhurakousky
20f02c94c2
GH-188 Ensured default ObjectMapper is created (AWS)
...
Ensured that the default instance of ObjectMapper is created in the event ObjectMapper configuration is missing (i.e., JacksonAutoConfiguration) in AWS adapter
Resolves #188
2018-07-11 15:44:51 +02:00