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
The persisted dep state we put in jars has no concept of optionality of deps and so we'd have to modify that (in addition to just updating the api the library interacts with)
The text was updated successfully, but these errors were encountered:
to use in a lib that would optionalise the pdep from depending on the thing-service api jar, but we would want to persist the information here as like a Set<OptionalPdeps>
We haven't configured ignoreUnknownProperties on the object mapper so adding it would break existing stuff
was done in #1280
this next section is likely the hard bit
We'd also have to get the plugin to do some sort of graph manipulation to understand that this optional marker ensures transitive deps that are only brought in by this dep are optional. Currently the code has no idea about this and just gathers everything
we have access to the gradle configuration to get the right info - but it's going to be some "fun" gradle code
The persisted dep state we put in jars has no concept of optionality of deps and so we'd have to modify that (in addition to just updating the api the library interacts with)
The text was updated successfully, but these errors were encountered: