Skip to content

Commit 833b96d

Browse files
authored
Merge branch 'main' into wzh-UID2-5498-update-metrics-name-standard
2 parents 5a64c94 + 90e6021 commit 833b96d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66

77
<groupId>com.uid2</groupId>
88
<artifactId>uid2-operator</artifactId>
9-
<version>5.55.6-alpha-194-SNAPSHOT</version>
9+
10+
<version>5.55.25</version>
1011

1112
<properties>
1213
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -22,7 +23,7 @@
2223
<enclave-aws.version>2.1.0</enclave-aws.version>
2324
<enclave-azure.version>2.1.13</enclave-azure.version>
2425
<enclave-gcp.version>2.1.0</enclave-gcp.version>
25-
<uid2-shared.version>10.0.0</uid2-shared.version>
26+
<uid2-shared.version>10.1.0</uid2-shared.version>
2627
<image.version>${project.version}</image.version>
2728
<maven.compiler.source>21</maven.compiler.source>
2829
<maven.compiler.target>21</maven.compiler.target>

src/main/java/com/uid2/operator/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ private static Vertx createVertx() {
457457
MBeanServer server = ManagementFactory.getPlatformMBeanServer();
458458
server.registerMBean(AdminApi.instance, objectName);
459459
} catch (InstanceAlreadyExistsException | MBeanRegistrationException | NotCompliantMBeanException | MalformedObjectNameException e) {
460-
LOGGER.error(e.getMessage(), e);
460+
LOGGER.error("mBean initialisation failed {}", e.getMessage(), e);
461461
System.exit(-1);
462462
}
463463

0 commit comments

Comments
 (0)