This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch maintenance
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-json.git
The following commit(s) were added to refs/heads/maintenance by this push:
new 61ebab5 Remove references to outdated tools
61ebab5 is described below
commit 61ebab5533ebc5fdc352717417de045fed446ea3
Author: Robert Munteanu <[email protected]>
AuthorDate: Tue Mar 19 14:06:39 2024 +0100
Remove references to outdated tools
---
README.md | 21 ++++++---------------
1 file changed, 6 insertions(+), 15 deletions(-)
diff --git a/README.md b/README.md
index 5b50391..c03ac4d 100644
--- a/README.md
+++ b/README.md
@@ -6,25 +6,16 @@ The Sling JSON library provides json support.
Getting Started
===============
-This component uses a Maven 2 (http://maven.apache.org/) build
-environment. It requires a Java 5 JDK (or higher) and Maven
(http://maven.apache.org/)
-2.0.7 or later. We recommend to use the latest Maven version.
+This component uses a Maven (http://maven.apache.org/) build
+environment. It requires a Java 8 JDK (or higher) and Maven
(http://maven.apache.org/)
+version 3 or later. We recommend to use the latest Maven version.
-If you have Maven 2 installed, you can compile and
+If you have Maven installed, you can compile and
package the jar using the following command:
mvn package
-See the Maven 2 documentation for other build features.
-
-The latest source code for this component is available in the
-Subversion (http://subversion.tigris.org/) source repository of
-the Apache Software Foundation. If you have Subversion installed,
-you can checkout the latest source using the following command:
-
- svn checkout http://svn.apache.org/repos/asf/sling/trunk/commons/json
-
-See the Subversion documentation for other source control features.
+See the Maven documentation for other build features.
Manual changes applied to the library
=====================================
@@ -37,4 +28,4 @@ Manual changes applied to the library
- JSONWriter: add missing methods isTidy/setTidy
- make the following classes package-private, as those were not present in
the initial version of this library: JSONML, JSONMLParserConfioguration,
Property, JSONPointer, JSONPointerException, XMLParserConfiguration,
XMLXsiTypeConverter, JSONParserConfiguration
- check for newly added classes that add features to the json-java library,
whereas we do not want to add them to the API of this library
-- build using mvn clean install, ensure that no more breaking changes are
present with mvn bundle:baseline
\ No newline at end of file
+- build using mvn clean install, ensure that no more breaking changes are
present with mvn bundle:baseline