Misagh Moayyed

Results 70 comments of Misagh Moayyed

We have quite a few `@RestControllerEndpoint` annotations used [here](https://github.com/apereo/cas). Main use cases that I think would be useful and helpful to support going forward would be: - Support the convenience...

Thank you Andy. The main example that I found for `@ResponseBody` is dealing with exporting data out in form of a zip file. The endpoint creates a zip file `Resource`,...

Sure. I'd have to go back a few steps, so please bear with me. This project ships a number auto-starters that control the implementation of a particular repository type. The...

One other thing that might be useful here: `@RestControllerEndpoint` allows for overloading methods that address different requirements. For example, one could have multiple `@GetMapping` methods that handle different concerns, with...

I am using the plugin version: `5.20.0` with Checkstyle 8.11 in IDEA 2018.2: ``` IntelliJ IDEA 2018.2 EAP (Ultimate Edition) Build #IU-182.3684.2, built on July 10, 2018 JRE: 1.8.0_152-release-1248-b8 x86_64...

Apologies. I should have mentioned that I use Checkstyle `8.11`. (Corrected the original post). It's worth noting that with the original `CustomImportOrder` rule (with severity and such defined), the plugin...

Outstanding. Thank you very much for your time. I'll give the new release a try and will report back.

I should report back the latest version of the plugin that is 5.21.0 resolves this issue. Once again, thank you very much for your help. I hope to get better...

Here is a reproducer: https://github.com/mmoayyed/cloud-config-reproducer ## Overview Please note that this is a stripped-down version of the Apache Syncope codebase: https://github.com/apache/syncope. I removed all the other components to make sure...

I see 3.1.0 is now released and will try to determine if I can reproduce the same issue with the latest release.