๐ Monitoring the Error Rate of a Spring Boot Web Application
https://reflectoring.io/monitoring-error-rate-spring-boot/
โก๏ธ @SpringFrameworkZone
https://reflectoring.io/monitoring-error-rate-spring-boot/
โก๏ธ @SpringFrameworkZone
reflectoring.io
Monitoring the Error Rate of a Spring Boot Web Application
How to monitor the error rate of a Spring Boot web application.
๐ How to Connect to a Database from Spring Boot
https://betterjavacode.com/programming/spring-boot-database-connect
โก๏ธ @SpringFrameworkZone
https://betterjavacode.com/programming/spring-boot-database-connect
โก๏ธ @SpringFrameworkZone
Code Complete
How to Connect to a Database from Spring Boot
How to configure the database in a Spring Boot application. Here, I show how to connect a database to Spring Boot.
๐ Protected: Java โ Zip and unzip a collection of files
https://www.baeldung.com/java-zip-and-unzip-a-collection-of-files/
โก๏ธ @SpringFrameworkZone
https://www.baeldung.com/java-zip-and-unzip-a-collection-of-files/
โก๏ธ @SpringFrameworkZone
Baeldung
Protected: Java โ Zip and unzip a collection of files | Baeldung
๐ Using Spring ResponseEntity to Manipulate the HTTP Response
https://www.baeldung.com/spring-response-entity
โก๏ธ @SpringFrameworkZone
https://www.baeldung.com/spring-response-entity
โก๏ธ @SpringFrameworkZone
Baeldung on Kotlin
Using Spring ResponseEntity to Manipulate the HTTP Response | Baeldung
Learn how to manipulate the HTTP response using the ResponseEntity class.
๐ CVE-2022-22975: Authorization Bypass in RegexRequestMatcher
https://spring.io/blog/2022/05/15/cve-2022-22975-authorization-bypass-in-regexrequestmatcher
โก๏ธ @SpringFrameworkZone
https://spring.io/blog/2022/05/15/cve-2022-22975-authorization-bypass-in-regexrequestmatcher
โก๏ธ @SpringFrameworkZone
๐ CVE-2022-22976: BCrypt skips salt rounds for work factor of 31
https://spring.io/blog/2022/05/15/cve-2022-22976-bcrypt-skips-salt-rounds-for-work-factor-of-31
โก๏ธ @SpringFrameworkZone
https://spring.io/blog/2022/05/15/cve-2022-22976-bcrypt-skips-salt-rounds-for-work-factor-of-31
โก๏ธ @SpringFrameworkZone
spring.io
CVE-2022-22976: BCrypt skips salt rounds for work factor of 31
<div class="sect1">
<h2 id="severity"><a class="anchor" href="#severity"></a>Severity</h2>
<div class="sectionbody">
<div class="paragraph">
<p><a href="https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:L/AC:H/PR:H/UI:N/S:C/C:H/I:N/A:N/E:Pโฆ
<h2 id="severity"><a class="anchor" href="#severity"></a>Severity</h2>
<div class="sectionbody">
<div class="paragraph">
<p><a href="https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:L/AC:H/PR:H/UI:N/S:C/C:H/I:N/A:N/E:Pโฆ
๐ Spring Security 5.7.0, 5.6.4, 5.5.7 Released - Fixes CVE-2022-22975 & CVE-2022-22976
https://spring.io/blog/2022/05/15/spring-security-5-7-0-5-6-4-5-5-7-released-fixes-cve-2022-22975-cve-2022-22976
โก๏ธ @SpringFrameworkZone
https://spring.io/blog/2022/05/15/spring-security-5-7-0-5-6-4-5-5-7-released-fixes-cve-2022-22975-cve-2022-22976
โก๏ธ @SpringFrameworkZone
๐ The @Scheduled Annotation in Spring
https://www.baeldung.com/spring-scheduled-tasks
โก๏ธ @SpringFrameworkZone
https://www.baeldung.com/spring-scheduled-tasks
โก๏ธ @SpringFrameworkZone
Baeldung on Kotlin
The @Scheduled Annotation in Spring | Baeldung
How to use the @Scheduled annotation in Spring, to run tasks after a fixed delay, at a fixed rate or according to a cron expression.
๐ Spring Security 5.7.0, 5.6.4, 5.5.7 Released - Fixes CVE-2022-22978 & CVE-2022-22976
https://spring.io/blog/2022/05/15/spring-security-5-7-0-5-6-4-5-5-7-released-fixes-cve-2022-22978-cve-2022-22976
โก๏ธ @SpringFrameworkZone
https://spring.io/blog/2022/05/15/spring-security-5-7-0-5-6-4-5-5-7-released-fixes-cve-2022-22978-cve-2022-22976
โก๏ธ @SpringFrameworkZone
Spring Security 5.7.0, 5.6.4, 5.5.7 Released - Fixes CVE-2022-22978 & CVE-2022-22976
Level up your Java code and explore what Spring can do for you.
๐ CVE-2022-22978: Authorization Bypass in RegexRequestMatcher
https://spring.io/blog/2022/05/15/cve-2022-22978-authorization-bypass-in-regexrequestmatcher
โก๏ธ @SpringFrameworkZone
https://spring.io/blog/2022/05/15/cve-2022-22978-authorization-bypass-in-regexrequestmatcher
โก๏ธ @SpringFrameworkZone
spring.io
CVE-2022-22978: Authorization Bypass in RegexRequestMatcher
<div class="paragraph">
<p><strong>UPDATES</strong></p>
</div>
<div class="ulist">
<ul>
<li> <p><strong>[05-17]</strong> Due to a mixup CVE-2022-22975 should have been CVE-2022-22978. The blog has been updated to reflect this correction.</p> </li>โฆ
<p><strong>UPDATES</strong></p>
</div>
<div class="ulist">
<ul>
<li> <p><strong>[05-17]</strong> Due to a mixup CVE-2022-22975 should have been CVE-2022-22978. The blog has been updated to reflect this correction.</p> </li>โฆ
๐ Building Native Images with Spring Native and Liberica tools with a Speed Comparison
https://www.baeldung.com/spring-native-images-liberica
โก๏ธ @SpringFrameworkZone
https://www.baeldung.com/spring-native-images-liberica
โก๏ธ @SpringFrameworkZone
Baeldung
Building Native Images With Spring Native and Liberica Tools With a Speed Comparison | Baeldung
Explore how to use the native image technology with Spring Boot applications.
๐ This Week in Spring - May 17th, 2022
https://spring.io/blog/2022/05/17/this-week-in-spring-may-17th-2022
โก๏ธ @SpringFrameworkZone
https://spring.io/blog/2022/05/17/this-week-in-spring-may-17th-2022
โก๏ธ @SpringFrameworkZone
This Week in Spring - May 17th, 2022
Level up your Java code and explore what Spring can do for you.
๐ Testing Microservices: Tools and Frameworks
https://piotrminkowski.com/2018/09/06/testing-microservices-tools-and-frameworks/
โก๏ธ @SpringFrameworkZone
https://piotrminkowski.com/2018/09/06/testing-microservices-tools-and-frameworks/
โก๏ธ @SpringFrameworkZone
Piotr's TechBlog
Testing Microservices: Tools and Frameworks - Piotr's TechBlog
This article described a few tools and frameworks used for testing Java microservices on the example of Spring Boot like Pact or Hoverfly.
๐ Spring Security 6.0.0-M5 available now
https://spring.io/blog/2022/05/18/spring-security-6-0-0-m5-available-now
โก๏ธ @SpringFrameworkZone
https://spring.io/blog/2022/05/18/spring-security-6-0-0-m5-available-now
โก๏ธ @SpringFrameworkZone
Spring Security 6.0.0-M5 available now
Level up your Java code and explore what Spring can do for you.
๐ Spring Security 5.7.1, 5.6.5, 5.5.8 Released
https://spring.io/blog/2022/05/18/spring-security-5-7-1-5-6-5-5-5-8-released
โก๏ธ @SpringFrameworkZone
https://spring.io/blog/2022/05/18/spring-security-5-7-1-5-6-5-5-5-8-released
โก๏ธ @SpringFrameworkZone
Spring Security 5.7.1, 5.6.5, 5.5.8 Released
Level up your Java code and explore what Spring can do for you.
๐ The best way to configure the Hibernate Dialect
https://vladmihalcea.com/hibernate-dialect/
โก๏ธ @SpringFrameworkZone
https://vladmihalcea.com/hibernate-dialect/
โก๏ธ @SpringFrameworkZone
Vlad Mihalcea
The best way to configure the Hibernate Dialect - Vlad Mihalcea
Learn what is the best way to configure the Hibernate Dialect so that you get the most out of your database.
Spring Boot Framework pinned ยซ๐ Java Weekly, Issue 437 https://www.baeldung.com/java-weekly-437 โก๏ธ @SpringFrameworkZoneยป
๐ Notify User of Login From New Device or Location
https://www.baeldung.com/spring-security-login-new-device-location
โก๏ธ @SpringFrameworkZone
https://www.baeldung.com/spring-security-login-new-device-location
โก๏ธ @SpringFrameworkZone
Baeldung on Kotlin
Notify User of Login From New Device or Location | Baeldung
Learn how we can verify if our users are logging in from a new device/location.
๐ Spring Boot 2.5.14 available now
https://spring.io/blog/2022/05/19/spring-boot-2-5-14-available-now
โก๏ธ @SpringFrameworkZone
https://spring.io/blog/2022/05/19/spring-boot-2-5-14-available-now
โก๏ธ @SpringFrameworkZone
Spring Boot 2.5.14 available now
Level up your Java code and explore what Spring can do for you.
๐ Spring Boot 2.7.0 available now
https://spring.io/blog/2022/05/19/spring-boot-2-7-0-available-now
โก๏ธ @SpringFrameworkZone
https://spring.io/blog/2022/05/19/spring-boot-2-7-0-available-now
โก๏ธ @SpringFrameworkZone
Spring Boot 2.7.0 available now
Level up your Java code and explore what Spring can do for you.