Skip to content

Conversation

@tomaswolf
Copy link
Member

Frankly said I don't quite understand why this even works. The code certainly doesn't compile against 2.2.4: there's a new (abstract) method in interface IoHandler, and our MinaService inherits that but doesn't implement it. Apparently at runtime this can still work as long as the new method isn't called?

(In mina-core 2.2.5, that method will be a default method, and then everything should be totally fine.)

Also tell dependabot to give us only patch version updates for mina-core. We want to keep the minimum requirement at 2.0.X.

Frankly said I don't quite understand why this even works. The code
certainly doesn't compile against 2.2.4: there's a new (abstract) method
in interface IoHandler, and our MinaService inherits that but doesn't
implement it. Apparently at runtime this can still work as long as the
new method isn't called?

(In mina-core 2.2.5, that method will be a default method, and then
everything should be totally fine.)

Also tell dependabot to give us only patch version updates for
mina-core. We want to keep the minimum requirement at 2.0.X.
@tomaswolf tomaswolf merged commit f826ec9 into apache:master Mar 5, 2025
7 checks passed
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.

1 participant