python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
java.lang.ClassCastException class xxxxx cannot be cast to class io.micronaut.data.model.Page Micronaut data
Trying to implement the pagination with Micronaut data with MongoDB as below
@MongoRepository
public interface IDiscountRepository extends ReactorCrudRepository<Discount, ObjectId> , ReactorJpaS...

San Jaisy
Votes: 0
Answers: 1
Dynamic combination of multiple PredicateSpecification with JpaSpecificationExecutor with Micronuat data for MongoDB
How can I append all the PredicateSpecification or QuerySpecification using JpaSpecificationExecutor in MongoDB with Micronaut data?
Predicate
public class DiscountSpecification {
final static Bea...

San Jaisy
Votes: 0
Answers: 2
Problem recording prometheus metrics from services built on micronaut/netty v3.4.1
The infrastructure I'm deploying into employs a prometheus metric scraping proxy that connects to prometheus endpoints using a socket level client instead of an HTTP client.
My micronaut/jetty service...

Jim Harrington
Votes: 0
Answers: 0
Tests fail to run with H2 database on Micronaut project with Flyway migrations
I've got a unit test suite in a Micronaut 2.0.3 project that's supposed to run on an H2 DB. Since I started using Flyway for my DB migrations, I'm getting an error coming from H2 being unable to run t...
Ivan
Votes: 0
Answers: 1