WildFly: MicroProfile Config

Thorntail: Parent

License

License

AL2
Categories

Categories

WildFly Container Application Servers config Application Layer Libs Configuration
GroupId

GroupId

io.thorntail
ArtifactId

ArtifactId

microprofile-config-wildfly
Last Version

Last Version

2.7.0
Release Date

Release Date

Type

Type

pom
Description

Description

WildFly: MicroProfile Config
Thorntail: Parent
Project Organization

Project Organization

JBoss by Red Hat
Source Code Management

Source Code Management

https://github.com/thorntail/microprofile-config-wildfly/

Download microprofile-config-wildfly

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • extension
  • feature-pack
  • dist
  • testsuite
  • config-api

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

Versions

Version
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