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
23
23
[ ![ 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 )
24
24
[ ![ 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 )
25
25
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 )
31
30
32
31
### Current development - branch dev
33
32
@@ -132,7 +131,10 @@ The reason to provide again another logging system is to have a logging system c
132
131
multi-threading system and asynchronous IO operations.
133
132
134
133
Each 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 ")
136
138
137
139
## Memory management
138
140
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >net.lecousin</groupId >
5
5
<artifactId >core-parent-pom</artifactId >
6
- <version >0.18 .0</version >
6
+ <version >0.19 .0</version >
7
7
</parent >
8
8
<artifactId >core.javaee</artifactId >
9
9
<dependencies >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >net.lecousin</groupId >
7
7
<artifactId >core-parent-pom</artifactId >
8
- <version >0.18 .0</version >
8
+ <version >0.19 .0</version >
9
9
</parent >
10
10
11
11
<artifactId >core</artifactId >
Original file line number Diff line number Diff line change 7
7
</parent >
8
8
9
9
<artifactId >core-parent-pom</artifactId >
10
- <version >0.18 .0</version >
10
+ <version >0.19 .0</version >
11
11
<packaging >pom</packaging >
12
12
13
13
<modules >
You can’t perform that action at this time.
0 commit comments