Skip to content

Commit bf38b25

Browse files
author
Adrian Clay
authored
Rename project to GP2GP FHIR Send Adaptor (#1060)
1 parent ba0aa19 commit bf38b25

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# GP2GP Sending Adaptor [![GP2GP Build Workflow](https://github.com/NHSDigital/integration-adaptor-gp2gp/actions/workflows/build_workflow.yml/badge.svg)](https://github.com/NHSDigital/integration-adaptor-gp2gp/actions/workflows/build_workflow.yml)
1+
# GP2GP FHIR Send Adaptor [![GP2GP Build Workflow](https://github.com/NHSDigital/integration-adaptor-gp2gp/actions/workflows/build_workflow.yml/badge.svg)](https://github.com/NHSDigital/integration-adaptor-gp2gp/actions/workflows/build_workflow.yml)
22

3-
National Integration Adaptor - [GP2GP Sending Adaptor](https://digital.nhs.uk/developer/api-catalogue/gp2gp/gp2gp-sending-adaptor)
3+
National Integration Adaptor - [GP2GP FHIR Send Adaptor](https://digital.nhs.uk/developer/api-catalogue/gp2gp/gp2gp-sending-adaptor)
44

55
The existing GP2GP solution uses a legacy messaging standard and infrastructure (HL7v3 and Spine TMS). Reliance
66
on these standards going forward presents a significant barrier to successful GP2GP implementation by new suppliers,

docker/service/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ EXPOSE 8080
1616

1717
RUN mkdir /app
1818

19-
COPY --from=package /home/gradle/service/build/libs/gp2gp.jar /app/gp2gp.jar
19+
COPY --from=package /home/gradle/service/build/libs/gp2gp-fhir-send-adaptor.jar /app/gp2gp-fhir-send-adaptor.jar
2020

2121
USER 65534
2222

23-
ENTRYPOINT ["java", "-XX:+PrintCommandLineFlags", "-cp", "/app/gp2gp.jar", "-Dloader.main=uk.nhs.adaptors.gp2gp.Gp2gpApplication", "org.springframework.boot.loader.launch.PropertiesLauncher"]
23+
ENTRYPOINT ["java", "-XX:+PrintCommandLineFlags", "-cp", "/app/gp2gp-fhir-send-adaptor.jar", "-Dloader.main=uk.nhs.adaptors.gp2gp.Gp2gpApplication", "org.springframework.boot.loader.launch.PropertiesLauncher"]
2424

service/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rootProject.name = 'gp2gp'
1+
rootProject.name = 'gp2gp-fhir-send-adaptor'

0 commit comments

Comments
 (0)