mirror of https://github.com/sbt/sbt.git
4.7 KiB
4.7 KiB
Fixes
- Fixes triggered execution's resource leak by caching the watch service. #3999 by @eatkins
- Fixes classloader classloader inheriting the dependencies of Scala compiler during
runzinc#505 by @eed3si9n - Fixes forked test concurrency issue. #4030 by @eatkins
- Fixes
newcommand leaving behind target directory #4033 by @eed3si9n - Fixes handling on null Content-Type. lm214 by @staale
- Fixes null handling of
managedChecksumsinivySettingsfile. lm#218 by @IanGabes - Adds
sbt.boot.lockas a JVM property to opt-out of locking. #3927 by @dwijnand - Provides
SBT_GLOBAL_SERVER_DIRenv var as a workaround to long socket file path on UNIX. #3932 by @dwijnand - Fixes forked runs reporting noisy "Stream closed" exception. #3970 by @retronym
- Fixes test compilation not getting included in VS Code save trigger. #4022 by @tmiyamon
- Fixes sbt server responding with string id when number id passed. #4025 by @tiqwab
- Fixes
getDecoderin Analysis format zinc#502 by @jilen - Fixes equal / hashCode inconsistencies around Array. zinc#513 by @eed3si9n
- Whitelists
java9-rt-ext- outputin rt export process lp#211 by @eatkins - Fixes JDK version detection. lp#219 by @eed3si9n and @2m
- Fixes quoting in Windows bat file. lp#220 by @ForNeVeR
- Fixes
-errornot supressing startup logs. #4036 by @eed3si9n
Improvements
- Performance optimization around logging. util#152 by @retronym
- Performance fix by caching the hashCode of
Configuration. lm#213 by @retronym - Returns error code
-33000Lon sbt server when a command fails. #3991 by @dwijnand - Allows wildcards in organization and artifact. #215 by @dhs3000
- Updates to latest Jsch to support stronger key exchange algorithms. lm#217 by @ryandbair
- Fixes preloading of compiler bridge. lp#222 by @analytically