Skip to content

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

Merged
tomaswolf merged 1 commit into
apache:masterfrom
tomaswolf:mina22
Mar 5, 2025
Merged

Also test sshd-mina using mina-core 2.2.4#681
tomaswolf merged 1 commit into
apache:masterfrom
tomaswolf:mina22

Conversation

@tomaswolf
Copy link
Copy Markdown
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.
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