FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
java-sdk/api-changes.json at main · jarebudev/java-sdk · GitHub
jarebudev
/
java-sdk
Public
forked from
open-feature/java-sdk
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
java-sdk
/
api-changes.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
36 lines (36 loc) · 1.88 KB
Breadcrumbs
java-sdk
/
api-changes.json
Copy path
File metadata and controls
36 lines (36 loc) · 1.88 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[
{
"extension"
:
"
revapi.differences
"
,
"id"
:
"
long-evaluation-api
"
,
"configuration"
: {
"ignore"
:
true
,
"justification"
:
"
Long evaluation is an intentional additive API change. Features is not intended for external implementation. See https://github.com/open-feature/java-sdk/issues/501 and https://github.com/open-feature/java-sdk/pull/1985.
"
,
"differences"
: [
{
"code"
:
"
java.method.addedToInterface
"
,
"new"
:
"
method dev.openfeature.sdk.FlagEvaluationDetails<java.lang.Long> dev.openfeature.sdk.Features::getLongDetails(java.lang.String, java.lang.Long)
"
},
{
"code"
:
"
java.method.addedToInterface
"
,
"new"
:
"
method dev.openfeature.sdk.FlagEvaluationDetails<java.lang.Long> dev.openfeature.sdk.Features::getLongDetails(java.lang.String, java.lang.Long, dev.openfeature.sdk.EvaluationContext)
"
},
{
"code"
:
"
java.method.addedToInterface
"
,
"new"
:
"
method dev.openfeature.sdk.FlagEvaluationDetails<java.lang.Long> dev.openfeature.sdk.Features::getLongDetails(java.lang.String, java.lang.Long, dev.openfeature.sdk.EvaluationContext, dev.openfeature.sdk.FlagEvaluationOptions)
"
},
{
"code"
:
"
java.method.addedToInterface
"
,
"new"
:
"
method java.lang.Long dev.openfeature.sdk.Features::getLongValue(java.lang.String, java.lang.Long)
"
},
{
"code"
:
"
java.method.addedToInterface
"
,
"new"
:
"
method java.lang.Long dev.openfeature.sdk.Features::getLongValue(java.lang.String, java.lang.Long, dev.openfeature.sdk.EvaluationContext)
"
},
{
"code"
:
"
java.method.addedToInterface
"
,
"new"
:
"
method java.lang.Long dev.openfeature.sdk.Features::getLongValue(java.lang.String, java.lang.Long, dev.openfeature.sdk.EvaluationContext, dev.openfeature.sdk.FlagEvaluationOptions)
"
}
]
}
}
]
Back
|
FazBrowse Home
|
New Git URL