Spring Operator
f160a1c766
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/LICENSE-2.0 with 292 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
2019-03-22 14:54:39 -04:00
Spring Operator
fce2acb3fa
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 But Review Recommended
These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended.
* http://services.gradle.org/distributions/gradle- (404) with 1 occurrences migrated to:
https://services.gradle.org/distributions/gradle- ([https](https://services.gradle.org/distributions/gradle- ) result 404).
## 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 63 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://www.apache.org/licenses/LICENSE-2.0 with 4 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
* http://www.apache.org/licenses/LICENSE-2.0.txt with 64 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0.txt ([https](https://www.apache.org/licenses/LICENSE-2.0.txt ) result 200).
* http://projects.spring.io/spring-integration with 64 occurrences migrated to:
https://projects.spring.io/spring-integration ([https](https://projects.spring.io/spring-integration ) result 301).
* http://repo.spring.io/libs-milestone with 2 occurrences migrated to:
https://repo.spring.io/libs-milestone ([https](https://repo.spring.io/libs-milestone ) result 302).
* http://repo.spring.io/libs-snapshot with 2 occurrences migrated to:
https://repo.spring.io/libs-snapshot ([https](https://repo.spring.io/libs-snapshot ) result 302).
* http://repo.spring.io/libs-staging-local with 1 occurrences migrated to:
https://repo.spring.io/libs-staging-local ([https](https://repo.spring.io/libs-staging-local ) result 302).
# Ignored
These URLs were intentionally ignored.
* http://maven.apache.org/POM/4.0.0 with 126 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 63 occurrences
2019-03-16 12:52:58 -04:00
Artem Bilan
31d69bc085
Upgrade to SI-4.2.13
2018-01-31 13:42:59 -05:00
Artem Bilan
eb294810f4
Upgrade to SI-Java-DSL-1.1.4
2016-11-07 18:25:51 -05:00
Artem Bilan
986746864e
Upgrade to SI-4.2.12
2016-11-07 17:48:26 -05:00
Gary Russell
b51a214253
Update to Spring Integration 4.2.11
2016-10-03 12:45:16 -04:00
Gary Russell
c57f3934d2
Update to Spring Integration 4.2.10
2016-09-30 15:16:16 -04:00
Artem Bilan
55b2cfb49f
GH-161: Use TopicUtils to ensureTopicCreated
...
Fixes GH-161 (https://github.com/spring-projects/spring-integration-samples/issues/161 )
2016-02-17 12:50:35 -05:00
Filippo Balicchia
1310fd57e5
add cafe-dsl run task
...
Regenerate POMs
2016-01-10 15:46:39 -05:00
kasoban
68976a81a6
Add specific slf4j-api version dependency
...
When just importing the ftp example as a maven project, I ran into the issue of a slf4j version discrepancy described here:
http://www.slf4j.org/faq.html#IllegalAccessError
This is solved by adding the specific version dependency of `slf4j-api`.
* Add the specific `slf4j-api` dependency to the Gradle script
* Change the dependency scope for `slf4j-` impl to the `runtime`.
* Regenerate POMs
2016-01-04 09:54:04 -05:00
Filippo Balicchia
b9697909d0
INTSAMPLES-147: Add Splunk example
...
JIRA: https://jira.spring.io/browse/INTSAMPLES-147
2015-12-11 18:11:48 -05:00
Gary Russell
8f7fb189c0
Barrier README Polishing
2015-12-08 09:23:31 -05:00
Gary Russell
3c855f8204
Barrier Error Handling
2015-11-28 14:17:14 -05:00
Gary Russell
7ec8687efc
Fix retry-and-more Sample Bug
...
Incorrect SpEL for rename.
2015-11-20 16:38:34 -05:00
Gary Russell
b335846952
Barrier: Fix Banner w/ eclipse Ansi Console
2015-11-19 16:49:27 -05:00
Gary Russell
69d39f7ff2
Barrier Sample Boot Banner
2015-11-19 16:18:07 -05:00
Artem Bilan
4a65dcbff4
Upgrade to SI-Kafka-1.3.0.RELEASE
2015-11-18 12:34:03 -05:00
Gary Russell
50d4234675
Update to Boot 1.3.0.RELEASE
2015-11-18 10:56:10 -05:00
Artem Bilan
56366bccab
Upgrade to SI-DSL-1.1.1
2015-11-16 12:55:57 -05:00
Artem Bilan
2a9fb42d76
Upgrade to SI-4.2.2
2015-11-16 12:26:29 -05:00
Gary Russell
d10509ca37
TCP: Clarify Async Exception Handling
2015-11-04 11:28:44 -05:00
Gary Russell
d220665bc7
Cafe-DSL: Fix Deprecation
2015-10-30 09:12:56 -04:00
Gary Russell
76efa61056
Fix Kafka POM, Test Package Name
...
http://stackoverflow.com/questions/33402448/spring-integration-kafka-maven-build-error-cant-find-spring-integration-kafka
2015-10-29 15:51:46 -04:00
Gary Russell
15f78146e0
TCP Async - Add Timeout Test
...
http://stackoverflow.com/questions/32614395/spring-integration-tcp-outbound-channel-adapter-that-detects-connection-loss-and/32617568#comment54590607_32617568
Polishing - PR Comments
2015-10-28 17:57:01 -04:00
Artem Bilan
6cc1ff6542
Upgrade to SI-4.2.1 and others
2015-10-26 20:34:42 -04:00
Artem Bilan
0387ab5e7b
STOMP: Add heart-beat tracing
2015-10-14 10:08:08 -04:00
Artem Bilan
5c4b817e27
INTSAMPLES-146 Fix Kafka tests and some polishing
...
JIRA: https://jira.spring.io/browse/INTSAMPLES-146
2015-09-24 08:49:26 -04:00
Gary Russell
23f4a04661
Barrier: Use Boot AutoConfig for RabbitMQ
...
Also support a browser GET.
2015-09-21 17:34:54 -04:00
Gary Russell
ecab656cc1
INTEXT-191: Add Apache Kafka Sample
...
JIRA: https://jira.spring.io/browse/INTEXT-191
Polishing and build.gradle fix for pom generation
2015-09-21 17:30:47 -04:00
Artem Bilan
4d535741e9
Upgrade to SI-Java-DSL-1.1.0.RELEASE
2015-09-21 13:42:41 -04:00
Artem Bilan
f8634557bb
Upgrade to SI-4.2.0.RELEASE
...
And SI-Java-DSL-1.1.0.M2
2015-09-09 17:03:40 -04:00
Gary Russell
db3d78109f
INTSAMPLES-144: Barrier Sample
...
JIRA: https://jira.spring.io/browse/INTSAMPLES-144
INTSAMPLES-144: Use o-c-a for Release
INTSAMPLES-144: Switch to Spring Boot
INTSAMPLES-144: Polishing
* Upgrade to SI-4.2, SF-4.2, Boot-1.3
* Fix: https://jira.spring.io/browse/INTSAMPLES-145
2015-08-17 12:05:43 -04:00
Gary Russell
dd7871a7ba
Gradle 2.5; Travis
2015-07-31 15:31:13 -04:00
Gary Russell
61603c2437
INTSAMPLES-143: Fix Package Tangles
...
JIRA: https://jira.spring.io/browse/INTSAMPLES-143
Add Sonar support to build.gradle.
Fix critical violations.
2015-07-30 14:44:33 -04:00
Gary Russell
70b4d12870
Update pom.xml
...
- Set version to 4.1.0.BUILD-SNAPSHOT
- Regenerate all poms
2015-07-29 12:45:05 -04:00
Gary Russell
f30bb5f15b
Add Retry to (S)FTP; Update SI 4.1.6
...
https://build.spring.io/browse/INTSAMPLES-NIGHTLY-JOB1-1430/test/case/97845436
2015-07-10 12:42:51 -04:00
Artem Bilan
92eb01de4e
Upgrade dependencies and Gradle
2015-07-03 20:37:08 -04:00
Gary Russell
b5e7cfa16a
INT-3692: Add Annotation-Based TCP Demo
2015-05-11 15:04:26 +01:00
Gary Russell
49e0a25e8e
Add JMS Aggregator Sample
...
Remove useless `correlation-id` header mapping
2015-05-07 14:01:07 +03:00
Ciro Santilli
b32cd1edda
Typo Gardle -> Gradle
2015-03-30 13:01:25 +03:00
Gary Russell
c525e43299
Use Generated Port for Boot Test Cases
2015-01-05 13:05:51 -05:00
Artem Bilan
5ccedd32f3
Add non-Lambda DSL Cafe sample
...
* Polishing for `stomp-chat` sample
* Some dependencies upgrade
2015-01-05 11:19:12 -05:00
Artem Bilan
fb6d47f528
INTSAMPLES-139: Upgrade versions
...
JIRA: https://jira.spring.io/browse/INTSAMPLES-139
2014-12-12 23:49:46 +02:00
Gary Russell
77116fc315
Update to Spring Integration 4.1.0.RELEASE
2014-11-11 14:36:55 -05:00
Artem Bilan
5547f2a840
Fix stomp-chat according to the latest Boot
...
https://build.spring.io/browse/INTSAMPLES-NIGHTLY-JOB1-1189
2014-11-10 13:57:44 +02:00
Artem Bilan
d3ccc2530c
Cafe_DSL: Rework the cafe-dsl to the latest DSL
2014-11-01 15:20:50 +02:00
Artem Bilan
5d08c6f67e
Upgrade to SI Java DSL 1.0.RC1 and Gradle 1.12
...
Regenerate POMs
2014-10-31 21:56:23 +02:00
Gary Russell
5216cf10b6
Update README for Versions
2014-10-28 10:43:25 -04:00
Artem Bilan
1ad35f2cd2
INTSAMPLES-138: Make SI 4.1 as minimal
...
JIRA: https://jira.spring.io/browse/INTSAMPLES-138
* Upgrade to Boot 1.2, which is based on the SI 4.1
* Upgrade to SF 4.1.1
* Fix `feed` sample to use new `Rome` dep. from SI
* Fix deprecations for `@Payload`, `@Header` etc.
* Fix mongo` sample deprecation warn
2014-10-28 16:13:49 +02:00
Artem Bilan
63232c2974
INTS-137: Add STOMP Chat Application
...
JIRA: https://jira.spring.io/browse/INTSAMPLES-137
* Upgrade to Boot 1.1.7
* Fix several Boot apps to get deal with `args`, e.g. `--debug` option can be useful for Boot
* Provide a loca copy for JavaScript files (`sock.js` and `stomp.js`) to avoid extra Internet connection on testing
INTS-137-2: Make JavaScript cross-browser
Some additional polishing to the server config, like `logging-channel-adapter` for server message flow
2014-10-14 15:02:56 -04:00