Álvaro Sánchez-Mariscal

Results 30 comments of Álvaro Sánchez-Mariscal

So are you expecting Micronaut to detect that it's running on a "CI environment", in which case, it won't set the `CLOUD` environment? How would we detect that an application...

@Crow-EH sorry for taking so long to address your PR, and thank you very much for your contribution!

A hacky workaround would be a GitHub Action workflow that, periodically, does a `git commit --allow-empty` on the child settings file.

Another possibility would be for this app to react on all push events, not only those affecting the settings file. So I guess it would be to remove this lines:...

See http://stackoverflow.com/questions/233507/how-to-log-out-user-from-web-site-using-basic-authentication

@gradinac are you aware of changes in the agent stuff in 0.9.12+ that could be causing this?

The reason why those elements are in red is because the generated `META-INF/maven/plugin.xml` has all the descriptions as ``. When building a Maven plugin with Maven, those are taken from...

Sorry, I misread your comment. What I described would cause the existing config elements to not have documentation (eg by pressing F1). `agent` in particular is in red because it's...

Yes, as part of this task, `agent` and all its structure should be defined as `@Parameter` in `AbstractNativeMojo`, which will make them be present in `plugin.xml` and therefore autocomplete

Note that Maven Central fails quite often. We experience that every 5-10 releases or so. I wish this retry was implemented.