Ömer Çelik
Ömer Çelik
@sobychacko If the issue is available, I would like to try to solve it. Let me give you brief information on how to do it. Using the spring boot maven...
@sobychacko OK, I'll think of another way. But I didn't understand what you mean in the following sentence.(Word I don't understand: **bandwidth**) Did you mean to ask if I've worked...
> > Bant genişliğiniz varsa kesinlikle sorun üzerinde çalışabilirsiniz. > > Demek istediğim, vaktiniz varsa devam edin ve konu üzerinde çalışın :-) Ok thank you very much. Sorry for my...
@sobychacko Hello. I have completed my development and I would like to ask a few questions. While the project is being built, I save the relevant Spring Cloud Stream version...
@sobychacko.. No problem. I researched and found another solution. I can generate a class containing the version using the maven-antrun-plugin at compile time. What do you think about this solution?...
> We can get this info by parsing the JAR file name. We control it and we know that version is always going to be part of it. > >...
> See also `org.springframework.core.SpringVersion` impl. > > It is probably may fail in case of shading, however in this case we may just fall back and don't provide such a...
@artembilan You gave this example (org.springframework.core.SpringVersion). https://github.com/spring-cloud/spring-cloud-stream/issues/2814#issuecomment-1772886764 Now you give this example. (org.springframework.boot.SpringBootVersion). https://github.com/spring-cloud/spring-cloud-stream/issues/2814#issuecomment-1773169127 These are completely different implementations. Which one do you mean?
Developers may not be able to use uber jar due to problems with the third party libraries they use. I currently have an example like this in my project.(If you...
Hello @olegz. I tried again. But what you said doesn't work in shaded jar. Because in shaded jar, all jars are extracted. And it is not available as spring cloud...