question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Update sbt-plugin implementation with new config options

See original GitHub issue
  • #275
    • Add apiInterfaceStrategy (default = MappingConfigConstants.DEFAULT_API_INTERFACE_STRATEGY)
  • #274
    • Remove generateAsyncApi
    • Rename apiAsyncReturnType -> apiReturnType
    • Rename apiAsyncReturnListType -> apiReturnListType
    • Add useOptionalForNullableReturnTypes (default = MappingConfigConstants.DEFAULT_USE_OPTIONAL_FOR_NULLABLE_RETURN_TYPES)
  • #273
    • Change type of customAnnotationsMapping: Map<String, String> -> Map<String, List<String>>
    • Change type of directiveAnnotationsMapping: Map<String, String> -> Map<String, List<String>>

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
jxnu-liguobincommented, Aug 13, 2020

@jxnu-liguobin you are done with the changes? Once you confirm, I will release 3.0.0

yes, ready. but i can not close the issue. image

1reaction
jxnu-liguobincommented, Aug 11, 2020

ok,

Read more comments on GitHub >

github_iconTop Results From Across the Web

sbt Reference Manual — Plugins
A plugin can define a sequence of sbt settings that are automatically added to all projects or that are explicitly declared for selected...
Read more >
SBT plugin - Scalastyle
This will create a scalastyle-config.xml in the current directory, with the default settings. Then, you can check your code with the scalastyle command....
Read more >
spray/sbt-revolver: An SBT plugin for dangerously ... - GitHub
An SBT plugin for dangerously fast development turnaround in Scala ... sbt-revolver defines three new commands (SBT tasks) in its own re configuration:....
Read more >
scala - How to share sbt plugin configuration between multiple ...
settings ( commonSettings ++ addSbtPlugin("com.typesafe.sbt" ... but if you look at the implementation of addSbtPlugin is basically ...
Read more >
Play 2.5 Migration Guide - Documentation
Update the Play version number in project/plugins.sbt to upgrade Play: ... The new configuration after the change will look something like this:
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found