Commit Graph

9 Commits

Author SHA1 Message Date
Spring Operator
2612b55f98 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 298 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:51:45 -04:00
Gary Russell
e37904128e INTSAMPLES-150: Switch to Log4j2
JIRA: https://jira.spring.io/browse/INTSAMPLES-150
2017-09-01 16:14:34 -04:00
Gary Russell
cc579226d6 INTSAMPLES-127 Polishing
- PR Comments
- Switch to Jackson2
- Fix oxm config

Polishing

INTSAMPLES-127 Update to SI 4.0.0.RC1

INTSAMPLES-127 Remove Servlet Dependency

travel sample; see INT-3350.

INTSAMPLES-127 Update Samples to SI 4.0.0

JIRA: https://jira.spring.io/browse/INTSAMPLES-127

Created `maint` branch for ongoing SI 3.0.x samples.
2014-04-16 20:45:34 +03:00
Gunnar Hillert
59bc98dbb7 INTSAMPLES-114 Twitter Search Requires Authentication
* Update Sample to Spring Integration 2.2.4
* In the sample - disallow unauthenticated Twitter Searches
  - As of Twitter API version 1.1, users must be authenticated to perform searches.

For reference see: https://jira.springsource.org/browse/INTSAMPLES-114
2013-06-10 15:39:42 -04:00
Gunnar Hillert
e70696f4f7 INTSAMPLES-85 - Upgrade Twitter Sample Spring Integration version
* Upgrade Twitter sample to latest Spring Integration version
* Twitter search test does not run with authentication by default
* Twitter search test will run every time the project builds
2012-10-02 15:05:25 -04:00
Gunnar Hillert
fc2e5890a9 INTSAMPLES-52 - All Samples should use Log4J
INTSAMPLES-52 - Standardize Log4j PatternLayout
Standardize Log4j PatternLayout to **%d{HH:mm:ss.SSS} %-5p [%t][%c] %m%n**.
2012-05-28 09:26:41 -04:00
Gunnar Hillert
1867ca5c91 INTSAMPLES-59 - Remove Twitter4j reference
For reference see: https://jira.springsource.org/browse/INTSAMPLES-59
2012-02-01 01:39:01 -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
Oleg Zhurakousky
f4e019da3f INTSAMPLES-10 added Twitter samples 2010-11-18 14:10:17 -05:00