mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
updated plugin version and re-cemented api
This commit is contained in:
parent
83d3cd82c8
commit
2ef3d2d738
@ -1085,106 +1085,3 @@ net.corda.client.jackson.StringToMethodCallParser$UnparseableCallException$Unkno
|
||||
default: false
|
||||
type: public final
|
||||
returnType: String
|
||||
net.corda.client.jackson.internal.CordaModule:
|
||||
annotations: []
|
||||
type: public final class
|
||||
extends: com.fasterxml.jackson.databind.module.SimpleModule
|
||||
implements: []
|
||||
interface: false
|
||||
methods:
|
||||
setupModule:
|
||||
annotations: []
|
||||
default: false
|
||||
type: public
|
||||
returnType: void
|
||||
params:
|
||||
context:
|
||||
annotation:
|
||||
- NotNull
|
||||
type: com.fasterxml.jackson.databind.Module$SetupContext
|
||||
net.corda.client.jackson.internal.CordaModuleKt:
|
||||
annotations: []
|
||||
type: public final class
|
||||
extends: null
|
||||
implements: []
|
||||
interface: false
|
||||
methods: {}
|
||||
net.corda.client.jackson.internal.JacksonUtilsKt:
|
||||
annotations: []
|
||||
type: public final class
|
||||
extends: null
|
||||
implements: []
|
||||
interface: false
|
||||
methods:
|
||||
childrenAs:
|
||||
annotations: []
|
||||
default: false
|
||||
type: public static final synthetic
|
||||
returnType: java.util.List<T>
|
||||
params:
|
||||
"null":
|
||||
annotation: []
|
||||
type: com.fasterxml.jackson.databind.ObjectMapper
|
||||
jsonObject:
|
||||
annotations: []
|
||||
default: false
|
||||
type: public static final
|
||||
returnType: void
|
||||
params:
|
||||
$this$jsonObject:
|
||||
annotation:
|
||||
- NotNull
|
||||
type: com.fasterxml.jackson.core.JsonGenerator
|
||||
fieldName:
|
||||
annotation:
|
||||
- Nullable
|
||||
type: String
|
||||
gen:
|
||||
annotation:
|
||||
- NotNull
|
||||
type: "kotlin.jvm.functions.Function1<? super com.fasterxml.jackson.core.JsonGenerator,\
|
||||
\ kotlin.Unit>"
|
||||
readValueAs:
|
||||
annotations: []
|
||||
default: false
|
||||
type: public static final synthetic
|
||||
returnType: T
|
||||
params:
|
||||
"null":
|
||||
annotation: []
|
||||
type: com.fasterxml.jackson.core.JsonParser
|
||||
valueAs:
|
||||
annotations: []
|
||||
default: false
|
||||
type: public static final synthetic
|
||||
returnType: T
|
||||
params:
|
||||
"null":
|
||||
annotation: []
|
||||
type: com.fasterxml.jackson.databind.ObjectMapper
|
||||
net.corda.client.jackson.internal.SimpleDeserializer:
|
||||
annotations: []
|
||||
type: public abstract class
|
||||
extends: com.fasterxml.jackson.databind.JsonDeserializer
|
||||
implements: []
|
||||
interface: false
|
||||
methods:
|
||||
deserialize:
|
||||
annotations: []
|
||||
default: false
|
||||
type: public
|
||||
returnType: T
|
||||
params:
|
||||
parser:
|
||||
annotation:
|
||||
- NotNull
|
||||
type: com.fasterxml.jackson.core.JsonParser
|
||||
ctxt:
|
||||
annotation:
|
||||
- NotNull
|
||||
type: com.fasterxml.jackson.databind.DeserializationContext
|
||||
net.corda.client.jackson.internal.ToStringSerialize:
|
||||
annotations: []
|
||||
type: public @interface
|
||||
interface: false
|
||||
methods: {}
|
File diff suppressed because it is too large
Load Diff
@ -8,7 +8,7 @@ versionSuffix=SNAPSHOT
|
||||
cordaShellVersion=4.12-SNAPSHOT
|
||||
gradlePluginsVersion=5.1.1
|
||||
artifactoryContextUrl=https://software.r3.com/artifactory
|
||||
internalPluginVersion=0.1-beta-1718714732905
|
||||
internalPluginVersion=0.1-beta-1718796578233
|
||||
# ***************************************************************#
|
||||
# When incrementing platformVersion make sure to update #
|
||||
# net.corda.core.internal.CordaUtilsKt.PLATFORM_VERSION as well. #
|
||||
|
@ -139,8 +139,7 @@ scanApi {
|
||||
exportApis {
|
||||
excludeClasses = [
|
||||
// Kotlin should probably have declared this class as "synthetic".
|
||||
"net.corda.core.Utils\$toFuture\$1\$subscription\$1",
|
||||
"net.corda.core.internal.*"
|
||||
"net.corda.core.Utils\$toFuture\$1\$subscription\$1"
|
||||
]
|
||||
}
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,148 +1,3 @@
|
||||
# Auto-generated by Gradle cementApi task
|
||||
# DO NOT EDIT THIS FILE MANUALLY
|
||||
net.corda.testing.common.internal.CommonSerializationTestHelpersKt:
|
||||
annotations: []
|
||||
type: public final class
|
||||
extends: null
|
||||
implements: []
|
||||
interface: false
|
||||
methods:
|
||||
asContextEnv:
|
||||
annotations: []
|
||||
default: false
|
||||
type: public static final
|
||||
returnType: T
|
||||
params:
|
||||
$this$asContextEnv:
|
||||
annotation:
|
||||
- NotNull
|
||||
type: net.corda.core.serialization.internal.SerializationEnvironment
|
||||
callable:
|
||||
annotation:
|
||||
- NotNull
|
||||
type: "kotlin.jvm.functions.Function1<? super net.corda.core.serialization.internal.SerializationEnvironment,\
|
||||
\ ? extends T>"
|
||||
getLog:
|
||||
annotations:
|
||||
- NotNull
|
||||
default: false
|
||||
type: public static final
|
||||
returnType: org.slf4j.Logger
|
||||
net.corda.testing.common.internal.EventuallyKt:
|
||||
annotations: []
|
||||
type: public final class
|
||||
extends: null
|
||||
implements: []
|
||||
interface: false
|
||||
methods:
|
||||
eventually:
|
||||
annotations: []
|
||||
default: false
|
||||
type: public static final
|
||||
returnType: R
|
||||
params:
|
||||
duration:
|
||||
annotation:
|
||||
- NotNull
|
||||
type: java.time.Duration
|
||||
waitBetween:
|
||||
annotation:
|
||||
- NotNull
|
||||
type: java.time.Duration
|
||||
waitBefore:
|
||||
annotation:
|
||||
- NotNull
|
||||
type: java.time.Duration
|
||||
test:
|
||||
annotation:
|
||||
- NotNull
|
||||
type: kotlin.jvm.functions.Function0<? extends R>
|
||||
succeeds:
|
||||
annotations: []
|
||||
default: false
|
||||
type: public static final
|
||||
returnType: R
|
||||
params:
|
||||
action:
|
||||
annotation:
|
||||
- NotNull
|
||||
type: kotlin.jvm.functions.Function0<? extends R>
|
||||
net.corda.testing.common.internal.ParametersUtilitiesKt:
|
||||
annotations: []
|
||||
type: public final class
|
||||
extends: null
|
||||
implements: []
|
||||
interface: false
|
||||
methods:
|
||||
addNotary:
|
||||
annotations:
|
||||
- NotNull
|
||||
default: false
|
||||
type: public static final
|
||||
returnType: net.corda.core.node.NetworkParameters
|
||||
params:
|
||||
$this$addNotary:
|
||||
annotation:
|
||||
- NotNull
|
||||
type: net.corda.core.node.NetworkParameters
|
||||
party:
|
||||
annotation:
|
||||
- NotNull
|
||||
type: net.corda.core.identity.Party
|
||||
validating:
|
||||
annotation: []
|
||||
type: boolean
|
||||
testNetworkParameters:
|
||||
annotations:
|
||||
- NotNull
|
||||
default: false
|
||||
type: public static final
|
||||
returnType: net.corda.core.node.NetworkParameters
|
||||
net.corda.testing.common.internal.ProjectStructure:
|
||||
annotations: []
|
||||
type: public final class
|
||||
extends: null
|
||||
implements: []
|
||||
interface: false
|
||||
methods:
|
||||
getProjectRootDir:
|
||||
annotations:
|
||||
- NotNull
|
||||
default: false
|
||||
type: public final
|
||||
returnType: java.nio.file.Path
|
||||
fields:
|
||||
INSTANCE:
|
||||
annotation:
|
||||
- NotNull
|
||||
type: public static final net.corda.testing.common.internal.ProjectStructure
|
||||
net.corda.testing.common.internal.TestCommonUtilsKt:
|
||||
annotations: []
|
||||
type: public final class
|
||||
extends: null
|
||||
implements: []
|
||||
interface: false
|
||||
methods:
|
||||
checkNotOnClasspath:
|
||||
annotations: []
|
||||
default: false
|
||||
type: public static final
|
||||
returnType: void
|
||||
params:
|
||||
className:
|
||||
annotation:
|
||||
- NotNull
|
||||
type: String
|
||||
errorMessage:
|
||||
annotation:
|
||||
- NotNull
|
||||
type: kotlin.jvm.functions.Function0<?>
|
||||
isInstanceOf:
|
||||
annotations: []
|
||||
default: false
|
||||
type: public static final synthetic
|
||||
returnType: "org.assertj.core.api.AbstractThrowableAssert<?, ?>"
|
||||
params:
|
||||
"null":
|
||||
annotation: []
|
||||
type: "org.assertj.core.api.AbstractThrowableAssert<?, ?>"
|
||||
{}
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user