-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[miele] MulticastSocket deprecation warnings #14198
Labels
enhancement
An enhancement or new feature for an existing add-on
Comments
jlaur
added a commit
to jlaur/openhab-addons
that referenced
this issue
Jan 9, 2023
Fixes openhab#14198 Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
jlaur
added a commit
to jlaur/openhab-addons
that referenced
this issue
Jan 9, 2023
Fixes openhab#14198 Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
jlaur
added a commit
to jlaur/openhab-addons
that referenced
this issue
Jan 10, 2023
Fixes openhab#14198 Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
jlaur
added a commit
to jlaur/openhab-addons
that referenced
this issue
Jan 10, 2023
Fixes openhab#14198 Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
jlaur
added a commit
to jlaur/openhab-addons
that referenced
this issue
Jan 10, 2023
Fixes openhab#14198 Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
jlaur
added a commit
to jlaur/openhab-addons
that referenced
this issue
Jan 10, 2023
Fixes openhab#14198 Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
jlaur
changed the title
[miele] Improve multicast implementation
[miele] MulticastSocket deprecation warnings
Jan 10, 2023
lolodomo
pushed a commit
that referenced
this issue
Jan 14, 2023
Fixes #14198 Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
nemerdaud
pushed a commit
to nemerdaud/openhab-addons
that referenced
this issue
Feb 28, 2023
Fixes openhab#14198 Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
renescherer
pushed a commit
to renescherer/openhab-addons
that referenced
this issue
Mar 23, 2023
Fixes openhab#14198 Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
kaikreuzer
pushed a commit
that referenced
this issue
May 6, 2023
Fixes #14198 Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With Java 17 some MulticastSocket methods used by the multicast implementation are deprecated:
The binding should be refactored to use current methods which are not deprecated:
The text was updated successfully, but these errors were encountered: