cloudfoundry / java-buildpack-client-certificate-mapper

Apache License 2.0
2 stars 9 forks source link

Jakarta Support #9

Closed nebhale closed 11 months ago

nebhale commented 12 months ago

This change updates the project to support both the javax and jakarta namespaces for JEE projects. It does this by creating two separate Maven projects, one for each, which are then shaded into a single JAR used by everyone. The contents of META-INF/services and META-INF/spring.factories route to the correct implementation preventing class loading problems.

linux-foundation-easycla[bot] commented 12 months ago

CLA Signed

The committers listed above are authorized under a signed CLA.

nebhale commented 11 months ago

Nudge @anthonydahanne.