From cb0c5622b34d97c6534b738295db4bb8634865c5 Mon Sep 17 00:00:00 2001 From: jsajlovic Date: Mon, 31 Jan 2022 01:12:03 +0100 Subject: [PATCH 1/2] Add Maven Central badges Update main readme badges and add relevant badge for each module. --- README.md | 3 ++- nrich-core-api/README.md | 3 +++ nrich-encrypt-api/README.md | 3 +++ nrich-encrypt-spring-boot-starter/README.md | 3 +++ nrich-encrypt/README.md | 2 ++ nrich-excel-api/README.md | 3 +++ nrich-excel-spring-boot-starter/README.md | 3 +++ nrich-excel/README.md | 2 ++ nrich-form-configuration-api/README.md | 3 +++ nrich-form-configuration-spring-boot-starter/README.md | 3 +++ nrich-form-configuration/README.md | 2 ++ nrich-jackson-spring-boot-starter/README.md | 3 +++ nrich-jackson/README.md | 2 ++ nrich-logging-api/README.md | 3 +++ nrich-logging/README.md | 2 ++ nrich-notification-api/README.md | 3 +++ nrich-notification-spring-boot-starter/README.md | 3 +++ nrich-notification/README.md | 2 ++ nrich-registry-api/README.md | 3 +++ nrich-registry-spring-boot-starter/README.md | 3 +++ nrich-registry/README.md | 2 ++ nrich-search-api/README.md | 3 +++ nrich-search-repository-api/README.md | 3 +++ nrich-search-spring-boot-starter/README.md | 3 +++ nrich-search/README.md | 2 ++ nrich-security-csrf-api/README.md | 3 +++ nrich-security-csrf-spring-boot-starter/README.md | 3 +++ nrich-security-csrf/README.md | 2 ++ nrich-spring-boot/README.md | 2 ++ nrich-spring-util/README.md | 2 ++ nrich-validation-api/README.md | 3 +++ nrich-validation-spring-boot-starter/README.md | 3 +++ nrich-validation/README.md | 2 ++ nrich-webmvc-api/README.md | 3 +++ nrich-webmvc-spring-boot-starter/README.md | 3 +++ nrich-webmvc/README.md | 2 ++ 36 files changed, 94 insertions(+), 1 deletion(-) create mode 100644 nrich-core-api/README.md create mode 100644 nrich-encrypt-api/README.md create mode 100644 nrich-encrypt-spring-boot-starter/README.md create mode 100644 nrich-excel-api/README.md create mode 100644 nrich-excel-spring-boot-starter/README.md create mode 100644 nrich-form-configuration-api/README.md create mode 100644 nrich-form-configuration-spring-boot-starter/README.md create mode 100644 nrich-jackson-spring-boot-starter/README.md create mode 100644 nrich-logging-api/README.md create mode 100644 nrich-notification-api/README.md create mode 100644 nrich-notification-spring-boot-starter/README.md create mode 100644 nrich-registry-api/README.md create mode 100644 nrich-registry-spring-boot-starter/README.md create mode 100644 nrich-search-api/README.md create mode 100644 nrich-search-repository-api/README.md create mode 100644 nrich-search-spring-boot-starter/README.md create mode 100644 nrich-security-csrf-api/README.md create mode 100644 nrich-security-csrf-spring-boot-starter/README.md create mode 100644 nrich-validation-api/README.md create mode 100644 nrich-validation-spring-boot-starter/README.md create mode 100644 nrich-webmvc-api/README.md create mode 100644 nrich-webmvc-spring-boot-starter/README.md diff --git a/README.md b/README.md index 35a01c310..78df9efa5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ -[![License](https://img.shields.io/badge/License-Apache%202.0-success.svg)](https://opensource.org/licenses/Apache-2.0) [![Build](https://github.com/croz-ltd/nrich/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/croz-ltd/nrich/actions/workflows/build.yml) +[![License](https://img.shields.io/github/license/croz-ltd/nrich?color=yellow&logo=apache)](https://github.com/croz-ltd/nrich/blob/master/LICENSE) +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-core-api/badge.svg?color=blue)](https://search.maven.org/search?q=net.croz.nrich) # nrich diff --git a/nrich-core-api/README.md b/nrich-core-api/README.md new file mode 100644 index 000000000..b7c9209a3 --- /dev/null +++ b/nrich-core-api/README.md @@ -0,0 +1,3 @@ +# nrich-core-api + +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-core-api/badge.svg?color=blue)](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-core-api) diff --git a/nrich-encrypt-api/README.md b/nrich-encrypt-api/README.md new file mode 100644 index 000000000..fa3c37e25 --- /dev/null +++ b/nrich-encrypt-api/README.md @@ -0,0 +1,3 @@ +# nrich-encrypt-api + +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-encrypt-api/badge.svg?color=blue)](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-encrypt-api) diff --git a/nrich-encrypt-spring-boot-starter/README.md b/nrich-encrypt-spring-boot-starter/README.md new file mode 100644 index 000000000..73f40e8e7 --- /dev/null +++ b/nrich-encrypt-spring-boot-starter/README.md @@ -0,0 +1,3 @@ +# nrich-encrypt-spring-boot-starter + +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-encrypt-spring-boot-starter/badge.svg?color=blue)](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-encrypt-spring-boot-starter) diff --git a/nrich-encrypt/README.md b/nrich-encrypt/README.md index 49b0fecff..8d5d3dd29 100644 --- a/nrich-encrypt/README.md +++ b/nrich-encrypt/README.md @@ -1,5 +1,7 @@ # nrich-encrypt +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-encrypt/badge.svg?color=blue)](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-encrypt) + ## Overview This library can help in situations when sensitive data needs to be encrypted before it is returned (to the client side of a webapp for example) and then decrypted before it is used again. It provides the possibilty of encrypting and decrypting whole objects of data or only parts of them. diff --git a/nrich-excel-api/README.md b/nrich-excel-api/README.md new file mode 100644 index 000000000..883a88b2d --- /dev/null +++ b/nrich-excel-api/README.md @@ -0,0 +1,3 @@ +# nrich-excel-api + +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-excel-api/badge.svg?color=blue)](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-excel-api) diff --git a/nrich-excel-spring-boot-starter/README.md b/nrich-excel-spring-boot-starter/README.md new file mode 100644 index 000000000..720ddc2ec --- /dev/null +++ b/nrich-excel-spring-boot-starter/README.md @@ -0,0 +1,3 @@ +# nrich-excel-spring-boot-starter + +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-excel-spring-boot-starter/badge.svg?color=blue)](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-excel-spring-boot-starter) diff --git a/nrich-excel/README.md b/nrich-excel/README.md index 6a11da515..c0025a3c4 100644 --- a/nrich-excel/README.md +++ b/nrich-excel/README.md @@ -1,5 +1,7 @@ # nrich-excel +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-excel/badge.svg?color=blue)](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-excel) + ## Overview nrich-excel is a library intended to simplify excel report generation for simple reports (i.e. exporting search results). diff --git a/nrich-form-configuration-api/README.md b/nrich-form-configuration-api/README.md new file mode 100644 index 000000000..96f298678 --- /dev/null +++ b/nrich-form-configuration-api/README.md @@ -0,0 +1,3 @@ +# nrich-form-configuration-api + +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-form-configuration-api/badge.svg?color=blue)](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-form-configuration-api) diff --git a/nrich-form-configuration-spring-boot-starter/README.md b/nrich-form-configuration-spring-boot-starter/README.md new file mode 100644 index 000000000..bfa3c4a72 --- /dev/null +++ b/nrich-form-configuration-spring-boot-starter/README.md @@ -0,0 +1,3 @@ +# nrich-form-configuration-spring-boot-starter + +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-form-configuration-spring-boot-starter/badge.svg?color=blue)](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-form-configuration-spring-boot-starter) diff --git a/nrich-form-configuration/README.md b/nrich-form-configuration/README.md index 84034690f..6cf2093d4 100644 --- a/nrich-form-configuration/README.md +++ b/nrich-form-configuration/README.md @@ -1,5 +1,7 @@ # nrich-form-configuration +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-form-configuration/badge.svg?color=blue)](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-form-configuration) + ## Overview nrich-form-configuration is a library intended to provide a way of resolving server side defined constraint to client side. It resolves `jakarta-validation-api` diff --git a/nrich-jackson-spring-boot-starter/README.md b/nrich-jackson-spring-boot-starter/README.md new file mode 100644 index 000000000..34f6e274f --- /dev/null +++ b/nrich-jackson-spring-boot-starter/README.md @@ -0,0 +1,3 @@ +# nrich-jackson-spring-boot-starter + +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-jackson-spring-boot-starter/badge.svg?color=blue)](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-jackson-spring-boot-starter) diff --git a/nrich-jackson/README.md b/nrich-jackson/README.md index 9a7544fcf..2ffb14172 100644 --- a/nrich-jackson/README.md +++ b/nrich-jackson/README.md @@ -1,5 +1,7 @@ # nrich-jackson +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-jackson/badge.svg?color=blue)](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-jackson) + ## Overview nrich-jackson is a library containing that adds additional Jacksons serializers and deserializers that have proved to be useful in projects diff --git a/nrich-logging-api/README.md b/nrich-logging-api/README.md new file mode 100644 index 000000000..5f00c7ad0 --- /dev/null +++ b/nrich-logging-api/README.md @@ -0,0 +1,3 @@ +# nrich-logging-api + +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-logging-api/badge.svg?color=blue)](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-logging-api) diff --git a/nrich-logging/README.md b/nrich-logging/README.md index da8fe6013..efdf33181 100644 --- a/nrich-logging/README.md +++ b/nrich-logging/README.md @@ -1,5 +1,7 @@ # nrich-logging +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-logging/badge.svg?color=blue)](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-logging) + ## Overview nrich-logging is a library that adds logging service for logging errors in a standard format. Logging service can also resolve verbosity and logging levels for each exception diff --git a/nrich-notification-api/README.md b/nrich-notification-api/README.md new file mode 100644 index 000000000..251a6e3cb --- /dev/null +++ b/nrich-notification-api/README.md @@ -0,0 +1,3 @@ +# nrich-notification-api + +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-notification-api/badge.svg?color=blue)](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-notification-api) diff --git a/nrich-notification-spring-boot-starter/README.md b/nrich-notification-spring-boot-starter/README.md new file mode 100644 index 000000000..8e88dc47a --- /dev/null +++ b/nrich-notification-spring-boot-starter/README.md @@ -0,0 +1,3 @@ +# nrich-notification-spring-boot-starter + +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-notification-spring-boot-starter/badge.svg?color=blue)](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-notification-spring-boot-starter) diff --git a/nrich-notification/README.md b/nrich-notification/README.md index 22a038581..eb966e3c7 100644 --- a/nrich-notification/README.md +++ b/nrich-notification/README.md @@ -1,5 +1,7 @@ # nrich-notification +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-notification/badge.svg?color=blue)](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-notification) + ## Overview nrich-notification is a library intended for creation of notifications on server side which are shown on the client side. diff --git a/nrich-registry-api/README.md b/nrich-registry-api/README.md new file mode 100644 index 000000000..20d2e8dc1 --- /dev/null +++ b/nrich-registry-api/README.md @@ -0,0 +1,3 @@ +# nrich-registry-api + +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-registry-api/badge.svg?color=blue)](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-registry-api) diff --git a/nrich-registry-spring-boot-starter/README.md b/nrich-registry-spring-boot-starter/README.md new file mode 100644 index 000000000..b9c86a286 --- /dev/null +++ b/nrich-registry-spring-boot-starter/README.md @@ -0,0 +1,3 @@ +# nrich-registry-spring-boot-starter + +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-registry-spring-boot-starter/badge.svg?color=blue)](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-registry-spring-boot-starter) diff --git a/nrich-registry/README.md b/nrich-registry/README.md index 6a0757d3b..3a37c636f 100644 --- a/nrich-registry/README.md +++ b/nrich-registry/README.md @@ -1,5 +1,7 @@ # nrich-registry +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-registry/badge.svg?color=blue)](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-registry) + ## Overview nrich-registry is a library whose purpose is to make editing of registry entities from client side easier. diff --git a/nrich-search-api/README.md b/nrich-search-api/README.md new file mode 100644 index 000000000..87ed10149 --- /dev/null +++ b/nrich-search-api/README.md @@ -0,0 +1,3 @@ +# nrich-search-api + +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-search-api/badge.svg?color=blue)](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-search-api) diff --git a/nrich-search-repository-api/README.md b/nrich-search-repository-api/README.md new file mode 100644 index 000000000..090ead8aa --- /dev/null +++ b/nrich-search-repository-api/README.md @@ -0,0 +1,3 @@ +# nrich-search-repository-api + +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-search-repository-api/badge.svg?color=blue)](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-search-repository-api) diff --git a/nrich-search-spring-boot-starter/README.md b/nrich-search-spring-boot-starter/README.md new file mode 100644 index 000000000..5de1fb509 --- /dev/null +++ b/nrich-search-spring-boot-starter/README.md @@ -0,0 +1,3 @@ +# nrich-search-spring-boot-starter + +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-search-spring-boot-starter/badge.svg?color=blue)](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-search-spring-boot-starter) diff --git a/nrich-search/README.md b/nrich-search/README.md index d1a253ef1..864b0e0fe 100644 --- a/nrich-search/README.md +++ b/nrich-search/README.md @@ -1,5 +1,7 @@ # nrich-search +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-search/badge.svg?color=blue)](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-search) + ## Overview nrich-search is a library whose purpose is to make querying of JPA entities easier. Motivation for it creation were complex search form diff --git a/nrich-security-csrf-api/README.md b/nrich-security-csrf-api/README.md new file mode 100644 index 000000000..ef60364b7 --- /dev/null +++ b/nrich-security-csrf-api/README.md @@ -0,0 +1,3 @@ +# nrich-security-csrf-api + +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-security-csrf-api/badge.svg?color=blue)](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-security-csrf-api) diff --git a/nrich-security-csrf-spring-boot-starter/README.md b/nrich-security-csrf-spring-boot-starter/README.md new file mode 100644 index 000000000..145d47a9d --- /dev/null +++ b/nrich-security-csrf-spring-boot-starter/README.md @@ -0,0 +1,3 @@ +# nrich-security-csrf-spring-boot-starter + +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-security-csrf-spring-boot-starter/badge.svg?color=blue)](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-security-csrf-spring-boot-starter) diff --git a/nrich-security-csrf/README.md b/nrich-security-csrf/README.md index 138adf8dc..fc723ee3a 100644 --- a/nrich-security-csrf/README.md +++ b/nrich-security-csrf/README.md @@ -1,5 +1,7 @@ # nrich-security-csrf +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-security-csrf/badge.svg?color=blue)](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-security-csrf) + ## Overview nrich-security-csrf is a library intended for CSRF protection. It generates a initial token from parameter initial token url and later expects token to be present in each request either diff --git a/nrich-spring-boot/README.md b/nrich-spring-boot/README.md index fc837a5ac..d49d606b1 100644 --- a/nrich-spring-boot/README.md +++ b/nrich-spring-boot/README.md @@ -1,5 +1,7 @@ # nrich-spring-boot +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-spring-boot/badge.svg?color=blue)](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-spring-boot) + ## Overview nrich-encrypt is a library containing add-ons on Spring Boot framework. Currently, no additional configuration is needed, just adding the library as dependency is enough. diff --git a/nrich-spring-util/README.md b/nrich-spring-util/README.md index 406f29e04..83efeb7ff 100644 --- a/nrich-spring-util/README.md +++ b/nrich-spring-util/README.md @@ -1,5 +1,7 @@ # nrich-spring-util +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-spring-util/badge.svg?color=blue)](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-spring-util) + ## Overview nrich-encrypt is a library containing add-ons on Spring framework. Currently, no additional configuration is needed, just adding the library as dependency is enough. diff --git a/nrich-validation-api/README.md b/nrich-validation-api/README.md new file mode 100644 index 000000000..8a8f01a1c --- /dev/null +++ b/nrich-validation-api/README.md @@ -0,0 +1,3 @@ +# nrich-validation-api + +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-validation-api/badge.svg?color=blue)](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-validation-api) diff --git a/nrich-validation-spring-boot-starter/README.md b/nrich-validation-spring-boot-starter/README.md new file mode 100644 index 000000000..9a742c622 --- /dev/null +++ b/nrich-validation-spring-boot-starter/README.md @@ -0,0 +1,3 @@ +# nrich-validation-spring-boot-starter + +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-validation-spring-boot-starter/badge.svg?color=blue)](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-validation-spring-boot-starter) diff --git a/nrich-validation/README.md b/nrich-validation/README.md index 3e13b9dd2..dbdaa0705 100644 --- a/nrich-validation/README.md +++ b/nrich-validation/README.md @@ -1,5 +1,7 @@ # nrich-validation +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-validation/badge.svg?color=blue)](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-validation) + ## Overview nrich-validation is a library intended to add additional `jakarta.validation-api` constraints that have proved to be useful on projects. diff --git a/nrich-webmvc-api/README.md b/nrich-webmvc-api/README.md new file mode 100644 index 000000000..0190a8b0d --- /dev/null +++ b/nrich-webmvc-api/README.md @@ -0,0 +1,3 @@ +# nrich-webmvc-api + +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-webmvc-api/badge.svg?color=blue)](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-webmvc-api) diff --git a/nrich-webmvc-spring-boot-starter/README.md b/nrich-webmvc-spring-boot-starter/README.md new file mode 100644 index 000000000..1b83716f1 --- /dev/null +++ b/nrich-webmvc-spring-boot-starter/README.md @@ -0,0 +1,3 @@ +# nrich-webmvc-spring-boot-starter + +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-webmvc-spring-boot-starter/badge.svg?color=blue)](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-webmvc-spring-boot-starter) diff --git a/nrich-webmvc/README.md b/nrich-webmvc/README.md index b4e739325..b4ed6465c 100644 --- a/nrich-webmvc/README.md +++ b/nrich-webmvc/README.md @@ -1,5 +1,7 @@ # nrich-webmvc +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-webmvc/badge.svg?color=blue)](https://maven-badges.herokuapp.com/maven-central/net.croz.nrich/nrich-webmvc) + ## Overview nrich-webmvc library provides additional functionality built on top of Spring Web MVC framework. Its main purpose is exception handling through From 7d5c1fca32e840f16444dfec2402de1f7a378d21 Mon Sep 17 00:00:00 2001 From: jsajlovic Date: Mon, 31 Jan 2022 16:31:28 +0100 Subject: [PATCH 2/2] Fix some readme descriptions and comments --- build.gradle | 2 +- nrich-spring-boot/README.md | 2 +- nrich-spring-util/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 644c34a57..9337ade9d 100644 --- a/build.gradle +++ b/build.gradle @@ -118,7 +118,7 @@ subprojects { } signing { - // The gpg private needs to be stored in ascii-armored format + // The gpg private key needs to be stored in ascii-armored format useInMemoryPgpKeys(System.getenv("GPG_PRIVATE_KEY"), System.getenv("GPG_PASSPHRASE")) sign publishing.publications.mavenJava } diff --git a/nrich-spring-boot/README.md b/nrich-spring-boot/README.md index d49d606b1..d53fb2576 100644 --- a/nrich-spring-boot/README.md +++ b/nrich-spring-boot/README.md @@ -4,7 +4,7 @@ ## Overview -nrich-encrypt is a library containing add-ons on Spring Boot framework. Currently, no additional configuration is needed, just adding the library as dependency is enough. +nrich-spring-boot is a library containing add-ons on Spring Boot framework. Currently, no additional configuration is needed, just adding the library as dependency is enough. This library contains only `ConditionalOnPropertyNotEmpty` annotation (for now). It is used to register beans only when property is not empty, it supports strings, list of strings and lists of objects. diff --git a/nrich-spring-util/README.md b/nrich-spring-util/README.md index 83efeb7ff..3f1b312c1 100644 --- a/nrich-spring-util/README.md +++ b/nrich-spring-util/README.md @@ -4,7 +4,7 @@ ## Overview -nrich-encrypt is a library containing add-ons on Spring framework. Currently, no additional configuration is needed, just adding the library as dependency is enough. +nrich-spring-util is a library containing add-ons on Spring framework. Currently, no additional configuration is needed, just adding the library as dependency is enough. This library contains only `ApplicationContextHolder` util class that provides access to `ApplicationContext` in static context. objects.