File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
src/main/java/com/uid2/operator Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 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>
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>
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments