Skip to content

Commit 6d0c166

Browse files
committed
slightly improve README
1 parent ec03b6f commit 6d0c166

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.adoc

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
Hibernate ORM is a library providing Object/Relational Mapping (ORM) support
2-
to applications, libraries, and frameworks.
1+
Hibernate ORM is a powerful object/relational mapping solution for Java, and makes it easy to develop persistence logic for applications, libraries, and frameworks.
32

4-
It also provides an implementation of the JPA specification, which is the standard Java specification for ORM.
3+
Hibernate implements JPA, the standard API for object/relational persistence in Java, but also offers an extensive set of features and APIs which go beyond the specification.
54

6-
This is the repository of its source code; see https://hibernate.org/orm/[Hibernate.org] for additional information.
5+
See https://hibernate.org/orm/[Hibernate.org] for more information.
76

87
image:https://ci.hibernate.org/job/hibernate-orm-pipeline/job/main/badge/icon[Build Status,link=https://ci.hibernate.org/job/hibernate-orm-pipeline/job/main/]
98
image:https://img.shields.io/badge/Revved%20up%20by-Gradle%20Enterprise-06A0CE?logo=Gradle&labelColor=02303A[link=https://ge.hibernate.org/scans]
@@ -18,7 +17,7 @@ for its CI needs. See
1817

1918
== Building from sources
2019

21-
The build requires at least Java 11 JDK.
20+
The build requires at least Java 11 and at most Java 17.
2221

2322
Hibernate uses https://gradle.org[Gradle] as its build tool. See the _Gradle Primer_ section below if you are new to
2423
Gradle.

0 commit comments

Comments
 (0)