-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release 1.2.6. Per maggiori informazioni consultare il CHANGELOG
- Loading branch information
Showing
26 changed files
with
820 additions
and
56 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
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<modelVersion>4.0.0</modelVersion> | ||
<groupId>it.dontesta.eventbus</groupId> | ||
<artifactId>eventbus-logging-filter-jaxrs</artifactId> | ||
<version>1.2.5</version> | ||
<version>1.2.6</version> | ||
<name>eventbus-logging-filter-jaxrs</name> | ||
<description>Event Bus Logging Filter JAX-RS</description> | ||
<url>https://amusarra.github.io/eventbus-logging-filter-jaxrs-docs</url> | ||
|
@@ -39,9 +39,11 @@ | |
<url>scm:git:[email protected]:amusarra/eventbus-logging-filter-jaxrs.git</url> | ||
</scm> | ||
<properties> | ||
<asciidoclet.version>2.0.0</asciidoclet.version> | ||
<compiler-plugin.version>3.12.1</compiler-plugin.version> | ||
<maven.compiler.release>21</maven.compiler.release> | ||
<maven.release.plugin.version>3.0.1</maven.release.plugin.version> | ||
<maven.javadoc.plugin.version>3.6.3</maven.javadoc.plugin.version> | ||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> | ||
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id> | ||
|
@@ -252,6 +254,39 @@ | |
<useReleaseProfile>false</useReleaseProfile> | ||
</configuration> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-javadoc-plugin</artifactId> | ||
<version>${maven.javadoc.plugin.version}</version> | ||
<configuration> | ||
<source>21</source> | ||
<doctitle>Event Bus Logging Filter JAX-RS - API</doctitle> | ||
<keywords>true</keywords> | ||
<linksource>true</linksource> | ||
<overview>${basedir}/src/main/javadoc/overview.html</overview> | ||
<links> | ||
<link>https://docs.oracle.com/en/java/javase/21/docs/api</link> | ||
</links> | ||
<groups> | ||
<group> | ||
<title>JAX-RS Application Packages</title> | ||
<packages>it.dontesta.eventbus.ws.*</packages> | ||
</group> | ||
<group> | ||
<title>Application Configuration Packages</title> | ||
<packages>it.dontesta.eventbus.application.*</packages> | ||
</group> | ||
<group> | ||
<title>Event Bus Consumer Packages</title> | ||
<packages>it.dontesta.eventbus.consumers.*</packages> | ||
</group> | ||
<group> | ||
<title>ORM Packages</title> | ||
<packages>it.dontesta.eventbus.orm.*</packages> | ||
</group> | ||
</groups> | ||
</configuration> | ||
</plugin> | ||
</plugins> | ||
</build> | ||
<profiles> | ||
|
Binary file modified
BIN
-66.8 KB
(87%)
src/doc/resources/images/jmeter_configurazione_piano_test_scenario_2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
Oops, something went wrong.