1
1
# Test Utilities for ` java.util.logging `
2
2
3
- [ ![ Build Status] ( https://travis-ci.org/exasol/virtual-schemas.svg?branch=master )] ( https://travis-ci.org/exasol/java-util-logging-testing )
3
+ [ ![ Build Status] ( https://travis-ci.com/exasol/java-util-logging-testing.svg?branch=master )] ( https://travis-ci.com/exasol/java-util-logging-testing )
4
+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.exasol/java-util-logging-testing )] ( https://search.maven.org/artifact/com.exasol/java-util-logging-testing )
4
5
5
6
SonarCloud results:
6
7
@@ -30,6 +31,10 @@ Add this log handler if you want to record log messages created by your software
30
31
31
32
This is an open source project which is officially supported by Exasol. For any question, you can contact our support team.
32
33
34
+ ## Information for Users
35
+
36
+ * [ Changelog] ( doc/changes/changelog.md )
37
+
33
38
## Dependencies
34
39
35
40
### Run Time Dependencies
@@ -38,11 +43,34 @@ Running the Virtual Schema requires a Java Runtime version 11 or later.
38
43
39
44
### Build Time Dependencies
40
45
41
- | Dependency | Purpose | License |
42
- | -------------------------------------------------------------------------------------| --------------------------------------------------------| -------------------------------|
43
- | [ Java Hamcrest] ( http://hamcrest.org/JavaHamcrest/ ) | Checking for conditions in code via matchers | BSD License |
44
- | [ JUnit] ( https://junit.org/junit5 ) | Unit testing framework | Eclipse Public License 1.0 |
46
+ | Dependency | Purpose | License |
47
+ | --------------------------------------------------------------------------| --------------------------------------------------------| -------------------------------|
48
+ | [ Java Hamcrest] ( http://hamcrest.org/JavaHamcrest/ ) | Checking for conditions in code via matchers | BSD License |
49
+ | [ JUnit] ( https://junit.org/junit5 ) | Unit testing framework | Eclipse Public License 1.0 |
50
+
51
+ ### Maven Plug-ins
52
+
53
+ | Plug-in | Purpose | License |
54
+ | --------------------------------------------------------------------------| --------------------------------------------------------| -------------------------------|
55
+ | [ Maven Compiler Plugin] [ maven-compiler-plugin ] | Setting required Java version | Apache License 2.0 |
56
+ | [ Maven Enforcer Plugin] [ maven-enforcer-plugin ] | Controlling environment constants | Apache License 2.0 |
57
+ | [ Maven GPG Plugin] ( https://maven.apache.org/plugins/maven-gpg-plugin/ ) | Code signing | Apache License 2.0 |
58
+ | [ Maven Jacoco Plugin] [ maven-jacoco-plugin ] | Code coverage metering | Eclipse Public License 2.0 |
59
+ | [ Maven Javadoc Plugin] [ maven-javadoc-plugin ] | Creating a Javadoc JAR | Apache License 2.0 |
60
+ | [ Maven Source Plugin] [ maven-source-plugin ] | Creating a source code JAR | Apache License 2.0 |
61
+ | [ Maven Surefire Plugin] [ maven-surefire-plugin ] | Unit testing | Apache License 2.0 |
62
+ | [ Sonatype OSS Index Maven Plugin] [ sonatype-oss-index-maven-plugin ] | Checking Dependencies Vulnerability | ASL2 |
63
+ | [ Versions Maven Plugin] [ versions-maven-plugin ] | Checking if dependencies updates are available | Apache License 2.0 |
45
64
46
65
# License
47
66
48
67
This software is licensed under the [ MIT license] ( LICENSE ) .
68
+
69
+ [ maven-compiler-plugin ] : https://maven.apache.org/plugins/maven-compiler-plugin/
70
+ [ maven-enforcer-plugin ] : http://maven.apache.org/enforcer/maven-enforcer-plugin/
71
+ [ maven-jacoco-plugin ] : https://www.eclemma.org/jacoco/trunk/doc/maven.html
72
+ [ maven-javadoc-plugin ] : https://maven.apache.org/plugins/maven-javadoc-plugin/
73
+ [ maven-source-plugin ] : https://maven.apache.org/plugins/maven-source-plugin/
74
+ [ maven-surefire-plugin ] : https://maven.apache.org/surefire/maven-surefire-plugin/
75
+ [ sonatype-oss-index-maven-plugin ] : https://sonatype.github.io/ossindex-maven/maven-plugin/
76
+ [ versions-maven-plugin ] : https://www.mojohaus.org/versions-maven-plugin/
0 commit comments