Skip to content

feat: Update CIS SDK — CIS_Frontend_API_Spec-Lists#189

Merged
sirijaibm merged 3 commits intomasterfrom
sdk-automation/cis-CIS_Frontend_API_Spec-Lists-4682e9
May 5, 2026
Merged

feat: Update CIS SDK — CIS_Frontend_API_Spec-Lists#189
sirijaibm merged 3 commits intomasterfrom
sdk-automation/cis-CIS_Frontend_API_Spec-Lists-4682e9

Conversation

@sirijaibm
Copy link
Copy Markdown
Collaborator

@sirijaibm sirijaibm commented Apr 30, 2026

PR summary

Auto-generated Java SDK update from OpenAPI spec.

Test Results:
Integration test files updated:

  • modules/lists-api/src/test/java/com/ibm/cloud/networking/lists_api/v1/ListsApiIT.java

PR Checklist

Please make sure that your PR fulfills the following requirements:

  • The commit message follows the Angular Commit Message Guidelines.
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

PR Type

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • New tests
  • Build/CI related changes
  • Documentation content changes
  • Other (please describe)

What is the current behavior?

SDK generated from previous version of the OpenAPI spec.

What is the new behavior?

SDK regenerated from updated OpenAPI spec with new/changed operations.

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

This PR was automatically generated by the SDK Automation tool.

Signed-off-by: Sirija Reddy <sirija@ibm.com>
@sirijaibm sirijaibm changed the title feat: Update CIS SDK — CIS_Frontend_API_Spec-Lists (#4682e9) feat: Update CIS SDK — CIS_Frontend_API_Spec-Lists Apr 30, 2026
Signed-off-by: Sirija Reddy <sirija@ibm.com>
@sirijaibm sirijaibm requested a review from sridhargk April 30, 2026 18:12
Signed-off-by: Sirija Reddy <sirija@ibm.com>
@sirijaibm
Copy link
Copy Markdown
Collaborator Author

$ mvn verify -pl modules/lists-api -DskipITs=false

WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
WARNING: sun.misc.Unsafe::staticFieldBase has been called by com.google.inject.internal.aop.HiddenClassDefiner (file:/opt/homebrew/Cellar/maven/3.9.11/libexec/lib/guice-5.1.0-classes.jar)
WARNING: Please consider reporting this to the maintainers of class com.google.inject.internal.aop.HiddenClassDefiner
WARNING: sun.misc.Unsafe::staticFieldBase will be removed in a future release
[INFO] Scanning for projects...
[INFO] 
[INFO] ----------------------< com.ibm.cloud:lists-api >-----------------------
[INFO] Building Cloud Internet Services lists-api 99-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'systemPropertyVariables' is unknown for plugin 'jacoco-maven-plugin:0.8.14:prepare-agent (prepare-agent)'
[WARNING] Parameter 'systemPropertyVariables' is unknown for plugin 'jacoco-maven-plugin:0.8.14:report (report)'
[WARNING] Parameter 'aggregate' is unknown for plugin 'maven-javadoc-plugin:3.12.0:jar (attach-javadocs)'
[WARNING] Parameter 'aggregate' is unknown for plugin 'maven-javadoc-plugin:3.12.0:aggregate (aggregate)'
[WARNING] Parameter 'systemPropertyVariables' is unknown for plugin 'jacoco-maven-plugin:0.8.14:prepare-agent (prepare-agent)'
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ lists-api ---
[INFO] ShortRevision tag detected. The value is '8'.
[INFO] Executing: /bin/sh -c cd '/Users/sirija/Desktop/repos/public/networking-java-sdk/modules/lists-api' && 'git' 'log' '-1' '--no-merges' '--format=format:%H %aI %aE %aN'
[INFO] Working directory: /Users/sirija/Desktop/repos/public/networking-java-sdk/modules/lists-api
[WARNING] The timestampFormat parameter now uses java.text.SimpleDateFormat.
[WARNING] Please update your POM as support for java.text.MessageFormat may be removed.
[INFO] Storing buildNumber: 832bd3fb at timestamp: 20260503-144312
[INFO] Executing: /bin/sh -c cd '/Users/sirija/Desktop/repos/public/networking-java-sdk/modules/lists-api' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /Users/sirija/Desktop/repos/public/networking-java-sdk/modules/lists-api
[INFO] Storing scmBranch: sdk-automation/cis-CIS_Frontend_API_Spec-Lists-4682e9
[INFO] 
[INFO] --- jacoco:0.8.14:prepare-agent (prepare-agent) @ lists-api ---
[INFO] argLine set to -javaagent:/Users/sirija/.m2/repository/org/jacoco/org.jacoco.agent/0.8.14/org.jacoco.agent-0.8.14-runtime.jar=destfile=/Users/sirija/Desktop/repos/public/networking-java-sdk/modules/lists-api/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ lists-api ---
[INFO] skip non existing resourceDirectory /Users/sirija/Desktop/repos/public/networking-java-sdk/modules/lists-api/src/main/resources
[INFO] 
[INFO] --- compiler:3.14.1:compile (default-compile) @ lists-api ---
[INFO] Nothing to compile - all classes are up to date.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ lists-api ---
[INFO] skip non existing resourceDirectory /Users/sirija/Desktop/repos/public/networking-java-sdk/modules/lists-api/src/test/resources
[INFO] 
[INFO] --- compiler:3.14.1:testCompile (default-testCompile) @ lists-api ---
[INFO] Nothing to compile - all classes are up to date.
[INFO] 
[INFO] --- surefire:3.5.4:test (default-test) @ lists-api ---
[INFO] Using auto detected provider org.apache.maven.surefire.testng.TestNGProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running TestSuite
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
[INFO] Tests run: 59, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.687 s -- in TestSuite
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 59, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jacoco:0.8.14:report (report) @ lists-api ---
[INFO] Loading execution data file /Users/sirija/Desktop/repos/public/networking-java-sdk/modules/lists-api/target/jacoco.exec
[INFO] Analyzed bundle 'Cloud Internet Services lists-api' with 51 classes
[INFO] 
[INFO] --- checkstyle:3.6.0:check (verify-style) @ lists-api ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jar:3.4.2:jar (default-jar) @ lists-api ---
[INFO] 
[INFO] --- javadoc:3.12.0:jar (attach-javadocs) @ lists-api ---
[WARNING] Javadoc Warnings
[WARNING] warning: The -footer option is no longer supported and will be ignored.
[WARNING] It may be removed in a future release.
[WARNING] warning: The code being documented uses modules but the packages defined in https://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] /Users/sirija/Desktop/repos/public/networking-java-sdk/modules/lists-api/src/main/java/com/ibm/cloud/networking/lists_api/v1/model/OperationStatusRespResult.java:23: warning: no comment
[WARNING] public interface Status {
[WARNING] ^
[WARNING] 3 warnings
[INFO] Building jar: /Users/sirija/Desktop/repos/public/networking-java-sdk/modules/lists-api/target/lists-api-99-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] >>> javadoc:3.12.0:aggregate (aggregate) > compile @ lists-api >>>
[INFO] 
[INFO] --- buildnumber:3.2.1:create (default) @ lists-api ---
[INFO] 
[INFO] --- jacoco:0.8.14:prepare-agent (prepare-agent) @ lists-api ---
[INFO] argLine set to -javaagent:/Users/sirija/.m2/repository/org/jacoco/org.jacoco.agent/0.8.14/org.jacoco.agent-0.8.14-runtime.jar=destfile=/Users/sirija/Desktop/repos/public/networking-java-sdk/modules/lists-api/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ lists-api ---
[INFO] skip non existing resourceDirectory /Users/sirija/Desktop/repos/public/networking-java-sdk/modules/lists-api/src/main/resources
[INFO] 
[INFO] --- compiler:3.14.1:compile (default-compile) @ lists-api ---
[INFO] Nothing to compile - all classes are up to date.
[WARNING] Overwriting artifact's file from /Users/sirija/Desktop/repos/public/networking-java-sdk/modules/lists-api/target/lists-api-99-SNAPSHOT.jar to /Users/sirija/Desktop/repos/public/networking-java-sdk/modules/lists-api/target/classes
[INFO] 
[INFO] <<< javadoc:3.12.0:aggregate (aggregate) < compile @ lists-api <<<
[INFO] 
[INFO] 
[INFO] --- javadoc:3.12.0:aggregate (aggregate) @ lists-api ---
[WARNING] Javadoc Warnings
[WARNING] warning: The -footer option is no longer supported and will be ignored.
[WARNING] It may be removed in a future release.
[WARNING] warning: The code being documented uses modules but the packages defined in https://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
[WARNING] /Users/sirija/Desktop/repos/public/networking-java-sdk/modules/lists-api/src/main/java/com/ibm/cloud/networking/lists_api/v1/model/OperationStatusRespResult.java:23: warning: no comment
[WARNING] public interface Status {
[WARNING] ^
[WARNING] 3 warnings
[INFO] 
[INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ lists-api ---
[INFO] 
[INFO] --- failsafe:3.5.4:integration-test (default) @ lists-api ---
[INFO] Using auto detected provider org.apache.maven.surefire.testng.TestNGProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running com.ibm.cloud.networking.lists_api.v1.ListsApiIT
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
Setup complete.
Clean up complete.
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.34 s -- in com.ibm.cloud.networking.lists_api.v1.ListsApiIT
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- failsafe:3.5.4:verify (default) @ lists-api ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  32.095 s
[INFO] Finished at: 2026-05-03T14:43:44+05:30
[INFO] ------------------------------------------------------------------------

@sirijaibm sirijaibm merged commit 2350bd0 into master May 5, 2026
8 checks passed
sridhargk pushed a commit that referenced this pull request May 5, 2026
# [0.47.0](0.46.0...0.47.0) (2026-05-05)

### Features

* Update CIS SDK — CIS_Frontend_API_Spec-Lists ([#189](#189)) ([2350bd0](2350bd0))
@sridhargk
Copy link
Copy Markdown
Collaborator

🎉 This PR is included in version 0.47.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants