Skip to content

Commit

Permalink
Release Spring Fu 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sdeleuze committed Dec 20, 2018
1 parent a6e1835 commit 4216420
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 28 deletions.
1 change: 0 additions & 1 deletion autoconfigure-adapter/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ dependencies {
}

repositories {
maven("https://repo.spring.io/snapshot")
maven("https://repo.spring.io/milestone")
}

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ allprojects {
plugin("io.spring.dependency-management")
}

version = "0.0.3.BUILD-SNAPSHOT"
version = "0.0.3"
group = "org.springframework.fu"

dependencyManagement {
Expand Down
8 changes: 4 additions & 4 deletions jafu/README.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:spring-fu-version: 0.0.3.BUILD-SNAPSHOT
:jafu-javadoc-url: http://repo.spring.io/snapshot/org/springframework/fu/spring-fu-jafu/{spring-fu-version}/spring-fu-jafu-{spring-fu-version}-javadoc.jar!
:spring-fu-version: 0.0.3
:jafu-javadoc-url: http://repo.spring.io/milestone/org/springframework/fu/spring-fu-jafu/{spring-fu-version}/spring-fu-jafu-{spring-fu-version}-javadoc.jar!
:framework-javadoc-url: https://docs.spring.io/spring-framework/docs/5.1.x/javadoc-api
= Jafu DSL for Spring Boot

Expand Down Expand Up @@ -114,7 +114,7 @@ public class DemoApplication {
=== jafu-reactive-minimal

https://github.com/spring-projects/spring-fu/tree/master/samples/jafu-reactive-minimal[Browse source] |
http://repo.spring.io/snapshot/org/springframework/fu/spring-fu-samples-jafu-reactive-minimal/{spring-fu-version}/spring-fu-samples-jafu-reactive-minimal-{spring-fu-version}.zip[Download]
http://repo.spring.io/milestone/org/springframework/fu/spring-fu-samples-jafu-reactive-minimal/{spring-fu-version}/spring-fu-samples-jafu-reactive-minimal-{spring-fu-version}.zip[Download]

This is a sample project for a Spring Boot Reactive web application with Jafu configuration which provides a
`http://localhost:8080/` endpoint that displays "Hello world!" and an `http://localhost:8080/api` with a JSON
Expand All @@ -126,6 +126,6 @@ You can run compile and run it as a https://github.com/oracle/graal/tree/master/
=== jafu-reactive-r2dbc

https://github.com/spring-projects/spring-fu/tree/master/samples/jafu-reactive-r2dbc[Browse source] |
http://repo.spring.io/snapshot/org/springframework/fu/spring-fu-samples-jafu-reactive-r2dbc/{spring-fu-version}/spring-fu-samples-jafu-reactive-r2dbc-{spring-fu-version}.zip[Download]
http://repo.spring.io/milestone/org/springframework/fu/spring-fu-samples-jafu-reactive-r2dbc/{spring-fu-version}/spring-fu-samples-jafu-reactive-r2dbc-{spring-fu-version}.zip[Download]

This is a sample project for a Spring Boot Reactive web application with Jafu configuration and a R2DBC backend.
14 changes: 7 additions & 7 deletions kofu/README.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:spring-fu-version: 0.0.3.BUILD-SNAPSHOT
:kofu-kdoc-url: http://repo.spring.io/snapshot/org/springframework/fu/spring-fu-kofu/{spring-fu-version}/spring-fu-kofu-{spring-fu-version}-javadoc.jar!
:spring-fu-version: 0.0.3
:kofu-kdoc-url: http://repo.spring.io/milestone/org/springframework/fu/spring-fu-kofu/{spring-fu-version}/spring-fu-kofu-{spring-fu-version}-javadoc.jar!
:framework-kdoc-url: https://docs.spring.io/spring-framework/docs/5.1.x/kdoc-api
= Kofu DSL for Spring Boot

Expand Down Expand Up @@ -108,7 +108,7 @@ app.run()
=== kofu-reactive-minimal

https://github.com/spring-projects/spring-fu/tree/master/samples/kofu-reactive-minimal[Browse source] |
http://repo.spring.io/snapshot/org/springframework/fu/spring-fu-samples-kofu-reactive-minimal/{spring-fu-version}/spring-fu-samples-kofu-reactive-minimal-{spring-fu-version}.zip[Download]
http://repo.spring.io/milestone/org/springframework/fu/spring-fu-samples-kofu-reactive-minimal/{spring-fu-version}/spring-fu-samples-kofu-reactive-minimal-{spring-fu-version}.zip[Download]

This is a sample project for a Spring Boot Reactive web application with Kofu configuration which provides a
`http://localhost:8080/` endpoint that displays "Hello world!" and an `http://localhost:8080/api` with a JSON
Expand All @@ -120,27 +120,27 @@ You can run compile and run it as a https://github.com/oracle/graal/tree/master/
=== kofu-reactive-mongodb

https://github.com/spring-projects/spring-fu/tree/master/samples/kofu-reactive-mongodb[Browse source] |
http://repo.spring.io/snapshot/org/springframework/fu/spring-fu-samples-kofu-reactive-mongodb/{spring-fu-version}/spring-fu-samples-kofu-reactive-mongodb-{spring-fu-version}.zip[Download]
http://repo.spring.io/milestone/org/springframework/fu/spring-fu-samples-kofu-reactive-mongodb/{spring-fu-version}/spring-fu-samples-kofu-reactive-mongodb-{spring-fu-version}.zip[Download]

This is a sample project for a Spring Boot Reactive web application with Kofu configuration and a Reactive MongoDB backend.

=== kofu-reactive-r2dbc

https://github.com/spring-projects/spring-fu/tree/master/samples/kofu-reactive-r2dbc[Browse source] |
http://repo.spring.io/snapshot/org/springframework/fu/spring-fu-samples-kofu-reactive-r2dbc/{spring-fu-version}/spring-fu-samples-kofu-reactive-r2dbc-{spring-fu-version}.zip[Download]
http://repo.spring.io/milestone/org/springframework/fu/spring-fu-samples-kofu-reactive-r2dbc/{spring-fu-version}/spring-fu-samples-kofu-reactive-r2dbc-{spring-fu-version}.zip[Download]

This is a sample project for a Spring Boot Reactive web application with Kofu configuration and a R2DBC backend.

=== kofu-coroutines-mongodb

https://github.com/spring-projects/spring-fu/tree/master/samples/kofu-coroutines-mongodb[Browse source] |
http://repo.spring.io/snapshot/org/springframework/fu/spring-fu-samples-kofu-coroutines-mongodb/{spring-fu-version}/spring-fu-samples-kofu-coroutines-mongodb-{spring-fu-version}.zip[Download]
http://repo.spring.io/milestone/org/springframework/fu/spring-fu-samples-kofu-coroutines-mongodb/{spring-fu-version}/spring-fu-samples-kofu-coroutines-mongodb-{spring-fu-version}.zip[Download]

This is a sample project for a Spring Boot Coroutines web application with Kofu configuration and a Reactive MongoDB backend.

=== kofu-coroutines-r2dbc

https://github.com/spring-projects/spring-fu/tree/master/samples/kofu-coroutines-r2dbc[Browse source] |
http://repo.spring.io/snapshot/org/springframework/fu/spring-fu-samples-kofu-coroutines-r2dbc/{spring-fu-version}/spring-fu-samples-kofu-coroutines-r2dbc-{spring-fu-version}.zip[Download]
http://repo.spring.io/milestone/org/springframework/fu/spring-fu-samples-kofu-coroutines-r2dbc/{spring-fu-version}/spring-fu-samples-kofu-coroutines-r2dbc-{spring-fu-version}.zip[Download]

This is a sample project for a Spring Boot Coroutines web application with Kofu configuration and a R2DBC backend.
2 changes: 1 addition & 1 deletion samples/jafu-reactive-minimal/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ java {
}

dependencies {
implementation("org.springframework.fu:spring-fu-jafu:0.0.3.BUILD-SNAPSHOT")
implementation("org.springframework.fu:spring-fu-jafu:0.0.3")

implementation("org.springframework.boot:spring-boot-starter-webflux")
implementation("org.springframework.boot:spring-boot-starter-mustache")
Expand Down
4 changes: 2 additions & 2 deletions samples/jafu-reactive-minimal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.springframework.fu</groupId>
<artifactId>jafu-reactive-minimal</artifactId>
<version>0.0.3.BUILD-SNAPSHOT-SNAPSHOT</version>
<version>0.0.3-SNAPSHOT</version>
<packaging>jar</packaging>

<name>jafu-reactive-minimal</name>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>org.springframework.fu</groupId>
<artifactId>spring-fu-jafu</artifactId>
<version>0.0.3.BUILD-SNAPSHOT</version>
<version>0.0.3</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
2 changes: 1 addition & 1 deletion samples/jafu-reactive-r2dbc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ java {
}

dependencies {
implementation("org.springframework.fu:spring-fu-jafu:0.0.3.BUILD-SNAPSHOT")
implementation("org.springframework.fu:spring-fu-jafu:0.0.3")

implementation("org.springframework.boot:spring-boot-starter-webflux")
implementation("org.springframework.boot:spring-boot-starter-mustache")
Expand Down
4 changes: 2 additions & 2 deletions samples/jafu-reactive-r2dbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.springframework.fu</groupId>
<artifactId>jafu-reactive-minimal</artifactId>
<version>0.0.3.BUILD-SNAPSHOT-SNAPSHOT</version>
<version>0.0.3-SNAPSHOT</version>
<packaging>jar</packaging>

<name>jafu-reactive-r2dbc</name>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>org.springframework.fu</groupId>
<artifactId>spring-fu-jafu</artifactId>
<version>0.0.3.BUILD-SNAPSHOT</version>
<version>0.0.3</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
6 changes: 3 additions & 3 deletions samples/kofu-coroutines-mongodb/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ plugins {
}

dependencies {
implementation("org.springframework.fu:spring-fu-kofu:0.0.3.BUILD-SNAPSHOT")
implementation("org.springframework.fu:spring-fu-kofu:0.0.3")

implementation("org.springframework.boot:spring-boot-starter-webflux")
implementation("org.springframework.boot:spring-boot-starter-mustache")
implementation("org.springframework.fu:spring-fu-webflux-coroutines:0.0.3.BUILD-SNAPSHOT")
implementation("org.springframework.fu:spring-fu-data-mongodb-coroutines:0.0.3.BUILD-SNAPSHOT")
implementation("org.springframework.fu:spring-fu-webflux-coroutines:0.0.3")
implementation("org.springframework.fu:spring-fu-data-mongodb-coroutines:0.0.3")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
implementation("de.flapdoodle.embed:de.flapdoodle.embed.mongo")

Expand Down
6 changes: 3 additions & 3 deletions samples/kofu-coroutines-r2dbc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ plugins {
}

dependencies {
implementation("org.springframework.fu:spring-fu-kofu:0.0.3.BUILD-SNAPSHOT")
implementation("org.springframework.fu:spring-fu-kofu:0.0.3")

implementation("org.springframework.boot:spring-boot-starter-webflux")
implementation("org.springframework.boot:spring-boot-starter-mustache")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
implementation("org.springframework.fu:spring-fu-webflux-coroutines:0.0.3.BUILD-SNAPSHOT")
implementation("org.springframework.fu:spring-fu-data-r2dbc-coroutines:0.0.3.BUILD-SNAPSHOT")
implementation("org.springframework.fu:spring-fu-webflux-coroutines:0.0.3")
implementation("org.springframework.fu:spring-fu-data-r2dbc-coroutines:0.0.3")
implementation("io.r2dbc:r2dbc-h2:1.0.0.M6")

testImplementation("org.junit.jupiter:junit-jupiter-api")
Expand Down
2 changes: 1 addition & 1 deletion samples/kofu-reactive-minimal/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

dependencies {
implementation("org.springframework.fu:spring-fu-kofu:0.0.3.BUILD-SNAPSHOT")
implementation("org.springframework.fu:spring-fu-kofu:0.0.3")

implementation("org.springframework.boot:spring-boot-starter-webflux")

Expand Down
2 changes: 1 addition & 1 deletion samples/kofu-reactive-mongodb/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

dependencies {
implementation("org.springframework.fu:spring-fu-kofu:0.0.3.BUILD-SNAPSHOT")
implementation("org.springframework.fu:spring-fu-kofu:0.0.3")

implementation("org.springframework.boot:spring-boot-starter-webflux")
implementation("org.springframework.boot:spring-boot-starter-mustache")
Expand Down
2 changes: 1 addition & 1 deletion samples/kofu-reactive-r2dbc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

dependencies {
implementation("org.springframework.fu:spring-fu-kofu:0.0.3.BUILD-SNAPSHOT")
implementation("org.springframework.fu:spring-fu-kofu:0.0.3")

implementation("org.springframework.boot:spring-boot-starter-webflux")
implementation("org.springframework.boot:spring-boot-starter-mustache")
Expand Down

0 comments on commit 4216420

Please sign in to comment.