io.github.goodees:payara-logback-libs

Useful small libraries for Java EE

License

License

Aggregate of multiple licenses
Categories

Categories

Payara Container Application Servers Logback Application Layer Libs Logging
GroupId

GroupId

io.github.goodees
ArtifactId

ArtifactId

payara-logback-libs
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Useful small libraries for Java EE

Download payara-logback-libs

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.goodees/payara-logback-libs/ -->
<dependency>
    <groupId>io.github.goodees</groupId>
    <artifactId>payara-logback-libs</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.goodees/payara-logback-libs/
implementation 'io.github.goodees:payara-logback-libs:1.0.0'
// https://jarcasting.com/artifacts/io.github.goodees/payara-logback-libs/
implementation ("io.github.goodees:payara-logback-libs:1.0.0")
'io.github.goodees:payara-logback-libs:jar:1.0.0'
<dependency org="io.github.goodees" name="payara-logback-libs" rev="1.0.0">
  <artifact name="payara-logback-libs" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.goodees', module='payara-logback-libs', version='1.0.0')
)
libraryDependencies += "io.github.goodees" % "payara-logback-libs" % "1.0.0"
[io.github.goodees/payara-logback-libs "1.0.0"]

Dependencies

compile (5)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.25
org.slf4j : jcl-over-slf4j jar 1.7.25
org.slf4j : jul-to-slf4j jar 1.7.25
ch.qos.logback : logback-classic jar 1.2.3
net.logstash.logback : logstash-logback-encoder jar 4.11

Project Modules

There are no modules declared in this project.

Collection of Java EE (EE4J) utilities

This project should collect small reusable libraries targetted to Java EE environments. Some of the components target Payara specifically, some only depend on standard Java EE APIs.

Currently following libraries are available:

payara-logback

Libraries, that enable to use logback as only logging backend in Payara.

websecurity

Servlet and JAX-RS filters for various security aspects, like standard headers, CORS or rate limiting.

ESE

Library for implementing Event Sourced Entities in Java SE (and more).

Roadmap

There are some more things I (@pdudits) plan to publish, but it takes some time to make them clean from project details:

  • Cors headers filter with configurable behaviour

  • Passive aggresive rate limiter, that puts requests on async wait list

  • IP filter

  • Request threadpool executor, that is better suitable for handling request peaks than standard ThreadPoolExecutor

Versions

Version
1.0.0