https://github.com/wildfly/jboss-invocation
JBoss Invocation API
https://github.com/wildfly/jboss-invocation
Last synced: 9 months ago
JSON representation
JBoss Invocation API
- Host: GitHub
- URL: https://github.com/wildfly/jboss-invocation
- Owner: wildfly
- License: apache-2.0
- Created: 2011-01-22T00:51:11.000Z (over 15 years ago)
- Default Branch: main
- Last Pushed: 2025-05-07T09:45:50.000Z (about 1 year ago)
- Last Synced: 2025-05-18T19:07:46.950Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 600 KB
- Stars: 15
- Watchers: 13
- Forks: 25
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
## JBoss Invocation
JBoss Invocation is an efficient Java proxies generation library used by many subsytems in [WildFly](https://github.com/wildfly/wildfly) project.
## 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
## Issue tracker
All issues can be reported at https://github.com/jbossas/jboss-invocation/issues
## Code
All code can be found at https://github.com/jbossas/jboss-invocation
## License
All code distributed under [ASL 2.0](LICENSE.txt).