Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add README to WildFly-Discovery #32

Merged
merged 1 commit into from
Feb 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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