Skip to content

Conversation

@ravig-kant
Copy link
Contributor

No description provided.

@fabapp2 fabapp2 linked an issue Aug 8, 2022 that may be closed by this pull request
Copy link
Contributor

@fabapp2 fabapp2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Thank you for this contribution @ravig-kant 🚀


@Override
public String getDescription() {
return null;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add a description "Check if 'logging.pattern.dateformat' is declared."

return projectResourceSet.stream()
.filter(r -> r.getSourceFile() instanceof Properties.File)
.map(r -> new SpringBootApplicationProperties(r.getAbsoluteProjectDir(), (Properties.File) r.getSourceFile()))
.filter(r -> r instanceof SpringBootApplicationProperties)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could be filter(SpringBootApplicationProperties.class::isInstance)

@fabapp2 fabapp2 merged commit 3381c0c into spring-projects-experimental:main Aug 23, 2022
@fabapp2 fabapp2 added type: enhancement New feature or request upgrade:boot 3.0.0 Spring Boot 3.0.0 labels Sep 26, 2022
@fabapp2 fabapp2 added this to the v0.12.0 milestone Sep 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3.0.0 Spring Boot 3.0.0 type: enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3.0.0-M3 Logging Date Format

3 participants