common-meta

Common used schemas for UUID, empty types

License

License

GroupId

GroupId

ru.ilb.common
ArtifactId

ArtifactId

common-meta
Last Version

Last Version

1.5
Release Date

Release Date

Type

Type

jar
Description

Description

common-meta
Common used schemas for UUID, empty types

Download common-meta

How to add to project

<!-- https://jarcasting.com/artifacts/ru.ilb.common/common-meta/ -->
<dependency>
    <groupId>ru.ilb.common</groupId>
    <artifactId>common-meta</artifactId>
    <version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/ru.ilb.common/common-meta/
implementation 'ru.ilb.common:common-meta:1.5'
// https://jarcasting.com/artifacts/ru.ilb.common/common-meta/
implementation ("ru.ilb.common:common-meta:1.5")
'ru.ilb.common:common-meta:jar:1.5'
<dependency org="ru.ilb.common" name="common-meta" rev="1.5">
  <artifact name="common-meta" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.ilb.common', module='common-meta', version='1.5')
)
libraryDependencies += "ru.ilb.common" % "common-meta" % "1.5"
[ru.ilb.common/common-meta "1.5"]

Dependencies

provided (1)

Group / Artifact Type Version
javax : javaee-web-api jar 7.0

Project Modules

There are no modules declared in this project.

common-jaxrs

Various jaxrs support classes: XmlAdapters, ParamConverterProviders for core java classes

Changelog

common-1.36

added UUIDConverterUniversal (multi-database uuid converter)

common-1.35

added common-lock module with ReadWriteLockFactory and StampedLockFactory, LockedExecutor

common-1.34

removed obsolete MOXyJsonProvider, stock org.eclipse.persistence.jaxb.rs.MOXyJsonProvider should be used with eclipselink v2.7.5+

common 1.31

introduce common-springboot to simplify auto-registration of frequently used beans

common-1.27

  1. Auto-configuration of SendMailExceptionHandler from JNDI/System properties/Environment variable SERVER_ADMIN. No more manual configuration required. Automatic @Provider registration.
  2. Support for cascade jax-rs exceptions in WebApplicationExceptionHandler (hide and log message, issue HTTP 555 error to client). To catch cascade jax-rs client exceptions, set property <entry key="support.wae.spec.optimization" value="false"/>
  3. Remove BadExceptionHandler (WebApplicationExceptionHandler should be enough)
ru.ilb.common

Versions

Version
1.5
1.4
1.3
1.2
1.1
1.0