mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
* Bump org.eclipse.jdt:ecj from 3.43.0 to 3.45.0 * Fix annotation ordering in ThingStatusConditionHandlerTest * Fix annotation ordering in Gson test DTOs added by @holgerfriedrich * Revert Gson DTO annotation ordering fix, expect test failure instead * Add GsonTestClassAnnotated3_DTO with correct annotation order and succeeding test; remove Objects.requireNonNull from ThingImpl.setProperty * Restore Objects.requireNonNull in ThingImpl.setProperty to satisfy ECJ 3.45.0 null type check * Fix GsonTest: assertEquals for annotated2 email, improve known-issue comment in annotated test Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>