From 0adef1aa37fc17d034ac1685d76a2713ad103d4c6a19d24acd7ddc4c8733816e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fridrich=20=C5=A0trba?= Date: Thu, 23 Oct 2025 21:02:51 +0200 Subject: [PATCH] Force annotation processing, since it is needed with Java 25 --- opencensus-java.changes | 5 +++++ opencensus-java.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/opencensus-java.changes b/opencensus-java.changes index ec6ea9a..48fee31 100644 --- a/opencensus-java.changes +++ b/opencensus-java.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 23 19:06:26 UTC 2025 - Fridrich Strba + +- Force annotation processing, since it is needed with Java 25 + ------------------------------------------------------------------- Thu Jul 17 12:52:46 UTC 2025 - Fridrich Strba diff --git a/opencensus-java.spec b/opencensus-java.spec index ff527f5..b92a82a 100644 --- a/opencensus-java.spec +++ b/opencensus-java.spec @@ -1,7 +1,7 @@ # # spec file for package opencensus-java # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -281,7 +281,7 @@ done %if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0} -Dmaven.compiler.release=8 \ %endif - -Dsource=8 + -Dsource=8 -Dmaven.compiler.proc=full %install %mvn_install