As in the title. This seems to be a version mismatch problem. The same @RestControllerAdvice class works with Spring Boot 3.3.4, but not 3.4.0-M3. What is the actual and the expected result using ...
GitHub

Java API

The Java API allows you connect to OpenML from Java applications. To upload data, flows, runs, etc. you need to provide a description of the object. We provide wrapper classes to provide this ...
Building web services and documenting RESTful endpoints is no easy task, but testing RESTful APIs has always been a particularly sore point with Spring Boot and Java. Sure, you can test a GET ...