• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

FIWARE / credentials-config-service / #57

13 Jan 2026 07:06AM UTC coverage: 83.163% (-0.4%) from 83.552%
#57

push

web-flow
MIgrate to liquibase (#22)

* refactor(db): replace flyway with liquibase

Liquibase has better support for different types of databases. It allows having a single migration file for all databases.

* do not copy test resources into prod image

* update README.md

* rename 2.0.3 database migration script

---------

Co-authored-by: Stefan Wiedemann <wistefan@googlemail.com>

0 of 3 new or added lines in 1 file covered. (0.0%)

19 existing lines in 3 files now uncovered.

568 of 683 relevant lines covered (83.16%)

0.83 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/main/java/org/fiware/iam/Application.java
1
package org.fiware.iam;
2

3
import io.micronaut.runtime.Micronaut;
4
import org.slf4j.bridge.SLF4JBridgeHandler;
5

6
public class Application {
×
7

8
        public static void main(String[] args) {
9

NEW
10
        SLF4JBridgeHandler.removeHandlersForRootLogger();
×
NEW
11
        SLF4JBridgeHandler.install();
×
NEW
12
        Micronaut.run(Application.class, args);
×
UNCOV
13
        }
×
14

15
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc