Skip to content

Commit 121ce69

Browse files
vanitha1822DurgaPrasad-54snehar-nd
authored
Merge Release 3.6.1 to main (#163)
* Cherry-pick health and version API enhancements to release-3.6.1 (#160) * feat(health,version): add health and version endpoints * fix(health): restore interrupt flag when InterruptedException occurs * fix(health): shutdown executor on destroy and sanitize infra errors in /health * fix(health): MySQL health check with timeout and sanitize errors * fix(health): harden advanced MySQL checks and throttle execution * fix(health): remove unused imports * fix(health): fux deadlock detection issue * fix(health): fix deadline timeout issue * fix(health): scope PROCESSLIST lock-wait check to application DB user * refactor(health): extract MySQL basic health query into helper method * fix(health): avoid sharing JDBC connections across threads in advanced MySQL checks * fix(health): avoid blocking DB I/O under write lock and restore interrupt flag * fix: add missing close brace * fix: update pom version * fix: build error --------- Co-authored-by: KOPPIREDDY DURGA PRASAD <144464542+DurgaPrasad-54@users.noreply.github.com> Co-authored-by: SnehaRH <77656297+snehar-nd@users.noreply.github.com>
1 parent c2be201 commit 121ce69

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.iemr.mmu</groupId>
77
<artifactId>mmu-api</artifactId>
8-
<version>3.6.0</version>
8+
<version>3.6.1</version>
99
<packaging>war</packaging>
1010

1111
<name>MMU-API</name>
@@ -21,6 +21,7 @@
2121
<properties>
2222
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2323
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
24+
<maven.test.skip>true</maven.test.skip>
2425
<build.timestamp>${maven.build.timestamp}</build.timestamp>
2526
<maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format>
2627
<java.version>17</java.version>

0 commit comments

Comments
 (0)