Skip to content

Commit

Permalink
Merge pull request #32 from sudeshnas93/WFDISC-43
Browse files Browse the repository at this point in the history
Add README to WildFly-Discovery
  • Loading branch information
tadamski committed Feb 27, 2023
2 parents fd1b9d0 + 20949a6 commit 206d271
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
WildFly Discovery
============

This project facilitates the location of services based on abstract descriptors. It consists of a service type and a filter specification.
Current maven coordinates of the project is defined as
`<groupId>org.wildfly.discovery</groupId>
<artifactId>wildfly-discovery-client</artifactId>
<version>1.2.2.Final-SNAPSHOT</version>`

Each discovery API instance is associated with discovery providers which are able to
provide answers to discovery queries.

Building
-------------------

Prerequisites:

* JDK 11 or newer - check `java -version`
* Maven 3.6.0 or newer - check `mvn -v`

To build with your own Maven installation:

> mvn install
Contributing
------------------

Find issues here: https://issues.jboss.org/browse/WFDISC

Relevant Documentation
------------------

http://docs.wildfly.org/14/Client_Guide.html

0 comments on commit 206d271

Please sign in to comment.