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

Also test sshd-mina using mina-core 2.2.4 #681

Merged
merged 1 commit into from
Mar 5, 2025

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