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

WARNING: Illegal reflective access #708

Closed
pidoubleyou opened this issue Mar 13, 2021 · 1 comment
Closed

WARNING: Illegal reflective access #708

pidoubleyou opened this issue Mar 13, 2021 · 1 comment
Labels
Milestone

Comments

@pidoubleyou
Copy link
Contributor

Beim Schreiben der Filmliste wird seit dem Java 15 Upate folgende Warning ausgegeben:

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.gson.internal.reflect.UnsafeReflectionAccessor (fm2/repository/com/google/code/gson/gson/2.8.6/gson-2.8.6.jar) to field java.time.Duration.seconds
WARNING: Please consider reporting this to the maintainers of com.google.gson.internal.reflect.UnsafeReflectionAccessor
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release

Laut diesem Issue bei Gson muss für Java 15 eigene TypeAdapter-Klassen implementiert werden müssen.

@pidoubleyou pidoubleyou added this to the 4.0.0 milestone Mar 13, 2021
@codingPF
Copy link
Member

Ich habe mal versucht das Issue wie beschrieben im Link zu lösen.
Das ganze lässt sich über zwei Type Adapter (localDateTime & Duration) lösen.
Eigentlich müsste man einen Adapter für die ganze Filmliste schreiben um das besser unter Kontrolle zu haben,
Aber da das "neue" Filmlistenformat noch nicht komplett ist, sollte erstmal dieser einfache Fix reichen um die Fehlermeldungen weg zu bekommen.
Der PR ist in MLIB gestellt und ein PR um die UnitTest anzupassen ist hier im MServer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants