spring-projects / spring-projects/spring-boot

Enable eclipse ignoreUnnamedModuleForSplitPackage setting in buildSrc

Open Beginner friendly
#41,285 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

type: task
Dominant language
Java
Stars
81.5k
Forks
42.7k
Avg merge
2d 4h
Merged PRs (30d)
65

Description

On a fresh Eclipse the following needs to be added to .settings/org.eclipse.jdt.core.prefs for buildSrc. We should try and automate that.

org.eclipse.jdt.core.compiler.ignoreUnnamedModuleForSplitPackage=enabled

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start in the buildSrc directory and inspect how its Eclipse project settings are generated or maintained. Check the .settings/org.eclipse.jdt.core.prefs file and the requested ignoreUnnamedModuleForSplitPackage setting. Done means a fresh Eclipse setup receives this setting automatically for buildSrc.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
build-system
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
62/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.