Checkstyle Results
+The following document contains the results of Checkstyle 10.21.1 with checkstyle.xml ruleset.
Summary
+Files | +Info | +Warnings | +Errors |
---|---|---|---|
0 | +0 | +0 | +0 |
Files
+File | +I | +W | +E |
---|
Rules
+Category | +Rule | +Violations | +Severity |
---|
diff --git a/waffle-demo-parent/waffle-negotiate/checkstyle.html b/waffle-demo-parent/waffle-negotiate/checkstyle.html new file mode 100644 index 0000000000..e3db60588e --- /dev/null +++ b/waffle-demo-parent/waffle-negotiate/checkstyle.html @@ -0,0 +1,164 @@ + + + + + +
+ + + +The following document contains the results of Checkstyle 10.21.1 with checkstyle.xml ruleset.
Files | +Info | +Warnings | +Errors |
---|---|---|---|
0 | +0 | +0 | +0 |
File | +I | +W | +E |
---|
Category | +Rule | +Violations | +Severity |
---|
This project uses GitHub Actions.
The following is a link to the continuous integration system used by the project:
+https://github.com/Waffle/waffle/actions
No notifiers are defined. Please check back at a later date.
The following document contains the results of PMD's CPD 7.7.0.
+CPD found no problems in your source code.
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
+GroupId | +ArtifactId | +Version | +Type | +Licenses |
---|---|---|---|---|
ch.qos.logback | +logback-classic | +1.5.15 | +jar | +Eclipse Public License - v 1.0GNU Lesser General Public License |
net.bytebuddy | +byte-buddy | +1.15.11 | +jar | +Apache License, Version 2.0 |
net.bytebuddy | +byte-buddy-agent | +1.15.11 | +jar | +Apache License, Version 2.0 |
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
+GroupId | +ArtifactId | +Version | +Type | +Licenses |
---|---|---|---|---|
com.github.hazendaz.jmockit | +jmockit | +1.55.0 | +jar | +The MIT License |
net.sf.jopt-simple | +jopt-simple | +5.0.4 | +jar | +The MIT License |
org.apache.commons | +commons-math3 | +3.6.1 | +jar | +Apache License, Version 2.0 |
org.assertj | +assertj-core | +3.27.0 | +jar | +Apache License, Version 2.0 |
org.junit.jupiter | +junit-jupiter-engine | +5.11.4 | +jar | +Eclipse Public License v2.0 |
org.openjdk.jmh | +jmh-core | +1.37 | +jar | +GNU General Public License (GPL), version 2, with the Classpath exception |
org.openjdk.jmh | +jmh-generator-annprocess | +1.37 | +jar | +GNU General Public License (GPL), version 2, with the Classpath exception |
org.slf4j | +slf4j-simple | +2.0.16 | +jar | +MIT License |
The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:
+GroupId | +ArtifactId | +Version | +Type | +Licenses |
---|---|---|---|---|
com.github.ben-manes.caffeine | +caffeine | +3.1.8 | +jar | +Apache License, Version 2.0 |
com.github.spotbugs | +spotbugs-annotations | +4.8.6 | +jar | +GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1 |
com.github.waffle | +waffle-jna | +3.5.1 | +jar | +MIT |
com.github.waffle | +waffle-tomcat9 | +3.5.1 | +jar | +MIT |
com.google.errorprone | +error_prone_annotations | +2.36.0 | +jar | +Apache 2.0 |
com.google.j2objc | +j2objc-annotations | +3.0.0 | +jar | +Apache License, Version 2.0 |
jakarta.servlet | +jakarta.servlet-api | +4.0.4 | +jar | +EPL 2.0GPL2 w/ CPE |
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
+GroupId | +ArtifactId | +Version | +Type | +Licenses |
---|---|---|---|---|
ch.qos.logback | +logback-core | +1.5.15 | +jar | +Eclipse Public License - v 1.0GNU Lesser General Public License |
org.slf4j | +slf4j-api | +2.0.16 | +jar | +MIT License |
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
+GroupId | +ArtifactId | +Version | +Type | +Licenses |
---|---|---|---|---|
org.apiguardian | +apiguardian-api | +1.1.2 | +jar | +The Apache License, Version 2.0 |
org.junit.jupiter | +junit-jupiter-api | +5.11.4 | +jar | +Eclipse Public License v2.0 |
org.junit.platform | +junit-platform-commons | +1.11.4 | +jar | +Eclipse Public License v2.0 |
org.junit.platform | +junit-platform-engine | +1.11.4 | +jar | +Eclipse Public License v2.0 |
org.objenesis | +objenesis | +3.4 | +jar | +Apache License, Version 2.0 |
org.opentest4j | +opentest4j | +1.3.0 | +jar | +The Apache License, Version 2.0 |
The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:
+GroupId | +ArtifactId | +Version | +Type | +Licenses |
---|---|---|---|---|
com.google.code.findbugs | +jsr305 | +3.0.2 | +jar | +The Apache Software License, Version 2.0 |
net.java.dev.jna | +jna | +5.16.0 | +jar | +LGPL-2.1-or-laterApache-2.0 |
net.java.dev.jna | +jna-platform | +5.16.0 | +jar | +LGPL-2.1-or-laterApache-2.0 |
org.checkerframework | +checker-qual | +3.48.3 | +jar | +The MIT License |
org.slf4j | +jcl-over-slf4j | +2.0.16 | +jar | +Apache License, Version 2.0 |
Apache 2.0: error-prone annotations
+The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
+MIT License: SLF4J API Module, SLF4J Simple Provider
+Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Platform Commons, JUnit Platform Engine API
+GPL2 w/ CPE: Jakarta Servlet
+GNU Lesser General Public License: Logback Classic Module, Logback Core Module
+GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1: SpotBugs Annotations
+LGPL-2.1-or-later: Java Native Access, Java Native Access Platform
+The MIT License: Checker Qual, JOpt Simple, jmockit
+Apache-2.0: Java Native Access, Java Native Access Platform
+Apache License, Version 2.0: Apache Commons Math, AssertJ Core, Byte Buddy (without dependencies), Byte Buddy agent, Caffeine cache, J2ObjC Annotations, JCL 1.2 implemented over SLF4J, Objenesis
+MIT: waffle-jna, waffle-negotiate, waffle-tomcat9
+EPL 2.0: Jakarta Servlet
+GNU General Public License (GPL), version 2, with the Classpath exception: JMH Core, JMH Generators: Annotation Processors
+The Apache Software License, Version 2.0: FindBugs-jsr305
+Eclipse Public License - v 1.0: Logback Classic Module, Logback Core Module
Filename | +Size | +Entries | +Classes | +Packages | +Java Version | +Debug Information |
---|---|---|---|---|---|---|
logback-classic-1.5.15.jar | +305.4 kB | +241 | +188 | +29 | +11 | +Yes |
logback-core-1.5.15.jar | +624.9 kB | +532 | +- | +- | +- | +- |
• Root | +- | +525 | +472 | +42 | +11 | +Yes |
• Versioned | +- | +7 | +1 | +1 | +21 | +Yes |
caffeine-3.1.8.jar | +889.2 kB | +713 | +704 | +3 | +11 | +Yes |
jmockit-1.55.0.jar | +775.4 kB | +480 | +410 | +48 | +11 | +Yes |
spotbugs-annotations-4.8.6.jar | +15.3 kB | +31 | +24 | +1 | +1.8 | +Yes |
waffle-jna-3.5.1.jar | +72.9 kB | +72 | +54 | +7 | +11 | +Yes |
waffle-tomcat9-3.5.1.jar | +19.1 kB | +16 | +7 | +1 | +11 | +Yes |
jsr305-3.0.2.jar | +19.9 kB | +46 | +35 | +3 | +1.5 | +Yes |
error_prone_annotations-2.36.0.jar | +19.4 kB | +47 | +- | +- | +- | +- |
• Root | +- | +40 | +27 | +2 | +1.8 | +Yes |
• Versioned | +- | +7 | +1 | +1 | +9 | +No |
j2objc-annotations-3.0.0.jar | +12.5 kB | +31 | +- | +- | +- | +- |
• Root | +- | +29 | +17 | +1 | +1.8 | +Yes |
• Versioned | +- | +2 | +1 | +1 | +9 | +No |
jakarta.servlet-api-4.0.4.jar | +83 kB | +108 | +85 | +4 | +1.8 | +Yes |
byte-buddy-1.15.11.jar | +8.5 MB | +5890 | +- | +- | +- | +- |
• Root | +- | +2950 | +2897 | +38 | +1.5 | +Yes |
• Versioned | +- | +2940 | +2898 | +39 | +1.8 | +Yes |
byte-buddy-agent-1.15.11.jar | +365.4 kB | +170 | +- | +- | +- | +- |
• Root | +- | +91 | +72 | +2 | +1.5 | +Yes |
• Versioned | +- | +79 | +73 | +3 | +1.8 | +Yes |
jna-5.16.0.jar | +2 MB | +192 | +125 | +4 | +1.8 | +Yes |
jna-platform-5.16.0.jar | +1.4 MB | +1332 | +1284 | +15 | +1.8 | +Yes |
jopt-simple-5.0.4.jar | +78.1 kB | +71 | +59 | +3 | +1.7 | +Yes |
commons-math3-3.6.1.jar | +2.2 MB | +1402 | +1301 | +75 | +1.5 | +Yes |
apiguardian-api-1.1.2.jar | +6.8 kB | +9 | +3 | +2 | +1.6 | +Yes |
assertj-core-3.27.0.jar | +1.4 MB | +883 | +- | +- | +- | +- |
• Root | +- | +879 | +840 | +27 | +1.8 | +Yes |
• Versioned | +- | +4 | +1 | +1 | +9 | +No |
checker-qual-3.48.3.jar | +238.6 kB | +454 | +381 | +33 | +1.8 | +Yes |
junit-jupiter-api-5.11.4.jar | +216.4 kB | +197 | +182 | +8 | +1.8 | +Yes |
junit-jupiter-engine-5.11.4.jar | +260.1 kB | +152 | +135 | +9 | +1.8 | +Yes |
junit-platform-commons-1.11.4.jar | +142 kB | +88 | +- | +- | +- | +- |
• Root | +- | +78 | +64 | +8 | +1.8 | +Yes |
• Versioned | +- | +10 | +4 | +1 | +9 | +Yes |
junit-platform-engine-1.11.4.jar | +246.8 kB | +177 | +158 | +10 | +1.8 | +Yes |
objenesis-3.4.jar | +49.1 kB | +59 | +43 | +10 | +1.8 | +Yes |
jmh-core-1.37.jar | +553 kB | +363 | +332 | +13 | +1.8 | +Yes |
jmh-generator-annprocess-1.37.jar | +30.9 kB | +26 | +8 | +2 | +1.8 | +Yes |
opentest4j-1.3.0.jar | +14.3 kB | +15 | +9 | +2 | +1.6 | +Yes |
jcl-over-slf4j-2.0.16.jar | +18.4 kB | +26 | +- | +- | +- | +- |
• Root | +- | +24 | +8 | +2 | +1.8 | +Yes |
• Versioned | +- | +2 | +1 | +1 | +9 | +No |
slf4j-api-2.0.16.jar | +69.4 kB | +71 | +- | +- | +- | +- |
• Root | +- | +69 | +55 | +4 | +1.8 | +Yes |
• Versioned | +- | +2 | +1 | +1 | +9 | +No |
slf4j-simple-2.0.16.jar | +15.7 kB | +22 | +- | +- | +- | +- |
• Root | +- | +20 | +6 | +1 | +1.8 | +Yes |
• Versioned | +- | +2 | +1 | +1 | +9 | +No |
Total | +Size | +Entries | +Classes | +Packages | +Java Version | +Debug Information |
31 | +20.6 MB | +13916 | +9985 | +409 | +11 | +31 |
compile: 5 | +compile: 9.8 MB | +compile: 6904 | +compile: 3684 | +compile: 115 | +11 | +compile: 5 |
provided: 12 | +provided: 4.8 MB | +provided: 3068 | +provided: 2751 | +provided: 76 | +provided: 12 | |
test: 14 | +test: 6 MB | +test: 3944 | +test: 3550 | +test: 218 | +11 | +test: 14 |
Dependency-Check is an open source tool performing a best effort analysis of 3rd party dependencies; +false positives and false negatives may exist in the analysis performed by the tool. Use of the tool and +the reporting provided constitutes acceptance for use in an AS IS condition, and there are NO warranties, +implied or otherwise, with regard to the analysis or its use. Any use of the tool and the reporting provided +is at the user’s risk. In no event shall the copyright holder or OWASP be held liable for any damages whatsoever +arising out of or in connection with the use of this tool, the analysis performed, or the resulting report.
+Description:
+ Byte Buddy is a Java library for creating Java classes at run time. + This artifact is a build of Byte Buddy with all ASM dependencies repackaged into its own name space. +
License:
https://www.apache.org/licenses/LICENSE-2.0.txtFile Path: C:\Users\Jeremy\.m2\repository\net\bytebuddy\byte-buddy\1.15.11\byte-buddy-1.15.11.jar
File Path: C:\Users\Jeremy\.m2\repository\net\bytebuddy\byte-buddy-agent\1.15.11\byte-buddy-agent-1.15.11.jar\win32-x86-64\attach_hotspot_windows.dll
MD5: 053a783e5777c6a9867c27d51af89677
SHA1: 5ef4d98ae6a033a5707d0b5466e6138beb337e76
SHA256:16d424423f9b09accf132ad35dbeaa52ac9f6bd45bba1406b89df851f651db20
Referenced In Project/Scope: waffle-negotiate:compile
File Path: C:\Users\Jeremy\.m2\repository\net\bytebuddy\byte-buddy-agent\1.15.11\byte-buddy-agent-1.15.11.jar\win32-x86\attach_hotspot_windows.dll
MD5: fbca33102ac97be0ed496c0f78e466b3
SHA1: c4df05146a86a6d073769bb697d550ef42518ed5
SHA256:810f94c4a2f5ca1a072c19859f7954fed9aa3a1dcb0d601e92d2338793202e72
Referenced In Project/Scope: waffle-negotiate:compile
Description:
The Byte Buddy agent offers convenience for attaching an agent to the local or a remote VM.
License:
https://www.apache.org/licenses/LICENSE-2.0.txtFile Path: C:\Users\Jeremy\.m2\repository\net\bytebuddy\byte-buddy-agent\1.15.11\byte-buddy-agent-1.15.11.jar
Description:
A high performance caching library
License:
Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0.txtFile Path: C:\Users\Jeremy\.m2\repository\com\github\ben-manes\caffeine\caffeine\3.1.8\caffeine-3.1.8.jar
Description:
checker-qual contains annotations (type qualifiers) that a programmerwrites to specify Java code for type-checking by the Checker Framework.
License:
The MIT License: http://opensource.org/licenses/MITFile Path: C:\Users\Jeremy\.m2\repository\org\checkerframework\checker-qual\3.48.3\checker-qual-3.48.3.jar
Description:
Error Prone is a static analysis tool for Java that catches common programming mistakes at compile-time.
License:
Apache 2.0: http://www.apache.org/licenses/LICENSE-2.0.txtFile Path: C:\Users\Jeremy\.m2\repository\com\google\errorprone\error_prone_annotations\2.36.0\error_prone_annotations-2.36.0.jar
Description:
+ A set of annotations that provide additional information to the J2ObjC + translator to modify the result of translation. +
License:
Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.txtFile Path: C:\Users\Jeremy\.m2\repository\com\google\j2objc\j2objc-annotations\3.0.0\j2objc-annotations-3.0.0.jar
Description:
Jakarta Servlet 4.0
License:
EPL 2.0: http://www.eclipse.org/legal/epl-2.0 +GPL2 w/ CPE: https://www.gnu.org/software/classpath/license.htmlFile Path: C:\Users\Jeremy\.m2\repository\jakarta\servlet\jakarta.servlet-api\4.0.4\jakarta.servlet-api-4.0.4.jar
Description:
JCL 1.2 implemented over SLF4J
License:
Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0.txtFile Path: C:\Users\Jeremy\.m2\repository\org\slf4j\jcl-over-slf4j\2.0.16\jcl-over-slf4j-2.0.16.jar
File Path: C:\Users\Jeremy\.m2\repository\net\java\dev\jna\jna\5.16.0\jna-5.16.0.jar\com\sun\jna\win32-aarch64\jnidispatch.dll
MD5: 302945a811fd8e21bcdd5226c73b6f74
SHA1: 6b05e299ff2b3eb3b7b7aeac44263f715693607c
SHA256:b8f98be314234cf12b5b46c29652f70c0f6abb93ae19b63d3fe2692062aa699d
Referenced In Project/Scope: waffle-negotiate:provided
File Path: C:\Users\Jeremy\.m2\repository\net\java\dev\jna\jna\5.16.0\jna-5.16.0.jar\com\sun\jna\win32-x86-64\jnidispatch.dll
MD5: 2d2475f1f026dd54e9f3e787ae4f81da
SHA1: 27ff882ac271db547aee520b38e3ba9aa91e136c
SHA256:5a7ff949f6d93d86491eb5b26b1cfc60051168a60622650224b89995ac420023
Referenced In Project/Scope: waffle-negotiate:provided
File Path: C:\Users\Jeremy\.m2\repository\net\java\dev\jna\jna\5.16.0\jna-5.16.0.jar\com\sun\jna\win32-x86\jnidispatch.dll
MD5: 0caa1ef75a807f9dde05084fa2219a5c
SHA1: 2f5e1cd82cde192905c7510ce99037b67d980640
SHA256:752d597cee7e95cb517327146bf42f124c0d6c0bc48b3ecc3b1b3b0531a52f44
Referenced In Project/Scope: waffle-negotiate:provided
Description:
Java Native Access
License:
LGPL-2.1-or-later: https://www.gnu.org/licenses/old-licenses/lgpl-2.1 +Apache-2.0: https://www.apache.org/licenses/LICENSE-2.0.txtFile Path: C:\Users\Jeremy\.m2\repository\net\java\dev\jna\jna\5.16.0\jna-5.16.0.jar
Description:
Java Native Access Platform
License:
LGPL-2.1-or-later: https://www.gnu.org/licenses/old-licenses/lgpl-2.1 +Apache-2.0: https://www.apache.org/licenses/LICENSE-2.0.txtFile Path: C:\Users\Jeremy\.m2\repository\net\java\dev\jna\jna-platform\5.16.0\jna-platform-5.16.0.jar
Description:
JSR305 Annotations for Findbugs
License:
The Apache Software License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.txtFile Path: C:\Users\Jeremy\.m2\repository\com\google\code\findbugs\jsr305\3.0.2\jsr305-3.0.2.jar
Description:
logback-core module
License:
http://www.eclipse.org/legal/epl-v10.html, http://www.gnu.org/licenses/old-licenses/lgpl-2.1.htmlFile Path: C:\Users\Jeremy\.m2\repository\ch\qos\logback\logback-core\1.5.15\logback-core-1.5.15.jar
Description:
The slf4j API
License:
http://www.opensource.org/licenses/mit-license.phpFile Path: C:\Users\Jeremy\.m2\repository\org\slf4j\slf4j-api\2.0.16\slf4j-api-2.0.16.jar
Description:
Annotations the SpotBugs tool supports
License:
GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.htmlFile Path: C:\Users\Jeremy\.m2\repository\com\github\spotbugs\spotbugs-annotations\4.8.6\spotbugs-annotations-4.8.6.jar
Description:
WAFFLE JNA implementation
File Path: C:\Users\Jeremy\GitHub\waffle\Source\JNA\target\checkout\Source\JNA\waffle-jna\target\waffle-jna-3.5.1.jar
MD5: 8f889b8ad9082149f803d47b3bd83a4b
SHA1: 9201f109062b3abcd69e115ede76c2440ff69455
SHA256:38ebb57398270ec4f9b4d31dd3851bbfc5687694ac099d686b39ed706b046590
Referenced In Project/Scope: waffle-negotiate:provided
waffle-jna-3.5.1.jar is in the transitive dependency tree of the listed items.Included by: pkg:maven/com.github.waffle.demo/waffle-negotiate@3.5.1
Description:
Tomcat 9 integration for WAFFLE
File Path: C:\Users\Jeremy\GitHub\waffle\Source\JNA\target\checkout\Source\JNA\waffle-tomcat9\target\waffle-tomcat9-3.5.1.jar
MD5: 216d19375d06ba7df4af238146c499f6
SHA1: 51f135ef63e70f00627479eb5a8a67b377397429
SHA256:9171d74c3124f2154410432f554b815b72cfc619942817bc3ef4f7c1c9b38459
Referenced In Project/Scope: waffle-negotiate:provided
waffle-tomcat9-3.5.1.jar is in the transitive dependency tree of the listed items.Included by: pkg:maven/com.github.waffle.demo/waffle-negotiate@3.5.1
<dependency> + <groupId>com.github.waffle.demo</groupId> + <artifactId>waffle-negotiate</artifactId> + <version>3.5.1</version> + <type>war</type> +</dependency>
<dependency org="com.github.waffle.demo" name="waffle-negotiate" rev="3.5.1"> + <artifact name="waffle-negotiate" type="war" /> +</dependency>
@Grapes( +@Grab(group='com.github.waffle.demo', module='waffle-negotiate', version='3.5.1') +)
implementation 'com.github.waffle.demo:waffle-negotiate:3.5.1'
libraryDependencies += "com.github.waffle.demo" % "waffle-negotiate" % "3.5.1"
[com.github.waffle.demo/waffle-negotiate "3.5.1"]
The following is a list of compile dependencies in the DependencyManagement of this project. These dependencies can be included in the submodules to compile and run the submodule:
+GroupId | +ArtifactId | +Version | +Type | +License |
---|---|---|---|---|
com.github.ben-manes.caffeine | +caffeine | +3.1.8 | +jar | +Apache License, Version 2.0 |
com.github.waffle | +waffle-jna | +3.5.1 | +jar | +MIT |
com.github.waffle | +waffle-tomcat9 | +3.5.1 | +jar | +MIT |
This report summarizes newer versions that may be available for your project's various dependencies.
++ | # of dependencies using the latest version available | +15 |
+ | # of dependencies where the next version available is smaller than an incremental version update | +0 |
+ | # of dependencies where the next version available is an incremental version update | +0 |
+ | # of dependencies where the next version available is a minor version update | +1 |
+ | # of dependencies where the next version available is a major version update | +2 |
Status | +Group Id | +Artifact Id | +Current Version | +Scope | +Classifier | +Type | +Latest Subincremental | +Latest Incremental | +Latest Minor | +Latest Major |
---|---|---|---|---|---|---|---|---|---|---|
+ | com.github.ben-manes.caffeine | +caffeine | +3.1.8 | ++ | + | jar | ++ | + | + | |
+ | com.github.waffle | +waffle-jna | +3.5.1 | ++ | + | jar | ++ | + | + | |
+ | com.github.waffle | +waffle-tomcat9 | +3.5.1 | ++ | + | jar | ++ | + | + | |
Status | +Group Id | +Artifact Id | +Current Version | +Scope | +Classifier | +Type | +Latest Subincremental | +Latest Incremental | +Latest Minor | +Latest Major |
Status | +Group Id | +Artifact Id | +Current Version | +Scope | +Classifier | +Type | +Latest Subincremental | +Latest Incremental | +Latest Minor | +Latest Major |
---|---|---|---|---|---|---|---|---|---|---|
+ | ch.qos.logback | +logback-classic | +1.5.15 | +compile | ++ | jar | ++ | + | + | |
+ | com.github.hazendaz.jmockit | +jmockit | +1.55.0 | +test | ++ | jar | ++ | + | + | |
+ | com.github.spotbugs | +spotbugs-annotations | +4.8.6 | +provided | ++ | jar | ++ | + | + | |
+ | com.google.errorprone | +error_prone_annotations | +2.36.0 | +provided | ++ | jar | ++ | + | + | |
+ | com.google.j2objc | +j2objc-annotations | +3.0.0 | +provided | ++ | jar | ++ | + | + | |
+ | jakarta.servlet | +jakarta.servlet-api | +4.0.4 | +provided | ++ | jar | ++ | + | + | 6.1.0 |
+ | net.bytebuddy | +byte-buddy | +1.15.11 | +compile | ++ | jar | ++ | + | + | |
+ | net.bytebuddy | +byte-buddy-agent | +1.15.11 | +compile | ++ | jar | ++ | + | + | |
+ | net.sf.jopt-simple | +jopt-simple | +5.0.4 | +test | ++ | jar | ++ | + | + | 6.0-alpha-3 |
+ | org.apache.commons | +commons-math3 | +3.6.1 | +test | ++ | jar | ++ | + | + | |
+ | org.assertj | +assertj-core | +3.27.0 | +test | ++ | jar | ++ | + | + | |
+ | org.junit.jupiter | +junit-jupiter-engine | +5.11.4 | +test | ++ | jar | ++ | + | + | |
+ | org.openjdk.jmh | +jmh-core | +1.37 | +test | ++ | jar | ++ | + | + | |
+ | org.openjdk.jmh | +jmh-generator-annprocess | +1.37 | +test | ++ | jar | ++ | + | + | |
+ | org.slf4j | +slf4j-simple | +2.0.16 | +test | ++ | jar | ++ | + | 2.1.0-alpha1 | +|
Status | +Group Id | +Artifact Id | +Current Version | +Scope | +Classifier | +Type | +Latest Subincremental | +Latest Incremental | +Latest Minor | +Latest Major |
-
Status | +No newer versions available. |
---|---|
Group Id | +ch.qos.logback |
Artifact Id | +logback-classic |
Current Version | +1.5.15 |
Scope | +compile |
Classifier | +|
Type | +jar |
Status | +No newer versions available. |
---|---|
Group Id | +com.github.ben-manes.caffeine |
Artifact Id | +caffeine |
Current Version | +3.1.8 |
Scope | +|
Classifier | +|
Type | +jar |
Status | +No newer versions available. |
---|---|
Group Id | +com.github.hazendaz.jmockit |
Artifact Id | +jmockit |
Current Version | +1.55.0 |
Scope | +test |
Classifier | +|
Type | +jar |
Status | +No newer versions available. |
---|---|
Group Id | +com.github.spotbugs |
Artifact Id | +spotbugs-annotations |
Current Version | +4.8.6 |
Scope | +provided |
Classifier | +|
Type | +jar |
Status | +No newer versions available. |
---|---|
Group Id | +com.github.waffle |
Artifact Id | +waffle-jna |
Current Version | +3.5.1 |
Scope | +|
Classifier | +|
Type | +jar |
Status | +No newer versions available. |
---|---|
Group Id | +com.github.waffle |
Artifact Id | +waffle-tomcat9 |
Current Version | +3.5.1 |
Scope | +|
Classifier | +|
Type | +jar |
Status | +No newer versions available. |
---|---|
Group Id | +com.google.errorprone |
Artifact Id | +error_prone_annotations |
Current Version | +2.36.0 |
Scope | +provided |
Classifier | +|
Type | +jar |
Status | +No newer versions available. |
---|---|
Group Id | +com.google.j2objc |
Artifact Id | +j2objc-annotations |
Current Version | +3.0.0 |
Scope | +provided |
Classifier | +|
Type | +jar |
Status | +There is at least one newer major version available. Major updates are rarely passive. |
---|---|
Group Id | +jakarta.servlet |
Artifact Id | +jakarta.servlet-api |
Current Version | +4.0.4 |
Scope | +provided |
Classifier | +|
Type | +jar |
Newer versions | +5.0.0-M1 5.0.0-M2 5.0.0 6.0.0 6.1.0-M1 6.1.0-M2 6.1.0 Latest Major |
Status | +No newer versions available. |
---|---|
Group Id | +net.bytebuddy |
Artifact Id | +byte-buddy |
Current Version | +1.15.11 |
Scope | +compile |
Classifier | +|
Type | +jar |
Status | +No newer versions available. |
---|---|
Group Id | +net.bytebuddy |
Artifact Id | +byte-buddy-agent |
Current Version | +1.15.11 |
Scope | +compile |
Classifier | +|
Type | +jar |
Status | +There is at least one newer major version available. Major updates are rarely passive. |
---|---|
Group Id | +net.sf.jopt-simple |
Artifact Id | +jopt-simple |
Current Version | +5.0.4 |
Scope | +test |
Classifier | +|
Type | +jar |
Newer versions | +6.0-alpha-1 6.0-alpha-2 6.0-alpha-3 Latest Major |
Status | +No newer versions available. |
---|---|
Group Id | +org.apache.commons |
Artifact Id | +commons-math3 |
Current Version | +3.6.1 |
Scope | +test |
Classifier | +|
Type | +jar |
Status | +No newer versions available. |
---|---|
Group Id | +org.assertj |
Artifact Id | +assertj-core |
Current Version | +3.27.0 |
Scope | +test |
Classifier | +|
Type | +jar |
Status | +No newer versions available. |
---|---|
Group Id | +org.junit.jupiter |
Artifact Id | +junit-jupiter-engine |
Current Version | +5.11.4 |
Scope | +test |
Classifier | +|
Type | +jar |
Status | +No newer versions available. |
---|---|
Group Id | +org.openjdk.jmh |
Artifact Id | +jmh-core |
Current Version | +1.37 |
Scope | +test |
Classifier | +|
Type | +jar |
Status | +No newer versions available. |
---|---|
Group Id | +org.openjdk.jmh |
Artifact Id | +jmh-generator-annprocess |
Current Version | +1.37 |
Scope | +test |
Classifier | +|
Type | +jar |
Status | +There is at least one newer minor version available. Minor updates are sometimes passive. |
---|---|
Group Id | +org.slf4j |
Artifact Id | +slf4j-simple |
Current Version | +2.0.16 |
Scope | +test |
Classifier | +|
Type | +jar |
Newer versions | +2.1.0-alpha0 2.1.0-alpha1 Latest Minor |
The following is the distribution management information used by this project.
scm:git:ssh://git@github.com/Waffle/waffle.git/waffle-demo-parent/waffle-negotiate
This project uses Github to manage its issues.
Issues, bugs, and feature requests should be submitted to the following issue management system for this project.
+https://github.com/Waffle/waffle/issues
Typically the licenses listed for the project are that of the project itself, and not of dependencies.
MIT License + +Copyright (c) ${license.git.copyrightYears} The Waffle Project Contributors: https://github.com/Waffle/waffle/graphs/contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +