Skip to content

Focus the entity sample: drop old annotation samples, relocate DI showcase into the project#8

Merged
iliyan-velichkov merged 1 commit into
masterfrom
chore/remove-old-annotation-samples-relocate-di
Jun 22, 2026
Merged

Focus the entity sample: drop old annotation samples, relocate DI showcase into the project#8
iliyan-velichkov merged 1 commit into
masterfrom
chore/remove-old-annotation-samples-relocate-di

Conversation

@iliyan-velichkov

Copy link
Copy Markdown
Collaborator

Removes the old-API annotation samples (class-level @Scheduled, @Websocket+WebsocketHandler mix) that no longer compile against the new engine — they live in their dedicated sample-java-*-decorator repos. Relocates the GreetingService/GreetingController DI + Beans showcase (added in #7) from the repo root into the project so it actually publishes. Supersedes the conflicting fork PR #3.

🤖 Generated with Claude Code

…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>
@iliyan-velichkov iliyan-velichkov merged commit f3012fb into master Jun 22, 2026
@iliyan-velichkov iliyan-velichkov deleted the chore/remove-old-annotation-samples-relocate-di branch June 22, 2026 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant