Skip to content

Commit e76f2a1

Browse files
committed
🚚 Rename sample-web-app to sample-web-jersey-app
This will better differentiate it from the webmvc app.
1 parent aa51b3e commit e76f2a1

File tree

44 files changed

+4
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+4
-4
lines changed

.github/workflows/spring-sample-web-app-ci.yml renamed to .github/workflows/spring-sample-web-apps-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ jobs:
3333
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
3434
settings-path: ${{ github.workspace }} # location for the settings.xml file
3535

36-
- name: Build Sample Web App with Maven
37-
run: mvn -B install -s $GITHUB_WORKSPACE/settings.xml --file spring/fluentforms-sample-web-app
36+
- name: Build Sample Jersey Web App with Maven
37+
run: mvn -B install -s $GITHUB_WORKSPACE/settings.xml --file spring/fluentforms-sample-web-jersey-app
3838
env:
3939
GITHUB_TOKEN: ${{ github.token }}
4040

41-
- name: Build Sample Web App with Maven
41+
- name: Build Sample Web MVC App with Maven
4242
run: mvn -B install -s $GITHUB_WORKSPACE/settings.xml --file spring/fluentforms-sample-webmvc-app
4343
env:
4444
GITHUB_TOKEN: ${{ github.token }}
File renamed without changes.

spring/fluentforms-sample-web-app/pom.xml renamed to spring/fluentforms-sample-web-jersey-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<artifactId>fluentforms-sample-web-app</artifactId>
1212
<version>0.0.4-SNAPSHOT</version>
1313
<name>Fluent Forms Spring Boot Sample Web Application</name>
14-
<description>Sample Spring Boot Web Application that utilizes the Fluent Forms Spring Boot Starters</description>
14+
<description>Sample Spring Boot Web Application (using Jersey JAX-RS) that utilizes the Fluent Forms Spring Boot Starters</description>
1515

1616
<properties>
1717
<java.version>17</java.version>

spring/fluentforms-sample-web-app/src/main/java/com/_4point/aem/fluentforms/sampleapp/FluentFormsSpringApplication.java renamed to spring/fluentforms-sample-web-jersey-app/src/main/java/com/_4point/aem/fluentforms/sampleapp/FluentFormsSpringApplication.java

File renamed without changes.

spring/fluentforms-sample-web-app/src/main/java/com/_4point/aem/fluentforms/sampleapp/GitConfig.java renamed to spring/fluentforms-sample-web-jersey-app/src/main/java/com/_4point/aem/fluentforms/sampleapp/GitConfig.java

File renamed without changes.

spring/fluentforms-sample-web-app/src/main/java/com/_4point/aem/fluentforms/sampleapp/JerseyConfig.java renamed to spring/fluentforms-sample-web-jersey-app/src/main/java/com/_4point/aem/fluentforms/sampleapp/JerseyConfig.java

File renamed without changes.

spring/fluentforms-sample-web-app/src/main/java/com/_4point/aem/fluentforms/sampleapp/domain/DataService.java renamed to spring/fluentforms-sample-web-jersey-app/src/main/java/com/_4point/aem/fluentforms/sampleapp/domain/DataService.java

File renamed without changes.

spring/fluentforms-sample-web-app/src/main/java/com/_4point/aem/fluentforms/sampleapp/ports/InMemoryDataService.java renamed to spring/fluentforms-sample-web-jersey-app/src/main/java/com/_4point/aem/fluentforms/sampleapp/ports/InMemoryDataService.java

File renamed without changes.

spring/fluentforms-sample-web-app/src/main/java/com/_4point/aem/fluentforms/sampleapp/ports/LocalFolderDataService.java renamed to spring/fluentforms-sample-web-jersey-app/src/main/java/com/_4point/aem/fluentforms/sampleapp/ports/LocalFolderDataService.java

File renamed without changes.

0 commit comments

Comments
 (0)