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/data-manager-connectors/unity-catalog-connectors/UnityCatalog-demo-onboarding-clinical-trial.http
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/framework-services/gaf-metadata-management/Egeria-open-metadata-query-requests.http
Copy file name to clipboardexpand all lines: open-metadata-implementation/platform-chassis/platform-chassis-spring/src/main/java/org/odpi/openmetadata/platformchassis/springboot/OMAGServerPlatform.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@
54
54
@OpenAPIDefinition(
55
55
info = @Info(
56
56
title = "Egeria's Open Metadata and Governance (OMAG) Server Platform",
57
-
version = "5.2-SNAPSHOT",
57
+
version = "5.2",
58
58
description = "The OMAG Server Platform provides a runtime process and platform for Open Metadata and Governance (OMAG) Services.\n" +
59
59
"\n" +
60
60
"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 5.2-SNAPSHOT)";
11
+
finalStringimplementationOrigin = "Egeria OMAG Server Platform (version 5.2)";
12
12
13
13
/**
14
14
* Return the origin of this server platform implementation.
2023-09-07T10:08:05.779+02:00 INFO 4334 --- [ main] o.o.o.s.springboot.OMAGServer : Starting OMAGServer using Java 17.0.8 with PID 4334 (/Developer/egeria/open-metadata-implementation/server-chassis/server-chassis-spring/build/libs/server-chassis-spring-5.2-SNAPSHOT.jar started by DEVELOPER in /Developer/egeria/open-metadata-implementation/server-chassis/server-chassis-spring)
34
+
2023-09-07T10:08:05.779+02:00 INFO 4334 --- [ main] o.o.o.s.springboot.OMAGServer : Starting OMAGServer using Java 17.0.8 with PID 4334 (/Developer/egeria/open-metadata-implementation/server-chassis/server-chassis-spring/build/libs/server-chassis-spring-5.2.jar started by DEVELOPER in /Developer/egeria/open-metadata-implementation/server-chassis/server-chassis-spring)
35
35
2023-09-07T10:08:05.781+02:00 INFO 4334 --- [ main] o.o.o.s.springboot.OMAGServer : No active profile set, falling back to 1 default profile: "default"
36
36
2023-09-07T10:08:07.435+02:00 INFO 4334 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9080 (http)
37
37
2023-09-07T10:08:07.444+02:00 INFO 4334 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
Copy file name to clipboardexpand all lines: open-metadata-resources/open-metadata-archives/content-pack-helpers/src/main/java/org/odpi/openmetadata/samples/archiveutilities/EgeriaBaseArchiveWriter.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ public abstract class EgeriaBaseArchiveWriter extends OMRSArchiveWriter
Copy file name to clipboardexpand all lines: open-metadata-resources/open-metadata-archives/open-metadata-types/src/main/java/org/odpi/openmetadata/opentypes/OpenMetadataTypesArchive.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ public class OpenMetadataTypesArchive
Copy file name to clipboardexpand all lines: open-metadata-resources/open-metadata-archives/open-metadata-types/src/main/java/org/odpi/openmetadata/opentypes/OpenMetadataTypesArchive5_1.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ public class OpenMetadataTypesArchive5_1
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-5.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-5.2-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
0 commit comments