Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Confirm scaffolding core is being resolved #13759

Open
codeconsole opened this issue Oct 16, 2024 · 2 comments
Open

Confirm scaffolding core is being resolved #13759

codeconsole opened this issue Oct 16, 2024 · 2 comments
Assignees

Comments

@codeconsole
Copy link
Contributor

codeconsole commented Oct 16, 2024

In 6.x. only, fields 5.1.x scaffolding-core old should be resolved by fields and fields should be resolved by the scaffolding plugin.

scaffolding-core is not needed in 6.x because @jamesfredley moved the code from the no longer active repository.

@jdaugherty reported having an issue with 6.2.1/5.1.x and we need to confirm he was able to get things working without having to add the import for scaffolding-core. If not, scaffolding-core should be added as an api dependency to fields, immediately merged up to 6.x and then removed in 6.x.

@jamesfredley
Copy link
Contributor

It looks like fields:5.0.0+ moved scaffolding-core from a compile to a runtime dependency.

https://mvnrepository.com/artifact/io.github.gpc/fields/5.0.0-RC2

This issue only arises if you are using scaffolding-core classes in your code and need it at compile time.

@jdaugherty
Copy link
Contributor

@jamesfredley is correct. I was using these classes in the code so I had to add it. If you aren't using them, it works without issue in 6.2.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

3 participants