Skip to content

Conversation

dreis2211
Copy link
Contributor

@dreis2211 dreis2211 commented Jul 17, 2019

Hi,

this PR replaces usages of org.springframework.boot.testsupport.assertj.Matched with native AssertJ calls and removes the therefore unused class/package. Plus some related polishing.

Let me know what you think.
Cheers,
Christoph

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jul 17, 2019
factory.clearCache();
MetadataReader metadataReader2 = factory.getMetadataReader(getClass().getName());
assertThat(metadataReader1).isNotEqualTo(sameInstance(metadataReader2));
assertThat(metadataReader1).isNotSameAs(metadataReader2);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hope that slightly related polishing is okay here.

@wilkinsona wilkinsona added type: task A general task and removed status: waiting-for-triage An issue we've not yet triaged labels Jul 18, 2019
@wilkinsona wilkinsona added this to the 2.2.x milestone Jul 18, 2019
@snicoll snicoll self-assigned this Jul 18, 2019
@snicoll snicoll modified the milestones: 2.2.x, 2.2.0.M5 Jul 18, 2019
snicoll pushed a commit that referenced this pull request Jul 18, 2019
@snicoll snicoll closed this in bc8514c Jul 18, 2019
@snicoll
Copy link
Member

snicoll commented Jul 18, 2019

Thanks again Christoph. No problem for the slightly related polish

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: task A general task

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants