Commit Graph

25174 Commits

Author SHA1 Message Date
kwoyke
3ee002dbb3 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
AttilaUhrin
72aab944d6 Add Spring JMS testing examples. (#12518) 2022-07-27 09:30:18 +05:30
Tapan Avasthi
caffbc66e1 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
davidmartinezbarua
145af51ec7 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
489a3e88ba BAEL-5686: Implementing a Map with Multiple Keys (#12531) 2022-07-26 21:11:45 +02:00
kwoyke
821270a3c6 Merge pull request #12532 from dkapil/task/JAVA-13625
JAVA-13625 Updated/upgraded Mockito Annotations Code
2022-07-26 10:20:56 +02:00
kwoyke
424fa0edb6 Merge pull request #12526 from ulisseslima/master
JAVA-13615 - GitHub Issue: The code for A* is in the src/test/java directory, not the src/main/java directory
2022-07-26 10:16:30 +02:00
kwoyke
b6c7fa545e Merge pull request #12525 from panos-kakos/JAVA-13410
[JAVA-13410] Replaced @Mappings with sequential @Mapping
2022-07-26 10:10:43 +02:00
kwoyke
b41d26403f Merge pull request #12530 from panos-kakos/JAVA-8691
[JAVA-8691]
2022-07-26 10:08:48 +02:00
Dhawal Kapil
1ba4351902 JAVA-12033 Upgraded assertion libraries and minor cleanup 2022-07-26 12:58:41 +05:30
Dhawal Kapil
bf70fa3fc6 JAVA-13625 Updated/upgraded Mockito Annotations Code 2022-07-26 12:41:56 +05:30
panagiotiskakos
b870551537 [JAVA-8691] 2022-07-26 08:14:19 +03:00
Ulisses Lima
064ea74cde JAVA-13615
GitHub Issue: The code for A* is in the src/test/java directory, not the
src/main/java directory
2022-07-25 12:27:02 -03:00
Ulisses Lima
bbb25c7e76 Merge branch 'eugenp:master' into master 2022-07-25 10:42:37 -03:00
panagiotiskakos
08b8db13c4 [JAVA-13410] Replaced @Mappings with sequential @Mapping 2022-07-25 15:47:51 +03:00
kwoyke
c9907ac2eb Merge pull request #12521 from hkhan/JAVA-13130-logging-cleanup
[JAVA-13130] Logging cleanup
2022-07-25 10:13:15 +02:00
victorsempere
7204832d65 BAEL-5328 (#12457)
* BAEL-5328

First draft of the code to the article:
https://drafts.baeldung.com/wp-admin/post.php?post=136328&action=edit

* BAEL-5328

Fixed comment. Used  entry point instead of endpoint

* BAEL-5328

Added SecurityFilterChain configuration to allow requests to:
* "/api/auth/**", "/swagger-ui-custom.html" ,"/swagger-ui.html", "/swagger-ui/**", "/v3/api-docs/**", "/webjars/**", "/swagger-ui/index.html","/api-docs/**"
As the spring-boot-starter-security has been started we need to add it to keep this article, simple.
Fixed description of the login() method for the 200 httpstatus response

* BAEL-5328

Added required attribute in @RequestBody of the login() method

* BAEL-5328

Code formatting
2022-07-25 09:21:00 +05:30
Brandon Ward
dda79bce6d Merge pull request #12501 from apeterlic/feature/maven-snapshot-vs-release-repository
Add Maven Snapshot Repository vs Release Repository
2022-07-24 16:21:42 -06:00
Haroon Khan
604d65f2c8 [JAVA-13130] Logging cleanup 2022-07-22 16:07:17 +01:00
kwoyke
d417062768 Merge pull request #12506 from panos-kakos/JAVA-12192
[JAVA-12192] Renamed to  *ManualTest
2022-07-22 09:57:05 +02:00
Kai Yuan
681b611182 BAEL-5693 rm whitespace from a string (#12515) 2022-07-21 21:58:46 -05:00
Ulisses Lima
4ea108e4c0 BAEL-5365 Count in Spring Data MongoDB Repository (#12481)
* BAEL-5370 - MongoDB Composite Key

First Draft.

* removing comments

* BAEL-5370

Test could fail if ran in a different order:
givenCompositeId_whenSearchingByIdObject_thenFound

* BAEL-5370

removing compound index related stuff

* removing first insert from assertThrows

* first draft

* removing Customer2

* first draft

* adjustments

* removed controlled
* fixed formatting on Car
2022-07-21 22:47:35 +02:00
Elçim Duran
aa4e36f068 BAEL-5645 - Scanning Java Annotations at Runtime (#12511)
* 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

Co-authored-by: elcimduran <elcim.duran@kboxglobal.com>
2022-07-21 21:17:26 +02:00
anuragkumawat
976e355b1f JAVA-13336 Refactor mockito modules (#12517)
* JAVA-13336 Refactor mockito modules

* JAVA-13336 Fix Jenkins build
2022-07-21 23:10:50 +05:30
Loredana Crusoveanu
256d8c1785 Merge pull request #12519 from Asjad-J/master
Updated README.mds
2022-07-21 19:50:14 +03:00
Asjad J
cbc3171acf Updated README.md
added link back to the article: https://www.baeldung.com/ops/docker-compose-links-depends-on
2022-07-21 21:40:44 +05:00
Asjad J
ff1035fae9 Removed new README file
Removed new README file from /depends-on_vs_links
2022-07-21 21:39:20 +05:00
Asjad J
484a00a37c Updated README.md
added link back to the article: https://www.baeldung.com/ops/docker-compose-communication
2022-07-21 14:17:28 +05:00
Asjad J
0503a15fed Updated README.md
added link back to the article: https://www.baeldung.com/spring-data-mongodb-count
2022-07-21 14:14:58 +05:00
Asjad J
8114960188 Updated README.md
added link back to the article: https://www.baeldung.com/java-notnull-method-parameter
2022-07-21 14:10:40 +05:00
Asjad J
d436a44106 Updated README.md
added link back to the article: https://www.baeldung.com/mongodb-query-documents-id
2022-07-21 14:06:29 +05:00
Asjad J
4aeb476eca Created README.md
added link back to the article: https://www.baeldung.com/ops/docker-compose-links-depends-on
2022-07-21 14:02:56 +05:00
Asjad J
de038b67c9 Updated README.md
added link back to the article: https://www.baeldung.com/spring-data-rest-serialize-entity-id
2022-07-21 13:59:02 +05:00
Asjad J
766f362ac5 Updated README.md
added link back to the article: https://www.baeldung.com/java-validate-xml-xsd
2022-07-21 13:51:43 +05:00
Asjad J
32dde3b9dc Updated README.md
added link back to the article: https://www.baeldung.com/spring-boot-keycloak-integration-testing
2022-07-21 12:20:38 +05:00
Asjad J
de8195fc71 Updated README.md
added link back to the article: https://www.baeldung.com/spring-boot-redis-testcontainers
2022-07-21 12:13:17 +05:00
panagiotiskakos
54e5b18bca [JAVA-12192] Renamed to *ManualTest 2022-07-21 07:01:24 +03:00
lucaCambi77
c52d8d46e6 multiple compose use same network (#12512) 2022-07-20 19:13:46 -05:00
Ulisses Lima
cfa997482a Merge branch 'eugenp:master' into master 2022-07-20 11:29:49 -03:00
kwoyke
cc495a7f1e Merge pull request #12513 from freelansam/JAVA-12754
JAVA-12754: Dissolve module spring-security-5
2022-07-20 11:04:56 +02:00
kwoyke
3c409dfc3d Merge pull request #12498 from abh1navv/BAEL-3201
BAEL-3201
2022-07-19 08:23:18 +02:00
sampadawagde
07b0ea3f80 JAVA-12754: Add next link to module 2022-07-18 20:27:47 +05:30
sampadawagde
804698da66 JAVA-12754: Moved 2 articles to spring-security-web-rest-basic-auth 2022-07-18 20:27:20 +05:30
sampadawagde
784ea2634a JAVA-12754: Moved 2 articles to spring-security-web-rest-basic-auth 2022-07-18 20:25:59 +05:30
sampadawagde
8cdf4bd4e3 JAVA-12754: Moved 2 articles to new module spring-security-web-login-2 2022-07-18 20:25:11 +05:30
sampadawagde
485c9c792d JAVA-12754: Moved 3 articles to spring-security-core-2 2022-07-18 20:21:49 +05:30
sampadawagde
05785d2e84 JAVA-12754: removed module spring-5-security 2022-07-18 20:20:42 +05:30
sampadawagde
2df12f514b JAVA-12754: parent module pom changes 2022-07-18 20:20:06 +05:30
Abhinav Pandey
64d9ffca93 BAEL-3201 - Deleting Integration Test file 2022-07-18 14:35:30 +00:00
kwoyke
557338f55b Merge pull request #12508 from hkhan/JAVA-12608-webclient-error-logging
[JAVA-12608] Split test scenarios and add logging
2022-07-18 09:52:06 +02:00