-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #198 from telefonicaid/task/prepare_1_9_0
Step: 1.8.0-SNAPSHOT -> 1.9.0
- Loading branch information
Showing
6 changed files
with
14 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1 @@ | ||
ADD: unhardwire default internal timer msec resolution (millisecond resolution of the internal timer thread) with a default of 10ms (#194) | ||
ADD: INTERNAL_TIMER_MSEC_RESOLUTION env var for internal msec resolution (#194) | ||
FIX: Ensure timerules are stored with unique name by using full name which includes service and subservice (#191) | ||
FIX: upgrade docker based image from Tomcat8 to Tomcat9 | ||
FIX: migrate log4j v1 (1.7.25) to v2 (2.17.2) (#184) | ||
ADD: allow use WARN as WARNING log level | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -102,6 +102,14 @@ rm -rf $RPM_BUILD_ROOT | |
%{_install_dir}/perseo-core.war | ||
|
||
%changelog | ||
* Tue Mar 15 2022 Alvaro Vega <[email protected]> 1.9.0 | ||
- Add: unhardwire default internal timer msec resolution (millisecond resolution of the internal timer thread) with a default of 10ms (#194) | ||
- Add: INTERNAL_TIMER_MSEC_RESOLUTION env var for internal msec resolution (#194) | ||
- Add: allow use WARN as WARNING log level | ||
- Fix: ensure timerules are stored with unique name by using full name which includes service and subservice (#191) | ||
- Fix: upgrade docker based image from Tomcat8 to Tomcat9 | ||
- Fix: migrate log4j v1 (1.7.25) to v2 (2.17.2) (#184) | ||
|
||
* Thu Sep 30 2021 Alvaro Vega <[email protected]> 1.8.0 | ||
- Upgrade to use Esper 8.4 from Exper 7.X (#136) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters