spring-cloud-cli icon indicating copy to clipboard operation
spring-cloud-cli copied to clipboard

Spring Cloud CLI features

Results 39 spring-cloud-cli issues
Sort by recently updated
recently updated
newest added

Bumps [spring-cloud-build](https://github.com/spring-cloud/spring-cloud-build) from 3.0.0-SNAPSHOT to 3.0.0.M1. Commits See full diff in compare view [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=org.springframework.cloud:spring-cloud-build&package-manager=maven&previous-version=3.0.0-SNAPSHOT&new-version=3.0.0.M1)](https://dependabot.com/compatibility-score/?dependency-name=org.springframework.cloud:spring-cloud-build&package-manager=maven&previous-version=3.0.0-SNAPSHOT&new-version=3.0.0.M1) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Introduction incorrectly mentions Spring Boot CLI where it should be talking about Sprint Cloud CLI.

Bug report Environment: ![spring-cloud-version](https://user-images.githubusercontent.com/74434932/102424864-f0bb2780-3fc0-11eb-9fcd-a08b7d3f19d7.png) (Initially had Spring Cloud CLI version 2.2.3.RELEASE installed and downgraded to 2.2.0.RELEASE while troubleshooting this error) When attempting to encrypt some keys with spring encrypt, I...

``` Caused by: java.lang.NoClassDefFoundError: org/springframework/boot/builder/SpringApplicationBuilder at java.base/java.lang.Class.getDeclaredMethods0(Native Method) ~[na:na] at java.base/java.lang.Class.privateGetDeclaredMethods(Class.java:3167) ~[na:na] at java.base/java.lang.Class.getDeclaredMethods(Class.java:2310) ~[na:na] at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:459) ~[spring-core-5.2.1.RELEASE.jar:5.2.1.RELEASE] ... 45 common frames omitted Caused by: java.lang.ClassNotFoundException: org.springframework.boot.builder.SpringApplicationBuilder at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:471) ~[na:na]...

Enhancement This is not code related. Several GitHub projects, including https://github.com/spring-projects/spring-boot , implement behavior that redirects "latest" URLs to their latest release, e.g. https://github.com/spring-projects/spring-boot/releases/latest as of now redirects to https://github.com/spring-projects/spring-boot/releases/tag/v2.3.4.RELEASE...

waiting for votes

There used to be a JMX bean **launcher.**, e.g. **launcher.eureka** in previous versions of Spring Cloud CLI. STS was able to extract the "Ready" state of the service (and possibly...

bug

Install Boot CLI 2.2.7 or 2.3.0 Install the latest Cloud CLI 2.2.1 in it Launch eureka service: `./bin/spring cloud eureka --deployer=thin` fails Launch without **--deployer=thin** works fine - service launched

The Cloud BOM gets erased from the launcher app poms by the flatten-maven-plugin. Here's a workaround. ``` $ ls cloud.yml thin-rabbit.properties $ spring cloud stubrunner ... 2020-03-23 13:50:30.018 INFO 28638...

bug