From 5ba4bb2e8ef0267d6b3668e21c9b2f313844ad4b Mon Sep 17 00:00:00 2001 From: Sergey Grigoriev Date: Thu, 19 Dec 2024 08:38:49 +0100 Subject: [PATCH] feat: README.md updated Refs: #232 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2a85ed8..658c186 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,12 @@ An extension which inherits from this generic extension will automatically get f * API to serialize/deserialize XML data (`JAXBUtils`) * REST application and end points giving access to settings functionality described above as well as access to extension information and version * Swagger UI page listing information about REST API provided +* Some utility classes and methods to simplify development of new extensions +* Some test classes to simplify testing of new extensions using JUnit and Mockito + +> [!IMPORTANT] +> Starting from version 8.0.0 only latest version of Polarion is supported. +> Right now it is Polarion 2410. ## How to use