johnA1331
3d656b7c43
Update README.md
2022-03-16 21:12:31 +08:00
johnA1331
c3843c89e4
Update README.md
2022-03-16 21:09:51 +08:00
johnA1331
0491c21733
Create README.md
2022-03-16 21:02:12 +08:00
Eugen
fae912e267
Merge pull request #11931 from dkapil/master
...
COMAUTO-10561 Fixed parent version
2022-03-16 13:32:56 +02:00
Dhawal Kapil
64b8f3da38
COMAUTO-10561 Fixed parent version
2022-03-16 16:50:55 +05:30
kwoyke
49204f125c
Merge pull request #11929 from dkapil/task/JAVA-10561
...
JAVA-10561 Renamed org.baeldung to com.baeldung at all places
2022-03-16 08:16:11 +01:00
kwoyke
9c0f9da37b
Merge pull request #11926 from dkapil/task/JAVA-10358
...
JAVA-10358 changes done to include maven-multi-module changes
2022-03-16 08:14:34 +01:00
Mayank Aggarwal
b05d0b9dca
[BAEL-5420] Added value object creation ( #11901 )
...
* [BAEL-5420] Added value object creation
* BAEL-5420 Added JavaBean and DTO classes
* [BAEL-5420] Indented the code
* Renamed EmployeePojo to EmployeePOJO
* BAEL-5420: Renamed to EmployeeDTO
* [BAEL-5420] Resolving Review comments
Co-authored-by: Mayank Agarwal <mayankaggarwal@zeta.tech >
2022-03-15 22:14:34 +05:30
vaibhav007jain
f9ac0f5ca2
BAEL-5385 Code for Automorphic Number. ( #11928 )
2022-03-15 21:09:20 +05:30
Dhawal Kapil
64733d60ad
JAVA-10561 Renamed org.baeldung to com.baeldung at all places
2022-03-15 20:23:29 +05:30
Dhawal Kapil
95dc0a1c4f
JAVA-10358 Removed explicit groupId declaration from submodules
2022-03-15 19:49:00 +05:30
Seshu Kumar T
9e7648d988
Producer consumer problem ( #11781 )
...
* Producer consumer problem
* Simplified producer consumer added
Co-authored-by: Seshu Thanneeru <seshukumar.thanneeru@thoughtdata.com >
2022-03-15 14:57:51 +01:00
Dhawal Kapil
973c60b57d
JAVA-10358 Extracted versions to properties
2022-03-15 17:15:19 +05:30
Jonathan Cook
13b0c32541
BAEL-5234 - Apache Camel Routes Testing in Spring Boot ( #11925 )
...
* BAEL-4706 - Spring Boot with Spring Batch
* BAEL-3948 - Fix test(s) in spring-batch which leaves repository.sqlite
changed
* BAEL-4736 - Convert JSONArray to List of Object using camel-jackson
* BAEL-4756 - Mockito MockSettings
* BAEL-4756 - Mockito MockSettings - fix spelling
* BAEL-2674 - Upgrade the Okhttp article
* BAEL-4204 - Adding Interceptors in OkHTTP
* BAEL-4836 - Mocking Static Methods with Mockito
* BAEL-4205 - A Guide to Events in OkHTTP
* BAEL-5408 - Update Camel version in spring-boot-camel module
* BAEL-5234 - Apache Camel Routes Testing in Spring Boot
* BAEL-5234 - Apache Camel Routes Testing in Spring Boot
Co-authored-by: Jonathan Cook <jcook@sciops.esa.int >
2022-03-14 15:35:32 -07:00
Kapil Khandelwal
02253ff6cc
BAEL-5371: Create a new module java-mongodb-2 in persistence-modules and add push and set operations in Same MongoDB Update ( #11924 )
2022-03-14 12:34:49 -07:00
Ralf Ueberfuhr
aa984e3f3f
BAEL-5457: Add Hikari configuration to datasource ( #11923 )
2022-03-14 12:23:35 -07:00
Dhawal Kapil
87dabeffa7
JAVA-10358 changes done to include maven-multi-module changes
2022-03-14 22:58:20 +05:30
kwoyke
3921fdbdb3
Merge pull request #11920 from freelansam/JAVA-10138
...
JAVA-10138 - Fix formatting of POMs
2022-03-14 15:00:17 +01:00
davidmartinezbarua
01abf82099
Merge pull request #11863 from sanitaso/master
...
BAEL-5375 Set List of Objects in Swagger API response
2022-03-13 11:11:42 -03:00
sampadawagde
338bfbe537
resolve conflicts
2022-03-13 14:53:36 +05:30
sampadawagde
6b1dd1563d
JAVA-10138 - Fix formatting of POMs
2022-03-13 14:48:44 +05:30
Kai Yuan
caf9476bbb
pretty-print xml in java ( #11899 )
...
* pretty-print xml in java
* simplified pom.xml
2022-03-12 13:09:18 -06:00
Gaetano Piazzolla
adc75b8daa
BAEL-5358 - Case Insensitive Sorting in MongoDB ( #11815 )
...
* [BAEL-5358] - MongoDB Case Insensitive Ordering.
* [BAEL-5358] - removed comment, indent
* [BAEL-5358] - using junit5 and testcontainers
* [BAEL-5358] - fixed issues for PR
* [BAEL-5358] - removed method-> inline
2022-03-12 18:21:34 +00:00
kwoyke
a3a0b05edc
JAVA-10130: Add/enable missing modules ( #11887 )
...
* JAVA-10130: Add apache-pot-2 module to the main pom.xml
* JAVA-10130: Add missing core-java-* modules to the main pom.xml
* JAVA-10130: Add maven-generate-war to the maven-modules pom.xml
* JAVA-10130: Add hibernate-mapping-2 to the persistence-modules pom.xml
* JAVA-10130: Add spring-data-jpa-enterprise-2 to the persistence-modules pom.xml
* JAVA-10130: Add spring-5-autowiring-beans module to the main pom.xml
* JAVA-10130: Add spring-cloud-docker module to the spring-cloud pom.xml
* JAVA-10130: Enable spring-cloud-openfeign module
* JAVA-10130: Add spring-data-rest-2 module to the main pom.xml
* JAVA-10130: Add wildfly-mdb module to the wildfly pom.xml
* JAVA-10130: Add aws-app-sync to the integration-lite-first profile
* JAVA-10130: Add core-java-string-algorithms-3
* JAVA-10130: Add graphql/graphql-dgs
* JAVA-10130: Add spring-di-3 and spring-threads
* JAVA-10130: Add spring-5-webflux-2 and cleanup the main pom.xml
* JAVA-10130: Add language-interop and libraries-rpc
* JAVA-10130: Disable spring-cloud-openfeign module
* JAVA-10478: Add docker module to the main pom.xml
* JAVA-10478: Move docker module to jdk9+ profile
* JAVA-10478: Remove spring-5-autowiring-beans from the main pom.xml
2022-03-11 21:39:33 +05:30
lucaCambi77
70026cce90
BAEL-5395 - Authentication with Spring Security and MongoDB ( #11883 )
...
* auth with spring security and mongodb
* fix PMD
* fix missing application property in tests
* fix: code style
* fix: static finale case
* fix: omit Javadoc
2022-03-10 20:48:37 -06:00
thibaultfaure
82778c5d55
BAEL-4524 Acquire a Lock By Key in Java ( #11872 )
2022-03-10 20:34:39 -06:00
Kapil Khandelwal
258c8c93aa
BAEL-5374: push Into Array in MongoDB ( #11916 )
2022-03-10 10:50:08 -08:00
Loredana Crusoveanu
6e04e06319
Merge pull request #11915 from kwoyke/JAVA-10271
...
JAVA-10271: Fix circular dependency issue
2022-03-10 19:33:19 +02:00
Krzysiek
a9417007b4
JAVA-10271: Fix circular dependency issue
2022-03-10 15:08:46 +01:00
kwoyke
fc6e874727
Merge pull request #11884 from anuragkumawat/JAVA-10379
...
JAVA-10379 Fix tests in hibernate-mapping-2 module
2022-03-10 13:21:30 +01:00
anuragkumawat
0471931ed0
JAVA-10379 Work done on feedback
2022-03-10 16:27:42 +05:30
Bhaskara
3fb4537000
Added code for BAEL-1355 ( #11908 )
...
* Added code for BAEL-1355
* Formatted the code
* Added jakarta-ee to parent pom
Co-authored-by: Bhaskara Navuluri <bhaskara.navuluri@hpe.com >
2022-03-09 14:01:39 -08:00
kwoyke
c4e4f5e302
JAVA-10399: Fix assertion to include start date ( #11893 )
2022-03-09 22:38:22 +05:30
Greg Martin
52ddb74cb5
Merge pull request #11814 from amitiw4u/BAEL-5299-RetreiveMessage
...
Changes to fetch the Original Message
2022-03-09 09:14:18 -05:00
Loredana Crusoveanu
6d136abafd
Merge pull request #11857 from eugenp/BAEL-5336-v2
...
remove duplicate code from old module BAEL-5336
2022-03-09 13:48:20 +02:00
ACHRAF TAITAI
657800f6ff
BAEL-4569: Formatting Email Text ( #11910 )
2022-03-08 12:52:10 -08:00
Kapil Khandelwal
2e2b57e83f
BAEL-5360: Check Collection Existence in MongoDB ( #11905 )
...
* BAEL-5360: Check Collection Existence in MongoDB
* BAEL-5360: update test names using the bdd scheme
2022-03-08 12:49:19 -08:00
sanitaso
35c62c28f7
add dir
2022-03-08 15:15:11 +01:00
sanitaso
629e935aa8
remove dir
2022-03-08 15:13:42 +01:00
sanitaso
34da5c73dc
change the module directory
2022-03-08 15:10:36 +01:00
kwoyke
251c2e5b7b
Merge pull request #11904 from hkhan/JAVA-10463-split-apachi-poi-module
...
[JAVA-10463] Split apache-poi module
2022-03-08 10:57:24 +01:00
Haroon Khan
ebb67f5ba1
[JAVA-10463] Split apache-poi module
2022-03-07 18:10:13 +00:00
Loredana Crusoveanu
70428dad97
Merge pull request #11769 from sazzer/BAEL-5229
...
BAEL-5229: Code for Fauna article
2022-03-07 19:43:11 +02:00
Loredana Crusoveanu
8530854449
Merge pull request #11903 from Asjad-J/master
...
Updated README.md files
2022-03-07 19:41:01 +02:00
Olsi Seferi
b0817de146
ADDED FORWARD PROXY CONFIGURATION AND CLIENT ( #11708 )
2022-03-07 17:58:13 +01:00
kwoyke
b42eb6a670
Merge pull request #11902 from kwoyke/JAVA-10334
...
JAVA-10334: Disable failing test
2022-03-07 16:08:39 +01:00
Krzysiek
e56c757cd6
JAVA-10334: Disable failing test
2022-03-07 15:40:21 +01:00
Asjad J
3b0d151861
Updated README.md
...
added a link back to the article: https://www.baeldung.com/spring-oauth2resttemplate
2022-03-07 19:35:42 +05:00
Asjad J
f7f5d6feb0
Updated README.md
...
added a link back to the article: https://www.baeldung.com/java-bytebuffer
2022-03-07 19:31:42 +05:00
Asjad J
1ff2c9f650
Updated README.md
...
added link back to the article: https://www.baeldung.com/lombok-tostring
2022-03-07 19:27:14 +05:00