Skip to content

Commit 8a25e5d

Browse files
committed
Upgrade to last code from Seed4J
1 parent a48a1c1 commit 8a25e5d

File tree

316 files changed

+2262
-2131
lines changed

Some content is hidden

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

316 files changed

+2262
-2131
lines changed

.github/workflows/github-actions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ jobs:
3232
chmod +x mvnw
3333
./mvnw clean verify
3434
- name: 'Analysis: SonarCloud'
35-
if: github.repository == 'jhipster/jhipster-lite-sample-app' && github.ref == 'refs/heads/main'
35+
if: github.repository == 'seed4j/seed4j-sample-app' && github.ref == 'refs/heads/main'
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
3838
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
3939
run: |
4040
./mvnw initialize sonar:sonar \
4141
-Dsonar.host.url=https://sonarcloud.io \
42-
-Dsonar.projectKey=jhipster_jhipster-lite-sample-app \
43-
-Dsonar.organization=jhipster \
42+
-Dsonar.projectKey=seed4j_seed4j-sample-app \
43+
-Dsonar.organization=seed4j \
4444
-Dsonar.token=$SONAR_TOKEN

.mvn/wrapper/maven-wrapper.jar

543 Bytes
Binary file not shown.
Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,4 @@
1-
# Licensed to the Apache Software Foundation (ASF) under one
2-
# or more contributor license agreements. See the NOTICE file
3-
# distributed with this work for additional information
4-
# regarding copyright ownership. The ASF licenses this file
5-
# to you under the Apache License, Version 2.0 (the
6-
# "License"); you may not use this file except in compliance
7-
# with the License. You may obtain a copy of the License at
8-
#
9-
# http://www.apache.org/licenses/LICENSE-2.0
10-
#
11-
# Unless required by applicable law or agreed to in writing,
12-
# software distributed under the License is distributed on an
13-
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14-
# KIND, either express or implied. See the License for the
15-
# specific language governing permissions and limitations
16-
# under the License.
1+
distributionType=bin
172
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.11/apache-maven-3.9.11-bin.zip
3+
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.3/maven-wrapper-3.3.3.jar
4+
wrapperVersion=3.3.3

seed4jsample.json renamed to .seed4j/modules/20250906104525-init.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"projectFolder": "SEED4J_SAMPLE_APP_FOLDER",
3-
"commit": false,
4-
"parameters": {
2+
"module": "init",
3+
"date": "2025-09-06T10:45:25.734977824Z",
4+
"properties": {
55
"projectName": "Seed4J Sample Application",
66
"baseName": "seed4jsample",
77
"packageName": "com.seed4j.sample"
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"module": "java-base",
3+
"date": "2025-09-06T10:45:25.971019331Z",
4+
"properties": {
5+
"projectName": "Seed4J Sample Application",
6+
"baseName": "seed4jsample",
7+
"packageName": "com.seed4j.sample"
8+
}
9+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"module": "maven-java",
3+
"date": "2025-09-06T10:45:25.833809657Z",
4+
"properties": {
5+
"projectName": "Seed4J Sample Application",
6+
"baseName": "seed4jsample",
7+
"packageName": "com.seed4j.sample"
8+
}
9+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"module": "maven-wrapper",
3+
"date": "2025-09-06T10:45:25.872770414Z",
4+
"properties": {
5+
"projectName": "Seed4J Sample Application",
6+
"baseName": "seed4jsample",
7+
"packageName": "com.seed4j.sample"
8+
}
9+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"module": "application-service-hexagonal-architecture-documentation",
3+
"date": "2025-09-06T10:45:26.106509277Z",
4+
"properties": {
5+
"projectName": "Seed4J Sample Application",
6+
"baseName": "seed4jsample",
7+
"packageName": "com.seed4j.sample"
8+
}
9+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"module": "datasource-postgresql",
3+
"date": "2025-09-06T10:45:26.804238808Z",
4+
"properties": {
5+
"projectName": "Seed4J Sample Application",
6+
"baseName": "seed4jsample",
7+
"packageName": "com.seed4j.sample"
8+
}
9+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"module": "frontend-maven-plugin",
3+
"date": "2025-09-06T10:45:26.626723130Z",
4+
"properties": {
5+
"projectName": "Seed4J Sample Application",
6+
"baseName": "seed4jsample",
7+
"packageName": "com.seed4j.sample"
8+
}
9+
}

0 commit comments

Comments
 (0)