Jose Carvajal
Jose Carvajal
> This is big! > > However, it can't be part of the pie workflow, as they can be extremely modified and break for irrelevant reasons. > > Alternatives: >...
@jacobdotcosta , atm the snowdrop spring boot examples are using [2.5.8.Beta1](https://github.com/snowdrop/rest-http-example/blob/ce0f3e133ccd888b7b47edeed3cb525a3b8d2737/pom.xml#L22) which is not up to date with the repository and branch [spring-boot-bom/sb-2.5.x](https://github.com/snowdrop/spring-boot-bom/blob/sb-2.5.x). To be concrete, I'm missing this line:...
The problem is that 2.5.8.Beta1 has the dekorate version hardcoded in the dependencies, where in the sb-2.5.x, It's using a property dekorate.version. I did check the 2.5.8.Beta1 from Maven repository...
Update: the snowdrop springboot bom has been fixed and we're waiting for the `2.5.8.Final` version to be released: https://search.maven.org/search?q=a:snowdrop-dependencies
I also have some ideas: - Execution options: allow to dekorate a project without having Dekorate into the runtime dependencies via a command line tool. - Reduce the number of...
> https://github.com/dekorateio/dekorate-cli If there is an existing tool already, I think we should promote it and update it with the latest extensions. Moreover, we should release the tool into https://www.jbang.dev/appstore/...
cc @iocanel @aureamunoz
I guess the second code snippet is wrong, the right one should be: ``` [WARN] Unknown generator 'push' will be ignored. Known generators are: [jvm, kubernetes, servicemonitor, vcs, options, docker]...
Unassign this issue. See comment in https://github.com/dekorateio/dekorate/pull/997#issuecomment-1148300050. If I have the time in the future, I will think to take this one back to me. However, keep it unassigned just...
@iocanel I've just updated the PR after your comments. According to the instructions in https://help.sonatype.com/repomanager2/staging-releases/configuring-your-project-for-deployment, I don't see how to use a token generated by the OSS JIRA site, but...