buildmaster
ce700c350d
Bumping versions to 2.1.5.BUILD-SNAPSHOT after release
2019-08-28 05:28:23 +00:00
buildmaster
6fc96134c2
Going back to snapshots
2019-08-28 05:28:23 +00:00
buildmaster
4260b0626e
Update SNAPSHOT to 2.1.4.RELEASE
2019-08-28 05:23:52 +00:00
buildmaster
fa5e8cbf4e
Bumping versions to 2.1.4.BUILD-SNAPSHOT after release
2019-06-06 08:07:49 +00:00
buildmaster
2307023236
Going back to snapshots
2019-06-06 08:07:49 +00:00
buildmaster
6f7199cb1f
Update SNAPSHOT to 2.1.3.RELEASE
2019-06-06 08:06:08 +00:00
Oleg Zhurakousky
6fbfa60401
Upgraded to 2.1.4.s-c-build
2019-04-10 19:26:40 +02:00
Spring Operator
c206742543
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 10 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 20 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 10 occurrences
2019-03-19 14:12:01 +01:00
buildmaster
2acc78e2bd
Bumping versions to 2.1.3.BUILD-SNAPSHOT after release
2019-03-04 12:49:49 +00:00
buildmaster
1fe3ae64f5
Going back to snapshots
2019-03-04 12:49:49 +00:00
buildmaster
4f1ff35352
Update SNAPSHOT to 2.1.2.RELEASE
2019-03-04 12:47:30 +00:00
buildmaster
4e00c60e40
Bumping versions
2019-03-04 11:49:47 +00:00
Oleg Zhurakousky
e594070b40
GH-1433 Added docs for scheduled task for PollableMessageSource
2019-02-26 18:52:48 +01:00
buildmaster
2b950d1e7e
Bumping versions to 2.1.3.BUILD-SNAPSHOT after release
2019-02-15 15:27:33 +00:00
buildmaster
7af78bc174
Going back to snapshots
2019-02-15 15:27:33 +00:00
buildmaster
564fb29195
Update SNAPSHOT to 2.1.1.RELEASE
2019-02-15 15:25:54 +00:00
buildmaster
26ae49bcc0
Bumping versions to 2.1.2.BUILD-SNAPSHOT after release
2019-02-15 14:53:09 +00:00
buildmaster
b98d203e5a
Going back to snapshots
2019-02-15 14:53:09 +00:00
buildmaster
662b7e5165
Update SNAPSHOT to 2.1.1.RELEASE
2019-02-15 14:51:25 +00:00
Oleg Zhurakousky
24bbe1d8e1
Upgraded to use s-c-f 2.0.1.RELEASE
...
This one picked up some formatting changes as well
2019-02-14 10:37:18 +01:00
Marcin Grzejszczak
a8cbf77794
Added checkstyle
2019-02-04 15:55:35 +01:00
buildmaster
664b850996
Bumping versions to 2.1.1.BUILD-SNAPSHOT after release
2019-01-08 11:43:40 +00:00
buildmaster
2453e181b5
Going back to snapshots
2019-01-08 11:43:40 +00:00
buildmaster
1535f37e16
Update SNAPSHOT to 2.1.0.RELEASE
2019-01-08 11:41:31 +00:00
Oleg Zhurakousky
af1a480bdd
Switched back to SCF snapshot
2018-12-21 14:17:47 +01:00
buildmaster
afa5cd2f9b
Going back to snapshots
2018-12-20 19:37:20 +00:00
buildmaster
953de7f02e
Update SNAPSHOT to 2.1.0.RC4
2018-12-20 19:36:19 +00:00
Oleg Zhurakousky
6ba745546a
Upgraded to spring-cloud-function 2.0.0.RC3
2018-12-20 20:28:18 +01:00
Oleg Zhurakousky
a731021b43
GH-1564 Delegated type-conversion to MessageConverters
...
The following is the summary of changes which essentially delegate all type conversion back to MessageConverter.
The only thing remains is the `BINDER_ORIGINAL_CONTENT_TYPE` logic to ensure backward compatibility
* `MessageConverterConfigurer` was brought pretty much back to the state it was before all those questionable type conversion changes
* `BinderFactoryConfiguration` configures custom argument resolvers which will be removed as soon as https://jira.spring.io/browse/SPR-17503 is addressed.
* The two new argument resolvers, defer from their original counterparts in that they change the order of type assertion ensuring that, for example, byte[] does not match Object and would have to be sent to MessageConverter for possible conversion. These two resolvers will be removed once https://jira.spring.io/browse/SPR-17503 is addressed.
Resolves #1564
Resolves #1565
2018-12-18 09:37:46 +01:00
buildmaster
c928b28a10
Going back to snapshots
2018-12-13 20:19:16 +00:00
buildmaster
5d07afc956
Update SNAPSHOT to 2.1.0.RC3
2018-12-13 20:18:14 +00:00
buildmaster
6cb74414b0
Bumping versions
2018-12-12 19:07:48 +00:00
Oleg Zhurakousky
8161147469
Upgraded to SCF 2.0.0.RC2
2018-11-19 19:18:56 +01:00
buildmaster
2c8e2255d0
Going back to snapshots
2018-11-19 14:42:16 +00:00
buildmaster
4775defbf0
Update SNAPSHOT to 2.1.0.RC2
2018-11-19 14:41:20 +00:00
Oleg Zhurakousky
0522dc617f
GH-1520 bumped boot version
...
removed obsolete version overrides
Resolves #1520
2018-10-30 18:54:55 +01:00
Oleg Zhurakousky
b569e26177
Going back to snapshots
2018-10-30 14:31:03 +01:00
Oleg Zhurakousky
a83bdb7f34
Update SNAPSHOT to 2.1.0.RC1
2018-10-30 14:28:31 +01:00
Oleg Zhurakousky
85cc6187a0
Upgraded to spring-cloud-functions 2.0.0.RC1
2018-10-29 12:01:20 +01:00
Oleg Zhurakousky
baa67282c7
Bumping versions
2018-10-26 13:10:23 +02:00
Oleg Zhurakousky
da26779fb0
GH-1516 Initial migration of docs to spring-cloud
2018-10-26 10:24:33 +02:00
Marcin Grzejszczak
80e8541085
Going back to snapshots
2018-10-24 11:50:35 +02:00
Marcin Grzejszczak
be67c92f07
Update SNAPSHOT to 2.1.0.M4
2018-10-24 11:42:13 +02:00
Marcin Grzejszczak
d4e96349da
Adjusting things for the releaser
2018-10-24 11:31:01 +02:00
Soby Chacko
fcbbd09502
Next update version: 2.1.0.BUILD-SNAPSHOT
2018-09-21 11:30:28 -04:00
Soby Chacko
f498323f61
2.1.0.M3 Release
2018-09-21 10:42:22 -04:00
Soby Chacko
20a443081b
Next update version: 2.1.0.BUILD-SNAPSHOT
2018-08-28 10:12:14 -04:00
Soby Chacko
7ce25617d2
2.1.0.M2 Release
2018-08-28 09:49:25 -04:00
Oleg Zhurakousky
dcd5259041
GH-1443 Upgraded reactor to Californium-M1
...
Resolves #1443
2018-08-16 13:54:06 +02:00
Soby Chacko
cb105ab0ec
Upgrade Spring Cloud Build to 2.1.0
...
This upgrades to Spring Boot 2.1.0
Fix tests where the beans need to get overridden
Minor cleaning up
Polishing
Resolves #1426
2018-08-07 19:47:13 +02:00