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

FIWARE / trusted-issuers-list / 62

06 Jan 2026 08:18AM UTC coverage: 81.341% (-0.5%) from 81.818%
62

push

github

web-flow
Migrate to liquibase (#20)

* replace flyway dependency with liquibase

* feat(db): move migrations to liquibase

* update README.md

---------

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

57 of 72 branches covered (79.17%)

Branch coverage included in aggregate %.

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

222 of 271 relevant lines covered (81.92%)

0.82 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();
×
12

13
                Micronaut.run(Application.class, args);
×
14
        }
×
15

16
}
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