KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
remoting-jmx
★ 10
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
freerev-server-sdk
:
Freebox Revolution Server nodejs SDK
bowler
:
Makes Foreman work better on large service-oriented apps
erlxslt
:
Erlang xslt processor with pool and lightweight xml serializer (from lists and proplists).
Form-Editor
:
A chrome extension for editing custom request(GET or POST) to web server.
refreshmunich.github.io
:
The official Refresh website
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
remoting-jmx
?
Download (.md)
# Remoting JMX A project to provide the integration required to expose JMX over Remoting 3 connections. Issues with this library are tracked in the following Jira location: - https://issues.jboss.org/browse/REMJMX The following branches are currently in use: * 3.0.x - Shared by JBoss EAP 7.4 and JBoss EAP 8.0 * 3.1.x - Used by WildFly until WildFly 37, used to maintain JBoss EAP 8.0 * 3.2.x - Upstream development and maintenance branch When submitting PRs please submit to most relevant branch only, as maintenance releases are prepared we will also merge to the upstream branches. ## Building This project requires Java 17 as a minimum as well as Apache Maven and can be built with the following command: mvn install