guai
guai
Somewhere near `JaxrsReader#getValidClasses` one of my classes being initialized and fails to do so cause it needs proper environment which of course the plugin can not provide. It throws exception...
Isn't the plugin suppose to collect info from classes annotated with jaxrs' `@Path` annotation only, and not swagger's `@Api`? I'm trying 1.0.4 release It seems such classes will never pass...
`EvictingQueue` is mostly a wrapper over `ArrayDeque` which have a `descendingIterator`. `EvictingQueue`'s only constructor is `private`, so I can't extend the class. And `delegate()` is also protected. Either the constructor...
following kotlin class (stripped for simplicity) have been converting to json ok in `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.11.4` and causes error `Conflicting getter definitions for property "iscsi": Volume#getIscsi() vs Volume#getCsi()` in later versions ```kotlin...
Is there a way to reset a sequence? for example: these lines selected ``` 1 1 1 2 2 2 ``` to be replaced with ``` 1 2 3 1...
Hi I've made a task which generates updates.xml out of built nbms (ant task wrapped) And I also have a standalone groovy file which launches simple http server that serves...
I have in my project this deps `compile group: 'com.zaxxer', name: 'HikariCP', version:'2.3.8'` `compile group: 'ru.programpark', name: 'HikariCP', version:'2.3.8'` One is my fork of HikariCP and another is stock one....
Hi On a touchscreen device when "Show translate-icon near selected text" option is checked and I select a word by long-tapping on it I got browser's default popup menu on...
The code in `BranchProperty` class for branch detection in Teamcity won't work: ``` 'TEAMCITY_VERSION' : ['teamcity.build.branch'], // https://confluence.jetbrains.com/display/TCD9/Predefined+Build+Parameters ``` teamcity does not set the branch name to any env by...