Skip to content

Commit 510048e

Browse files
committed
README: trim stale -parameters block (drop version 3.6.0 hedge and +10K delta)
Was three lines describing the -parameters compiler flag as a recent change "as of version 3.6.0" with a parenthetical noting it added ~10K to the jar. Current is 4.102.0; the version reference is stale and the size delta is no longer interesting against the stable baseline. Kept the substantive fact in one line — readers who care about reflection-based parameter retention still see the signal; everyone else sees a tidier intro.
1 parent 8da18d2 commit 510048e

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,9 @@ A collection of high-performance Java utilities designed to enhance standard Jav
3535
Available on [Maven Central](https://central.sonatype.com/search?q=java-util&namespace=com.cedarsoftware).
3636
This library has <b>no dependencies</b> on other libraries for runtime.
3737
The`.jar`file is `~850K` and works with `JDK 1.8` through `JDK 24`.
38-
The `.jar` file classes are version 52 `(JDK 1.8)`
39-
40-
As of version 3.6.0 the library is built with the `-parameters`
41-
compiler flag. Parameter names are now retained for tasks such as
42-
constructor discovery (increased the jar size by about 10K.)
38+
The `.jar` file classes are version 52 `(JDK 1.8)`. Built with `-parameters`,
39+
so reflection-based tools (constructor discovery, dependency injection,
40+
etc.) see real parameter names.
4341

4442
---
4543

0 commit comments

Comments
 (0)