Christopher Ng
Christopher Ng
is this project unmaintained now? it's been over 18 months since the last commit.
I have an issue similar to #2673 in 1.5.2.Final. Project to reproduce: https://github.com/facboy/mapstruct-bug ``` [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /home/xyz/git/mapstruct-bug/src/main/java/org/facboy/mapstruct/OptionalBeanMapper.java:[6,16] error: Internal error in the mapping processor: java.lang.IllegalArgumentException:...
is it possible to disable the attribute checks on the attribute getters of generated `Modifiables`? i'd prefer to use them like normal beans, but still have the checks when converting...
If you add a custom encoding with an initial value, this isn't initialized in any generated `@Value.Modifiables`. It is initialized in the builder for the `@Value.Immutable`.
Perhaps I'm being really thick, when I try to specify the output directory as an absolute path it always ends up being a relative path in the pwd. Is this...
If you update plugins using the keybinding, you don't see the update messages on tmux 2.5. It seems to be something to do with sending Ctrl-C during the command-prompt template,...
Currently `omicliagent` returns an error if the `state` command (without an argument) is sent. This commit fixes it to return the current OpenVPN state as required by the OMI spec.
The current checkinstall makefile doesn't seem to work correctly on CentOS or Fedora, at least not with the current version of checkinstall.
This is a follow up to #960 - occasionally the imports are left unformatted and it can be annoying.
When linking against an LMDB built for Windows, the returned file handle is a native Win32 HANDLE and so needs to be checked using the native Windows API. Signed-off-by: Christopher...