Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix #507: Add tests on JDK 8, 11, and 17 to fix missing method (java.nio.file.Path.of) error #508

Merged
merged 2 commits into from
Aug 19, 2024

Conversation

eed3si9n
Copy link
Contributor

@eed3si9n eed3si9n commented Aug 14, 2024

Fixes #507

**Problem**
Path.of doesn't exist on JDK 8.

**Solution**
Use Paths.get.
@xerial xerial added the bug label Aug 19, 2024
@xerial xerial changed the title Test on JDK 8, 11, and 17 fix #507: Add tests on JDK 8, 11, and 17 to fix missing method (java.nio.file.Path.of) error Aug 19, 2024
@xerial xerial merged commit 7824290 into xerial:master Aug 19, 2024
7 checks passed
@eed3si9n eed3si9n deleted the wip/actions branch August 19, 2024 19:37
mergify bot referenced this pull request in slick/slick Aug 19, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[org.xerial.sbt:sbt-sonatype](https://togithub.com/xerial/sbt-sonatype)
| plugin | patch | `3.11.2` -> `3.11.3` |

---

### Release Notes

<details>
<summary>xerial/sbt-sonatype (org.xerial.sbt:sbt-sonatype)</summary>

###
[`v3.11.3`](https://togithub.com/xerial/sbt-sonatype/releases/tag/v3.11.3)

[Compare
Source](https://togithub.com/xerial/sbt-sonatype/compare/v3.11.2...v3.11.3)

<!-- Release notes generated using configuration in .github/release.yml
at v3.11.3 -->

#### What's Changed

##### 🐛 Bug Fixes

- fix
[#&#8203;507](https://togithub.com/xerial/sbt-sonatype/issues/507): Add
tests on JDK 8, 11, and 17 to fix missing method (java.nio.file.Path.of)
error by [@&#8203;eed3si9n](https://togithub.com/eed3si9n) in
[https://github.com/xerial/sbt-sonatype/pull/508](https://togithub.com/xerial/sbt-sonatype/pull/508)

##### 🛠  Internal Updates

- Update sbt-sonatype to 3.11.2 by
[@&#8203;xerial-bot](https://togithub.com/xerial-bot) in
[https://github.com/xerial/sbt-sonatype/pull/506](https://togithub.com/xerial/sbt-sonatype/pull/506)

#### New Contributors

- [@&#8203;eed3si9n](https://togithub.com/eed3si9n) made their first
contribution in
[https://github.com/xerial/sbt-sonatype/pull/508](https://togithub.com/xerial/sbt-sonatype/pull/508)

**Full Changelog**:
xerial/sbt-sonatype@v3.11.2...v3.11.3

</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://www.mend.io/free-developer-tools/renovate/). View the
[repository job log](https://developer.mend.io/github/slick/slick).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
mergify bot referenced this pull request in slick/slick Aug 19, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[com.github.sbt:sbt-ci-release](https://togithub.com/olafurpg/sbt-ci-release)
([source](https://togithub.com/sbt/sbt-ci-release)) | plugin | patch |
`1.6.0` -> `1.6.1` |

---

### Release Notes

<details>
<summary>sbt/sbt-ci-release (com.github.sbt:sbt-ci-release)</summary>

###
[`v1.6.1`](https://togithub.com/sbt/sbt-ci-release/releases/tag/v1.6.1):
1.6.1

[Compare
Source](https://togithub.com/sbt/sbt-ci-release/compare/v1.6.0...v1.6.1)

#### bug fix

- Fixes releases on JDK 8 by bumping sbt-sonatype to 3.11.3 by
[@&#8203;mkurz](https://togithub.com/mkurz) +
[@&#8203;eed3si9n](https://togithub.com/eed3si9n) in
[https://github.com/sbt/sbt-ci-release/pull/304](https://togithub.com/sbt/sbt-ci-release/pull/304)
/
[https://github.com/xerial/sbt-sonatype/pull/508](https://togithub.com/xerial/sbt-sonatype/pull/508)

**Full Changelog**:
sbt/sbt-ci-release@v1.6.0...v1.6.1

</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://www.mend.io/free-developer-tools/renovate/). View the
[repository job log](https://developer.mend.io/github/slick/slick).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing method (java.nio.file.Path.of) when using SonatypeCentralService on Java 8
2 participants