FusionAuth / fusionauth-containers

Container definitions for docker, kubernetes, helm, and whatever containers come next!
https://fusionauth.io/
219 stars 68 forks source link

Add `java.net.http` to the Dockerfile #103

Closed robotdan closed 2 months ago

robotdan commented 2 months ago

Issue:

Problem:

A change to prime-mvc now requires the java.net.http module.

Solution:

  1. Add java.net.http in support of new version of prime-mvc.
  2. Correct case on 'as' to 'AS' per Docker build warning.

Related PR:

Linked PRs: