Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@adpi2
Copy link
Member

@adpi2 adpi2 commented Dec 17, 2025

Parsing of Javadoc output fails because of unknown info logs:

Building index for all the packages and classes...
Standard Doclet version 21.0.4+7-LTS
Building tree for all the packages and classes...
Generating /foo/bar/MyClass.html...

This PR fixes the issue by excluding those logs from parsing in JavaErrorParser.

@adpi2 adpi2 changed the title Skip parsing Javadoc info logs [1.x] Skip parsing Javadoc info logs Dec 17, 2025
@eed3si9n eed3si9n merged commit 758b31c into sbt:1.12.x Dec 17, 2025
18 checks passed
mergify bot added a commit to slick/slick that referenced this pull request Jan 5, 2026
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [sbt/sbt](https://redirect.github.com/sbt/sbt) | minor | `1.11.7` →
`1.12.0` |

---

### Release Notes

<details>
<summary>sbt/sbt (sbt/sbt)</summary>

###
[`v1.12.0`](https://redirect.github.com/sbt/sbt/releases/tag/v1.12.0):
1.12.0

[Compare
Source](https://redirect.github.com/sbt/sbt/compare/v1.11.7...v1.12.0)

#### changes with compatibility implications

- `dependencyTree` displays internal config, which includes `Provided`
by [@&#8203;eed3si9n](https://redirect.github.com/eed3si9n) in
[#&#8203;8359](https://redirect.github.com/sbt/sbt/pull/8359)
- Scaladoc now requires `Compile / doc / compilers` scoped to `doc` task

#### 🚀 updates

- Adds Scala 3.8 REPL support by
[@&#8203;eed3si9n](https://redirect.github.com/eed3si9n) in
[#&#8203;8349](https://redirect.github.com/sbt/sbt/pull/8349)
- Show warnings when `scalaVersion` is missing by
[@&#8203;eed3si9n](https://redirect.github.com/eed3si9n) in
[#&#8203;8432](https://redirect.github.com/sbt/sbt/pull/8432)
- deps: Update to Scala 2.12.21 by
[@&#8203;xuwei-k](https://redirect.github.com/xuwei-k) in
[#&#8203;8407](https://redirect.github.com/sbt/sbt/pull/8407)
- BSP: Returns build targets sources from
`buildTarget/dependencySources` request by
[@&#8203;azdrojowa123](https://redirect.github.com/azdrojowa123) in
[#&#8203;8415](https://redirect.github.com/sbt/sbt/pull/8415)
- Adds `JDK_JAVA_OPTIONS` support in the `sbt` runner by
[@&#8203;sideeffffect](https://redirect.github.com/sideeffffect) in
[#&#8203;8413](https://redirect.github.com/sbt/sbt/pull/8413)
- Updates `semanticdbVersion` to 4.14.1 by
[@&#8203;xuwei-k](https://redirect.github.com/xuwei-k) in
[#&#8203;8342](https://redirect.github.com/sbt/sbt/pull/8342)

#### 🐛 bug fixes

- fix: Parses `*.sbt` files with `-Xsource:3` by
[@&#8203;eed3si9n](https://redirect.github.com/eed3si9n) in
[#&#8203;8368](https://redirect.github.com/sbt/sbt/pull/8368)
- fix: Manually construct the string `"org.fusesource.jansi"` to support
sbt 0.13 on Windows by
[@&#8203;vasilmkd](https://redirect.github.com/vasilmkd) in
[sbt/launcher#139](https://redirect.github.com/sbt/launcher/pull/139)
- fix: Fixes Javadoc support on JDK 21 by
[@&#8203;adpi2](https://redirect.github.com/adpi2) in
[sbt/zinc#1622](https://redirect.github.com/sbt/zinc/pull/1622)

#### behind the scenes

- Allows `scala3_library` to be a JAR-less artifact for Scala 3.8 by
[@&#8203;hamzaremmal](https://redirect.github.com/hamzaremmal) in
[#&#8203;8387](https://redirect.github.com/sbt/sbt/pull/8387)
- Update Scala 2.13 used for util cross building to 2.13.18 by
[@&#8203;mkurz](https://redirect.github.com/mkurz) in
[#&#8203;8395](https://redirect.github.com/sbt/sbt/pull/8395)
- deps: Zinc 1.12.0 by
[@&#8203;eed3si9n](https://redirect.github.com/eed3si9n) in
[#&#8203;8434](https://redirect.github.com/sbt/sbt/pull/8434)
- ci: Update checkout references to 1.12.x by
[@&#8203;eed3si9n](https://redirect.github.com/eed3si9n) in
[#&#8203;8355](https://redirect.github.com/sbt/sbt/pull/8355)
- ci: Bump coursier/cache-action from 6 to 7 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;8353](https://redirect.github.com/sbt/sbt/pull/8353)
- ci: Bump actions/checkout from 5 to 6 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;8384](https://redirect.github.com/sbt/sbt/pull/8384)

#### new contributors

- [@&#8203;danicheg](https://redirect.github.com/danicheg) made their
first contribution in
[#&#8203;8346](https://redirect.github.com/sbt/sbt/pull/8346)
- [@&#8203;hamzaremmal](https://redirect.github.com/hamzaremmal) made
their first contribution in
[#&#8203;8387](https://redirect.github.com/sbt/sbt/pull/8387)

**Full Changelog**:
<sbt/sbt@v1.11.7...v1.12.0>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/slick/slick).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMSIsInRhcmdldEJyYW5jaCI6ImphdmExNyIsImxhYmVscyI6W119-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants