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 |
|
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 |
|
Artem Bilan
|
a5c12343c6
|
INTSAMPLES-137: Add WebSockets sample
JIRA: https://jira.spring.io/browse/INTSAMPLES-137
Depends on https://github.com/spring-projects/spring-integration/pull/1274
Polishing and cleanup
* Fix `cafe-dsl` project: https://build.spring.io/browse/INTSAMPLES-NIGHTLY-JOB1-1131
* Change author emails to the `pivotal.io`
* Regenerate poms
Fix for `Cafe-DSL` sample
https://build.spring.io/browse/INTSAMPLES-NIGHTLY-JOB1-1143
|
2014-09-26 13:04:50 +01:00 |
|
Artem Bilan
|
ea3ba21249
|
INTSAMPLES-122: Migrate to Gradle
JIRA: https://jira.springsource.org/browse/INTSAMPLES-122
INTSAMPLES-122: Polishing
INTSAMPLES-122: Add generated poms
* Upgrade some dependencies
INTSAMPLES-122: Cover Java/DSL sample
INTSAMPLES-122: Upgrade to SI 4.0.1 & SF 4.0.5
INTSAMPLES-122: Polishing according PR comments
Make gradlew executable
|
2014-05-28 12:58:25 -04:00 |
|
Artem Bilan
|
56aee6fd91
|
Enable Intermediate modules
Ignore MS & Oracle tests
|
2014-01-30 18:56:20 +02:00 |
|
Gunnar Hillert
|
bab7973f87
|
INTSAMPLES-110 - Add doc/polish REST sample
|
2013-03-30 00:54:47 -04:00 |
|
Gunnar Hillert
|
fc705ef422
|
INTSAMPLES-99 Upgrade samples to SI 2.2.0.RELEASE
For reference see: https://jira.springsource.org/browse/INTSAMPLES-99
|
2012-12-04 14:31:00 -05:00 |
|
Gunnar Hillert
|
3c9c91c847
|
INTSAMPLES-89 - Upgrade to Spring Integration 2.2 RC3
* Test samples
* Polish documentation
* Polish code
For reference see: https://jira.springsource.org/browse/INTSAMPLES-89
|
2012-11-28 17:08:51 -05:00 |
|
Gunnar Hillert
|
7b182b0de9
|
INTSAMPLES-23 - Add Splitter-Aggregator example
For reference see: https://jira.springsource.org/browse/INTSAMPLES-23
|
2012-10-29 14:09:11 -04:00 |
|
Gunnar Hillert
|
dba742b64e
|
INTSAMPLES-70 - Sample showing how to process E-mail attachments
For reference see: https://jira.springsource.org/browse/INTSAMPLES-70
|
2012-10-04 11:32:49 -04:00 |
|
Gary Russell
|
ea9a89d820
|
INTSAMPLES-14 Tcp Collaborating Adapters Sample
Add a sample showing how to use collaborating channel adapters
for high performance.
|
2012-01-07 10:52:03 -05:00 |
|
Gunnar Hillert
|
9effe2f9bc
|
INTSAMPLES-33 Update to SI RC1 and Spring 3.1
1. Cleanup of pom.xml files
2. Standardizing version numbers
3. Updating dependency versions
4. Cleaning/Standardizing project names
5. Removing Schema versions in XML context files
|
2011-12-18 00:32:34 -05:00 |
|
Gunnar Hillert
|
6afbf69cf0
|
INTSAMPLES-35 - Stored Procedure Sample for Derby
For reference see: https://jira.springsource.org/browse/INTSAMPLES-35
|
2011-11-14 13:48:35 -05:00 |
|
Rossen Stoyanchev
|
f1357b0cf3
|
Add top-level poms for building all samples from the command-line.
This is also useful if you prefer the Maven Eclipse plugin over m2eclipse:
mvn -Dwtpversion=20 eclipse:clean eclipse:eclipse
|
2010-12-16 10:29:22 +00:00 |
|