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

QA improvements #378

Merged
merged 1 commit into from
Nov 27, 2023
Merged

QA improvements #378

merged 1 commit into from
Nov 27, 2023

Conversation

groldan
Copy link
Member

@groldan groldan commented Nov 27, 2023

  • Remove unnecessary @Autowired annotations on configuration classes
  • Add missing @Configuration annotations on configuration classes
  • Fix MapStruct warnings on Mappers that referenced themselves
  • Remove duplicate dependency/plugin versions
  • Make public @Bean factory methods package protected as advised by spring-boot 2.x
  • Replace @RequestMapping with specific @GetMapping, @PostMapping etc.

- Remove unnecessary `@Autowired` annotations on configuration classes
- Add missing `@Configuration` annotations on configuration classes
- Fix MapStruct warnings on Mappers that referenced themselves
- Remove duplicate dependency/plugin versions
- Make `public @Bean` factory methods package protected as advised by
  spring-boot 2.x
- Replace `@RequestMapping` with specific `@GetMapping`, `@PostMapping` etc.
@groldan groldan added the QA label Nov 27, 2023
@groldan groldan merged commit 6fc2b2c into geoserver:main Nov 27, 2023
1 check passed
@groldan groldan deleted the qa_improvements branch November 27, 2023 01:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant