WildFly: MicroProfile Config Extension

Thorntail: Parent

Лицензия

Лицензия

AL2
Категории

Категории

WildFly Контейнер Application Servers config Библиотеки уровня приложения Configuration
Группа

Группа

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

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

microprofile-config-wildfly-extension
Последняя версия

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

2.7.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

WildFly: MicroProfile Config Extension
Thorntail: Parent
Организация-разработчик

Организация-разработчик

JBoss by Red Hat

Скачать microprofile-config-wildfly-extension

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

<!-- https://jarcasting.com/artifacts/io.thorntail/microprofile-config-wildfly-extension/ -->
<dependency>
    <groupId>io.thorntail</groupId>
    <artifactId>microprofile-config-wildfly-extension</artifactId>
    <version>2.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.thorntail/microprofile-config-wildfly-extension/
implementation 'io.thorntail:microprofile-config-wildfly-extension:2.7.0'
// https://jarcasting.com/artifacts/io.thorntail/microprofile-config-wildfly-extension/
implementation ("io.thorntail:microprofile-config-wildfly-extension:2.7.0")
'io.thorntail:microprofile-config-wildfly-extension:jar:2.7.0'
<dependency org="io.thorntail" name="microprofile-config-wildfly-extension" rev="2.7.0">
  <artifact name="microprofile-config-wildfly-extension" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.thorntail', module='microprofile-config-wildfly-extension', version='2.7.0')
)
libraryDependencies += "io.thorntail" % "microprofile-config-wildfly-extension" % "2.7.0"
[io.thorntail/microprofile-config-wildfly-extension "2.7.0"]

Зависимости

compile (11)

Идентификатор библиотеки Тип Версия
org.eclipse.microprofile.config : microprofile-config-api jar 1.4
io.smallrye.config : smallrye-config jar 1.6.2
io.smallrye.config : smallrye-config-common jar 1.6.2
io.smallrye.config : smallrye-config-source-file-system jar 1.6.2
org.jboss : jboss-dmr jar 1.5.0.Final
org.jboss : staxmapper jar 1.3.0.Final
org.jboss.modules : jboss-modules jar 1.9.1.Final
org.jboss.msc : jboss-msc jar 1.4.11.Final
org.wildfly.core : wildfly-controller jar 10.0.3.Final
org.wildfly.core : wildfly-server jar 10.0.3.Final
org.wildfly : wildfly-weld-common jar 18.0.1.Final

provided (2)

Идентификатор библиотеки Тип Версия
org.jboss.logging : jboss-logging-annotations Необязательный jar 2.2.0.Final
org.jboss.logging : jboss-logging-processor Необязательный jar 2.2.0.Final

test (4)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.projectodd.vdx : vdx-wildfly jar 1.1.6
org.wildfly.core : wildfly-controller-client jar 10.0.3.Final
org.wildfly.core : wildfly-subsystem-test pom 10.0.3.Final

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

Данный проект не имеет модулей.

MicroProfile Config - WildFly

WildFly/Thorntail Extension for Eclipse MicroProfile Config, based on the SmallRye Config implementation.

Instructions

mvn clean install

Project structure

  • extension - WildFly Extension that provides the microprofile-config subsystem. It also allows to define ConfigSources that are stored in the subsystem configuration.
  • feature-pack - Feature pack that bundles the extension with the JBoss Modules required to run it in WildFly and Thorntail.
  • dist - A distribution of WildFly with the microprofile-config extension installed (in its standalone-microprofile.xml configuration)
  • config-api - Generation of Thorntail Config API that provides a Java API to manage the microprofile-config subsystem.

Links

io.thorntail

Thorntail

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

Версия
2.7.0
1.9.0
1.8.0
1.7.1
1.7.0
1.6.1
1.6.0
1.5.1
1.5.0