1.1.0-RC2
Pre-release
Pre-release
Merged Pull Requests since 1.1.0-RC1
- Rebootstrap on 1.1.0-RC1 by @lihaoyi in #6113
- Re-enable compile-time errors by @lihaoyi in #6119
- Improve example zips by @lihaoyi in #6122
- Cleanup bootstrap scripts by @lihaoyi in #6117
- Use zinc worker for DiscoverTestMain and GetTestTasks by @lihaoyi in #6125
- Move Junit5 test discovery to zinc worker by @lihaoyi in #6127
- WIP Cleanup zinc server by @lihaoyi in #6128
- More minor cleanup for zinc worker by @lihaoyi in #6130
- Android variant dependency resolution by @vaslabs in #6124
- More zinc worker cleanup by @lihaoyi in #6131
- Run Mill with
-Dfile.encoding=UTF-8by default to try and fix windows unicode issues by @lihaoyi in #6135 - Improve handling of cancellation daemon shutdown in the presence of multiple connected launchers by @lihaoyi in #6136
- Cleanup code related to testing concurrent spawned processes by @lihaoyi in #6137
- Fixes and doc improvements by @lihaoyi in #6143
millBinPlatformshould be1for1.1.0-RCxby @lolgab in #6134- Replace unicode pipe with non-unicode pipe to mitigate windows terminal issues by @lihaoyi in #6147
- Adding coverage validation at build time. by @monksy in #6132
- Avoid using
super.mvnDepsin most examples by @lihaoyi in #6149 - Warn if workers do not extend AutoCloseable by @lihaoyi in #6151
- Remove test discovery fast path in
TestModuleUtilby @lihaoyi in #6152 - Make selective execution trigger when Mill version or JVM version is changed by @lihaoyi in #6150
- Fix logic error by @lefou in #6154
- Return imports from BuildWriter.imports, avoid mutating parameters by @lefou in #6140
- Make
.mill.yamlcode generation go throughbuildOverridescode path like everyone else by @lihaoyi in #6155 - Make selective execution trigger on changes to build overrides by @lihaoyi in #6158
- Reorganize spring-boot docs by @lihaoyi in #6160
- Fixed compilation error in BomModule example by @ajaychandran in #6161
- Remove unnecessary
rm build.millfrom migration docs by @lihaoyi in #6163 - Preserve YAML parse offsets in generated YAML by @lihaoyi in #6164
- Android: move AndroidBuildConfig to AndroidModule by @souvlakias in #6145
- Move build-override handling back into evaluator by @lihaoyi in #6167
- Android: Add
-no-metricsflag to emulator by @souvlakias in #6144 - JavaModule: Annotation Processor API by @vaslabs in #6168
- Spring boot servlet websocket example with test using reactive spring boot api by @vaslabs in #6099
- Use a compiler plugin to generate
Task.Stubs automatically by @lihaoyi in #6170 - Update commons-io to 2.21.0 by @lefou in #6175
- Update classgraph to 4.8.184 by @lefou in #6176
- Update semanticdb for scalac to 4.14.1 and java to 0.11.1 by @lefou in #6173
- Update Ammonite to 3.0.4 by @lefou in #6171
- Add AutoClosable to SpringBootTools worker by @lefou in #6179
- Update sonatype-central-client to 0.6.0 by @lefou in #6174
- Update asm to 9.9 by @lefou in #6172
- Consolidate error reporting for module overrides by @lihaoyi in #6180
- Tweaks to spring boot docs by @lihaoyi in #6181
- Make Java Jetty example use config-based syntax by @lihaoyi in #6182
- Add
Library Dependenciessection toconfig.adoc, mirroring the top-level page for programmatic config by @lihaoyi in #6183 - Fix watching of source folders defined in
build.mill.yamlfiles by @lihaoyi in #6184 - Minor cleanups around
MillMain0by @lihaoyi in #6185 - Improvements to command-line logging by @lihaoyi in #6186
- Compact task log headers to share the same line as the first line of logs by @lihaoyi in #6187
- Put back printing of exclusive task names by @lihaoyi in #6189
- Misc cleanups by @lihaoyi in #6190
- Rebootstrap by @lihaoyi in #6193
- Avoid printing log prefix when continuing an earlier incomplete line in PromptLogger by @lihaoyi in #6195
- More aggressively skip files when discovering scripts for BSP import by @lihaoyi in #6194
- Support
ScalaModule.consoletask for Scala 3.8+ by @lefou in #6197 - Document Scala nightly usage by @lefou in #6196
- Fix parsing/rendering of compile errors when the code snippet contains a
|by @lihaoyi in #6198
New Contributors
Full Changelog: 1.1.0-RC1...1.1.0-RC2