Skip to content

Conversation

Choconaut
Copy link

Marks integration test classes so that markdown pages can be auto generated.

Marks integration test classes so that markdown pages can be auto generated.
@openshift-ci openshift-ci bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Sep 21, 2025
@Choconaut
Copy link
Author

I wasn't sure where to place @sample, so I put it in a temporary module for now. I thought about putting it in sample-operators. Do you have any recommendations? I'm happy to move it.

@csviri
Copy link
Collaborator

csviri commented Sep 22, 2025

I think that is fine by now, since the implementation will be I guess an annotation processor.

@csviri csviri linked an issue Sep 22, 2025 that may be closed by this pull request
<artifactId>operator-annotations</artifactId>

<properties>
<maven.compiler.source>22</maven.compiler.source>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure these properties are needed here since they should probably be inherited from the parent. Also, this code should work with Java 21.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Generate Docs from Integration Test
3 participants