Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

navikt/aap-avro

Repository files navigation

img

img

📚 Usage

Include Jitpack package repository

repositories {
  maven("https://jitpack.io")
}

Medlemskap (LovMe)

Topic aap.medlem.v1      Definition topic-medlem.yml

implementation("com.github.navikt.aap-avro:medlem:X.X.X")

Søker (internal domain)

Topic aap.sokere.v1      Definition topic-søkere.yml

implementation("com.github.navikt.aap-avro:sokere:X.X.X")

Manuell oppgave (internal domain)

Topic aap.manuell.v1      Definition topic-manuell.yml

implementation("com.github.navikt.aap-avro:manuell:X.X.X")

Inntekter (internal domain)

Topic aap.inntekter.v1      Definition topic-inntekter.yml

implementation("com.github.navikt.aap-avro:inntekter:X.X.X")

🚧 Development

This library uses semantic versioning <major>.<minor>.<patch>

To release a patch, simply commit to main.

To release a minor or major version, include (MINOR) or (MAJOR) in the git commit (including brackets).