Skip to content

Commit 61b3df7

Browse files
authored
Merge pull request #7790 from lpalashevski/4.3-snapshot
4.3 Snapshot
2 parents b083d6c + 4e6ee97 commit 61b3df7

File tree

13 files changed

+18
-18
lines changed

13 files changed

+18
-18
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ plugins {
2929
*/
3030
allprojects {
3131
group = 'org.odpi.egeria'
32-
version = '4.2-SNAPSHOT'
32+
version = '4.3-SNAPSHOT'
3333

3434
// Signing/publish used in parent & child projects
3535
apply plugin: 'maven-publish'

developer-resources/License-Example-Files/License_for_POM_Files.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<artifactId>egeria</artifactId>
1212
<groupId>org.odpi.egeria</groupId>
13-
<version>4.2-SNAPSHOT</version>
13+
<version>4.3-SNAPSHOT</version>
1414
</parent>
1515

1616
<name>Add module name here</name>

open-metadata-conformance-suite/docs/platform-workbench/test-cases/platform-origin-test-case.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ open metadata services are activated.
3737
"successfulAssertions" : [ "Origin descriptor retrieved from platform." ],
3838
"unsuccessfulAssertions" : [ ],
3939
"discoveredProperties" : {
40-
"Repository origin id" : "Egeria OMAG Server Platform (version 4.2-SNAPSHOT)"
40+
"Repository origin id" : "Egeria OMAG Server Platform (version 4.3-SNAPSHOT)"
4141
}
4242
}
4343
```

open-metadata-implementation/adapters/open-connectors/repository-services-connectors/open-metadata-collection-store-connectors/docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ following:
4343

4444
```
4545
<properties>
46-
<open-metadata.version>4.2-SNAPSHOT</open-metadata.version>
46+
<open-metadata.version>4.3-SNAPSHOT</open-metadata.version>
4747
</properties>
4848
<dependencies>
4949
<dependency>

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ storage.backend=berkeleyje
546546
# Default: (no default value)
547547
# Data Type: String
548548
# Mutability: LOCAL
549-
storage.directory=../../../egeria-install/egeria-omag-4.2-SNAPSHOT/data/servers/Metadata_Server/repository/graph/berkeley
549+
storage.directory=../../../egeria-install/egeria-omag-4.3-SNAPSHOT/data/servers/Metadata_Server/repository/graph/berkeley
550550
551551
# The indexing backend used to extend and optimize JanusGraph's query
552552
# functionality. This setting is optional. JanusGraph can use multiple
@@ -573,7 +573,7 @@ index.search.backend=lucene
573573
# Default: (no default value)
574574
# Data Type: String
575575
# Mutability: MASKABLE
576-
index.search.directory=../../../egeria-install/egeria-omag-4.2-SNAPSHOT/data/servers/Metadata_Server/repository/graph/searchindex
576+
index.search.directory=../../../egeria-install/egeria-omag-4.3-SNAPSHOT/data/servers/Metadata_Server/repository/graph/searchindex
577577
```
578578
----
579579
License: [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/),

open-metadata-implementation/platform-chassis/platform-chassis-spring/src/main/java/org/odpi/openmetadata/serverchassis/springboot/OMAGServerPlatform.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
@OpenAPIDefinition(
4646
info = @Info(
4747
title = "Egeria's Open Metadata and Governance (OMAG) Server Platform",
48-
version = "4.2-SNAPSHOT",
48+
version = "4.3-SNAPSHOT",
4949
description = "The OMAG Server Platform provides a runtime process and platform for Open Metadata and Governance (OMAG) Services.\n" +
5050
"\n" +
5151
"The OMAG services are configured and activated in OMAG Servers using the Administration Services.\n" +

open-metadata-implementation/platform-services/platform-services-server/src/main/java/org/odpi/openmetadata/platformservices/server/OMAGServerPlatformOriginServices.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99
public class OMAGServerPlatformOriginServices
1010
{
11-
final String implementationOrigin = "Egeria OMAG Server Platform (version 4.2-SNAPSHOT)\n";
11+
final String implementationOrigin = "Egeria OMAG Server Platform (version 4.3-SNAPSHOT)\n";
1212

1313
/**
1414
* Return the origin of this server platform implementation.

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 numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
@OpenAPIDefinition(
2929
info = @Info(
3030
title = "Egeria's Spring Boot based UI RESTful web services API",
31-
version = "4.2-SNAPSHOT",
31+
version = "4.3-SNAPSHOT",
3232
description = "",
3333
license = @License(name = "Apache-2.0 License", url = "https://www.apache.org/licenses/LICENSE-2.0"),
3434
contact = @Contact(url = "https://egeria-project.org", name = "Egeria Project",

open-metadata-resources/open-metadata-deployment/docker/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ In this example:
3434

3535
## Limitations
3636

37-
- All docker builds will currently set the tag (version) to be the same as the maven version (eg. 4.2-SNAPSHOT). This
37+
- All docker builds will currently set the tag (version) to be the same as the maven version (eg. 4.3-SNAPSHOT). This
3838
means that when testing it is imperative to always force-pull fresh images, or an old version may be used. For
3939
example, when using kubernetes ensure `imagePullPolicy = 'Always'`. Previously every single change was versioned,
4040
but this led to significant overhead in storage as well as constant changes in the source code just to do a rebuild.

open-metadata-resources/open-metadata-deployment/docker/configure/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Copyright Contributors to the Egeria project
33

44
FROM docker.io/library/alpine:3.18.0
5-
ARG version=4.2-SNAPSHOT
5+
ARG version=4.3-SNAPSHOT
66
ARG VCS_REF=unknown
77
ARG VCS_ORIGIN=unknown
88
ARG BUILD_TIME=unknown

open-metadata-resources/open-metadata-deployment/docker/egeria/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#FROM registry.access.redhat.com/ubi9/openjdk-17-runtime
1818
FROM registry.access.redhat.com/ubi9/openjdk-17
1919

20-
ARG version=4.2-SNAPSHOT
20+
ARG version=4.3-SNAPSHOT
2121
ARG VCS_REF=unknown
2222
ARG VCS_ORIGIN=unknown
2323
ARG BUILD_TIME=unknown

open-metadata-resources/open-metadata-deployment/docker/egeria/Dockerfile.selfbuild

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ARG srcref=main
3030
# Defaults to egeria repo - but could be a different fork if needed
3131
ARG srcurl=https://github.com/odpi/egeria
3232
# this should not be needed, and must match the source, but we'll use for now
33-
ARG version=4.2-SNAPSHOT
33+
ARG version=4.3-SNAPSHOT
3434
# Replace build parms if needed
3535
ARG buildparms="build -x test -x javadoc --no-build-cache"
3636
# Can optionally specify build time so that we tag the image appropriately
@@ -61,7 +61,7 @@ ARG srcref=main
6161
# Defaults to egeria repo - but could be a different fork if needed
6262
ARG srcurl=https://github.com/odpi/egeria
6363
# this should not be needed, and must match the source, but we'll use for now
64-
ARG version=4.2-SNAPSHOT
64+
ARG version=4.3-SNAPSHOT
6565
# Replace build parms if needed
6666
ARG buildparms="build -x test -x javadoc"
6767
# Can optionally specify build time so that we tag the image appropriately

open-metadata-resources/open-metadata-deployment/docker/egeria/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This is the Dockerfile we use to publish the official images. It works by utiliz
3535

3636
To use this
3737
* 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
3939
* Run `docker build -t egeria:myversion -f Dockerfile .` in this directory to create the image
4040

4141

@@ -54,7 +54,7 @@ The following additional arguments are allowed
5454
|--|---------|--|--|--|
5555
| runimg | No | Yes | registry.access.redhat.com/ubi9/openjdk-17 | Container image used for building egeria |
5656
| 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 |
5858
| srcurl | No | Yes | https://github.com/odpi/egeria | Specifies url of github repo to clone |
5959
| srcref | No | Yes | main | Specifies branch, or tag of code within the repo
6060
| 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
167167
$ docker run -p 9443:9443 -v source=egeria-data,target=/deployments/data odpi/egeria:latest
168168
/usr/local/s2i/run: line 15: /opt/jboss/container/maven/default//scl-enable-maven: No such file or directory
169169
Starting the Java application using /opt/jboss/container/java/run/run-java.sh ...
170-
INFO exec java -XX:+UseParallelOldGC -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=20 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -XX:MaxMetaspaceSize=100m -XX:+ExitOnOutOfMemoryError -XX:MaxMetaspaceSize=1g -cp "." -jar /deployments/platform/omag-server-platform-4.2-SNAPSHOT.jar
170+
INFO exec java -XX:+UseParallelOldGC -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=20 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -XX:MaxMetaspaceSize=100m -XX:+ExitOnOutOfMemoryError -XX:MaxMetaspaceSize=1g -cp "." -jar /deployments/platform/omag-server-platform-4.3-SNAPSHOT.jar
171171
ODPi Egeria
172172
____ __ ___ ___ ______ _____ ____ _ _ ___
173173
/ __ \ / |/ // | / ____/ / ___/ ___ ____ _ __ ___ ____ / _ \ / / __ / / / _ /__ ____ _ _
@@ -236,7 +236,7 @@ you may need to create another job to retrieve the required libraries or content
236236
#### Adding to the image through a docker build
237237

238238
Use the egeria image as a base, for example begin your custom Dockerfile with
239-
`FROM odpi/egeria:4.2-SNAPSHOT`
239+
`FROM odpi/egeria:4.3-SNAPSHOT`
240240

241241
Then add in the files you need, as well as customize the LOADER_PATH variable ie
242242
`COPY myextralib.jar /deployments/platform/lib`

0 commit comments

Comments
 (0)