Тёмный
goafabric
goafabric
goafabric
Подписаться
Container Arts and more ...
A channel about Containers, Spring and Cloud Native Technlogies
Sidecarless Istio Ambient Mesh - First Look
3:24
4 месяца назад
Native Sidecars with Linkerd 2.15
7:38
5 месяцев назад
Effortless Java Chat Apps With LLM Magic
12:31
8 месяцев назад
Webservices with WASI, GO and Docker
6:11
10 месяцев назад
Java 21 Native with Boot and Loom
18:21
10 месяцев назад
180 Seconds of Graalvm 23
3:06
Год назад
Demystifying Spring Integration
23:06
Год назад
Spring Batch in Action
16:44
Год назад
Quarkus 3.0 - First Look
6:50
Год назад
Introduction to Kafka & RabbitMQ
17:27
Год назад
Spring Batch in a Nutshell
3:29
Год назад
What The Wasm
24:15
Год назад
Spring Boot Native 3.0 - M5
19:16
Год назад
Spring Data (NO) SQL
10:12
2 года назад
Services by Example
37:12
2 года назад
Комментарии
@albertlam2433
@albertlam2433 19 дней назад
Can you please provide the steps how to start the application and run the SimpleConfiguration in intellij?
@hamidhamidi764
@hamidhamidi764 5 месяцев назад
Grate explanation and to the point. Thanks a lot my friend
@jaiverma3090
@jaiverma3090 6 месяцев назад
precise explanation
@shobhit321
@shobhit321 8 месяцев назад
Lets say i have 2 apps , i send a message from app1 on a channel where this channel is initialised, app2 wants to receive this mesaage from the channel in app1. The channel is of default type. Is it possible to send message from app1 to app2. How is it possible as both app1 and app2 are 2 jvms?
@goafabric
@goafabric 5 месяцев назад
It's been a long while when I recorded the Video, but afaik this is not doable. Spring Integration is for processes running inside the same Jvm. At least out of the Box. If it's two different JVMs you might still use it, but will have to leverage REST Communication with your own Integration Implementations
@TheExcentro
@TheExcentro 10 месяцев назад
Thanks a lot!
@goafabric
@goafabric 10 месяцев назад
pleasure
@falchi8048
@falchi8048 Год назад
btw nice video
@falchi8048
@falchi8048 Год назад
how can I can adapt the code for the MiniO send the data to my S3 bucket?
@luisangel4128
@luisangel4128 9 месяцев назад
Same question…
@santhoshannamalaisakthivel3899
Much appreciated! 👍
@goafabric
@goafabric Год назад
Hey people, this is me from the fture, Christian Humer from Graalvm told us, that if we enable the '-Ob' option, that build times go down again. And it's even better .. the build times are even about 10% faster then before, while the memory usage is stell less. He pointed out, that execution speed will be worse ... but i think for now that's a working tradeoff, for what we gain in compile speed an mem reduction. Grea8 work from the Graalvm team
@blipintime1543
@blipintime1543 Год назад
Thanks for a great working example. I had spent hours in making it work and finally found your video. I still wonder how this guy is making it work without any issues. Notice the URL he is using is **/oauth2/authorize/** and it happily works !! ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-N0LiMIGCDgg.html Any comment is greatly appreciated.
@Yorgarazgreece
@Yorgarazgreece Год назад
man this helped me a lot on understanding how to configure ouath2-proxy with any ingress. thank you!
@goafabric
@goafabric Год назад
Glad to help out :) There is another more recent video concerning OIDC, that even goes a little more into the details
@goafabric
@goafabric Год назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-ZrG7fdTDjzw.html
@pad5724
@pad5724 Год назад
Thank you sir. Any suggestion how to continue spring batch learning process?
@goafabric
@goafabric Год назад
Spring Batch's Documentation is pretty solid .. Other than that "Spring Batch in Action" is a good Book
@pad5724
@pad5724 Год назад
Tha!nks, can you make video about implementing custom hibernate naming strategy by inhereting default one provided by spring boot?
@goafabric
@goafabric Год назад
thank you for your comment .. to be honest i am no hibernate expert :) just using this for basic use cases
@AmazingVWorld
@AmazingVWorld Год назад
Hi, I am using openapi generator and generated java class has line like below @javax.annoation.Genarated(Value="..") So in this case SpringBoot 3.0.0 does not compile javax and it fails Any solutions/suggestion on this?
@goafabric
@goafabric Год назад
i dont know what generator you are exactly using but boot 3.0 depends on jakartee 9, so all javax annotations have to be moved to jakarta annotations .. so your generator also needs to support jakarta ee .. or you have to manually replace javax => jakarta after generation
@goafabric
@goafabric Год назад
Just as a HeadsUp OpenAPI is now finally working with the latest 2.0.0-M7-SNAPSHOT And also container builds via "./gradlew bootBuildImage" Both are added to the gradle build scripts and also executed via Github Actions.
@saivineethnagamalla
@saivineethnagamalla 2 года назад
I am trying to migrate from 2.6.6 to 3.0.0-M1 but I am not able to , i am getting an error in pom.xml for repositories