-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #145 from Orange-OpenSource/fix/binding-generic
Rename ApplicationBinding to Binding
- Loading branch information
Showing
23 changed files
with
248 additions
and
85 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+412 KB
...eactor/reactor-core/2.5.0.BUILD-SNAPSHOT/reactor-core-2.5.0.BUILD-20160210.191749-340.jar
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...r/reactor-core/2.5.0.BUILD-SNAPSHOT/reactor-core-2.5.0.BUILD-20160210.191749-340.jar.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
72a192f6f081c6b64cb226e9aaaa5e3884ccb266 |
67 changes: 67 additions & 0 deletions
67
...eactor/reactor-core/2.5.0.BUILD-SNAPSHOT/reactor-core-2.5.0.BUILD-20160210.191749-340.pom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>io.projectreactor</groupId> | ||
<artifactId>reactor-core</artifactId> | ||
<version>2.5.0.BUILD-SNAPSHOT</version> | ||
<name>Non-Blocking Reactive Foundation for the JVM</name> | ||
<description>Non-Blocking Reactive Foundation for the JVM</description> | ||
<url>https://github.com/reactor/reactor</url> | ||
<organization> | ||
<name>reactor</name> | ||
<url>http://github.com/reactor</url> | ||
</organization> | ||
<licenses> | ||
<license> | ||
<name>The Apache Software License, Version 2.0</name> | ||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | ||
<distribution>repo</distribution> | ||
</license> | ||
</licenses> | ||
<developers> | ||
<developer> | ||
<id>smaldini</id> | ||
<name>Stephane Maldini</name> | ||
<email>[email protected]</email> | ||
</developer> | ||
</developers> | ||
<scm> | ||
<connection>scm:git:git://github.com/reactor/reactor-core</connection> | ||
<developerConnection>scm:git:git://github.com/reactor/reactor-core</developerConnection> | ||
<url>https://github.com/reactor/reactor-core</url> | ||
</scm> | ||
<issueManagement> | ||
<system>GitHub Issues</system> | ||
<url>https://github.com/reactor/reactor/issues</url> | ||
</issueManagement> | ||
<dependencies> | ||
<dependency> | ||
<groupId>com.google.code.findbugs</groupId> | ||
<artifactId>jsr305</artifactId> | ||
<version>3.0.0</version> | ||
<scope>compile</scope> | ||
<optional>true</optional> | ||
</dependency> | ||
<dependency> | ||
<groupId>io.reactivex</groupId> | ||
<artifactId>rxjava</artifactId> | ||
<version>1.0.14</version> | ||
<scope>compile</scope> | ||
<optional>true</optional> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.reactivestreams</groupId> | ||
<artifactId>reactive-streams</artifactId> | ||
<version>1.0.0</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.slf4j</groupId> | ||
<artifactId>slf4j-api</artifactId> | ||
<version>1.7.12</version> | ||
<scope>compile</scope> | ||
<optional>true</optional> | ||
</dependency> | ||
</dependencies> | ||
</project> |
1 change: 1 addition & 0 deletions
1
...r/reactor-core/2.5.0.BUILD-SNAPSHOT/reactor-core-2.5.0.BUILD-20160210.191749-340.pom.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
67e1de98da0f1b110cb297c31e647e03d41d78c9 |
Binary file added
BIN
+433 KB
...or/reactor-stream/2.5.0.BUILD-SNAPSHOT/reactor-stream-2.5.0.BUILD-20160210.193010-335.jar
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...actor-stream/2.5.0.BUILD-SNAPSHOT/reactor-stream-2.5.0.BUILD-20160210.193010-335.jar.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ce0bce42258cad0758ae32842c353c20a806279c |
46 changes: 46 additions & 0 deletions
46
...or/reactor-stream/2.5.0.BUILD-SNAPSHOT/reactor-stream-2.5.0.BUILD-20160210.193010-335.pom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>io.projectreactor</groupId> | ||
<artifactId>reactor-stream</artifactId> | ||
<version>2.5.0.BUILD-SNAPSHOT</version> | ||
<name>Reactive Streams implementation for Reactive Extensions and more</name> | ||
<description>Reactive Streams implementation for Reactive Extensions and more</description> | ||
<url>https://github.com/reactor/reactor</url> | ||
<organization> | ||
<name>reactor</name> | ||
<url>http://github.com/reactor</url> | ||
</organization> | ||
<licenses> | ||
<license> | ||
<name>The Apache Software License, Version 2.0</name> | ||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | ||
<distribution>repo</distribution> | ||
</license> | ||
</licenses> | ||
<developers> | ||
<developer> | ||
<id>smaldini</id> | ||
<name>Stephane Maldini</name> | ||
<email>[email protected]</email> | ||
</developer> | ||
</developers> | ||
<scm> | ||
<connection>scm:git:git://github.com/reactor/reactor-core</connection> | ||
<developerConnection>scm:git:git://github.com/reactor/reactor-core</developerConnection> | ||
<url>https://github.com/reactor/reactor-core</url> | ||
</scm> | ||
<issueManagement> | ||
<system>GitHub Issues</system> | ||
<url>https://github.com/reactor/reactor/issues</url> | ||
</issueManagement> | ||
<dependencies> | ||
<dependency> | ||
<groupId>io.projectreactor</groupId> | ||
<artifactId>reactor-core</artifactId> | ||
<version>2.5.0.BUILD-SNAPSHOT</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
</dependencies> | ||
</project> |
1 change: 1 addition & 0 deletions
1
...actor-stream/2.5.0.BUILD-SNAPSHOT/reactor-stream-2.5.0.BUILD-20160210.193010-335.pom.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
93d4a73b796929c95a9647eeb12dea62ed930139 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
src/main/java/org/cloudfoundry/autosleep/dao/repositories/BindingRepository.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
package org.cloudfoundry.autosleep.dao.repositories; | ||
|
||
import org.cloudfoundry.autosleep.dao.model.ApplicationBinding; | ||
import org.cloudfoundry.autosleep.dao.model.Binding; | ||
import org.springframework.data.repository.CrudRepository; | ||
|
||
|
||
public interface BindingRepository extends CrudRepository<ApplicationBinding, String> { | ||
public interface BindingRepository extends CrudRepository<Binding, String> { | ||
} |
4 changes: 2 additions & 2 deletions
4
src/main/java/org/cloudfoundry/autosleep/dao/repositories/jpa/JpaBindingRepository.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
package org.cloudfoundry.autosleep.dao.repositories.jpa; | ||
|
||
import org.cloudfoundry.autosleep.dao.model.ApplicationBinding; | ||
import org.cloudfoundry.autosleep.dao.model.Binding; | ||
import org.cloudfoundry.autosleep.dao.repositories.BindingRepository; | ||
import org.springframework.data.jpa.repository.JpaRepository; | ||
import org.springframework.stereotype.Repository; | ||
|
||
@Repository | ||
public interface JpaBindingRepository extends JpaRepository<ApplicationBinding, String>, BindingRepository { | ||
public interface JpaBindingRepository extends JpaRepository<Binding, String>, BindingRepository { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.