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

NoSuchTypeException stack trace is printed when the tests are executed #21359

Closed
frascu opened this issue Mar 8, 2023 · 2 comments
Closed

NoSuchTypeException stack trace is printed when the tests are executed #21359

frascu opened this issue Mar 8, 2023 · 2 comments

Comments

@frascu
Copy link
Contributor

frascu commented Mar 8, 2023

As described in this issue reactor/reactor-core#3337, a stack trace is printed during test execution.

This has been fixed using the suggestion of this comment: reactor/BlockHound#311 (comment).
Therefore, the following dependency has been added:

<dependency>
    <groupId>io.micrometer</groupId>
    <artifactId>context-propagation</artifactId>
    <version>1.0.0</version>
</dependency>

As suggested by @mraible here, I opened this issue in order to remove the dependency when the issue is fixed in the reactor core dependency.

@mshima
Copy link
Member

mshima commented Apr 6, 2023

Should be fixed by https://github.com/reactor/reactor-core/releases/tag/v3.5.3

More specifically by reactor/reactor-core#3337.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 5, 2023

This issue is stale because it has been open for too long without any activity.
Due to the moving nature of jhipster generated application, bugs can become invalid.
If this issue still applies please comment otherwise it will be closed in 7 days

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 13, 2023
@deepu105 deepu105 added this to the 8.0.0-rc.1 milestone Oct 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants