Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
3.20.1
-
None
-
Unknown
Description
These two are not the same
@Test @DisplayName("This one is ok") @Order(2) public void repoCaseOk() throws Exception{ producer1.sendBody("hello"); } @Test @DisplayName("This one fails with 3.20.1") @Order(2) public void repoCaseFail() throws Exception{ var exchange= ExchangeBuilder .anExchange(context) .withBody ("hello") .build (); logger.info("From endpoint: {}",exchange.getFromEndpoint()); producer1.send(exchange); }
Attachments
Issue Links
- is related to
-
CAMEL-18954 camel-micrometer - NPE on spring boot
- Resolved