You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Link to the complete executable reproducer if available (e.g. GitHub Repo):
Additional information
Bug description
It seems that not all projects declare required dependencies while other have extra dependencies, they should all just use a minimal set off required dependencies. This has been seen in nrich-form-configuration module but would be best to go through all the modules.
Steps to reproduce
Add each of the modules and see if they can be run without additional configuration. It would be best to use "pure" Spring project because Spring Boot will probably cover all the dependencies.
Expected behavior
All modules work without adding additional dependencies manually .
Actual behavior
Not all modules work without adding additional dependencies.
The text was updated successfully, but these errors were encountered:
Basic information
1.2.1
Project
Additional information
Bug description
It seems that not all projects declare required dependencies while other have extra dependencies, they should all just use a minimal set off required dependencies. This has been seen in nrich-form-configuration module but would be best to go through all the modules.
Steps to reproduce
Add each of the modules and see if they can be run without additional configuration. It would be best to use "pure" Spring project because Spring Boot will probably cover all the dependencies.
Expected behavior
All modules work without adding additional dependencies manually .
Actual behavior
Not all modules work without adding additional dependencies.
The text was updated successfully, but these errors were encountered: