Skip to content

Commit

Permalink
Validate / fix user-storage-jpa (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
vramik authored Mar 17, 2023
1 parent 077871f commit c0da0ac
Show file tree
Hide file tree
Showing 18 changed files with 53 additions and 998 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@
<module>authz-js-policies</module>
<module>extend-account-console</module>
<module>user-storage-simple</module>
<module>user-storage-jpa</module>
</modules>

<repositories>
Expand Down Expand Up @@ -364,7 +365,6 @@
<module>app-authz-uma-photoz</module>
<module>user-storage-simple</module>
<module>user-storage-jpa</module>
<module>user-storage-jpa-legacy</module>
<module>event-listener-sysout</module>
<module>event-store-mem</module>
<module>extend-account-console</module>
Expand Down
4 changes: 3 additions & 1 deletion scripts/build-quickstarts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ else
fi

cp authz-js-policies/target/authz-js-policies.jar $dist/providers
cp user-storage-simple/target/user-storage-properties-example.jar $dist/providers
cp user-storage-simple/target/user-storage-properties-example.jar $dist/providers
cp user-storage-jpa/conf/quarkus.properties $dist/conf
cp user-storage-jpa/target/user-storage-jpa-example.jar $dist/providers
2 changes: 1 addition & 1 deletion scripts/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ run_tests app-profile-jee-html5 -Pwildfly-managed
run_tests app-profile-jee-jsp -Pwildfly-managed
run_tests app-profile-jee-vanilla -Pwildfly-managed
run_tests user-storage-simple -Pkeycloak-remote
run_tests user-storage-jpa -Pkeycloak-remote
# TODO Not working with Quarkus dist (or not working?)
#run_tests app-profile-saml-jee-jsp -Pwildfly-managed

Expand All @@ -89,7 +90,6 @@ run_tests user-storage-simple -Pkeycloak-remote
#run_tests extend-account-console -Pkeycloak-remote
#run_tests service-jee-jaxrs -Pwildfly-managed
#run_tests service-springboot-rest -Pspring-boot
#run_tests user-storage-jpa-legacy -Pkeycloak-remote

mvn -f service-springboot-rest spring-boot:run >/dev/null&
run_tests app-springboot -Pspring-boot
Expand Down
81 changes: 0 additions & 81 deletions user-storage-jpa-legacy/README.md

This file was deleted.

205 changes: 0 additions & 205 deletions user-storage-jpa-legacy/pom.xml

This file was deleted.

Loading

0 comments on commit c0da0ac

Please sign in to comment.