Skip to content

Commit e2cbcd7

Browse files
author
LaunchDarklyReleaseBot
committed
Version 10.0.0 automatically generated from ld-openapi.
1 parent 372618e commit e2cbcd7

File tree

947 files changed

+85651
-14727
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

947 files changed

+85651
-14727
lines changed

.github/workflows/maven.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
2+
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
3+
#
4+
# This file is auto-generated by OpenAPI Generator (https://openapi-generator.tech)
5+
6+
name: Java CI with Maven
7+
8+
on:
9+
push:
10+
branches: [ main, master ]
11+
pull_request:
12+
branches: [ main, master ]
13+
14+
jobs:
15+
build:
16+
name: Build LaunchDarkly REST API
17+
runs-on: ubuntu-latest
18+
strategy:
19+
matrix:
20+
java: [ '8' ]
21+
steps:
22+
- uses: actions/checkout@v2
23+
- name: Set up JDK
24+
uses: actions/setup-java@v2
25+
with:
26+
java-version: ${{ matrix.java }}
27+
distribution: 'temurin'
28+
cache: maven
29+
- name: Build with Maven
30+
run: mvn -B package --no-transfer-progress --file pom.xml

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ hs_err_pid*
1919
target
2020
.gradle
2121
build
22-
.github/**
22+
.github/** # ignore workflows

.openapi-generator/FILES

Lines changed: 77 additions & 6 deletions
Large diffs are not rendered by default.

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.3.0
1+
6.0.0

README.md

Lines changed: 121 additions & 146 deletions
Large diffs are not rendered by default.

api/openapi.yaml

Lines changed: 7769 additions & 5951 deletions
Large diffs are not rendered by default.

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def ossrhPassword = hasProperty('ossrhPassword') ? ossrhPassword : System.getenv
3636

3737
allprojects {
3838
group = 'com.launchdarkly'
39-
version = '9.0.1'
39+
version = '10.0.0'
4040
archivesBaseName = 'api-client'
4141
sourceCompatibility = 1.8
4242
targetCompatibility = 1.8
@@ -52,6 +52,7 @@ dependencies {
5252
implementation 'org.openapitools:jackson-databind-nullable:0.2.1'
5353
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.10'
5454
implementation 'org.threeten:threetenbp:1.4.3'
55+
implementation 'javax.ws.rs:javax.ws.rs-api:2.1.1'
5556
implementation 'javax.annotation:javax.annotation-api:1.3.2'
5657
testImplementation 'junit:junit:4.13.1'
5758
}

build.sbt

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,26 @@ lazy val root = (project in file(".")).
22
settings(
33
organization := "com.launchdarkly",
44
name := "api-client",
5-
version := "9.0.1",
5+
version := "10.0.0",
66
scalaVersion := "2.11.4",
77
scalacOptions ++= Seq("-feature"),
88
javacOptions in compile ++= Seq("-Xlint:deprecation"),
99
publishArtifact in (Compile, packageDoc) := false,
1010
resolvers += Resolver.mavenLocal,
1111
libraryDependencies ++= Seq(
12-
"io.swagger" % "swagger-annotations" % "1.5.24",
13-
"com.squareup.okhttp3" % "okhttp" % "4.9.1",
14-
"com.squareup.okhttp3" % "logging-interceptor" % "4.9.1",
15-
"com.google.code.gson" % "gson" % "2.8.6",
16-
"org.apache.commons" % "commons-lang3" % "3.10",
17-
"org.openapitools" % "jackson-databind-nullable" % "0.2.1",
18-
"org.threeten" % "threetenbp" % "1.4.3" % "compile",
19-
"io.gsonfire" % "gson-fire" % "1.8.3" % "compile",
12+
"io.swagger" % "swagger-annotations" % "1.6.5",
13+
"com.squareup.okhttp3" % "okhttp" % "4.9.3",
14+
"com.squareup.okhttp3" % "logging-interceptor" % "4.9.3",
15+
"com.google.code.gson" % "gson" % "2.9.0",
16+
"org.apache.commons" % "commons-lang3" % "3.12.0",
17+
"javax.ws.rs" % "jsr311-api" % "1.1.1",
18+
"javax.ws.rs" % "javax.ws.rs-api" % "2.1.1",
19+
"org.openapitools" % "jackson-databind-nullable" % "0.2.2",
20+
"io.gsonfire" % "gson-fire" % "1.8.5" % "compile",
2021
"jakarta.annotation" % "jakarta.annotation-api" % "1.3.5" % "compile",
2122
"com.google.code.findbugs" % "jsr305" % "3.0.2" % "compile",
2223
"jakarta.annotation" % "jakarta.annotation-api" % "1.3.5" % "compile",
23-
"junit" % "junit" % "4.13.1" % "test",
24+
"org.junit.jupiter" % "junit-jupiter-api" % "5.8.2" % "test",
2425
"com.novocode" % "junit-interface" % "0.10" % "test"
2526
)
2627
)

docs/Access.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55

66
## Properties
77

8-
Name | Type | Description | Notes
9-
------------ | ------------- | ------------- | -------------
10-
**denied** | [**List<AccessDenied>**](AccessDenied.md) | |
11-
**allowed** | [**List<AccessAllowedRep>**](AccessAllowedRep.md) | |
8+
| Name | Type | Description | Notes |
9+
|------------ | ------------- | ------------- | -------------|
10+
|**denied** | [**List<AccessDenied>**](AccessDenied.md) | | |
11+
|**allowed** | [**List<AccessAllowedRep>**](AccessAllowedRep.md) | | |
1212

1313

1414

docs/AccessAllowedReason.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55

66
## Properties
77

8-
Name | Type | Description | Notes
9-
------------ | ------------- | ------------- | -------------
10-
**resources** | **List<String>** | Resource specifier strings | [optional]
11-
**notResources** | **List<String>** | Targeted resources are the resources NOT in this list. The \"resources\" and \"notActions\" fields must be empty to use this field. | [optional]
12-
**actions** | **List<String>** | Actions to perform on a resource | [optional]
13-
**notActions** | **List<String>** | Targeted actions are the actions NOT in this list. The \"actions\" and \"notResources\" fields must be empty to use this field. | [optional]
14-
**effect** | **String** | |
15-
**roleName** | **String** | | [optional]
8+
| Name | Type | Description | Notes |
9+
|------------ | ------------- | ------------- | -------------|
10+
|**resources** | **List<String>** | Resource specifier strings | [optional] |
11+
|**notResources** | **List<String>** | Targeted resources are the resources NOT in this list. The \"resources\" and \"notActions\" fields must be empty to use this field. | [optional] |
12+
|**actions** | **List<String>** | Actions to perform on a resource | [optional] |
13+
|**notActions** | **List<String>** | Targeted actions are the actions NOT in this list. The \"actions\" and \"notResources\" fields must be empty to use this field. | [optional] |
14+
|**effect** | **String** | | |
15+
|**roleName** | **String** | | [optional] |
1616

1717

1818

0 commit comments

Comments
 (0)