-
Notifications
You must be signed in to change notification settings - Fork 451
build(deps): bump io.netty:netty-bom from 4.1.123.Final to 4.2.5.Final #2243
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
base: develop
Are you sure you want to change the base?
build(deps): bump io.netty:netty-bom from 4.1.123.Final to 4.2.5.Final #2243
Conversation
Bumps [io.netty:netty-bom](https://github.com/netty/netty) from 4.1.123.Final to 4.2.5.Final. - [Commits](netty/netty@netty-4.1.123.Final...netty-4.2.5.Final) --- updated-dependencies: - dependency-name: io.netty:netty-bom dependency-version: 4.2.5.Final dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
@JulianFeinauer do you see a chance to adapt the SerialChannel to the new Netty version. I'm a bit lost why the current version use so much reflection with private access. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the Netty dependency from version 4.1.123.Final to 4.2.5.Final, representing a major version upgrade. The changes address artifact name changes in Netty 4.2.x where netty-codec
has been replaced with netty-codec-base
.
- Updates the main Netty version property from 4.1.123.Final to 4.2.5.Final
- Replaces
netty-codec
artifact references withnetty-codec-base
across multiple modules - Maintains existing dependency scope configurations (test scope where applicable)
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
File | Description |
---|---|
pom.xml | Updates the main netty.version property to 4.2.5.Final |
plc4j/utils/plc-simulator/pom.xml | Changes netty-codec dependency to netty-codec-base |
plc4j/transports/udp/pom.xml | Changes netty-codec dependency to netty-codec-base |
plc4j/transports/serial/pom.xml | Changes netty-codec test dependency to netty-codec-base |
plc4j/spi/pom.xml | Changes netty-codec dependency to netty-codec-base |
plc4j/drivers/s7/pom.xml | Changes netty-codec dependency to netty-codec-base |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
<maven.clean.plugin.version>3.2.0</maven.clean.plugin.version> | ||
<milo.version>0.6.16</milo.version> | ||
<mockito.version>5.19.0</mockito.version> | ||
<!-- Netty 4.2.x seems to break the serial transports --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The comment states that 'Netty 4.2.x seems to break the serial transports' but the version is being updated to 4.2.5.Final. This comment should be updated or removed to reflect the current state, as it suggests there are known issues with the version being adopted.
<!-- Netty 4.2.x seems to break the serial transports --> |
Copilot uses AI. Check for mistakes.
A newer version of io.netty:netty-bom exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
Bumps io.netty:netty-bom from 4.1.123.Final to 4.2.5.Final.
Commits
406a58f
[maven-release-plugin] prepare release netty-4.2.5.Finaldbe313e
Revert "Skip generation of javadocs for stubs (#15563)"98c9226
Add workaround to not include karaf in bundle9154f09
Fix configuration of testsuite-karaf9d804c5
Merge commit from forkedb55fd
Merge commit from fork (#15611)15fdd92
Update to latest maven release (#15607)5b13ecd
Only allow auto-scaling of EventLoop's when IoHandler supports it. (#15603)81d813d
Fix IllegalReferenceCountException on invalid upgrade response (#15602)17c261a
IoUring: Always correctly handle result for zero copy (#15600)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)