Skip to content

[Refactor] lab -> VirtualWorkspace와 Judge BC로 분할#175

Merged
Jeong-Rae merged 19 commits into
PhantomOfLINUX:developfrom
Jeong-Rae:refactor/lab/domain
Dec 20, 2025
Merged

[Refactor] lab -> VirtualWorkspace와 Judge BC로 분할#175
Jeong-Rae merged 19 commits into
PhantomOfLINUX:developfrom
Jeong-Rae:refactor/lab/domain

Conversation

@Jeong-Rae
Copy link
Copy Markdown
Contributor

No description provided.

@Jeong-Rae Jeong-Rae self-assigned this Dec 20, 2025
@Jeong-Rae Jeong-Rae merged commit 8273a3d into PhantomOfLINUX:develop Dec 20, 2025
@Jeong-Rae Jeong-Rae deleted the refactor/lab/domain branch December 20, 2025 07:19
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +35 to +36
@Bean
public void testA() {
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Remove void @bean that prevents JudgingService from starting

JudgingService declares @Bean public void testA() which Spring processes as a configuration bean. @bean methods are required to return a bean instance; a void-returning factory method triggers a BeanDefinitionStoreException during context initialization, causing the application to fail to start whenever the service is scanned. Drop the @bean annotation or return a real bean so the context can boot.

Useful? React with 👍 / 👎.

@Jeong-Rae Jeong-Rae restored the refactor/lab/domain branch December 20, 2025 07:50
Jeong-Rae added a commit that referenced this pull request Dec 20, 2025
@Jeong-Rae Jeong-Rae deleted the refactor/lab/domain branch December 20, 2025 07:52
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