Skip to content

Commit

Permalink
Regenerate all clients.
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Nov 4, 2024
1 parent 349ad90 commit 9a73c0f
Show file tree
Hide file tree
Showing 727 changed files with 5,336 additions and 4,647 deletions.
2 changes: 1 addition & 1 deletion clients/ada-server/generated/.openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.6.0
7.9.0
2 changes: 1 addition & 1 deletion clients/ada-server/generated/src/model/-models.adb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-- The version of the OpenAPI document: 0.0.1
-- Contact: [email protected]
--
-- NOTE: This package is auto generated by OpenAPI-Generator 7.6.0.
-- NOTE: This package is auto generated by OpenAPI-Generator 7.9.0.
-- https://openapi-generator.tech
-- Do not edit the class manually.

Expand Down
2 changes: 1 addition & 1 deletion clients/ada-server/generated/src/model/-models.ads
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-- The version of the OpenAPI document: 0.0.1
-- Contact: [email protected]
--
-- NOTE: This package is auto generated by OpenAPI-Generator 7.6.0.
-- NOTE: This package is auto generated by OpenAPI-Generator 7.9.0.
-- https://openapi-generator.tech
-- Do not edit the class manually.

Expand Down
2 changes: 1 addition & 1 deletion clients/ada-server/generated/src/server/-skeletons.adb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-- The version of the OpenAPI document: 0.0.1
-- Contact: [email protected]
--
-- NOTE: This package is auto generated by OpenAPI-Generator 7.6.0.
-- NOTE: This package is auto generated by OpenAPI-Generator 7.9.0.
-- https://openapi-generator.tech
-- Do not edit the class manually.

Expand Down
2 changes: 1 addition & 1 deletion clients/ada-server/generated/src/server/-skeletons.ads
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-- The version of the OpenAPI document: 0.0.1
-- Contact: [email protected]
--
-- NOTE: This package is auto generated by OpenAPI-Generator 7.6.0.
-- NOTE: This package is auto generated by OpenAPI-Generator 7.9.0.
-- https://openapi-generator.tech
-- Do not edit the class manually.

Expand Down
2 changes: 1 addition & 1 deletion clients/ada-server/generated/web/swagger/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
},
"style" : "simple"
}, {
"description" : "Release Cycle for which the details must be fetched",
"description" : "Release Cycle for which the details must be fetched. Any slash character in the cycle name will be replaced with dashes. For example FreeBSD's releng/14.0 becomes releng-14.0.",
"explode" : false,
"in" : "path",
"name" : "cycle",
Expand Down
2 changes: 1 addition & 1 deletion clients/ada/generated/.openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.6.0
7.9.0
2 changes: 1 addition & 1 deletion clients/ada/generated/src/client/-clients.adb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-- The version of the OpenAPI document: 0.0.1
-- Contact: [email protected]
--
-- NOTE: This package is auto generated by OpenAPI-Generator 7.6.0.
-- NOTE: This package is auto generated by OpenAPI-Generator 7.9.0.
-- https://openapi-generator.tech
-- Do not edit the class manually.

Expand Down
2 changes: 1 addition & 1 deletion clients/ada/generated/src/client/-clients.ads
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-- The version of the OpenAPI document: 0.0.1
-- Contact: [email protected]
--
-- NOTE: This package is auto generated by OpenAPI-Generator 7.6.0.
-- NOTE: This package is auto generated by OpenAPI-Generator 7.9.0.
-- https://openapi-generator.tech
-- Do not edit the class manually.

Expand Down
2 changes: 1 addition & 1 deletion clients/ada/generated/src/model/-models.adb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-- The version of the OpenAPI document: 0.0.1
-- Contact: [email protected]
--
-- NOTE: This package is auto generated by OpenAPI-Generator 7.6.0.
-- NOTE: This package is auto generated by OpenAPI-Generator 7.9.0.
-- https://openapi-generator.tech
-- Do not edit the class manually.

Expand Down
2 changes: 1 addition & 1 deletion clients/ada/generated/src/model/-models.ads
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-- The version of the OpenAPI document: 0.0.1
-- Contact: [email protected]
--
-- NOTE: This package is auto generated by OpenAPI-Generator 7.6.0.
-- NOTE: This package is auto generated by OpenAPI-Generator 7.9.0.
-- https://openapi-generator.tech
-- Do not edit the class manually.

Expand Down
1 change: 1 addition & 0 deletions clients/android/generated/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ gradle/wrapper/gradle-wrapper.properties
gradlew
gradlew.bat
pom.xml
settings.gradle
src/main/AndroidManifest.xml
src/main/java/org/openapitools/client/ApiException.java
src/main/java/org/openapitools/client/ApiInvoker.java
Expand Down
2 changes: 1 addition & 1 deletion clients/android/generated/.openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.6.0
7.9.0
94 changes: 32 additions & 62 deletions clients/android/generated/build.gradle
Original file line number Diff line number Diff line change
@@ -1,38 +1,15 @@
group = 'org.openapitools'
project.version = '1.0.0'

buildscript {
repositories {
mavenLocal()
google()
maven {
url 'https://dl.google.com/dl/android/maven2'
}
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.+'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
}
}

allprojects {
repositories {
google()
jcenter()
}
plugins {
id 'com.android.library' version '8.0.0'
id 'maven-publish'
}


apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'

android {
compileSdkVersion 26
buildToolsVersion '28.0.3'
namespace "org.openapitools.client"
compileSdkVersion 33
buildToolsVersion '34.0.0'
defaultConfig {
minSdkVersion 14
targetSdkVersion 26
targetSdkVersion 33
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
Expand All @@ -41,58 +18,51 @@ android {
lintOptions {
abortOnError false
}

// Rename the aar correctly
libraryVariants.all { variant ->
variant.outputs.all { output ->
if (outputFile != null && outputFileName.endsWith('.aar')) {
outputFileName = "${archivesBaseName}-${version}.aar"
}
}
packagingOptions {
resources.excludes += "META-INF/DEPENDENCIES"
}

testOptions {
unitTests.returnDefaultValues = true
}
publishing {
singleVariant('release') {
withSourcesJar()
}
}
}

ext {
swagger_annotations_version = "1.6.6"
gson_version = "2.10.1"
httpcore_version = "4.4.16"
httpmime_version = "4.5.14"
volley_version = "1.2.1"
junit_version = "4.13.2"
robolectric_version = "4.5.1"
concurrent_unit_version = "0.4.6"
}

dependencies {
implementation "io.swagger:swagger-annotations:$swagger_annotations_version"
implementation "com.google.code.gson:gson:$gson_version"
implementation "org.apache.httpcomponents:httpmime:$httpmime_version"
implementation ("org.apache.httpcomponents:httpcore:$httpcore_version") {
exclude(group: "org.apache.httpcomponents", module: "httpclient")
}
implementation ("org.apache.httpcomponents:httpmime:$httpmime_version") {
exclude(group: "org.apache.httpcomponents", module: "httpclient")
}
implementation "com.android.volley:volley:${volley_version}"
testImplementation "junit:junit:$junit_version"
testImplementation "org.robolectric:robolectric:${robolectric_version}"
testImplementation "net.jodah:concurrentunit:${concurrent_unit_version}"
}

afterEvaluate {
android.libraryVariants.all { variant ->
def task = project.tasks.create "jar${variant.name.capitalize()}", Jar
task.description = "Create jar artifact for ${variant.name}"
task.dependsOn variant.javaCompile
task.from variant.javaCompile.destinationDirectory
task.destinationDirectory = project.file("${project.buildDir}/outputs/jar")
task.archiveFileName = "${project.name}-${variant.baseName}-${version}.jar"
artifacts.add('archives', task);
}
}

task sourcesJar(type: Jar) {
from android.sourceSets.main.java.srcDirs
classifier = 'sources'
}
publishing {
publications {
release(MavenPublication) {
groupId = 'org.openapitools'
artifactId = 'openapi-android-client'
version = '1.0.0'

artifacts {
archives sourcesJar
afterEvaluate {
from components.release
}
}
}
}
4 changes: 2 additions & 2 deletions clients/android/generated/docs/DefaultApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Gets details of a single cycle

DefaultApi apiInstance = new DefaultApi();
String product = null; // String | Product URL as per the canonical URL on the endofife.date website
String cycle = null; // String | Release Cycle for which the details must be fetched
String cycle = null; // String | Release Cycle for which the details must be fetched. Any slash character in the cycle name will be replaced with dashes. For example FreeBSD's releng/14.0 becomes releng-14.0.
try {
Cycle result = apiInstance.getApiProductCycleJson(product, cycle);
System.out.println(result);
Expand All @@ -84,7 +84,7 @@ try {
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**product** | **String**| Product URL as per the canonical URL on the endofife.date website | [default to null]
**cycle** | **String**| Release Cycle for which the details must be fetched | [default to null]
**cycle** | **String**| Release Cycle for which the details must be fetched. Any slash character in the cycle name will be replaced with dashes. For example FreeBSD's releng/14.0 becomes releng-14.0. | [default to null]

### Return type

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
17 changes: 17 additions & 0 deletions clients/android/generated/settings.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}

dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}

rootProject.name = "openapi-android-client"
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ public void onErrorResponse(VolleyError error) {
* Single cycle details
* Gets details of a single cycle
* @param product Product URL as per the canonical URL on the endofife.date website
* @param cycle Release Cycle for which the details must be fetched
* @param cycle Release Cycle for which the details must be fetched. Any slash character in the cycle name will be replaced with dashes. For example FreeBSD's releng/14.0 becomes releng-14.0.
* @return Cycle
*/
public Cycle getApiProductCycleJson (String product, String cycle) throws TimeoutException, ExecutionException, InterruptedException, ApiException {
Expand Down Expand Up @@ -243,7 +243,7 @@ public Cycle getApiProductCycleJson (String product, String cycle) throws Timeou
/**
* Single cycle details
* Gets details of a single cycle
* @param product Product URL as per the canonical URL on the endofife.date website * @param cycle Release Cycle for which the details must be fetched
* @param product Product URL as per the canonical URL on the endofife.date website * @param cycle Release Cycle for which the details must be fetched. Any slash character in the cycle name will be replaced with dashes. For example FreeBSD's releng/14.0 becomes releng-14.0.
*/
public void getApiProductCycleJson (String product, String cycle, final Response.Listener<Cycle> responseListener, final Response.ErrorListener errorListener) {
Object postBody = null;
Expand Down
2 changes: 1 addition & 1 deletion clients/apache2/generated/.openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.6.0
7.9.0
2 changes: 1 addition & 1 deletion clients/apex/generated/.openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.6.0
7.9.0
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public class OASDefaultApi {
* Single cycle details
* Gets details of a single cycle
* @param product Product URL as per the canonical URL on the endofife.date website (required)
* @param cycle Release Cycle for which the details must be fetched (required)
* @param cycle Release Cycle for which the details must be fetched. Any slash character in the cycle name will be replaced with dashes. For example FreeBSD\&#39;s releng/14.0 becomes releng-14.0. (required)
* @return OASCycle
* @throws OAS.ApiException if fails to make API call
*/
Expand Down
2 changes: 1 addition & 1 deletion clients/asciidoc/generated/.openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.6.0
7.9.0
2 changes: 1 addition & 1 deletion clients/asciidoc/generated/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ Gets details of a single cycle
|

| cycle
| Release Cycle for which the details must be fetched
| Release Cycle for which the details must be fetched. Any slash character in the cycle name will be replaced with dashes. For example FreeBSD&#39;s releng/14.0 becomes releng-14.0.
| X
| null
|
Expand Down
2 changes: 1 addition & 1 deletion clients/aspnetcore/generated/.openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.6.0
7.9.0
10 changes: 5 additions & 5 deletions clients/aspnetcore/generated/Org.OpenAPITools.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2043
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Org.OpenAPITools", "src\Org.OpenAPITools\Org.OpenAPITools.csproj", "{87BB20BD-7280-4AD9-8D2D-DED49A83BF86}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Org.OpenAPITools", "src\Org.OpenAPITools\Org.OpenAPITools.csproj", "{D67D162A-7966-43CF-9884-77D6884AE12F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{87BB20BD-7280-4AD9-8D2D-DED49A83BF86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87BB20BD-7280-4AD9-8D2D-DED49A83BF86}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87BB20BD-7280-4AD9-8D2D-DED49A83BF86}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87BB20BD-7280-4AD9-8D2D-DED49A83BF86}.Release|Any CPU.Build.0 = Release|Any CPU
{D67D162A-7966-43CF-9884-77D6884AE12F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D67D162A-7966-43CF-9884-77D6884AE12F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D67D162A-7966-43CF-9884-77D6884AE12F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D67D162A-7966-43CF-9884-77D6884AE12F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
2 changes: 1 addition & 1 deletion clients/aspnetcore/generated/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Org.OpenAPITools - ASP.NET Core 3.1 Server
# Org.OpenAPITools - ASP.NET Core 8.0 Server

Documentation for the endoflife.date API. The API is currently in Alpha. Additional information about the API can be found on the [endoflife.date wiki](https://github.com/endoflife-date/endoflife.date/wiki)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public virtual IActionResult GetApiAllJson()
/// </summary>
/// <remarks>Gets details of a single cycle</remarks>
/// <param name="product">Product URL as per the canonical URL on the endofife.date website</param>
/// <param name="cycle">Release Cycle for which the details must be fetched</param>
/// <param name="cycle">Release Cycle for which the details must be fetched. Any slash character in the cycle name will be replaced with dashes. For example FreeBSD&#39;s releng/14.0 becomes releng-14.0.</param>
/// <response code="200">OK</response>
[HttpGet]
[Route("/api/{product}/{cycle}.json")]
Expand Down
4 changes: 2 additions & 2 deletions clients/aspnetcore/generated/src/Org.OpenAPITools/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging.

# Container we use for final publish
FROM mcr.microsoft.com/dotnet/core/aspnet:3.1-buster-slim AS base
FROM mcr.microsoft.com/dotnet/core/aspnet:8.0-buster-slim AS base
WORKDIR /app
EXPOSE 80
EXPOSE 443

# Build container
FROM mcr.microsoft.com/dotnet/core/sdk:3.1-buster AS build
FROM mcr.microsoft.com/dotnet/core/sdk:8.0-buster AS build

# Copy the code into the container
WORKDIR /src
Expand Down
Loading

0 comments on commit 9a73c0f

Please sign in to comment.