I just wanted to say that the quality of the video is awesome. It was pleasurable 8 minutes : )
@nvtndev52410 күн бұрын
Amazing video. Need more video for Event drivent design pattern
@JonatanRamhoejАй бұрын
Greatly produced video! And good analysis of the current market.
@alexgutjahrАй бұрын
Thanks Jonatan!
@AHTOIIIKAАй бұрын
It will override url of hash will be the same
@ufu_devАй бұрын
The name of the bean doesn’t matter. The type of the bean matters. When the spring context loads it checks for this ‘type’ of bean and swaps it out with the default CORS bean :)
@alexgutjahrАй бұрын
If you can make these two tests succeed, I'll believe you :) github.com/alexgutjahr/cors-config-sample/blob/main/src/test/kotlin/com/alexgutjahr/corsdemo/CorsTests.kt
@alexgutjahrАй бұрын
.. and just to add a few more thoughts. The video focuses on CORS together with Spring Security and I think Spring Security does not have a direct dependency to Spring Web MVC, where the CorsConfigurationSource class is defined. So it can only request the bean via it's name, instead of using the type. But I haven't check if this is the reason behind it, yet.
@ianwanjala8621Ай бұрын
hey, nice stuff, will the scheduled repeat every 30 seconds or will it happen only once?
@abhisheksaxena518Ай бұрын
Great video!
@shubhamsonicseАй бұрын
It's shame, you have less subscriber. May be subscriber is not your goal. Thanks brother for this video
@andrewdavies57222 ай бұрын
Thanks for sharing your setup. The logback-jackson and logback-json-classic artificates don't appear to be maintained anymore. Also, on the Maven Repository, many vulnerabilities are listed from dependencies. Is there a more updated version of this tutorial?
@alexgutjahr2 ай бұрын
Spring Boot 3.4 will come with native support for structured logging spring.io/blog/2024/08/23/structured-logging-in-spring-boot-3-4/
@abhisekpandey20423 ай бұрын
Well sometimes I have to go through my code also.... Because I forget I achieved something 😅😅
@riyasvaliya3 ай бұрын
Nice video :) Quick Q: Are you sure that / do you know whether downstream filters DONT rely on the behavior that the body once read is "consumed" ?
@TheTallMan673 ай бұрын
Thanks. All the configuration you did makes senae but I fail to understand why ths exiats at all. You can simply spoof the origin by setting the header to anything you want...
@user-sk4xf2lh3l3 ай бұрын
Great video! It might be worth mentioning that Flying Saucer only seems to support CSS 2.1. 11:06 I have found a way to access assets without using a public URL. The baseUrl property of the ITextRenderer instance can be set like this: (new File(Objects.requireNonNull(getClass().getResource("/templates")).getFile())).toURI().toURL().toString()
@TBadalov3 ай бұрын
Thanks!
@madhuppandey79183 ай бұрын
for me the application is not working as expected. Can you tell me what is the username password you are using and how to use spring mfa screen with ip address?
@hkkabir20244 ай бұрын
different language font not working. i have tried with bengali font like kalpurush , SolaimanLipi etc. there is no solution except paid version of itext / ironpdf . if you know any solution plz let us know . i been trying over months for getting this solution . i have used jasper reporting which worked for bengali and ohter languages but jasper limitation is that it can't take css
@diegoparra88594 ай бұрын
What theme are you using?
@alexgutjahr4 ай бұрын
It is called Everforest and you can find it in most editors github.com/sainnhe/everforest
@xavimontero52954 ай бұрын
Hi! New to ActivePieces from today! Testing on self-hosted docker. I tried to replicate this flow but when reading the file instead of getting it into memory, it creates some kind of URL. Does the "read file" piece changed it's behaviour in the last monhts? I get: "83.__some_nice_ip_here__.2/api/v1/step-files/signed?token=eyJhbGc__some_nice_jwt__Oi090" instead of the db:// thing.
@HG-wu6eb4 ай бұрын
Thank you so much!
@Denys.Stoianov5 ай бұрын
Thank you for this video, is it here Aussichtsturm auf dem Löwendorfer Berg?
@alexgutjahr5 ай бұрын
It is!
@hamdanahmed35656 ай бұрын
Can you do it in java
@travaillecommemoi7 ай бұрын
New to ActivePieces and your tutorial really helps hitting the ground running!
@nikahafiz17 ай бұрын
hi, would you kindly consider creating a vdo to connect: . google form to notion . notion to power bi ? tks & krgds, -nik
@bhuvvs7 ай бұрын
Hey, I tried this automation with Gmail directly without using notification app as you told in the last that it can be done. I am stuck in flow where I am supposed to get reply as I do not know how to catch the reply in flow using Gmail once I get email. How am I supposed to solve this.
@anoozg95657 ай бұрын
Very cool. json looks way better than normal text format.
@HarishKumar-gw7kf8 ай бұрын
Is it java what the fun doing here, why your code is so weird
@A095506 ай бұрын
it is Kotlin, first time I saw it but I could get the idea, thanks for the tutorial!
@petyapetrova99568 ай бұрын
Thanks, can I use this for daily scraping with over 1 million products, may be more?
@surajsharma-jx1nl8 ай бұрын
It was sooooo cooooolllll...... Great brother
@muratyayla70608 ай бұрын
thanks for great content! maybe it would be better without background music, just a recommendation :)
@seyhaphan73199 ай бұрын
Is rest client for api integration production ready spring boot?
@alexgutjahr9 ай бұрын
Yes, absolutely, I've been running it in production ever since it was released.
@arajalali9 ай бұрын
Cool. I love it that you do a no-nonsense explanation. Thank you. Well done.
@alexgutjahr9 ай бұрын
Thank you so much 🙏
@isEriCafe9 ай бұрын
Is there any way to make this work with the Jakarta.Json library? I have been tryining but the patch.apply doesn't quite work.
@alexgutjahr9 ай бұрын
I haven't tried it myself just yet, but I assume that there is a way to make it work.
@abdazizcharfi17869 ай бұрын
Good job 🥰👏
@alexgutjahr9 ай бұрын
Thanks, appreciate the kind words! 🙏
@LucasKrauseS9 ай бұрын
Cool stuff! I've got to your video as I was having issues with the JarLauncher without the .launch. I am using mvn, and here is the code if anyone is interested :) FROM eclipse-temurin:21-jre-alpine AS builder WORKDIR application ARG JAR_FILE=target/*.jar COPY ${JAR_FILE} application.jar RUN java -Djarmode=layertools -jar application.jar extract FROM eclipse-temurin:21-jre-alpine AS final RUN addgroup -S spring && adduser -S spring -G spring USER spring:spring WORKDIR application COPY --from=builder application/dependencies/ ./ COPY --from=builder application/snapshot-dependencies/ ./ COPY --from=builder application/spring-boot-loader/ ./ COPY --from=builder application/application/ ./ EXPOSE 8080 ENTRYPOINT ["java", "org.springframework.boot.loader.launch.JarLauncher"]
@alexgutjahr9 ай бұрын
Cool, thanks for sharing that!
@benjamine.ndugga7299 ай бұрын
I'd love to see how you spin 3 instances and where the 1st one is a leader and the other 2 are workers. Then if the leader dies then another instance is elected to lead
@alexgutjahr9 ай бұрын
Yeah, I guess I could do a follow-up video here, thanks!
@EasGuardians10 ай бұрын
Oh my god, exactly what I needed! Thanks!!
@ara450310 ай бұрын
Hey, thank you for sharing. Just one question: How much does it cost for each request?
@alexgutjahr9 ай бұрын
That depends on the model you are using and since pricing changes, here is the up-to-date list openai.com/pricing#language-models
@VikasGupta1-k7j10 ай бұрын
can we track https like api calls made by browser using this , can you attach direct link to github code
@alexgutjahr9 ай бұрын
This requires the browser to make the requests to mitmproxy and usually this cannot easily be changed. If you want to track requests then the browser developer consoles are usually the best place to start.
@razvannechifor36510 ай бұрын
I really enjoy your videos. Any idea why when using axios for the requests why does not store the cookie ?
@alexgutjahr9 ай бұрын
Thanks, and good question, but I have no idea. Maybe ChatGPT has an idea.
@taps73r10 ай бұрын
Thank you very much
@alexgutjahr9 ай бұрын
Thank you!
@NarendraChennamsetty10 ай бұрын
I was racking my brain on this. Thanks for posting this.
@alexgutjahr9 ай бұрын
Glad it was useful!
11 ай бұрын
Any pointer on what changes would be required when having a login page and (optionally) requesting the otp on the following page ?
@alexgutjahr9 ай бұрын
That should be doable with the setup I have in the video. The frontend just needs to check for the headers to see if MFA authentication is required.
@ВикторНиконенко-ч7к11 ай бұрын
You are best my bro!!
@alexgutjahr11 ай бұрын
🙌
@nandorholozsnyak779911 ай бұрын
Good video. Zalando's Logbook worth a try: github.com/zalando/logbook Battle tested and ready for a lot of customization. This is always a task that should be handled by a well tested lib as "custom" solutions may not include protections against a lot of security or similar things.
@PatentFinance11 ай бұрын
subscribed!
@alexgutjahr11 ай бұрын
Thanks!
@Affiliates-Corners11 ай бұрын
I am new to automation, tried Zapier and found it difficult, not to mention too expensive, so I stopped. Now I have Activepieces and would like to use it to create automation for ASANA in order to track every day's activities on autopilot...is this possible?
@alexgutjahr11 ай бұрын
Most likely, depends on what you would like to achieve in particular.
@БогданЗараник11 ай бұрын
3 months later. I need to implement importing files from google drive via oauth2 client in the background for my bachelor's project. And idk how to do this...( Hey I`ve seen that Alex did something with Aouth2 KZbin API. Oh, this is exactly I needed!