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
The project contains unnecessary resources, that needs to be cleaned up.
These unnecessary resources, covers:
Unused files: HTML files / properties files
Unused code/variables / libraries
Steps to Reproduce
Go to 'src/main/resources' folder
Check the existence of:
hello.html
application.properties:
Contains spring.main.allow-bean-definition-overriding=true which may lead to Breaking existing functionality/ to Confusing code / Maintenance issues / Testing challenges
bnasslahsen
changed the title
Non used or Unnecessary files/variables are present which can lead to errors and security issues
Unused or Unnecessary files/variables are present which can lead to errors and security issues
Apr 6, 2023
bnasslahsen
added a commit
to bnasslahsen/conjur-spring-boot-sdk
that referenced
this issue
Apr 6, 2023
Summary
The project contains unnecessary resources, that needs to be cleaned up.
These unnecessary resources, covers:
Steps to Reproduce
spring.main.allow-bean-definition-overriding=true
which may lead to Breaking existing functionality/ to Confusing code / Maintenance issues / Testing challengescheck in the pom.xml:
Expected Results
Actual Results
Reproducible
Version/Tag number
conjur-sdk-springboot version
1.0.2
.Environment setup
The text was updated successfully, but these errors were encountered: