Java implementation of the OpenFeature SDK
Go to file
Justin Abrahms 1e71a6beb6
Merge pull request #17 from open-feature/mocked-logger
Add javadoc to interfaces and tidy them up.
2022-06-13 23:47:57 -07:00
.github/workflows Don't package repository on PR creation 2022-04-29 15:36:35 -07:00
gradle/wrapper Skeleton implementation of the java sdk 2022-04-20 21:12:09 -07:00
lib Add javadoc to interfaces and tidy them up. 2022-06-13 23:43:08 -07:00
.gitattributes Skeleton implementation of the java sdk 2022-04-20 21:12:09 -07:00
.gitignore Ignore any specification files (used for linting) 2022-06-12 20:44:55 -07:00
LICENSE Add Apache2.0 license 2022-04-29 15:21:59 -04:00
README.md Update title to match other SDK repos 2022-05-24 15:09:55 -04:00
gradlew Skeleton implementation of the java sdk 2022-04-20 21:12:09 -07:00
gradlew.bat Skeleton implementation of the java sdk 2022-04-20 21:12:09 -07:00
settings.gradle Skeleton implementation of the java sdk 2022-04-20 21:12:09 -07:00
spec_finder.py Support for spec validation 2022-06-09 15:11:19 -05:00

README.md

OpenFeature SDK for Java

This is an experimental Java SDK. The main motivation at the moment is to square away the API surface area to ensure the work we're doing in typescript can be replicated in a less flexible language. This may become the official Java SDK eventually, but now is not that time.