diff --git a/README.md b/README.md index 4230950..50895b0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ +# !! Deprecation notice !! + +- This repo will be archived in the near future. +- No new versions will be released here + +----- + # GXF Java utilities This repository contains utility libraries for GXF java applications. @@ -170,4 +177,4 @@ Library for signing OSLP messages and for verification of signed OSLP messages w The keys can be provided through the KeyProvider interface, which can be implemented to provide custom key retrieval logic. The SigningUtil class use the security provider `SunRsaSign` and the algorithm `SHA256withRSA` as defaults. -Autoconfiguration is available for Spring Boot applications to change these defaults. \ No newline at end of file +Autoconfiguration is available for Spring Boot applications to change these defaults.