Mattias Severson
Mattias Severson
@neillturner Thanks for the suggestion. I like the idea and for new projects I would definitely look into the AWS Serverless Application Model that you mention. However, since this GitHub...
@willedwards Thanks for the PR. I appreciate the effort, however I choose to not make any changes to the project. This sample project was developed together with an accompanying [blog...
One question that has surfaced is if log statements need to be duplicated? For example, if we use `ReactorRollbar` for error logs, will the error message also be forwarded to...
It is unclear to me if you recommend that I use an (async) log appender or the `ReactorRollbar` or both. We will use standard (async) logback appender for our application...
I have checked out PR #935 locally and I manage to build it if I use JDK 17 when running Cradle. ```bash ./gradlew -v ------------------------------------------------------------ Gradle 7.6.2 ------------------------------------------------------------ Build time:...
@mandrean Thanks for the notification. I made an attempt to upgrade the Gradle wrapper to use Gradle ver 8.5, but there is some more work required to make this work,...
@koppor I just tried to build locally using the Gradle toolchain config that is currently provided in #978. Regrettably my build fails with a similar stack trace as the one...
@koppor I am sorry, I don't know how errorprone is used in this project or whether or not it is up for removal.
:thumbsup: closing. I checked out bf9e642cc6769d3255ca39e4ce1076b3c6e48d16 (which is the current version of the `develop` branch, based on the #1103 pr). Executing the Gradle wrapper confirms that version `8.8` is used:...
@masa-iwasaki Thanks for the feedback, I'll take a look at `ruby/setup-ruby`. It was some time since I configured my GitHub Action to use your tool so when I noticed a...