jhipster / generator-jhipster

JHipster is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures.
https://www.jhipster.tech
Apache License 2.0
21.54k stars 4.02k forks source link

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

Closed frascu closed 1 year ago

frascu commented 1 year ago

As described in this issue https://github.com/reactor/reactor-core/pull/3337, a stack trace is printed during test execution.

This has been fixed using the suggestion of this comment: https://github.com/reactor/BlockHound/issues/311#issuecomment-1370801477. 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 commented 1 year ago

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

More specifically by https://github.com/reactor/reactor-core/pull/3337.

github-actions[bot] commented 1 year ago

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