From 55567dd8b3f80c21ddc83a7577fb11c6b6fcfccb Mon Sep 17 00:00:00 2001 From: pasquy Date: Tue, 28 Jan 2025 19:47:25 +0100 Subject: [PATCH 1/2] create version 0.0.4 --- .classpath | 1 + .project | 4 ++-- src/main/resources/application.yml | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.classpath b/.classpath index 9bff842..6fe96f9 100644 --- a/.classpath +++ b/.classpath @@ -1,3 +1,4 @@ + diff --git a/.project b/.project index b52d5dd..ce8efe4 100644 --- a/.project +++ b/.project @@ -11,12 +11,12 @@ - org.eclipse.m2e.core.maven2Builder + org.springframework.ide.eclipse.boot.validation.springbootbuilder - org.springframework.ide.eclipse.boot.validation.springbootbuilder + org.eclipse.m2e.core.maven2Builder diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index e3540a4..5b779b6 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,7 +1,7 @@ # Spring Configuration server: - port: 8280 + port: 8080 servlet: context-path: ${BILLING_PREFIX:/} @@ -22,7 +22,7 @@ logging: # Spring Boot Actuator management: server: - port: 9002 + port: 9000 endpoints: enabled-by-default: false web: From f19bf1f68a06e61c55714c3fdc044631739f6d63 Mon Sep 17 00:00:00 2001 From: pasquy Date: Tue, 25 Mar 2025 13:53:29 +0100 Subject: [PATCH 2/2] update --- RELEASE_NOTE.md | 8 ++++++-- src/main/resources/application.yml | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTE.md b/RELEASE_NOTE.md index e8339d0..2c685b9 100644 --- a/RELEASE_NOTE.md +++ b/RELEASE_NOTE.md @@ -2,14 +2,18 @@ **Release Notes** of the *Billing Proxy* software: -### 0.0.5 :calendar: 05/02/2025 +### 0.0.6 :calendar: XX/03/2025 +**Improvements** +* Add singleton for ... + +### 0.0.5 :calendar: 05/03/2025 **Improvements** * Refactoring of `InfoProxyController` and add `DateUtils` dependency. * Add `StartupListener` listener to log (display) the current version of *Billing Proxy* at startup. * Include exception handling with `ControllerExceptionHandler.java` class. **BugFixing** -* Set `org.apache.coyote.http11: INFO` to avoid the `Error parsing HTTP request header`. +* Set `org.apache.coyote.http11: ERROR` to avoid the `Error parsing HTTP request header`. * Set pattern console to `%d{yyyy-MM-dd HH:mm:ss} [%-5level] %logger{36} - %msg%n`. diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 2c697ff..27b2534 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -17,7 +17,7 @@ build: logging: level: it.eng.dome: ${LOG_LEVEL:DEBUG} - org.apache.coyote.http11: INFO + org.apache.coyote.http11: ERROR pattern: console: "%d{yyyy-MM-dd HH:mm:ss} [%-5level] %logger{36} - %msg%n" file: "%d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n"