Files
vavr/vavr.changes

66 lines
2.5 KiB
Plaintext

-------------------------------------------------------------------
Thu Jul 3 16:15:52 UTC 2025 - Fridrich Strba <fstrba@suse.com>
- Put the module-info.class files into the root of the jar files
-------------------------------------------------------------------
Thu Mar 27 21:29:00 UTC 2025 - Fridrich Strba <fstrba@suse.com>
- Fix javadoc generation with javadoc:aggregate
-------------------------------------------------------------------
Sun Feb 2 05:34:07 UTC 2025 - Anton Shvetz <shvetz.anton@gmail.com>
- Update to v0.10.5
* Changes
+ Replace synchronization by Lock in FutureImpl
+ Replace synchronized by Lock in Future#find
+ Replace synchronized by lock in functions generator
+ Remove outdated comment
+ Fix
CheckedRunnableTest#shouldApplyAnUncheckedFunctionThatThrows
-------------------------------------------------------------------
Fri Jan 17 19:59:44 UTC 2025 - Anton Shvetz <shvetz.anton@gmail.com>
- Update to v0.10.5
* Changes
+ Qualify all yield() calls
+ Fix Array.appendAll() arraycopy type mismatch
+ Performance improvement for List::unfold, List::unfoldLeft
+ Traversable.zipWithIndex() javadoc fix
+ Faster LinkedHashMap by tail()
+ Actual faster LinkedHashSet tail
+ Faster LinkedHashSet head()
+ minor: make private class final with default constructor
+ Replace synchronized method/block with reentrant lock
+ Update Scala to 3.5
+ Suppress Tuple elements serialization warning
+ Suppress various serialization warnings
+ Don't reference ThreadDeath directly due to its future
removal
+ Fix remaining Java Serialization issues with JDK21
+ Full Java Platform Module System support for Java 9+
+ Various JavaDoc fixes
- Add build dependency on mvn(org.moditect:moditect-maven-plugin)
-------------------------------------------------------------------
Thu Oct 26 05:59:54 UTC 2023 - Fridrich Strba <fstrba@suse.com>
- Do not break build on compiler warnings
-------------------------------------------------------------------
Tue Oct 3 08:47:32 UTC 2023 - Fridrich Strba <fstrba@suse.com>
- Remove dependency on scala-maven-plugin
-------------------------------------------------------------------
Tue Sep 12 18:20:58 UTC 2023 - Fridrich Strba <fstrba@suse.com>
- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp
-------------------------------------------------------------------
Sun Apr 9 23:27:14 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
- Initial packaging with v0.10.4