Quarkus CDI failing to find ApplicationScoped bean during quarkus-maven-plugin
I’ve created a simple Quarkus application that interacts with a backend database, using the repository pattern and a scheduled bean to count the records in the database on a regular basis. During compilation, the quarkus-maven-plugin throws an jakarta.enterprise.inject.UnsatisfiedResolutionException
stating it cannot find the repository, and I can’t seem to figure out why. The build of the reproducible example fails with the following error: