-
Notifications
You must be signed in to change notification settings - Fork 38.3k
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
Introduce TestGenerationContext #28877
Labels
in: test
Issues in the test module
theme: aot
An issue related to Ahead-of-time processing
type: enhancement
A general enhancement
Milestone
Comments
snicoll
added
in: test
Issues in the test module
type: enhancement
A general enhancement
labels
Jul 26, 2022
snicoll
added a commit
to spring-projects/spring-boot
that referenced
this issue
Jul 26, 2022
Reopening to move |
snicoll
added a commit
that referenced
this issue
Sep 5, 2022
This commit moves the test implementation for GenerationContext in spring-core-test. This also removes the copy we had in testfixtures See gh-28877
Fixed by 58b0251 which also removes the test fixtures copy! |
snicoll
added a commit
to spring-projects/spring-boot
that referenced
this issue
Sep 5, 2022
christophstrobl
added a commit
to spring-projects/spring-data-commons
that referenced
this issue
Sep 6, 2022
christophstrobl
added a commit
to spring-projects/spring-data-commons
that referenced
this issue
Sep 6, 2022
Add required artifact and update package name. See: spring-projects/spring-framework#28877
christophstrobl
added a commit
to spring-projects/spring-data-commons
that referenced
this issue
Oct 4, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
in: test
Issues in the test module
theme: aot
An issue related to Ahead-of-time processing
type: enhancement
A general enhancement
Looking at #28684, it became apparent that
Closeable
wasn't really an option but that we could makewriteGeneratedContent
more prominent and let it throws anIOException
. This had a knock-off effect on the tests which was easily handled using our internalTestGenerationContext
.This impacts obviously tests outside of the Spring Framework so a public variant of it is needed.
The text was updated successfully, but these errors were encountered: