From 70afa7332e245fa6e67907bff78c3519cc99a527 Mon Sep 17 00:00:00 2001 From: Sander Verbruggen Date: Tue, 12 May 2026 15:04:46 +0200 Subject: [PATCH] Add deprecation notice to README Added a deprecation notice indicating the repository will be archived and no new versions will be released. Signed-off-by: Sander Verbruggen --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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.