io.github.goodees:payara-logback

Useful small libraries for Java EE

Лицензия

Лицензия

Категории

Категории

Payara Контейнер Application Servers Logback Библиотеки уровня приложения Logging
Группа

Группа

io.github.goodees
Идентификатор

Идентификатор

payara-logback
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

Useful small libraries for Java EE

Скачать payara-logback

Имя Файла Размер
payara-logback-1.0.0.pom 2 KB
Обзор

Как подключить последнюю версию

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • payara-logback-libs
  • payara-logback-delegation
  • payara-logback-access
  • payara-logback-dist

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

Версии библиотеки

Версия
1.0.0