summaryrefslogtreecommitdiff
path: root/core/src/main
Commit message (Collapse)AuthorAgeFilesLines
* feat(core): Add DefaultConfiguratorFactory for JBoss Log Manager 3.x.Matthias Andreas Benkard2023-09-242-2/+67
| | | | Change-Id: I6bf88c9e6c8c4aba303cc1d18e8f18c917dd6b88
* chore(deps): Javax JSON to Jakarta JSONsiddik.acil2023-03-233-7/+7
| | | | | | | | | | Move to Quarkus 3.x Beta for updating to Jakarta version of the libraries. That means moving away from org.glassfish:java.json to jakarta.json:jakarta.json-api. The new version will be released as v6.0.0. Any changes should go to both 5.x and 6.x versions until Quarkus 3.x is Final and javax.json is finally history. Points: - We might want to change the Import Order to include Jakarta. - We might want to move from Javax to Jakarta for annotation, ws etc. in the examples.
* fix(docs): {=> Default}ConsoleHandler.Matthias Andreas Benkard2022-10-231-1/+1
| | | | Change-Id: Iff2eca9531b0a04d2d88088f6411831f0ca05b8e
* Release 5.0.0.v5.0.0Matthias Andreas Benkard2022-10-051-2/+2
| | | | Change-Id: I538321f39fc7ffce6551df53dd34830d00cf419c
* Add ProviderContext.Matthias Andreas Benkard2022-09-044-4/+119
| | | | | | | | | | Adds a ProviderContext type which is passed to LabelProvider#getLabels and StructuredParameterProvider#getParameter and which carries some information from ExtLogRecord that is not taken care of by Formatter. ProviderContext is designed to be extended in the future. Change-Id: Ib29b7032ae42e0f9e86c75b7404c25cd75b20011
* Update Javadocs with @snippet tags.Matthias Andreas Benkard2022-04-157-46/+46
| | | | Change-Id: I22f440c6ced5b90cdebc1fdf068171e7baad180f
* Clarify licensing through REUSE annotations.Matthias Andreas Benkard2022-02-0311-0/+44
| | | | | | | | - Manual: GFDL-1.3-or-later - Library: LGPL-3.0-or-later - Examples: GPL-3.0-or-later Change-Id: Ia9637209724b416a157edc2027a0faa7ca9d5c25
* Add a Spring Boot example and integration code.Matthias Andreas Benkard2022-01-155-7/+153
| | | | Change-Id: Ia11dea607c74d9b4cc9a698e9ec92e930bd03f37
* Load providers registered through the ServiceLoader mechanism.Matthias Andreas Benkard2022-01-152-2/+37
| | | | Change-Id: I392e78b34c8330e9b4c06d57b1423ca552ba6fc1
* Split off -core module.Matthias Andreas Benkard2022-01-158-0/+901
Change-Id: I64d3c195db94e92da44c7e4971f5e85991ac30c8