From f0e1cbff42e86b191da1fb54daf044c069ff88a4 Mon Sep 17 00:00:00 2001 From: kostyastruga Date: Thu, 29 Jan 2026 18:55:26 +0300 Subject: [PATCH 1/6] Disable optional getter --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4382e0d..fe25074 100644 --- a/pom.xml +++ b/pom.xml @@ -55,7 +55,7 @@ thrift-maven-plugin 0.10.0 - java:fullcamel,jakarta_annotations,option_type=jdk8 + java:fullcamel,jakarta_annotations,option_type=jdk8,optional_getters=false ${project.basedir}/proto From b269525df55a568c3c5a77ffaa5ec40b2c1f7a21 Mon Sep 17 00:00:00 2001 From: kostyastruga Date: Thu, 29 Jan 2026 18:57:43 +0300 Subject: [PATCH 2/6] Disable optional getter --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fe25074..2007827 100644 --- a/pom.xml +++ b/pom.xml @@ -53,7 +53,7 @@ org.apache.thrift thrift-maven-plugin - 0.10.0 + 0.11.0 java:fullcamel,jakarta_annotations,option_type=jdk8,optional_getters=false ${project.basedir}/proto From 60742b5b8d8c672ac4cdc0f867f3b0717bb534ec Mon Sep 17 00:00:00 2001 From: kostyastruga Date: Thu, 29 Jan 2026 19:09:03 +0300 Subject: [PATCH 3/6] Disable optional getter --- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2007827..0beb2f6 100644 --- a/pom.xml +++ b/pom.xml @@ -53,11 +53,10 @@ org.apache.thrift thrift-maven-plugin - 0.11.0 + 0.10.0 java:fullcamel,jakarta_annotations,option_type=jdk8,optional_getters=false ${project.basedir}/proto - From 3beca694f7ca56cac72bc59284df61964c27fbed Mon Sep 17 00:00:00 2001 From: kostyastruga Date: Thu, 29 Jan 2026 19:10:55 +0300 Subject: [PATCH 4/6] Disable optional getter --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0beb2f6..0964082 100644 --- a/pom.xml +++ b/pom.xml @@ -55,7 +55,7 @@ thrift-maven-plugin 0.10.0 - java:fullcamel,jakarta_annotations,option_type=jdk8,optional_getters=false + java:fullcamel,jakarta_annotations,option_type=jdk8,no_optional_getters ${project.basedir}/proto From 9eafa57136b36da72964ac5089f56051f652fbab Mon Sep 17 00:00:00 2001 From: kostyastruga Date: Thu, 29 Jan 2026 19:13:32 +0300 Subject: [PATCH 5/6] Disable optional getter --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0964082..3855fee 100644 --- a/pom.xml +++ b/pom.xml @@ -55,7 +55,7 @@ thrift-maven-plugin 0.10.0 - java:fullcamel,jakarta_annotations,option_type=jdk8,no_optional_getters + java:fullcamel,jakarta_annotations,option_type=jdk8,nullable ${project.basedir}/proto From f52c01858960e7b56eae2d792bb9c139c1b78b67 Mon Sep 17 00:00:00 2001 From: kostyastruga Date: Thu, 29 Jan 2026 19:18:44 +0300 Subject: [PATCH 6/6] Disable optional getter --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3855fee..157be46 100644 --- a/pom.xml +++ b/pom.xml @@ -55,8 +55,9 @@ thrift-maven-plugin 0.10.0 - java:fullcamel,jakarta_annotations,option_type=jdk8,nullable + java:fullcamel,jakarta_annotations ${project.basedir}/proto + ${path_to_thrift}