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

Adapt the workflows to run against 1.0.x branch #2035

Merged
merged 3 commits into from Feb 16, 2022
Merged

Adapt the workflows to run against 1.0.x branch #2035

merged 3 commits into from Feb 16, 2022

Conversation

violetagg
Copy link
Member

No description provided.

@violetagg violetagg added the type/chore A task not related to code (build, formatting, process, ...) label Feb 16, 2022
@violetagg violetagg added this to the 1.0.17 milestone Feb 16, 2022
@violetagg violetagg requested a review from a team February 16, 2022 10:26
@simonbasle
Copy link
Member

@violetagg LGTM, understanding that we don't want to produce snapshots just yet for the main branch, correct? not until the version is changed to 1.1.0-SNAPSHOT at least

@violetagg
Copy link
Member Author

@violetagg LGTM, understanding that we don't want to produce snapshots just yet for the main branch, correct? not until the version is changed to 1.1.0-SNAPSHOT at least

I'm gonna change the version in main in a while :)

Copy link
Member

@pderop pderop left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -154,7 +154,7 @@ spotless {
enforceCheck false
}
else {
String spotlessBranch = "origin/main"
String spotlessBranch = "origin/1.0.x"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NB: this one will need to be brought back to main once forward-merged

@violetagg
Copy link
Member Author

@simonbasle @pderop Thanks for the review!

@violetagg violetagg merged commit a3bfb9a into 1.0.x Feb 16, 2022
violetagg added a commit that referenced this pull request Feb 16, 2022
@violetagg violetagg deleted the branching branch February 16, 2022 19:21
gcf-merge-on-green bot pushed a commit to GoogleCloudPlatform/cloud-sql-jdbc-socket-factory that referenced this pull request Mar 25, 2022
…to v1.0.17 (#777)

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [io.projectreactor.netty:reactor-netty](https://togithub.com/reactor/reactor-netty) | `1.0.16` -> `1.0.17` | [![age](https://badges.renovateapi.com/packages/maven/io.projectreactor.netty:reactor-netty/1.0.17/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/io.projectreactor.netty:reactor-netty/1.0.17/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/io.projectreactor.netty:reactor-netty/1.0.17/compatibility-slim/1.0.16)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/io.projectreactor.netty:reactor-netty/1.0.17/confidence-slim/1.0.16)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>reactor/reactor-netty</summary>

### [`v1.0.17`](https://togithub.com/reactor/reactor-netty/releases/v1.0.17)

[Compare Source](https://togithub.com/reactor/reactor-netty/compare/v1.0.16...v1.0.17)

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

`Reactor Netty` `1.0.17` is part of **`2020.0.17` Release Train**.

This is a recommended update for all `Reactor Netty 1.0.x` users.

#### What's Changed

##### ⚠️ Update considerations and deprecations

-   Deprecate `Connection#addHandler(...)` by [@&#8203;violetagg](https://togithub.com/violetagg) in [reactor/reactor-netty#2071

##### ✨ New features and improvements

-   Depend on `Reactor Core` `v3.4.16` by [@&#8203;simonbasle](https://togithub.com/simonbasle) in [`6b88e96`](https://togithub.com/reactor/reactor-netty/commit/6b88e965ed6ad26cf4ead84882793cf6ad21dee4), see [release notes](https://togithub.com/reactor/reactor-core/releases/tag/v3.4.16).
-   Depend on `Netty` `v4.1.75.Final` by [@&#8203;violetagg](https://togithub.com/violetagg) in [reactor/reactor-netty#2097
    -   Depend on `Netty QUIC Codec` `v0.0.26.Final` by [@&#8203;violetagg](https://togithub.com/violetagg) in [reactor/reactor-netty#2054
    -   Depend on `netty-incubator-transport-native-io_uring` `v0.0.13.Final` by [@&#8203;violetagg](https://togithub.com/violetagg) in [reactor/reactor-netty#2099
-   Create the `Tags` once as they are the same for every `Gauge` by [@&#8203;violetagg](https://togithub.com/violetagg) in [reactor/reactor-netty#2048
-   Enable `HttpClient`/`HttpServer` metrics when protocol is `H2`/`H2C` by [@&#8203;violetagg](https://togithub.com/violetagg) in [reactor/reactor-netty#2066
-   Optimise `Http2Pool` by reducing calls to `CLDQ` size method by [@&#8203;pderop](https://togithub.com/pderop) in [reactor/reactor-netty#2090

##### 🐞 Bug fixes

-   Ensure the provided event loop is not null by [@&#8203;violetagg](https://togithub.com/violetagg) in [reactor/reactor-netty#2047
-   Ensure server connections metrics are not reported for the client by [@&#8203;violetagg](https://togithub.com/violetagg) in [reactor/reactor-netty#2063
-   When request decoding fails on `HttpContent` different than `HttpRequest`, obtain the request from the channel attributes by [@&#8203;violetagg](https://togithub.com/violetagg) in [reactor/reactor-netty#2077
-   Wrong metric value for `TLS` handshake time by [@&#8203;pderop](https://togithub.com/pderop) in [reactor/reactor-netty#2078
-   Prevent `NPE` when adding `IdleTimeoutHandler` by [@&#8203;raycoarana](https://togithub.com/raycoarana) in [reactor/reactor-netty#2084
-   Ensure all cases, when `Http2FrameCodec` is not available, are handled properly by [@&#8203;violetagg](https://togithub.com/violetagg) in [reactor/reactor-netty#2093

##### 📖 Documentation, Tests and Build

-   Documentation:
    -   Add javadoc for the method param `isDomainSocket` in `TransportConnector#bind(...)` by [@&#8203;violetagg](https://togithub.com/violetagg) in [reactor/reactor-netty#2050
    -   Provide more clarity of `maxConnections` usage by [@&#8203;PyAntony](https://togithub.com/PyAntony) in [reactor/reactor-netty#2059
    -   Extend the example for disabling the connection pool by [@&#8203;violetagg](https://togithub.com/violetagg) in [reactor/reactor-netty#2082
-   Tests:
    -   Refactor the test in order to be able to test `H2`/`H2C` variations by [@&#8203;violetagg](https://togithub.com/violetagg) in [reactor/reactor-netty#2064
    -   Switch to `ChannelHandlerAdapter` by [@&#8203;violetagg](https://togithub.com/violetagg) in [reactor/reactor-netty#2076
-   Build:
    -   Adapt the workflows to run against `1.0.x` branch by [@&#8203;violetagg](https://togithub.com/violetagg) in [reactor/reactor-netty#2035
    -   Improve readability of preliminary how-to-fix hint in CI by [@&#8203;simonbasle](https://togithub.com/simonbasle) in [reactor/reactor-netty#2049
    -   Upgrade to `Gradle` `v7.4.1` by [@&#8203;violetagg](https://togithub.com/violetagg) in [reactor/reactor-netty#2092

##### 🆙 Dependency Upgrades

-   Bump `com.diffplug.spotless` from `6.2.2` to `6.3.0` by [@&#8203;dependabot](https://togithub.com/dependabot) in [reactor/reactor-netty#2033
-   Bump `biz.aQute.bnd.builder` from `6.1.0` to `6.2.0` by [@&#8203;dependabot](https://togithub.com/dependabot) in [reactor/reactor-netty#2060
-   Bump `jackson-databind` from `2.13.1` to `2.13.2` by [@&#8203;dependabot](https://togithub.com/dependabot) in [reactor/reactor-netty#2073
-   Bump `logback-classic` from `1.2.10` to `1.2.11` by [@&#8203;dependabot](https://togithub.com/dependabot) in [reactor/reactor-netty#2074
-   Bump `awaitility` from `4.1.1` to `4.2.0` by [@&#8203;dependabot](https://togithub.com/dependabot) in [reactor/reactor-netty#2075
-   Bump `de.undercouch.download` from `5.0.1` to `5.0.2` by [@&#8203;dependabot](https://togithub.com/dependabot) in [reactor/reactor-netty#2079
-   Bump `japicmp` from `0.3.1` to `0.4.0` by [@&#8203;violetagg](https://togithub.com/violetagg) in [reactor/reactor-netty#2085
-   Bump `mockito-core` from `4.3.1` to `4.4.0` by [@&#8203;dependabot](https://togithub.com/dependabot) in [reactor/reactor-netty#2087
-   Bump `netty-tcnative-boringssl-static` from `v2.0.50.Final` to `v2.0.51.Final` by [@&#8203;violetagg](https://togithub.com/violetagg) in [reactor/reactor-netty#2100
-   Bump `tomcat-embed-core` from `9.0.59` to `9.0.60` by [@&#8203;dependabot](https://togithub.com/dependabot) in [reactor/reactor-netty#2102

**Full Changelog**: reactor/reactor-netty@v1.0.16...v1.0.17

</details>

---

### Configuration

📅 **Schedule**: "after 8am on Friday,before 12pm on Friday" (UTC).

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

♻ **Rebasing**: Whenever PR is behind base branch, 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, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/cloud-sql-jdbc-socket-factory).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/chore A task not related to code (build, formatting, process, ...)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants