Commit Graph

9735 Commits

Author SHA1 Message Date
Dhawal Kapil 53629eeb0b JAVA-13627 Updated code to use assertThatThrownBy instead of assertThrows 2022-07-31 21:57:45 +05:30
thibault.faure ac46a47524 BAEL-5664 code for the using environment varibales in application.properties article 2022-07-31 18:02:05 +02:00
Dhawal Kapil 0b81bf5e45 BAEL-5230 Added code and test for Fauna IoT application article 2022-07-31 18:10:51 +05:30
Loredana Crusoveanu 8db0d7b277 Merge pull request #12548 from Asjad-J/master
Updated links titles
2022-07-31 15:27:12 +03:00
lucaCambi77 0ec6a036ba Spring Security: Upgrading the deprecated WebSecurityConfigurerAdapter (#12540)
* add SecurityFilterChain application in spring security web boot 4

* pmd violation

* fix: pom description

* remove unused code, format

* make tests grouped logically

* add missing case for user role

* rename package to lower case
2022-07-30 21:43:09 -05:00
Matei Cernăianu 858e158680 BAEL-5651: How to check if an integer is in a given range? (#12470)
* BAEL-5651: How to check if an integer is in a given range?

* BAEL-5651: How to check if an integer is in a given range?
2022-07-30 19:18:52 -04:00
Elmar Mammadov e4c941c0dd BAEL-5545: fixed import organization 2022-07-30 14:30:07 +02:00
Elmar Mammadov 95211496d2 BAEL-5545: fixed import organization 2022-07-30 14:27:43 +02:00
Thiago dos Santos Hora a313c855d3 [BAEL-5631] Quarkus vs Spring boot improvements (#12520)
* Initial impl

* Update framework versions testing from jm to wrk

* Add hyperfoil

* Add hyperfoil read me
2022-07-30 14:26:16 +02:00
ACHRAF TAITAI d0ba47e75d BAEL-5643 : Replace at Specific Index in Java ArrayList (#12539) 2022-07-30 14:22:59 +02:00
lalitrajput72 ef758acef0 [BAEL-5622] static vs instance initializer block (#12271)
* Deep copy vs Shallow copy Code commit

* Static and instance block

* Deep copy branch chanaged from master to other

* static vs instance block

* Update InstanceBlockExample.java

* Update StaticBlockExample.java

Co-authored-by: Lalit Rajput <lalit.rajput@globallogic.com>
Co-authored-by: paritoshsunny <sams.sunny.16@gmail.com>
2022-07-30 12:39:02 +02:00
kwoyke e9fdf78b77 Merge pull request #12547 from thibaultfaure/BAEL-842/fix-integrations-tests
Fix failed integration tests
2022-07-30 09:52:49 +02:00
anuragkumawat 7602a36fae JAVA-13614 Look into How to Read HTTP Headers in Spring REST Controllers article 2022-07-30 12:12:16 +05:30
Asjad J 065846c376 Updated README.md
Updated title from 'Hibernate's “Detached Entity Passed to Persist” Error' to 'Hibernate’s “Detached Entity Passed to Persist” Error'
2022-07-30 06:46:34 +05:00
Asjad J be5e772318 Updated README.md
Updated link title in README from 'Sealed Classes and Interfaces in Java 17' to 'Sealed Classes and Interfaces in Java'
2022-07-30 06:34:42 +05:00
Asjad J 300d9408f6 Updated README.md
Updated link title in README from 'Guide to QuarkusIO' to 'Guide to Quarkus'
2022-07-30 06:26:40 +05:00
thibault.faure 067cddb33e Fix failed integration tests 2022-07-29 21:45:18 +02:00
sampadawagde 5c8d615fdb JAVA-12729: rename jackson module 2022-07-29 19:32:11 +05:30
anuragkumawat e97b4c899a JAVA-10376 Code Mismatch | Exploring the Spring 5 WebFlux URL Matching (#12509)
* JAVA-10376 Code Mismatch | Exploring the Spring 5 WebFlux URL Matching

* JAVA-10376 Code Mismatch | Exploring the Spring 5 WebFlux URL Matching
2022-07-29 19:14:40 +05:30
Elçim Duran 67c9cfec23 Bael-5645 - Scanning Java Annotations at Runtime (#12527)
* BAEL-5645 - Annotation scanners using Spring context, Spring core, reflections, java reflection, and Jandex libraries are implemented

* BAEL-5645 - Library versions are incremented in pom.xml

* BAEL-5645 - Some refactoring and indentation adjustments

* BAEL-5645 - Revert of annotation value in unit test

* BAEL-5645 - Merge with the latest remote version (after resolution of the conflicts)

* BAEL-5645 - Some refactoring due to review comments

Co-authored-by: elcimduran <elcim.duran@kboxglobal.com>
2022-07-29 15:13:54 +02:00
Loredana Crusoveanu d41f65b479 Merge pull request #12542 from Asjad-J/master
Updated README.md
2022-07-29 10:38:38 +03:00
Ulisses Lima 48158f85d5 Merge branch 'master' of https://github.com/ulisseslima/tutorials 2022-07-28 20:54:57 -03:00
Ulisses Lima ff295869c2 Spring Data MongoDB - Configure Connection
Ready for revision.
2022-07-28 20:54:30 -03:00
Ulisses Lima 99bbdcd7f7 moving SpringBootPersistenceApplication class to its own package
* from com.baeldung to com.baeldung.logging to prevent it from loading
contexts from other applications.
2022-07-28 20:52:36 -03:00
Ulisses Lima e25e88da9b moving SpringBootPersistenceApplication class to its own package
* from com.baeldung to com.baeldung.logging to prevent it from loading
contexts from other applications.
2022-07-28 20:41:05 -03:00
Asjad J 35dadda533 Merge branch 'eugenp:master' into master 2022-07-29 00:11:05 +05:00
Ralf Ueberfuhr 33c18f2cd5 BAEL-5630: Spring Boot 3 Sample (#12449)
* BAEL-5630: Spring Boot 3 Sample

* BAEL-5630: Reorganize project in Maven profiles

* BAEL-5630: Upgrade Maven PMD plugin version

* BAEL-5630: Rename tests to follow naming conventions
2022-07-28 21:04:26 +02:00
Asjad J a9115211bc Updated README.md
added link back to the article: https://www.baeldung.com/spring-jms-testing
2022-07-28 23:40:22 +05:00
Asjad J e34a4ed143 Updated README.md
added link back to the article: https://www.baeldung.com/spring-reactive-read-flux-into-inputstream
2022-07-28 23:36:27 +05:00
Asjad J 594cfc0c0e Updated README.md
added link back to the article: https://www.baeldung.com/maven-snapshot-release-repository
2022-07-28 23:30:32 +05:00
Asjad J 47aaa04661 Updated README.md
added link back to the article: https://www.baeldung.com/spring-openapi-global-securityscheme
2022-07-28 23:25:23 +05:00
Asjad J 463a4aeee9 Merge branch 'eugenp:master' into master 2022-07-28 23:22:56 +05:00
Asjad J b358b17bc0 Updated README.md
added link back to the articles: https://www.baeldung.com/java-string-remove-whitespace
2022-07-28 23:15:33 +05:00
davidmartinezbarua c0d5df745e Merge pull request #12505 from thibaultfaure/articles/BAEL-5663-filter-java-stream-to-only-one-element
BAEL-5663 code for the filter java stream to only one element article
2022-07-28 14:44:35 -03:00
kwoyke 495e40630b Merge pull request #12541 from christian-german/BAEL-5589-fixing-integration-tests
BAEL-5589 - Skipping tests with docker from pipeline.
2022-07-28 15:19:41 +02:00
Christian GERMAN 1eeb2721e7 BAEL-5589 - Skipping tests with docker from pipeline. 2022-07-28 14:30:02 +02:00
kwoyke 9fa417faf5 Merge pull request #12537 from freelansam/JAVA-13134
JAVA-13134: Fix references to parents
2022-07-28 10:43:56 +02:00
Avin Buricha cf4225a9ea Moved article code to new module (#12423) 2022-07-27 16:31:18 +02:00
Amitabh Tiwari 712c96c8b0 Update README.md 2022-07-27 17:42:41 +05:30
Amitabh Tiwari 0a31d589e4 Update pom.xml 2022-07-27 17:42:04 +05:30
kwoyke fe6bab6975 Merge pull request #12535 from dkapil/task/JAVA-13627
Task/java 13627
2022-07-27 09:24:36 +02:00
kwoyke d378b72d3a Merge pull request #12534 from dkapil/task/JAVA-12033
JAVA-12033 Upgraded assertion libraries and minor cleanup
2022-07-27 09:21:20 +02:00
sampadawagde ad61eaa45a JAVA-13134 2022-07-27 10:23:01 +05:30
AttilaUhrin b055a790be Add Spring JMS testing examples. (#12518) 2022-07-27 09:30:18 +05:30
Tapan Avasthi ba18865ff3 BAEL-4840: Read Flux<DataBuffer> into a single InputStream (#12500)
Co-authored-by: Tapan Avasthi <tavasthi@Tapans-MacBook-Air.local>
2022-07-26 19:21:31 -05:00
Elmar Mammadov 5ea3e49db0 BAEL-5545: moved batch performance related classes into existing spring-jdbc module 2022-07-26 22:47:47 +02:00
davidmartinezbarua 343a79e402 Merge pull request #12447 from thibaultfaure/improvements/BAEL-842-add-a-dynamic-example
BAEL-842 improvement to the spring controller return image or file in…
2022-07-26 16:53:57 -03:00
Graham Cox d083a20aa9 BAEL-5686: Implementing a Map with Multiple Keys (#12531) 2022-07-26 21:11:45 +02:00
Dhawal Kapil 9f31e46b03 JAVA-13629 Added missing tests from Mockito ArgumentMatchers article 2022-07-26 23:31:25 +05:30
sampadawagde 2268d19caa JAVA-13134: Fix references to parents 2022-07-26 20:01:43 +05:30