From 3b1343f428a18f22094464c775822145cde3d53e Mon Sep 17 00:00:00 2001 From: "Michal J. Sladek" Date: Thu, 19 Sep 2024 08:30:49 +0200 Subject: [PATCH] Oppdaterer README --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bb70ecd4..44104aea 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Platform - [Jakarta EE 10](https://projects.eclipse.org/releases/jakarta-10) ### Jakarta API implementasjoner brukt * Servlets - [Jetty Embedded Server](https://www.eclipse.org/jetty/documentation.php) -* Authentication - [Jetty JAAS](https://www.eclipse.org/jetty/documentation/jetty-10/operations-guide/index.html#og-jaas), [Jetty JASPI](https://www.eclipse.org/jetty/documentation/jetty-10/operations-guide/index.html#og-jaspi) +* Authentication - [Jetty JAAS](https://www.eclipse.org/jetty/documentation/jetty-10/operations-guide/index.html#og-jaas), [Jetty JASPI](https://www.eclipse.org/jetty/documentation/jetty-10/operations-guide/index.html#og-jaspi) - fases ut * Persistence - [Hibernate ORM](https://hibernate.org/orm) * Bean Validation - [Hibernate Validator](https://hibernate.org/validator/) * Context and Dependency Injection (CDI) - [JBoss Weld Servlet Core](http://weld.cdi-spec.org/) + [Jandex](https://smallrye.io/jandex/jandex/3.0.0/index.html) @@ -17,7 +17,7 @@ Platform - [Jakarta EE 10](https://projects.eclipse.org/releases/jakarta-10) * JSON Binding - [FasterXML Jackson](https://github.com/FasterXML/jackson) * JSON Processing - [FasterXML Jackson](https://github.com/FasterXML/jackson) * Messaging (JMS) - [IBM MQ client](https://www.ibm.com/docs/en/ibm-mq/8.0?topic=jms-writing-mq-classes-applications) -* Expression Language (EL) - [Glassfish Jakarta EL](https://mvnrepository.com/artifact/org.glassfish/jakarta.el) - brukes av CDI, JSP, JSF +* Expression Language (EL) - [Eclipse Expressly](https://mvnrepository.com/artifact/org.glassfish.expressly) - brukes av Hibernate Validator Fasses ut: * XML Binding - SUN [jaxb-impl](https://mvnrepository.com/artifact/com.sun.xml.bind/jaxb-impl) og Glassfish [jaxb-runtime](https://mvnrepository.com/artifact/org.glassfish.jaxb/jaxb-runtime) @@ -29,13 +29,13 @@ Fasses ut: ### Sikkerhet -* Token validering - [NAV Token Support](https://github.com/navikt/token-support) + [Jetty JASPI](https://www.eclipse.org/jetty/documentation/jetty-10/operations-guide/index.html#og-jaspi) +* Token validering - [NAV Token Support](https://github.com/navikt/token-support) + [Jetty JASPI](https://www.eclipse.org/jetty/documentation/jetty-10/operations-guide/index.html#og-jaspi) - JASPI fases ut * Passord lagring - [Vault](https://www.vaultproject.io/) + Kubernetes [Secrets](https://kubernetes.io/docs/concepts/configuration/secret/) -* Tilgangskontroll - [Axiomatisc ABAC](https://axiomatics.com/resources/reference-library/attribute-based-access-control-abac) +* Tilgangskontroll - [Axiomatisc ABAC](https://axiomatics.com/resources/reference-library/attribute-based-access-control-abac) - fases ut ### Andre -* Applikasjons konfig - [fp-konfig](https://github.com/navikt/fp-konfig) +* Applikasjons konfig - [fp-konfig](https://github.com/navikt/fp-felles/tree/master/felles/konfig) * Kafka - [Apache Kafka](https://kafka.apache.org/) * Kafka Schema - [Avro](https://docs.confluent.io/platform/current/schema-registry/serdes-develop/serdes-avro.html#avro-schema-serializer-and-deserializer) * Caching - [Ehcache](https://www.ehcache.org/) @@ -45,4 +45,4 @@ Fasses ut: * OpenAPI (OAS 3) - [Swagger](https://swagger.io/resources/open-api/) * DB Change Management - [Flyway DB](https://flywaydb.org/) * Connection Pool Management - [HikariCP](https://github.com/brettwooldridge/HikariCP) -* Monitoring - [Prometheus](https://prometheus.io/) + [Micrometer](https://micrometer.io/) + [Dropwizard Metrics](https://metrics.dropwizard.io/4.2.0/) +* Monitoring - [Prometheus](https://prometheus.io/) + [Micrometer](https://micrometer.io/)