File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,10 @@ Status
3131
3232The API is stable and is not expected to change.
3333
34+ Version 2.0.0 and higher require Java 17 or higher and is modularized with
35+ module name ` org.firebirdsql.decimal ` . Version 1.0.2 requires Java 7 or higher,
36+ and declares the automatic module name ` org.firebirdsql.decimal ` .
37+
3438Goals
3539-----
3640
@@ -45,8 +49,6 @@ Specifically supported are byte representations of:
4549
4650Other formats (arbitrary precision decimal) are not planned to be supported.
4751
48- For the time being, the minimum supported Java version is Java 7.
49-
5052Non-goals
5153---------
5254
@@ -153,4 +155,4 @@ References
153155 - [ The decNumber Library] ( http://speleotrove.com/decimal/decnumber.html )
154156- [ Firebird 4.0 Release Notes] ( https://www.firebirdsql.org/file/documentation/release_notes/html/en/4_0/rlsnotes40.html )
155157
156-
158+ SPDX-License-Identifier: MIT
You can’t perform that action at this time.
0 commit comments