You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.IllegalArgumentException: TypeNames must be a primitive type [any, string, integer, double, boolean, safelong, rid, bearertoken, uuid] or match pattern ^[A-Z][a-z0-9]+([A-Z][a-z0-9]+)*$: v1
at com.google.common.base.Preconditions.checkArgument(Preconditions.java:455)
at com.palantir.conjure.parser.types.names.TypeName.check(TypeName.java:46)
at com.palantir.conjure.parser.types.names.ImmutableTypeName.validate(ImmutableTypeName.java:111)
What did you want to happen?
The namespace part of conjure imports is not externally visible and should not be subject to this regex.
The text was updated successfully, but these errors were encountered:
What happened?
results in an error:
What did you want to happen?
The namespace part of conjure imports is not externally visible and should not be subject to this regex.
The text was updated successfully, but these errors were encountered: