Matej Spiller Muys
Matej Spiller Muys
It is very important to make a decision about the licensing early in the project life other wise it is really hard to relicense (if you have external contributions). I...
Currently jackson requires java 1.7. So running on java 1.6 ... https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-parent/2.10/jackson-parent-2.10.pom https://medium.com/@cowtowncoder/jackson-2-10-features-cd880674d8a2
Hm ... Android you say ... Android: https://source.android.com/setup/build/older-versions Play requirements: https://developer.android.com/distribute/play-policies For example 64 bit support is required since 2019. And 64 bit is from android 5.0 (using java 7)....
Just bump it. Even android developers can use java 8 api for all devices. Very interesting read: https://medium.com/androiddevelopers/support-for-newer-java-language-apis-bca79fc8ef65 https://developer.android.com/studio/write/java8-support
It is the same with 2.9.5. It generates the same schema. It seems that RefValidator is not able to resolve the "$ref": "urn:jsonschema:java:time:Instant" using id used in the previous attribute.
There is still similar problem with urn resolving (**invalid segment for URI**). URL factory: **public URI create(final String uri)** This does not work: ``` return new URL(uri).toURI(); ``` This works:...
RFCs: https://datatracker.ietf.org/doc/html/rfc7523 -> jwt grant https://datatracker.ietf.org/doc/html/rfc8693 -> token exchange There is also: https://www.rfc-editor.org/rfc/rfc7522.html -> saml2 bearer Point here is to allow adding custom grant types and not implementing all the...
Actually this RFC is mostly relevant since it covers how to define custom types: https://datatracker.ietf.org/doc/html/rfc6755
Basically: rules = self._initialize_rules(tree, source, file) should be run outside and before _run ... there is probably no need to recreate rules after each change?
yes sry: mypy==0.971