Skip to content

Commit

Permalink
updated submodules to point latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SaikrishnaBairamoni committed Sep 30, 2024
1 parent 2222b23 commit c8be319
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion jpo-cvdp
2 changes: 1 addition & 1 deletion jpo-security-svcs
Submodule jpo-security-svcs updated 29 files
+27 −0 .devcontainer/devcontainer.json
+31 −0 .github/workflows/artifact-publish.yml
+5 −5 .github/workflows/ci.yml
+3 −3 .github/workflows/docker.yml
+10 −5 .github/workflows/dockerhub.yml
+71 −66 README.md
+1 −1 docker-compose.yml
+38 −0 docs/Release_notes.md
+1 −1 docs/dockerhub.md
+33 −4 pom.xml
+2 −2 sample.env
+99 −112 src/main/java/us/dot/its/jpo/sec/controllers/SignatureController.java
+21 −0 src/main/java/us/dot/its/jpo/sec/helpers/HttpClientFactory.java
+15 −0 src/main/java/us/dot/its/jpo/sec/helpers/HttpEntityStringifier.java
+23 −0 src/main/java/us/dot/its/jpo/sec/helpers/KeyStoreReader.java
+12 −0 src/main/java/us/dot/its/jpo/sec/helpers/RestTemplateFactory.java
+22 −0 src/main/java/us/dot/its/jpo/sec/helpers/SSLContextFactory.java
+31 −0 src/main/java/us/dot/its/jpo/sec/models/Message.java
+2 −2 src/main/resources/application.properties
+25 −0 src/test/java/us/dot/its/jpo/sec/ApplicationTest.java
+288 −0 src/test/java/us/dot/its/jpo/sec/controllers/SignatureControllerTest.java
+24 −0 src/test/java/us/dot/its/jpo/sec/helpers/HttpClientFactoryTest.java
+29 −0 src/test/java/us/dot/its/jpo/sec/helpers/HttpEntityStringifierTest.java
+84 −0 src/test/java/us/dot/its/jpo/sec/helpers/KeyStoreReaderTest.java
+24 −0 src/test/java/us/dot/its/jpo/sec/helpers/RestTemplateFactoryTest.java
+41 −0 src/test/java/us/dot/its/jpo/sec/helpers/SSLContextFactoryTest.java
+33 −0 src/test/java/us/dot/its/jpo/sec/models/MessageTest.java
+9 −0 test-scripts/README.md
+3 −0 test-scripts/hit_endpoint.sh
2 changes: 1 addition & 1 deletion jpo-utils

0 comments on commit c8be319

Please sign in to comment.