Skip to content

fix: ignore duplicate generated member accessors classes (main)#2243

Merged
triceo merged 1 commit intoTimefoldAI:mainfrom
Christopher-Chianelli:fix/duplicate-member-accessors-main
Apr 16, 2026
Merged

fix: ignore duplicate generated member accessors classes (main)#2243
triceo merged 1 commit intoTimefoldAI:mainfrom
Christopher-Chianelli:fix/duplicate-member-accessors-main

Conversation

@Christopher-Chianelli
Copy link
Copy Markdown
Contributor

It appears a recent Quarkus update banned duplicate generated classes. Since this depends on the generated class name and not the source class name, it is easier to let the duplicate class be generated and ignore than find all possible spots a duplicate class can be generated and only generate it if it has not been created yet. This also requires less maintenance, since it will also apply to future generated classes.

It appears a recent Quarkus update banned duplicate generated
classes. Since this depends on the generated class name and not
the source class name, it is easier to let the duplicate class
be generated and ignore than find all possible spots a duplicate
class can be generated and only generate it if it has not been
created yet. This also requires less maintenance, since it will
also apply to future generated classes.
@sonarqubecloud
Copy link
Copy Markdown

@triceo triceo added this to the v2.0.0 milestone Apr 16, 2026
@triceo triceo merged commit 0a2e4ff into TimefoldAI:main Apr 16, 2026
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants