Commit Graph

22982 Commits

Author SHA1 Message Date
Thiago dos Santos Hora
7c5b28e5c7 [BAEL-4747] Add read me and utils scripts (#11242)
* [BAEL-4747] Create quarkus and spring boot projects

* [BAEL-4747] Add quarkus implementation and fixing native image plugins setup

* Fixing build config

* [BAEL-4747] Add read me and utils scripts
2021-09-23 11:07:26 +02:00
Loredana Crusoveanu
ec94759498 Merge pull request #11246 from johnA1331/master
BAEL-41181 - add links to github-baeldung articles
2021-09-22 18:40:34 +03:00
johnA1331
7e9574ce45 Update README.md 2021-09-22 23:00:59 +08:00
johnA1331
891047cfce Update README.md 2021-09-22 22:59:04 +08:00
johnA1331
c9e7184864 Update README.md 2021-09-22 22:55:58 +08:00
johnA1331
4f2d4be3d8 Create README.md 2021-09-22 22:48:30 +08:00
johnA1331
54d21459f4 Update README.md 2021-09-22 22:46:39 +08:00
johnA1331
836a525c7d Update README.md 2021-09-22 22:43:18 +08:00
johnA1331
ddc115c87c Update README.md 2021-09-22 22:41:26 +08:00
johnA1331
b4afd93267 Update README.md 2021-09-22 22:38:44 +08:00
johnA1331
d5025248bf Update README.md 2021-09-22 22:35:37 +08:00
LiamGve
3860b75fda BAEL-5069 code for article on new features in the Java 16 incremental… (#11176)
* BAEL-5069 code for article on new features in the Java 16 incremental release

* BAEL-5069 added some details around Vector API example and enable-preview in maven to allow package to build

Co-authored-by: Liam Garvie <liamgarvie@Liams-MacBook-Pro.local>
2021-09-22 08:33:17 +01:00
davidmartinezbarua
06f357f143 Merge pull request #11221 from carloscaverobarca/BAEL-4854-Custom-Serializer-Apache-Kafka
[BAEL-4854] - Custom Serializers in Apache Kafka
2021-09-21 23:33:54 -03:00
doodoroma
1ab96d2ec2 Merge pull request #11159 from rvsathe/master
commits for BAEL 4293
2021-09-21 22:21:22 +02:00
Greg
523d2d1ae5 Merge pull request #11223 from lsieun/master
BAEL-5122: Add new section on instanceof
2021-09-21 16:15:50 -04:00
kwoyke
9911f0ec5a JAVA-7333: Use BeDataDriven repository for renjin dependency (#11243) 2021-09-22 00:50:10 +05:30
kwoyke
3f19dfd1fa Merge pull request #11237 from Rafael-Lopez/feature-JAVA-7334
JAVA-7334: Update 'Oracle Connection Pooling With Spring' article
2021-09-21 09:51:24 +02:00
Kai Yuan
5f680029b9 add unit-test class for the issue 5155 (#11217) 2021-09-20 20:37:35 -05:00
Rafael Lopez
e0b58f1f8c JAVA-7334: Update 'Oracle Connection Pooling With Spring' article 2021-09-19 17:56:49 -04:00
Kayvan Tehrani
85186f9505 adding new module (#11199) 2021-09-19 14:55:13 -05:00
freelansam
23fec3d8a7 JAVA-7178: Fix formatting of POMs (#11236)
* JAVA-7178: Fix formatting of POMs

* JAVA-7178: fix failing build
2021-09-20 00:04:26 +05:30
Loredana Crusoveanu
3979cb1c67 Merge pull request #10869 from omertopuz/patch-1
Update Graph.java
2021-09-19 15:19:11 +03:00
saikatcse03
bf7f4b3ab8 Added code to demo expected package error (#11045)
* Added code for demo package error

* Corrected the package declaration

* BAEL-4216 Corrected Formatting and Removed final and Super

* Added few comments as per PR

* Update Book.java

Formatted comments with spaces

Co-authored-by: ine12363914 <saikat.chakraborty@tesco.com>
2021-09-18 17:36:00 +01:00
mbarriola
e505326869 Bael 5119 streaming in g rpc (#11215)
* Commit source code to branch

* BAEL-5065 improvement of groupBy with complex key

* Streaming in gRPC
2021-09-18 10:43:16 +02:00
Trying something new
2cfbd8d914 Formatting Changes for Java 5074 (#11206)
* Formatting Changes for Java 5074

Changed line change indentation to 2 spaces

* Rename StreamToListComparisonWithCollectorsToListUnitTest to StreamToListComparisonWithCollectorsToListUnitTest.java
2021-09-18 08:50:24 +05:30
rvsathe
dd40329614 Merge branch 'eugenp:master' into master 2021-09-17 08:42:27 +05:30
rvsathe
da63a2c6f1 BAEL 4293 reinserted the pom dependency 2021-09-17 08:41:48 +05:30
Amitabh Tiwari
92efe1b236 Html2pdf using open pdf (#11178)
* Added inital changes html to pdf using openPdf

* Added changes to pdf for external style

* Added chnages via flying saucer

* Added changes ti fix the issue

* Added inital changes

* Simplyfied the core logic

* Created a sperate package

* Added changes for making it more modular

* Added Image attribute update

* Added chnages to add images

* Added changes

* Style validation

* Added changes to fix the styles

* Review comments updates

* Corrected the versions

* Fixed the review commit

* Added changes to fix the indendation issue

Co-authored-by: Amitabh.Tiwari <amitabh.tiwari@maersk.com>
2021-09-16 21:01:41 -05:00
anuradha
636e45e97b Refactored code 2021-09-17 00:40:11 +05:30
kwoyke
c7003b08df JAVA-7177: Upgrade to Spring Boot 2.5.4 (#11218)
* JAVA-7177: Upgrade to Spring Boot 2.5.4

* JAVA-7177: Remove overriden Spring Boot version

* JAVA-7177: Leave spring-5-security-oauth on Spring Boot 2.5.2
2021-09-16 22:37:12 +05:30
kwoyke
3252bebde6 JAVA-7133: POM Properties Cleanup (#11229)
* JAVA-7133: Use common org.slf4j.version property

* JAVA-7133: Use common logback.version property
2021-09-16 22:34:26 +05:30
Loredana Crusoveanu
45146b9fa3 Merge pull request #11231 from eugenp/BAEL-5033-v2
BAEL-5033 create file if it doesn't exist
2021-09-16 15:54:59 +03:00
Loredana Crusoveanu
23192b19aa BAEL-5033 create file if it doesn't exist 2021-09-16 15:50:41 +03:00
Loredana Crusoveanu
1add69eac8 Merge pull request #11230 from eugenp/BAEL-5033-v2
BAEL-5033 close resources, create file
2021-09-16 15:44:23 +03:00
Loredana Crusoveanu
38955f3e96 BAEL-5033 close resources, create file 2021-09-16 15:41:15 +03:00
kwoyke
90d84b14c4 Merge pull request #11220 from anuragkumawat/master
JAVA-2800 : Upgrade spring-cloud-connectors-heroku to the latest Spring Boot version
2021-09-16 14:16:21 +02:00
Loredana Crusoveanu
0ac95366dd Merge pull request #11226 from johnA1331/master
BAEL-40882 - add links to github-baeldung articles
2021-09-16 15:09:05 +03:00
johnA1331
08661be9cc Update README.md 2021-09-16 20:04:12 +08:00
davidmartinezbarua
8a357cc0a2 Merge pull request #11091 from Trixi-Turny/BAEL-5054-upload-pdf-with-webclient
BAEL-5054 2 examples of file upload with webclient
2021-09-15 15:02:20 -03:00
davidmartinezbarua
c63c3e428c Merge pull request #11198 from azhwani/BAEL-4681
[BAEL-4681] Update "Spring Data – CrudRepository save() Method" article
2021-09-15 11:22:17 -03:00
johnA1331
6956680590 Update README.md 2021-09-15 22:04:47 +08:00
johnA1331
523d9f8715 Update README.md 2021-09-15 22:03:24 +08:00
johnA1331
db8e16e393 Update README.md 2021-09-15 22:01:49 +08:00
johnA1331
0d5dec6238 Update README.md 2021-09-15 21:59:56 +08:00
johnA1331
1df64e6ec0 Update README.md 2021-09-15 21:58:26 +08:00
Loredana Crusoveanu
aef2133232 Merge pull request #11225 from kwoyke/JAVA-7055
JAVA-7055: Rollback to Jackson 2.11.1
2021-09-15 13:49:39 +03:00
Krzysiek
eb681bd3c7 JAVA-7055: Rollback to Jackson 2.11.1 2021-09-15 11:28:50 +02:00
kwoyke
aebf665492 Merge pull request #11185 from Maiklins/JAVA-6006-Upgrade_spring-5-webflux_module_-_part_2
JAVA-6006 Upgrade Spring 5 Webflux module
2021-09-15 09:28:46 +02:00
515882294
acd2445c65 Add new section on instanceof 2021-09-14 19:41:34 +08:00
JoannaaKL
d4512573d6 Jira BAEL-4211 (#11193)
* Init

* Removing mvnw files

* Apply eclipse code format

* Refactoring

* Refactoring

* BAEL-4211 Add benchmarks

* Delete hexagonal directory

* Refactoring based on the feedback

* Refactoring based on feedback - package rename

* Directory rename

Co-authored-by: asia <joannakrzeklubowiecka@protonmail.com>
2021-09-13 20:01:26 -05:00