Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
org.revapi:revapi-reporter-text
Advanced tools
Super simple Revapi reporter outputting a textual representation of the differences to a file or on standard output. Takes Freemarker templates for formatting the output.
= Revapi :toc:
image:https://github.com/revapi/revapi/actions/workflows/build.yml/badge.svg[Build Status, link=https://github.com/revapi/revapi/actions/workflows/build.yml] image:https://codecov.io/github/revapi/revapi/coverage.svg?branch=main[Code Coverage,link=https://codecov.io/github/revapi/revapi?branch=main]
https://revapi.org[Revapi] is a tool for API analysis and change tracking.
== Summary
While Revapi is designed to be extensible and in theory should support API checks in other languages than Java (not just programming languages but anything that can be decomposed to a tree structure) the only extension in existence today is the Java API checker.
The main distinguishing features of the Java API checker include:
Other features:
== Building
This is a maven project, so to build you simply:
mvn install
== Usage
Revapi can be invoked in a couple of ways. It can be used as a standalone program, as a maven plugin or it can also be embedded in your application and used as a library.
=== Standalone
https://revapi.org/revapi-site/downloads.html[Download] the standalone distribution zip and
unzip revapi-XXX-standalone.zip cd revapi-XXX-standalone ./revapi.sh
Read the usage info and go.
=== Maven
=== Gradle
The Gradle plugin available for Revapi at https://plugins.gradle.org/plugin/org.revapi.revapi-gradle-plugin and it is maintained under https://github.com/revapi/gradle-revapi
buildscript { repositories { maven { url = uri("https://plugins.gradle.org/m2/") } } dependencies { classpath("org.revapi:gradle-revapi:x.y.z") } }
=== Embedding
Revapi revapi = Revapi.builder().withAllExtensionsFromThreadContextClassLoader().build();
AnalysisContext analysisContext = AnalysisContext.builder() .withOldAPI(API.of(...)) .withNewAPI(API.of(...)) .withConfigurationFromJSON("json").build();
== Extending Revapi
See the https://revapi.org/revapi/architecture.html[site] for more info.
== Getting in touch
Mastodon:: https://botsin.space/@revapi[+@revapi@botsin.space+] Twitter:: https://twitter.com/revapi_org[@revapi_org] Matrix:: #revapiorg:matrix.org Mailing list:: https://groups.google.com/forum/#!forum/revapi[revapi@googlegroups.com] Issues:: https://github.com/revapi/revapi/issues Code:: https://github.com/revapi/
FAQs
Super simple Revapi reporter outputting a textual representation of the differences to a file or on standard output. Takes Freemarker templates for formatting the output.
We found that org.revapi:revapi-reporter-text demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.