Add: Vault
This commit is contained in:
@ -172,10 +172,10 @@ A curated list of awesome Java frameworks, libraries and software.
|
|||||||
* [Auto](https://github.com/google/auto) - Generates factory, service, and value classes.
|
* [Auto](https://github.com/google/auto) - Generates factory, service, and value classes.
|
||||||
* [FreeBuilder](https://github.com/google/FreeBuilder) - Automatically generates the Builder pattern.
|
* [FreeBuilder](https://github.com/google/FreeBuilder) - Automatically generates the Builder pattern.
|
||||||
* [Immutables](http://immutables.github.io/) - Annotation processors to generate simple, safe and consistent value objects.
|
* [Immutables](http://immutables.github.io/) - Annotation processors to generate simple, safe and consistent value objects.
|
||||||
|
* [JavaPoet](https://github.com/square/javapoet) - API to generate source files.
|
||||||
* [JHipster](https://github.com/jhipster/generator-jhipster) - Yeoman source code generator for Spring Boot and AngularJS.
|
* [JHipster](https://github.com/jhipster/generator-jhipster) - Yeoman source code generator for Spring Boot and AngularJS.
|
||||||
* [Joda-Beans](http://www.joda.org/joda-beans/) - Small framework that adds queryable properties to Java, enhancing JavaBeans.
|
* [Joda-Beans](http://www.joda.org/joda-beans/) - Small framework that adds queryable properties to Java, enhancing JavaBeans.
|
||||||
* [Lombok](https://projectlombok.org/) - Code generator that aims to reduce verbosity.
|
* [Lombok](https://projectlombok.org/) - Code generator that aims to reduce verbosity.
|
||||||
* [JavaPoet](https://github.com/square/javapoet) - API to generate source files.
|
|
||||||
|
|
||||||
## Command-line Argument Parsers
|
## Command-line Argument Parsers
|
||||||
|
|
||||||
@ -557,8 +557,8 @@ A curated list of awesome Java frameworks, libraries and software.
|
|||||||
* [Modernizer](https://github.com/andrewgaul/modernizer-maven-plugin) - Detect uses of legacy Java APIs.
|
* [Modernizer](https://github.com/andrewgaul/modernizer-maven-plugin) - Detect uses of legacy Java APIs.
|
||||||
* [OpenRefine](http://openrefine.org/) - Tool for working with messy data: cleaning, transforming, extending it with web services and linking it to databases.
|
* [OpenRefine](http://openrefine.org/) - Tool for working with messy data: cleaning, transforming, extending it with web services and linking it to databases.
|
||||||
* [Polyglot for Maven](https://github.com/takari/polyglot-maven/) - Extensions for Maven 3.3.1+ that allows writing the POM model in dialects other than XML.
|
* [Polyglot for Maven](https://github.com/takari/polyglot-maven/) - Extensions for Maven 3.3.1+ that allows writing the POM model in dialects other than XML.
|
||||||
* [TypeTools](https://github.com/jhalterman/typetools) - Tools for resolving generic types.
|
|
||||||
* [Togglz](https://www.togglz.org/) - Implementation of the Feature Toggles pattern.
|
* [Togglz](https://www.togglz.org/) - Implementation of the Feature Toggles pattern.
|
||||||
|
* [TypeTools](https://github.com/jhalterman/typetools) - Tools for resolving generic types.
|
||||||
|
|
||||||
## Microservice
|
## Microservice
|
||||||
|
|
||||||
@ -740,6 +740,7 @@ A curated list of awesome Java frameworks, libraries and software.
|
|||||||
* [OACC](http://oaccframework.org/) - Provides permission-based authorization services.
|
* [OACC](http://oaccframework.org/) - Provides permission-based authorization services.
|
||||||
* [pac4j](https://github.com/pac4j/pac4j) - Security engine.
|
* [pac4j](https://github.com/pac4j/pac4j) - Security engine.
|
||||||
* [PicketLink](http://picketlink.org/) - Umbrella project for security and identity management.
|
* [PicketLink](http://picketlink.org/) - Umbrella project for security and identity management.
|
||||||
|
* [Vault](https://www.vaultproject.io/) - Secures, stores, and tightly controls access to tokens, passwords, certificates, API keys, and other secrets. It handles leasing, key revocation, key rolling, and auditing. Through a unified API, users can access an encrypted Key/Value store and network encryption-as-a-service, or generate AWS IAM/STS credentials, SQL/NoSQL databases, X.509 certificates, SSH credentials, and more.
|
||||||
|
|
||||||
## Serialization
|
## Serialization
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user