File tree Expand file tree Collapse file tree 4 files changed +11
-9
lines changed Expand file tree Collapse file tree 4 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,10 @@ is recommended for better performances on disk operations (detection of physical
2323[ ![ Sonar] ( https://sonarcloud.io/api/project_badges/measure?project=lecousin_java-framework-core&branch=master&metric=code_smells )] ( https://sonarcloud.io/dashboard?branch=master&id=lecousin_java-framework-core )
2424[ ![ Sonar] ( https://sonarcloud.io/api/project_badges/measure?project=lecousin_java-framework-core&branch=master&metric=coverage )] ( https://sonarcloud.io/dashboard?branch=master&id=lecousin_java-framework-core )
2525
26- - core [ ![ Maven Central] ( https://img.shields.io/maven-central/v/net.lecousin/core.svg )] ( http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22net.lecousin%22%20AND%20a%3A%22core%22 )
27- [ ![ Javadoc] ( https://img.shields.io/badge/javadoc-0.18.0-brightgreen.svg )] ( https://www.javadoc.io/doc/net.lecousin/core/0.18.0 )
28-
29- - core.javaee [ ![ Maven Central] ( https://img.shields.io/maven-central/v/net.lecousin/core.javaee.svg )] ( http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22net.lecousin%22%20AND%20a%3A%22core.javaee%22 )
30- [ ![ Javadoc] ( https://img.shields.io/badge/javadoc-0.18.0-brightgreen.svg )] ( https://www.javadoc.io/doc/net.lecousin/core.javaee/0.18.0 )
26+ #### Version
27+
28+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/net.lecousin/core.svg )] ( http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22net.lecousin%22%20AND%20a%3A%22core%22 )
29+ [ ![ Javadoc] ( https://img.shields.io/badge/javadoc-0.19.0-brightgreen.svg )] ( https://www.javadoc.io/doc/net.lecousin/core/0.19.0 )
3130
3231### Current development - branch dev
3332
@@ -132,7 +131,10 @@ The reason to provide again another logging system is to have a logging system c
132131multi-threading system and asynchronous IO operations.
133132
134133Each time something is logged, this is done by using asynchronous operations and tasks such as the code
135- logging information is not blocked to avoid reducing performance because of logging.
134+ logging information is not blocked to avoid reducing performance because of logging.
135+
136+ Bridges between other logging systems and this logging system are available in
137+ [ java-framework-log-bridges] ( https://github.com/lecousin/java-framework-log-bridges " java-framework-log-bridges ")
136138
137139## Memory management
138140
Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >net.lecousin</groupId >
55 <artifactId >core-parent-pom</artifactId >
6- <version >0.18 .0</version >
6+ <version >0.19 .0</version >
77 </parent >
88 <artifactId >core.javaee</artifactId >
99 <dependencies >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >net.lecousin</groupId >
77 <artifactId >core-parent-pom</artifactId >
8- <version >0.18 .0</version >
8+ <version >0.19 .0</version >
99 </parent >
1010
1111 <artifactId >core</artifactId >
Original file line number Diff line number Diff line change 77 </parent >
88
99 <artifactId >core-parent-pom</artifactId >
10- <version >0.18 .0</version >
10+ <version >0.19 .0</version >
1111 <packaging >pom</packaging >
1212
1313 <modules >
You can’t perform that action at this time.
0 commit comments