Update sbt-plugin implementation with new config options
See original GitHub issue- #275
- Add
apiInterfaceStrategy
(default =MappingConfigConstants.DEFAULT_API_INTERFACE_STRATEGY
)
- Add
- #274
- Remove
generateAsyncApi
- Rename
apiAsyncReturnType -> apiReturnType
- Rename
apiAsyncReturnListType -> apiReturnListType
- Add
useOptionalForNullableReturnTypes
(default =MappingConfigConstants.DEFAULT_USE_OPTIONAL_FOR_NULLABLE_RETURN_TYPES
)
- Remove
- #273
- Change type of
customAnnotationsMapping
:Map<String, String> -> Map<String, List<String>>
- Change type of
directiveAnnotationsMapping
:Map<String, String> -> Map<String, List<String>>
- Change type of
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
yes, ready. but i can not close the issue.
ok,