mirror of https://github.com/sbt/sbt.git
2.7 KiB
2.7 KiB
This is a hotfix release for sbt 1.0.x series.
Bug fixes
- Fixes undercompilation of value classes when the underlying type changes. zinc#444 by @smarter
- Fixes
ArrayIndexOutOfBoundsExceptionon Ivy when running on Java 9. ivy#27 by @xuwei-k - Fixes Java 9 warning by upgrading to launcher 1.0.2. ivy#26/launcher#45 by @dwijnand
- Fixes
runoutputing debug level logs. #3655/#3717 by @cunei - Fixes performance regression caused by classpath hashing. zinc#452 by @jvican
- Fixes performance regression of
testQuick. #3680/#3720 by @OlegYch - Disables Ivy log4j caller location calculation for performance regression reported in #3711. util#132 by @leonardehrenfried
- Works around Scala compiler's
templateStats()not being thread-safe. #3743 by @cunei - Fixes "Attempting to overwrite" error message. lm#174 by @dwijnand
- Fixes incorrect eviction warning message. lm#179 by @xuwei-k
- Registers Ivy protocol only for
http:andhttps:to be more plugin friendly. lm183 by @tpunder
Enhancement
Internal
-
Improves Zinc scripted testing. [zinc440][zinc#440] by @jvican