Focus the entity sample: drop old annotation samples, relocate DI showcase into the project#8
Merged
iliyan-velichkov merged 1 commit intoJun 22, 2026
Conversation
…te the DI showcase into the project The kitchen-sink websocket/listener/extension/scheduled samples used the pre-refactor API (class-level @scheduled — now @target(METHOD) only — and the rejected @websocket+WebsocketHandler mix), so they no longer compile/wire against the new engine. They live in their dedicated sample-java-{websocket,listener,extension,job}-decorator repos now. Removed them here. GreetingService/GreetingController (the @component DI + Beans showcase added in #7) were committed at the repo root, outside the sample-java-entity-decorators project folder, so they would never be published. Moved them into the project's demo/ package. Supersedes #3 (conflicting, from a fork). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removes the old-API annotation samples (class-level
@Scheduled,@Websocket+WebsocketHandlermix) that no longer compile against the new engine — they live in their dedicatedsample-java-*-decoratorrepos. Relocates theGreetingService/GreetingControllerDI +Beansshowcase (added in #7) from the repo root into the project so it actually publishes. Supersedes the conflicting fork PR #3.🤖 Generated with Claude Code