Commit Graph

172 Commits

Author SHA1 Message Date
Gary Russell
d451e2e665 Merge pull request #29 from ghillert/INTSAMPLES-47
INTSAMPLES-47 - Upgrade SI dep. to 2.1.0.RELEASE
2012-01-12 09:16:43 -08:00
Gunnar Hillert
2e1b22aaac Fixed spelling error in */applications/cafe-scripted/pom.xml* 2012-01-12 12:10:39 -05:00
Gunnar Hillert
85bef285d4 INTSAMPLES-47 - Upgrade SI dep. to 2.1.0.RELEASE
* Upgraded all Spring Integration dependencies to 2.1.0.RELEASE
* All Samples use the new Artifactory-based Milestone Repository http://repo.springsource.org/milestone (As the repositories are additive, this repository will also include the release repo)
* Added versions to all Maven plugin declarations, reducing the amount WARNING-level logging substantially
2012-01-07 22:58:10 -05:00
Gunnar Hillert
7b27f0a8ea INTSAMPLES-14 Added .springBeans to .gitignore 2012-01-07 11:17:25 -05:00
Gunnar Hillert
4845131d83 INTSAMPLES-14 - added sample to Root README.md
and removed .springBeans file
2012-01-07 11:15:08 -05: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
d84e98a781 Merge pull request #26 from ghillert/INTSAMPLES-41
INTSAMPLES-41 - Use embedded Apache FTP Server
2012-01-07 07:44:26 -08:00
Gunnar Hillert
f2f3e81785 Merge pull request #25 from amolnayak311/INTSAMPLES-43
INTSAMPLES-43
2012-01-07 07:43:12 -08:00
Gunnar Hillert
9d433762d3 Merge pull request #23 from ghillert/INTSAMPLES-44
INTSAMPLES-44 - Add Meta Data to Maven POM
2012-01-06 15:09:34 -08:00
Gunnar Hillert
91e3453b1d Converted tab-->spaces in pom.xml 2012-01-06 18:03:57 -05:00
Gunnar Hillert
1a89e5e9d8 INTSAMPLES-44 - Add Meta Data to Maven POM
Reference: https://jira.springsource.org/browse/INTSAMPLES-44
2012-01-06 18:02:43 -05:00
Gunnar Hillert
9ec98f8c74 INTSAMPLES-41 - Use embedded Apache FTP Server
For Reference see: https://jira.springsource.org/browse/INTSAMPLES-41
2011-12-21 14:19:45 -05:00
Gunnar Hillert
785271573d Merge pull request #24 from garyrussell/INTSAMPLES-40
INTSAMPLES-40 Fix POM for Spring 3.1.GA SI 2.1.RC1
2011-12-20 12:17:54 -08:00
Gary Russell
9f789537c1 INTSAMPLES-40 Fix POM for Spring 3.1.GA SI 2.1.RC1
Incompatible transitive dependencies.
2011-12-20 14:51:22 -05:00
Gary Russell
15be40a4b7 Merge pull request #22 from ghillert/INTSAMPLES-38
INTSAMPLES-33 Update to SI RC1 and Spring 3.1
2011-12-20 11:42:05 -08:00
Gunnar Hillert
c416d56903 For INTSAMPLES-38 - Code Review changes
* remove  *.project* and *.springBeans* in project **testing-examples**
* remove duplicate dependencies in *pom.xml* in project **jms**
2011-12-20 14:16:26 -05:00
Amol Nayak
40e4bc8c7b INTSAMPLES-43 2011-12-20 23:35:05 +05:30
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
ccbe93e359 Merge pull request #19 from amolnayak311/INTSAMPLES-33
Intsamples 33
2011-12-16 12:19:43 -08:00
Gunnar Hillert
fe30bc60b1 Merge pull request #21 from garyrussell/INTSAMPLES-39
INTSAMPLES-39 Synchronize Context Creation
2011-12-16 12:14:35 -08:00
Gary Russell
13d31c25cd INTSAMPLES-39 Synchronize Context Creation
Creating an application context for a new customer needs
to be synchronized.
2011-12-16 04:16:13 -05:00
Amol Nayak
fa14acf3ab Modified the main to include the newly added gateway samples and changed the .md file 2011-12-16 08:44:51 +05:30
Amol Nayak
db9579d478 Commiting the missed files 2011-12-16 07:24:04 +05:30
Gunnar Hillert
4e95a0fe0d Merge pull request #20 from garyrussell/INTSAMPLES-39
INTSAMPLES-39 Dynamic FTP Router
2011-12-15 14:58:07 -08:00
Gary Russell
6e437c0cac INTSAMPLES-39 Polishing
Change ReadMe to Markdown; fix Copyright
2011-12-15 17:51:51 -05:00
Gary Russell
c15d2ddadc INTSAMPLES-39 Add surefire to pom; add to Parent
Add surefire tests to pom; add module to advanced pom.
2011-12-15 16:56:55 -05:00
Gary Russell
be5bcb3e95 INTSAMPLES-39 Dynamic FTP Router
Demonstrates the use of Spring 3.1 to instantiate multiple
application contexts, each with a differently configured
ftp outbound adapter, together with a POJO Channel resolver
used to send messages to the appropriate context.
2011-12-15 16:32:08 -05:00
Amol Nayak
2b4ad46a80 Removed duplicate JDBC module added 2011-12-15 23:06:32 +05:30
Amol Nayak
6b6abd92e4 INTSAMPLE-33 Changes 2011-12-15 22:47:52 +05:30
Amol Nayak
7c43e23308 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <groupId>org.springframework.integration.samples</groupId>
    <artifactId>jdbc</artifactId>
    <version>1.0-SNAPSHOT</version>
    <packaging>jar</packaging>

    <name>jdbc-sample</name>
    <url>http://www.springsource.org/spring-integration</url>

    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <spring.integration.version>2.1.0.M3</spring.integration.version>
        <slf4j.version>1.6.1</slf4j.version>
        <junit.version>4.7</junit.version>
        <spring.test.version>3.0.6.RELEASE</spring.test.version>
		<derbyclient.driver.version>10.8.2.2</derbyclient.driver.version>
    </properties>

    <repositories>
        <repository>
            <id>repository.springframework.maven.release</id>
            <name>Spring Framework Maven Release Repository</name>
            <url>http://maven.springframework.org/release</url>
        </repository>
		<repository>
		    <id>repository.springframework.maven.milestone</id>
		    <name>Spring Framework Maven Milestone Repository</name>
		    <url>http://maven.springframework.org/milestone</url>
		</repository>
    </repositories>

    <build>
        <plugins>
            <plugin>
                <artifactId>maven-eclipse-plugin</artifactId>
                <version>2.8</version>
                <configuration>
                    <additionalProjectnatures>
                        <projectnature>org.springframework.ide.eclipse.core.springnature</projectnature>
                    </additionalProjectnatures>
                    <additionalBuildcommands>
                        <buildcommand>org.springframework.ide.eclipse.core.springbuilder</buildcommand>
                    </additionalBuildcommands>
                    <downloadSources>true</downloadSources>
                    <downloadJavadocs>true</downloadJavadocs>
                </configuration>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <version>2.3.2</version>
                <configuration>
                    <source>1.6</source>
                    <target>1.6</target>
                    <compilerArgument>-Xlint:all</compilerArgument>
                    <showWarnings>true</showWarnings>
                    <showDeprecation>true</showDeprecation>
                </configuration>
            </plugin>
            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>exec-maven-plugin</artifactId>
                <version>1.2</version>
                <configuration>
                    <mainClass>org.springframework.integration.samples.jdbc.Main</mainClass>
                </configuration>
            </plugin>
        </plugins>
    </build>

    <dependencies>

        <!-- Testing -->

        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>${junit.version}</version>
            <scope>test</scope>
        </dependency>

        <!-- Spring Integration -->

        <dependency>
            <groupId>org.springframework.integration</groupId>
            <artifactId>spring-integration-core</artifactId>
            <version>${spring.integration.version}</version>
        </dependency>

        <dependency>
            <groupId>org.springframework.integration</groupId>
            <artifactId>spring-integration-jdbc</artifactId>
            <version>${spring.integration.version}</version>
        </dependency>

        <!-- Logging -->

        <dependency>
            <groupId>ch.qos.logback</groupId>
            <artifactId>logback-classic</artifactId>
            <version>0.9.28</version>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
            <version>${slf4j.version}</version>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>log4j-over-slf4j</artifactId>
            <version>${slf4j.version}</version>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>jcl-over-slf4j</artifactId>
            <version>${slf4j.version}</version>
        </dependency>

        <!-- Embedded Database -->

        <dependency>
	        <groupId>com.h2database</groupId>
	        <artifactId>h2</artifactId>
	        <version>1.3.160</version>
	    </dependency>

	    <!-- Derby dependency -->
	    <dependency>
    		<groupId>org.apache.derby</groupId>
    		<artifactId>derbyclient</artifactId>
    		<version>${derbyclient.driver.version}</version>
		</dependency>

		<!-- Spring test -->
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-test</artifactId>
			<version>${spring.test.version}</version>
		</dependency>
    </dependencies>
</project>
2011-12-14 23:48:21 +05:30
Gunnar Hillert
8cd7b0b4e8 Merge pull request #17 from dturanski/cafe-scripted
Added Cafe Scripted Demo
2011-12-14 09:29:39 -08:00
Gunnar Hillert
3769bf6495 Merge pull request #15 from ghillert/INTSAMPLES-35
INTSAMPLES-35 - Stored Procedure Sample for Derby
2011-12-14 09:24:16 -08:00
Gunnar Hillert
ba12da4a25 Merge pull request #13 from ghillert/INTSAMPLES-34
INTSAMPLES-34 Initial commit of the Enricher Sample
2011-12-14 09:23:18 -08:00
Gunnar Hillert
1dac27d019 Merge pull request #14 from spring-tom/master
Added Spring Integration AMQP config to Cafe Sample
2011-12-14 09:21:06 -08:00
Gunnar Hillert
6d469e4fe1 Merge pull request #12 from ghillert/INTSAMPLES-33
INTSAMPLES-33 Add initial Jdbc sample
2011-12-14 09:18:56 -08:00
Gunnar Hillert
05097d6574 Merge pull request #18 from garyrussell/INTSAMPLES-37
INTSAMPLES-37 Add ConversionService to TCP Sample
2011-12-14 08:52:16 -08:00
Gary Russell
67606fa2db INTSAMPLES-37 Add ConversionService to TCP Sample
Show alternative configuration for converting from tcp byte
arrays to Strings.
2011-12-10 11:45:57 -05:00
David Turanski
4a9d7ab135 updated copyright notices 2011-12-03 08:16:02 -05:00
David Turanski
b686a8f0d9 updated README 2011-12-03 08:05:32 -05:00
David Turanski
5134d44073 updated readme.txt 2011-11-29 16:51:19 -05:00
Amol Nayak
e15a778874 added module jdbc to pom.xml 2011-11-19 00:57:29 +05:30
Amol Nayak
f653433c7e Initial commit for the JDBC project 2011-11-19 00:51:41 +05:30
Joe Freeman
32e38d09d2 converted to spring 3.1 to support profiles 2011-11-16 13:07:22 -05:00
Joe Freeman
3db7493746 added comments 2011-11-16 06:26:02 -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
Tom McCuch
5e13691d2d updated readme 2011-11-08 09:27:17 -05:00
Tom McCuch
b777bb46af fixed breakage 2011-11-08 09:04:35 -05:00
Gunnar Hillert
e08a4a775d INTSAMPLES-34 Added sample for enriching a Map 2011-11-07 17:22:02 -05:00
Tom McCuch
9c9c1da7f3 Final Packaging 2011-11-06 18:21:48 -05:00
Gunnar Hillert
ac5693d310 INTSAMPLES-34 Initial commit of the Enricher Sample 2011-11-04 15:51:37 -04:00