Skip to content

3753 update cos credentials #22

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 23, 2023
Merged

3753 update cos credentials #22

merged 3 commits into from
Mar 23, 2023

Conversation

silpidhua
Copy link
Member

PR summary

Fixes: <! -- link to issue -->

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?

What is the new behavior?

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

add new sdk method to update instance home credentials.

Signed-off-by: Silpi Dhua <[email protected]>
add new sdk method to update instance home credentials.

Signed-off-by: Silpi Dhua <[email protected]>
fix configuration error
remove print statement

Signed-off-by: Silpi Dhua <[email protected]>
@silpidhua
Copy link
Member Author

silpidhua commented Mar 15, 2023

Unit test:

mvn test                                                                       
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] IBM Cloud Analytics Engine Service API Java SDK                    [pom]
[INFO] IBM Analytics Engine Services Common Library                       [jar]
[INFO] IBM Analytics Engine Service                                       [jar]
[INFO] IBM Analytics Engine Services Coverage Reports                     [jar]
[INFO] IBM Analytics Engine Service Code Examples                         [jar]
[INFO] 
[INFO] ------------------------< com.ibm.cloud:iaesdk >------------------------
[INFO] Building IBM Cloud Analytics Engine Service API Java SDK 99-SNAPSHOT [1/5]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[WARNING] Parameter 'systemPropertyVariables' is unknown for plugin 'jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent)'
[WARNING] Parameter 'systemPropertyVariables' is unknown for plugin 'jacoco-maven-plugin:0.8.8:report (report)'
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-versions) @ iaesdk ---
[INFO] 
[INFO] --- buildnumber:3.0.0:create (default) @ iaesdk ---
[INFO] ShortRevision tag detected. The value is '8'.
[INFO] Executing: /bin/sh -c cd '/Users/silpidhua/SILPITHINGS/WORK/SDK/ibm-iae-java-sdk' && 'git' 'rev-parse' '--verify' '--short=8' 'HEAD'
[INFO] Working directory: /Users/silpidhua/SILPITHINGS/WORK/SDK/ibm-iae-java-sdk
[INFO] Storing buildNumber: 4bb7ecca at timestamp: 20230316-012437
[INFO] Storing buildScmBranch: 3753-update-cos-credentials
[INFO] 
[INFO] --- jacoco:0.8.8:prepare-agent (prepare-agent) @ iaesdk ---
[INFO] argLine set to -javaagent:/Users/silpidhua/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/Users/silpidhua/SILPITHINGS/WORK/SDK/ibm-iae-java-sdk/target/jacoco.exec
[INFO] 
[INFO] --- jacoco:0.8.8:report (report) @ iaesdk ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- checkstyle:3.2.0:check (verify-style) @ iaesdk ---
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --------------------< com.ibm.cloud:iaesdk-common >---------------------
[INFO] Building IBM Analytics Engine Services Common Library 99-SNAPSHOT  [2/5]
[INFO]   from modules/common/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'systemPropertyVariables' is unknown for plugin 'jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent)'
[WARNING] Parameter 'systemPropertyVariables' is unknown for plugin 'jacoco-maven-plugin:0.8.8:report (report)'
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-versions) @ iaesdk-common ---
[INFO] 
[INFO] --- buildnumber:3.0.0:create (default) @ iaesdk-common ---
[INFO] 
[INFO] --- jacoco:0.8.8:prepare-agent (prepare-agent) @ iaesdk-common ---
[INFO] argLine set to -javaagent:/Users/silpidhua/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/Users/silpidhua/SILPITHINGS/WORK/SDK/ibm-iae-java-sdk/modules/common/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ iaesdk-common ---
[WARNING] File encoding has not been set, using platform encoding UTF-8. Build is platform dependent!
[WARNING] See https://maven.apache.org/general.html#encoding-warning
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ iaesdk-common ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ iaesdk-common ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/silpidhua/SILPITHINGS/WORK/SDK/ibm-iae-java-sdk/modules/common/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ iaesdk-common ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- surefire:3.0.0-M7:test (default-test) @ iaesdk-common ---
[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.iaesdk.test.SdkCommonTest
User-Agent: ibm-iae-java-sdk/99-SNAPSHOT (lang=java; java.vendor=Oracle Corporation; java.version=11.0.17; os.arch=x86_64; os.name=Mac OS X; os.version=13.2.1)
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.725 s - in com.ibm.cloud.iaesdk.test.SdkCommonTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jacoco:0.8.8:report (report) @ iaesdk-common ---
[INFO] Loading execution data file /Users/silpidhua/SILPITHINGS/WORK/SDK/ibm-iae-java-sdk/modules/common/target/jacoco.exec
[INFO] Analyzed bundle 'IBM Analytics Engine Services Common Library' with 1 classes
[INFO] 
[INFO] --- checkstyle:3.2.0:check (verify-style) @ iaesdk-common ---
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] ---------------< com.ibm.cloud:ibm-analytics-engine-api >---------------
[INFO] Building IBM Analytics Engine Service 99-SNAPSHOT                  [3/5]
[INFO]   from modules/ibm-analytics-engine-api/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'systemPropertyVariables' is unknown for plugin 'jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent)'
[WARNING] Parameter 'systemPropertyVariables' is unknown for plugin 'jacoco-maven-plugin:0.8.8:report (report)'
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-versions) @ ibm-analytics-engine-api ---
[INFO] 
[INFO] --- buildnumber:3.0.0:create (default) @ ibm-analytics-engine-api ---
[INFO] 
[INFO] --- jacoco:0.8.8:prepare-agent (prepare-agent) @ ibm-analytics-engine-api ---
[INFO] argLine set to -javaagent:/Users/silpidhua/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/Users/silpidhua/SILPITHINGS/WORK/SDK/ibm-iae-java-sdk/modules/ibm-analytics-engine-api/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ ibm-analytics-engine-api ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/silpidhua/SILPITHINGS/WORK/SDK/ibm-iae-java-sdk/modules/ibm-analytics-engine-api/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ ibm-analytics-engine-api ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ ibm-analytics-engine-api ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/silpidhua/SILPITHINGS/WORK/SDK/ibm-iae-java-sdk/modules/ibm-analytics-engine-api/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ ibm-analytics-engine-api ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- surefire:3.0.0-M7:test (default-test) @ ibm-analytics-engine-api ---
[INFO] Using auto detected provider org.apache.maven.surefire.testng.TestNGProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running TestSuite
Mar 16, 2023 1:24:52 AM com.ibm.cloud.iaesdk.ibm_analytics_engine_api.v3.IbmAnalyticsEngineApi configurePlatformLogging
WARNING: A deprecated operation has been invoked: configurePlatformLogging
Mar 16, 2023 1:24:52 AM com.ibm.cloud.iaesdk.ibm_analytics_engine_api.v3.IbmAnalyticsEngineApi configurePlatformLogging
WARNING: A deprecated operation has been invoked: configurePlatformLogging
Mar 16, 2023 1:24:52 AM com.ibm.cloud.iaesdk.ibm_analytics_engine_api.v3.IbmAnalyticsEngineApi configurePlatformLogging
WARNING: A deprecated operation has been invoked: configurePlatformLogging
Mar 16, 2023 1:24:52 AM com.ibm.cloud.iaesdk.ibm_analytics_engine_api.v3.IbmAnalyticsEngineApi configurePlatformLogging
WARNING: A deprecated operation has been invoked: configurePlatformLogging
Mar 16, 2023 1:24:52 AM com.ibm.cloud.iaesdk.ibm_analytics_engine_api.v3.IbmAnalyticsEngineApi getLoggingConfiguration
WARNING: A deprecated operation has been invoked: getLoggingConfiguration
Mar 16, 2023 1:24:52 AM com.ibm.cloud.iaesdk.ibm_analytics_engine_api.v3.IbmAnalyticsEngineApi getLoggingConfiguration
WARNING: A deprecated operation has been invoked: getLoggingConfiguration
Mar 16, 2023 1:24:52 AM com.ibm.cloud.iaesdk.ibm_analytics_engine_api.v3.IbmAnalyticsEngineApi getLoggingConfiguration
WARNING: A deprecated operation has been invoked: getLoggingConfiguration
Mar 16, 2023 1:24:52 AM com.ibm.cloud.iaesdk.ibm_analytics_engine_api.v3.IbmAnalyticsEngineApi getLoggingConfiguration
WARNING: A deprecated operation has been invoked: getLoggingConfiguration
[INFO] Tests run: 212, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.713 s - in TestSuite
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 212, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jacoco:0.8.8:report (report) @ ibm-analytics-engine-api ---
[INFO] Loading execution data file /Users/silpidhua/SILPITHINGS/WORK/SDK/ibm-iae-java-sdk/modules/ibm-analytics-engine-api/target/jacoco.exec
[INFO] Analyzed bundle 'IBM Analytics Engine Service' with 154 classes
[INFO] 
[INFO] --- checkstyle:3.2.0:check (verify-style) @ ibm-analytics-engine-api ---
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] ---------------< com.ibm.cloud:iaesdk-coverage-reports >----------------
[INFO] Building IBM Analytics Engine Services Coverage Reports 99-SNAPSHOT [4/5]
[INFO]   from modules/coverage-reports/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'systemPropertyVariables' is unknown for plugin 'jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent)'
[WARNING] Parameter 'systemPropertyVariables' is unknown for plugin 'jacoco-maven-plugin:0.8.8:report (report)'
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-versions) @ iaesdk-coverage-reports ---
[INFO] 
[INFO] --- buildnumber:3.0.0:create (default) @ iaesdk-coverage-reports ---
[INFO] 
[INFO] --- jacoco:0.8.8:prepare-agent (prepare-agent) @ iaesdk-coverage-reports ---
[INFO] argLine set to -javaagent:/Users/silpidhua/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/Users/silpidhua/SILPITHINGS/WORK/SDK/ibm-iae-java-sdk/modules/coverage-reports/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ iaesdk-coverage-reports ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/silpidhua/SILPITHINGS/WORK/SDK/ibm-iae-java-sdk/modules/coverage-reports/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ iaesdk-coverage-reports ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ iaesdk-coverage-reports ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/silpidhua/SILPITHINGS/WORK/SDK/ibm-iae-java-sdk/modules/coverage-reports/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ iaesdk-coverage-reports ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0-M7:test (default-test) @ iaesdk-coverage-reports ---
[INFO] 
[INFO] --- jacoco:0.8.8:report (report) @ iaesdk-coverage-reports ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- checkstyle:3.2.0:check (verify-style) @ iaesdk-coverage-reports ---
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] ----------< com.ibm.cloud:ibm-analytics-engine-api-examples >-----------
[INFO] Building IBM Analytics Engine Service Code Examples 99-SNAPSHOT    [5/5]
[INFO]   from modules/examples/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'systemPropertyVariables' is unknown for plugin 'jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent)'
[WARNING] Parameter 'systemPropertyVariables' is unknown for plugin 'jacoco-maven-plugin:0.8.8:report (report)'
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-versions) @ ibm-analytics-engine-api-examples ---
[INFO] 
[INFO] --- buildnumber:3.0.0:create (default) @ ibm-analytics-engine-api-examples ---
[INFO] 
[INFO] --- jacoco:0.8.8:prepare-agent (prepare-agent) @ ibm-analytics-engine-api-examples ---
[INFO] argLine set to -javaagent:/Users/silpidhua/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/Users/silpidhua/SILPITHINGS/WORK/SDK/ibm-iae-java-sdk/modules/examples/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ ibm-analytics-engine-api-examples ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/silpidhua/SILPITHINGS/WORK/SDK/ibm-iae-java-sdk/modules/examples/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ ibm-analytics-engine-api-examples ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ ibm-analytics-engine-api-examples ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/silpidhua/SILPITHINGS/WORK/SDK/ibm-iae-java-sdk/modules/examples/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ ibm-analytics-engine-api-examples ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0-M7:test (default-test) @ ibm-analytics-engine-api-examples ---
[INFO] 
[INFO] --- jacoco:0.8.8:report (report) @ ibm-analytics-engine-api-examples ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- checkstyle:3.2.0:check (verify-style) @ ibm-analytics-engine-api-examples ---
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for IBM Cloud Analytics Engine Service API Java SDK 99-SNAPSHOT:
[INFO] 
[INFO] IBM Cloud Analytics Engine Service API Java SDK .... SUCCESS [  1.560 s]
[INFO] IBM Analytics Engine Services Common Library ....... SUCCESS [  7.331 s]
[INFO] IBM Analytics Engine Service ....................... SUCCESS [  9.059 s]
[INFO] IBM Analytics Engine Services Coverage Reports ..... SUCCESS [  0.081 s]
[INFO] IBM Analytics Engine Service Code Examples ......... SUCCESS [  0.055 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  18.256 s
[INFO] Finished at: 2023-03-16T01:24:54+05:30
[INFO] -----
-------------------------------------------------------------------

Integration test:

mvn test -Dsurefire.failIfNoSpecifiedTests=false -Dtest=IbmAnalyticsEngineApiIT
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] IBM Cloud Analytics Engine Service API Java SDK                    [pom]
[INFO] IBM Analytics Engine Services Common Library                       [jar]
[INFO] IBM Analytics Engine Service                                       [jar]
[INFO] IBM Analytics Engine Services Coverage Reports                     [jar]
[INFO] IBM Analytics Engine Service Code Examples                         [jar]
[INFO] 
[INFO] ------------------------< com.ibm.cloud:iaesdk >------------------------
[INFO] Building IBM Cloud Analytics Engine Service API Java SDK 99-SNAPSHOT [1/5]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[WARNING] Parameter 'systemPropertyVariables' is unknown for plugin 'jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent)'
[WARNING] Parameter 'systemPropertyVariables' is unknown for plugin 'jacoco-maven-plugin:0.8.8:report (report)'
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-versions) @ iaesdk ---
[INFO] 
[INFO] --- buildnumber:3.0.0:create (default) @ iaesdk ---
[INFO] ShortRevision tag detected. The value is '8'.
[INFO] Executing: /bin/sh -c cd '/Users/silpidhua/SILPITHINGS/WORK/SDK/ibm-iae-java-sdk' && 'git' 'rev-parse' '--verify' '--short=8' 'HEAD'
[INFO] Working directory: /Users/silpidhua/SILPITHINGS/WORK/SDK/ibm-iae-java-sdk
[INFO] Storing buildNumber: 4bb7ecca at timestamp: 20230316-012730
[INFO] Storing buildScmBranch: 3753-update-cos-credentials
[INFO] 
[INFO] --- jacoco:0.8.8:prepare-agent (prepare-agent) @ iaesdk ---
[INFO] argLine set to -javaagent:/Users/silpidhua/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/Users/silpidhua/SILPITHINGS/WORK/SDK/ibm-iae-java-sdk/target/jacoco.exec
[INFO] 
[INFO] --- jacoco:0.8.8:report (report) @ iaesdk ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- checkstyle:3.2.0:check (verify-style) @ iaesdk ---
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --------------------< com.ibm.cloud:iaesdk-common >---------------------
[INFO] Building IBM Analytics Engine Services Common Library 99-SNAPSHOT  [2/5]
[INFO]   from modules/common/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'systemPropertyVariables' is unknown for plugin 'jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent)'
[WARNING] Parameter 'systemPropertyVariables' is unknown for plugin 'jacoco-maven-plugin:0.8.8:report (report)'
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-versions) @ iaesdk-common ---
[INFO] 
[INFO] --- buildnumber:3.0.0:create (default) @ iaesdk-common ---
[INFO] 
[INFO] --- jacoco:0.8.8:prepare-agent (prepare-agent) @ iaesdk-common ---
[INFO] argLine set to -javaagent:/Users/silpidhua/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/Users/silpidhua/SILPITHINGS/WORK/SDK/ibm-iae-java-sdk/modules/common/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ iaesdk-common ---
[WARNING] File encoding has not been set, using platform encoding UTF-8. Build is platform dependent!
[WARNING] See https://maven.apache.org/general.html#encoding-warning
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ iaesdk-common ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ iaesdk-common ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/silpidhua/SILPITHINGS/WORK/SDK/ibm-iae-java-sdk/modules/common/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ iaesdk-common ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- surefire:3.0.0-M7:test (default-test) @ iaesdk-common ---
[INFO] 
[INFO] --- jacoco:0.8.8:report (report) @ iaesdk-common ---
[INFO] Loading execution data file /Users/silpidhua/SILPITHINGS/WORK/SDK/ibm-iae-java-sdk/modules/common/target/jacoco.exec
[INFO] Analyzed bundle 'IBM Analytics Engine Services Common Library' with 1 classes
[INFO] 
[INFO] --- checkstyle:3.2.0:check (verify-style) @ iaesdk-common ---
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] ---------------< com.ibm.cloud:ibm-analytics-engine-api >---------------
[INFO] Building IBM Analytics Engine Service 99-SNAPSHOT                  [3/5]
[INFO]   from modules/ibm-analytics-engine-api/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'systemPropertyVariables' is unknown for plugin 'jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent)'
[WARNING] Parameter 'systemPropertyVariables' is unknown for plugin 'jacoco-maven-plugin:0.8.8:report (report)'
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-versions) @ ibm-analytics-engine-api ---
[INFO] 
[INFO] --- buildnumber:3.0.0:create (default) @ ibm-analytics-engine-api ---
[INFO] 
[INFO] --- jacoco:0.8.8:prepare-agent (prepare-agent) @ ibm-analytics-engine-api ---
[INFO] argLine set to -javaagent:/Users/silpidhua/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/Users/silpidhua/SILPITHINGS/WORK/SDK/ibm-iae-java-sdk/modules/ibm-analytics-engine-api/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ ibm-analytics-engine-api ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/silpidhua/SILPITHINGS/WORK/SDK/ibm-iae-java-sdk/modules/ibm-analytics-engine-api/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ ibm-analytics-engine-api ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ ibm-analytics-engine-api ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/silpidhua/SILPITHINGS/WORK/SDK/ibm-iae-java-sdk/modules/ibm-analytics-engine-api/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ ibm-analytics-engine-api ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- surefire:3.0.0-M7:test (default-test) @ ibm-analytics-engine-api ---
[INFO] Using auto detected provider org.apache.maven.surefire.testng.TestNGProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running TestSuite
>>> Configuration file /Users/silpidhua/SILPITHINGS/WORK/SDK/ibm-iae-java-sdk/ibmanalyticsengine-service.env not found, skipping tests.
Setup complete.
Mar 16, 2023 1:27:50 AM com.ibm.cloud.iaesdk.ibm_analytics_engine_api.v3.IbmAnalyticsEngineApi configurePlatformLogging
WARNING: A deprecated operation has been invoked: configurePlatformLogging
Mar 16, 2023 1:27:50 AM com.ibm.cloud.iaesdk.ibm_analytics_engine_api.v3.IbmAnalyticsEngineApi getLoggingConfiguration
WARNING: A deprecated operation has been invoked: getLoggingConfiguration
Clean up complete.
[WARNING] Tests run: 48, Failures: 0, Errors: 0, Skipped: 25, Time elapsed: 23.302 s - in TestSuite
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 37, Failures: 0, Errors: 0, Skipped: 14
[INFO] 
[INFO] 
[INFO] --- jacoco:0.8.8:report (report) @ ibm-analytics-engine-api ---
[INFO] Loading execution data file /Users/silpidhua/SILPITHINGS/WORK/SDK/ibm-iae-java-sdk/modules/ibm-analytics-engine-api/target/jacoco.exec
[INFO] Analyzed bundle 'IBM Analytics Engine Service' with 154 classes
[INFO] 
[INFO] --- checkstyle:3.2.0:check (verify-style) @ ibm-analytics-engine-api ---
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] ---------------< com.ibm.cloud:iaesdk-coverage-reports >----------------
[INFO] Building IBM Analytics Engine Services Coverage Reports 99-SNAPSHOT [4/5]
[INFO]   from modules/coverage-reports/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'systemPropertyVariables' is unknown for plugin 'jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent)'
[WARNING] Parameter 'systemPropertyVariables' is unknown for plugin 'jacoco-maven-plugin:0.8.8:report (report)'
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-versions) @ iaesdk-coverage-reports ---
[INFO] 
[INFO] --- buildnumber:3.0.0:create (default) @ iaesdk-coverage-reports ---
[INFO] 
[INFO] --- jacoco:0.8.8:prepare-agent (prepare-agent) @ iaesdk-coverage-reports ---
[INFO] argLine set to -javaagent:/Users/silpidhua/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/Users/silpidhua/SILPITHINGS/WORK/SDK/ibm-iae-java-sdk/modules/coverage-reports/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ iaesdk-coverage-reports ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/silpidhua/SILPITHINGS/WORK/SDK/ibm-iae-java-sdk/modules/coverage-reports/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ iaesdk-coverage-reports ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ iaesdk-coverage-reports ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/silpidhua/SILPITHINGS/WORK/SDK/ibm-iae-java-sdk/modules/coverage-reports/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ iaesdk-coverage-reports ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0-M7:test (default-test) @ iaesdk-coverage-reports ---
[INFO] 
[INFO] --- jacoco:0.8.8:report (report) @ iaesdk-coverage-reports ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- checkstyle:3.2.0:check (verify-style) @ iaesdk-coverage-reports ---
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] ----------< com.ibm.cloud:ibm-analytics-engine-api-examples >-----------
[INFO] Building IBM Analytics Engine Service Code Examples 99-SNAPSHOT    [5/5]
[INFO]   from modules/examples/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'systemPropertyVariables' is unknown for plugin 'jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent)'
[WARNING] Parameter 'systemPropertyVariables' is unknown for plugin 'jacoco-maven-plugin:0.8.8:report (report)'
[INFO] 
[INFO] --- enforcer:3.1.0:enforce (enforce-versions) @ ibm-analytics-engine-api-examples ---
[INFO] 
[INFO] --- buildnumber:3.0.0:create (default) @ ibm-analytics-engine-api-examples ---
[INFO] 
[INFO] --- jacoco:0.8.8:prepare-agent (prepare-agent) @ ibm-analytics-engine-api-examples ---
[INFO] argLine set to -javaagent:/Users/silpidhua/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/Users/silpidhua/SILPITHINGS/WORK/SDK/ibm-iae-java-sdk/modules/examples/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ ibm-analytics-engine-api-examples ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/silpidhua/SILPITHINGS/WORK/SDK/ibm-iae-java-sdk/modules/examples/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ ibm-analytics-engine-api-examples ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ ibm-analytics-engine-api-examples ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/silpidhua/SILPITHINGS/WORK/SDK/ibm-iae-java-sdk/modules/examples/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ ibm-analytics-engine-api-examples ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0-M7:test (default-test) @ ibm-analytics-engine-api-examples ---
[INFO] 
[INFO] --- jacoco:0.8.8:report (report) @ ibm-analytics-engine-api-examples ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- checkstyle:3.2.0:check (verify-style) @ ibm-analytics-engine-api-examples ---
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for IBM Cloud Analytics Engine Service API Java SDK 99-SNAPSHOT:
[INFO] 
[INFO] IBM Cloud Analytics Engine Service API Java SDK .... SUCCESS [  1.579 s]
[INFO] IBM Analytics Engine Services Common Library ....... SUCCESS [  0.658 s]
[INFO] IBM Analytics Engine Service ....................... SUCCESS [ 30.158 s]
[INFO] IBM Analytics Engine Services Coverage Reports ..... SUCCESS [  0.088 s]
[INFO] IBM Analytics Engine Service Code Examples ......... SUCCESS [  0.083 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  32.733 s
[INFO] Finished at: 2023-03-16T01:28:02+05:30
[INFO] ------------------------------------------------------------------------

@subinpc subinpc merged commit 2219d1b into master Mar 23, 2023
@subinpc subinpc deleted the 3753-update-cos-credentials branch March 23, 2023 07:27
@Surya-Penumatcha
Copy link
Collaborator

🎉 This PR is included in version 1.1.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.

3 participants