This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #non-native | |
| 0.49s user 0.18s system 25% cpu 2.590 total | |
| #native | |
| 0.45s user 0.16s system 30% cpu 2.042 total |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| dockerBuild { | |
| images = ["[REGION].ocir.io/[TENANCY]/[REPO]/$project.name:$project.version"] | |
| } | |
| dockerBuildNative { | |
| images = ["[REGION].ocir.io/[TENANCY]/[REPO]/$project.name-native:$project.version"] | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [{ | |
| "name" : "oracle.security.crypto.cert.ext.ExtKeyUsageExtension", | |
| "allDeclaredConstructors" : true, | |
| "allPublicConstructors" : true, | |
| "allDeclaredFields" : true, | |
| "allPublicFields" : true, | |
| "allDeclaredMethods" : true, | |
| "allPublicMethods" : true | |
| }] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ oci fn function invoke \ | |
| --function-id=ocid1.fnfunc.oc1.phx... \ | |
| --body="" \ | |
| --file - |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| > Task :dockerPush | |
| Pushing image 'phx.ocir.io/toddrsharp/atp-auto-wallet/atp-auto-wallet-fn:0.1'. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "data": { | |
| "compartment-id": "ocid1.compartment.oc1...", | |
| "config": {}, | |
| "defined-tags": { | |
| "Oracle-Tags": { | |
| "CreatedBy": "[redacted]", | |
| "CreatedOn": "2022-03-29T17:07:43.860Z" | |
| } | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| implementation("io.micronaut.oraclecloud:micronaut-oraclecloud-atp") //1 | |
| implementation("io.micronaut.oraclecloud:micronaut-oraclecloud-sdk") //2 | |
| implementation("io.micronaut.oraclecloud:micronaut-oraclecloud-vault") //3 | |
| implementation("io.micronaut.sql:micronaut-jdbc-ucp") //4 | |
| implementation("com.oracle.database.jdbc:ojdbc11-production:21.1.0.0") //5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| dockerBuild { | |
| images = ["phx.ocir.io/toddrsharp/atp-auto-wallet/$project.name:$project.version"] | |
| } | |
| dockerBuildNative { | |
| images = ["phx.ocir.io/toddrsharp/atp-auto-wallet/$project.name-native:$project.version"] | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ mn create-function-app atp-auto-wallet-fn --features oracle-function | |
| $ cd atp-auto-wallet-fn |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| > Task :run | |
| Failed to auto configure default logger context | |
| Reported exception: | |
| ch.qos.logback.core.joran.spi.JoranException: Parser configuration error occurred | |
| at ch.qos.logback.core.joran.event.SaxEventRecorder.buildSaxParser(SaxEventRecorder.java:89) | |
| at ch.qos.logback.core.joran.event.SaxEventRecorder.recordEvents(SaxEventRecorder.java:57) | |
| at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:151) | |
| at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:110) | |
| at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:53) | |
| at ch.qos.logback.classic.util.ContextInitializer.configureByResource(ContextInitializer.java:64) |