You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: open-metadata-implementation/adapters/open-connectors/repository-services-connectors/open-metadata-collection-store-connectors/docs/README.md
Copy file name to clipboardexpand all lines: open-metadata-implementation/adapters/open-connectors/repository-services-connectors/open-metadata-collection-store-connectors/graph-repository-connector/docs/overview-of-the-graph-repository-connector.md
Copy file name to clipboardexpand all lines: open-metadata-implementation/platform-chassis/platform-chassis-spring/src/main/java/org/odpi/openmetadata/serverchassis/springboot/OMAGServerPlatform.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@
45
45
@OpenAPIDefinition(
46
46
info = @Info(
47
47
title = "Egeria's Open Metadata and Governance (OMAG) Server Platform",
48
-
version = "4.2-SNAPSHOT",
48
+
version = "4.3-SNAPSHOT",
49
49
description = "The OMAG Server Platform provides a runtime process and platform for Open Metadata and Governance (OMAG) Services.\n" +
50
50
"\n" +
51
51
"The OMAG services are configured and activated in OMAG Servers using the Administration Services.\n" +
Copy file name to clipboardexpand all lines: open-metadata-implementation/platform-services/platform-services-server/src/main/java/org/odpi/openmetadata/platformservices/server/OMAGServerPlatformOriginServices.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
*/
9
9
publicclassOMAGServerPlatformOriginServices
10
10
{
11
-
finalStringimplementationOrigin = "Egeria OMAG Server Platform (version 4.2-SNAPSHOT)\n";
11
+
finalStringimplementationOrigin = "Egeria OMAG Server Platform (version 4.3-SNAPSHOT)\n";
12
12
13
13
/**
14
14
* Return the origin of this server platform implementation.
Copy file name to clipboardexpand all lines: open-metadata-implementation/user-interfaces/ui-chassis/ui-chassis-spring/src/main/java/org/odpi/openmetadata/userinterface/uichassis/springboot/EgeriaUIPlatform.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@
28
28
@OpenAPIDefinition(
29
29
info = @Info(
30
30
title = "Egeria's Spring Boot based UI RESTful web services API",
Copy file name to clipboardexpand all lines: open-metadata-resources/open-metadata-deployment/docker/egeria/README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ This is the Dockerfile we use to publish the official images. It works by utiliz
35
35
36
36
To use this
37
37
* Run a full egeria build with `./gradlew build` from the project root
38
-
* Run `mkdir -p open-metadata-resources/open-metadata-deployment/docker/egeria/build/assembly && cp -r open-metadata-distribution/open-metadata-assemblies/build/unpacked/egeria-4.2-SNAPSHOT-distribution.tar.gz/. open-metadata-resources/open-metadata-deployment/docker/egeria/build/assembly` - replacing the version label as appropriate
38
+
* Run `mkdir -p open-metadata-resources/open-metadata-deployment/docker/egeria/build/assembly && cp -r open-metadata-distribution/open-metadata-assemblies/build/unpacked/egeria-4.3-SNAPSHOT-distribution.tar.gz/. open-metadata-resources/open-metadata-deployment/docker/egeria/build/assembly` - replacing the version label as appropriate
39
39
* Run `docker build -t egeria:myversion -f Dockerfile .` in this directory to create the image
40
40
41
41
@@ -54,7 +54,7 @@ The following additional arguments are allowed
54
54
|--|---------|--|--|--|
55
55
| runimg | No | Yes | registry.access.redhat.com/ubi9/openjdk-17 | Container image used for building egeria |
56
56
| buildimg | No |Yes | registry.access.redhat.com/ubi9/openjdk-17 | Container image used for runtime ie launching egeria |
57
-
| version | Yes | Yes | 4.2-SNAPSHOT | Version string - must be correct so that the right jar file gets launched. Do not rely on default |
57
+
| version | Yes | Yes | 4.3-SNAPSHOT | Version string - must be correct so that the right jar file gets launched. Do not rely on default |
58
58
| srcurl | No | Yes |https://github.com/odpi/egeria| Specifies url of github repo to clone |
59
59
| srcref | No | Yes | main | Specifies branch, or tag of code within the repo
60
60
| buildparms | No | Yes | build -x test -x javadoc | Gradle invocation to build egeria |
@@ -167,7 +167,7 @@ With that in place we can now run our docker image, this time making use of the
167
167
$ docker run -p 9443:9443 -v source=egeria-data,target=/deployments/data odpi/egeria:latest
168
168
/usr/local/s2i/run: line 15: /opt/jboss/container/maven/default//scl-enable-maven: No such file or directory
169
169
Starting the Java application using /opt/jboss/container/java/run/run-java.sh ...
0 commit comments