10575 Commits

Author SHA1 Message Date
Thiago dos Santos Hora
3c12edb5f6 BAEL-5959: Monad in Java (#13278)
* BAEL-5959: Monad in Java

* Fix test name
2023-01-12 18:23:34 -08:00
jsgrah-spring
10644de954 JAVA-14459, GitHub Issue: Reactive WebSocket App example no longer works. (#13272)
Co-authored-by: jogra <joseph.sterling.grah@miles.no>
2023-01-12 23:25:18 +05:30
jsgrah-spring
dcc489edfa JAVA-16687. Update MapStruct version. (#13270)
Co-authored-by: jogra <joseph.sterling.grah@miles.no>
2023-01-12 22:57:34 +05:30
jsgrah-spring
b83c8d765d JAVA-16938, Fix gcp-firebase module. (#13284)
Co-authored-by: jogra <joseph.sterling.grah@miles.no>
2023-01-12 22:06:14 +05:30
apeterlic
02b56bf783 BAEL-6032 - @JsonIgnore vs @Transient (#13254)
* BAEL-6032 - @JsonIgnore vs @Transient

* Rename test methods
2023-01-12 18:50:58 +05:30
Kapil Khandelwal
dc5641200e How to stop a zombie job on Jenkins without restarting the server (#13277) 2023-01-11 13:34:34 -08:00
cesarevalenti90
f396ff0341 BAEL-6057 - Implementing Retry In Kafka Consumer (#13274)
* BAEL-6057 - Implementing Retry In Kafka Consumer

(moved code example to new module)

* BAEL-6057 - Implementing Retry In Kafka Consumer

(fix on README.md)

Co-authored-by: Cesare <cesare.valenti@hotmail.com>
2023-01-11 13:25:43 -08:00
Abhinav Pandey
7a202296a7 Bael 5884 - correction (#13276)
* BAEL-5884 - URI encoding with Rest Template

* BAEL-5884 - URI encoding with Rest Template - indentation corrected

* BAEL-5884 - code correction for rest template config
2023-01-11 22:44:58 +05:30
Abhinav Pandey
7db81e56ea Bael 5973 - RestExpress example (#13195)
* BAEL-5973 - Restful Microservice with Rest Express

* BAEL-5973 - Restful Microservice with Rest Express

* BAEL-5973 - pom correction

* BAEL-5973 - pom correction

* BAEL-5973 - moving rest-express to microservices modules

* BAEL-5973 - formatting changes

* BAEL-5973 - pom corrections
2023-01-11 19:30:25 +05:30
Loredana Crusoveanu
86aedea66b Merge pull request #13273 from edizor/master
Update README
2023-01-11 13:09:01 +02:00
Vartika Nigam
dcbb336236 added an example of anonymous class and lambda expression (#13241)
Co-authored-by: Vartika_Nigam <Vartika_Nigam@DellTeam.com>
2023-01-11 10:26:58 +01:00
edizor
796970adb9 Update README.md
[skip ci]
2023-01-11 16:10:10 +08:00
edizor
57db2aa425 Create README.md
[skip ci]
2023-01-11 16:03:11 +08:00
edizor
b227ad01e3 Create README.md
[skip ci]
2023-01-11 15:35:30 +08:00
edizor
5f3cd88034 Update README.md
[skip ci]
2023-01-11 15:31:35 +08:00
edizor
7670976877 Update README.md
[skip ci]
2023-01-11 15:27:56 +08:00
edizor
f64bcee853 Update README.md
[skip ci]
2023-01-11 15:22:43 +08:00
edizor
b7cd83a56a Update README.md
[skip ci]
2023-01-11 15:19:44 +08:00
edizor
ff6ba77492 Update README.md
[skip ci]
2023-01-11 15:17:42 +08:00
edizor
ba0ec42d50 Update README.md
[skip ci]
2023-01-11 15:10:47 +08:00
edizor
bc9b4ab88b Update README.md
[skip ci]
2023-01-11 15:05:55 +08:00
edizor
abb7b82e3e Update README.md
[skip ci]
2023-01-11 14:53:40 +08:00
edizor
14594c2b94 Update README.md
[skip ci]
2023-01-11 14:48:42 +08:00
edizor
27066cafa9 Create README.md
[skip ci]
2023-01-11 14:46:12 +08:00
edizor
640d403db4 Update README.md
[skip ci]
2023-01-11 14:42:35 +08:00
Martin Winandy
5825cf4775 BAEL-6033: Add tinylog 2 examples (#13232)
* BAEL-6033: Add tinylog 2 examples

* BAEL-6033: Rename test methods of tinylog 2 in when-then style
2023-01-11 07:23:43 +05:30
doodoroma
a23ccae5ac Merge pull request #13239 from Attila96/feature/flyway_out_of_order_migrations-bael-5795
Add Flyway out of order migration scripts
2023-01-10 19:51:08 +01:00
lucaCambi77
03778c8f21 fix: wrong model package name [ BAEL-5987 ] (#13268)
* feat: add jpa - spring data difference examples

* fix: remove _ from package name

* fix: model package name
2023-01-09 19:55:06 -06:00
cesarevalenti90
c3a0a729db fix retry test (#13267)
Co-authored-by: Cesare <cesare.valenti@hotmail.com>
2023-01-09 13:16:44 -08:00
Iniubong LA
d2f52b059f arthurshur@gmail.com (#13265)
* Creating a deep vs shallow copy of an object in Java

* Creating a deep vs shallow copy of an object in Java

* Baeldung article converting number bases

* Baeldung article converting number bases
2023-01-09 13:05:23 -08:00
freelansam
42fb696539 JAVA-16561: Fix references to parents (#13222) 2023-01-10 01:29:14 +05:30
anuragkumawat
1f360ea65d JAVA-16567 Potential issue in An Overview of Identifiers in Hibernate/JPA article (#13248) 2023-01-10 01:27:11 +05:30
chrisjaimes
b6075009b0 BAEL-5822 printstream vs printwriter (#13199)
* BAEL-5822 pr with streams implementation, unit test and resource file for testing

* fix unit tests names

* swap arguments in assertion

Co-authored-by: Christian Jaimes <christian.jaimes@oracle>
2023-01-09 11:52:25 +01:00
Loredana Crusoveanu
0ef1591c3c Merge pull request #13259 from eugenp/lor6-patch-1
Create README.md
2023-01-09 12:26:17 +02:00
Loredana Crusoveanu
b974efc21a Create README.md 2023-01-09 12:23:13 +02:00
Loredana Crusoveanu
51aadfd28e Merge pull request #13220 from eugenp/feature/move-rate-limit-in-gateway
BAEL-5958 Move rate limiting examples
2023-01-09 11:43:14 +02:00
Loredana Crusoveanu
1fdc6cd60e Merge pull request #13250 from edizor/master
Update README
2023-01-09 11:39:21 +02:00
Abhinav Pandey
8103e7087b BAEL-5884 - URI encoding with Rest Template (#13207)
* BAEL-5884 - URI encoding with Rest Template

* BAEL-5884 - URI encoding with Rest Template - indentation corrected
2023-01-08 09:50:13 +05:30
Dhawal Kapil
49550ca022 JAVA-16899 Disabled spring-roo project (#13247) 2023-01-08 01:31:11 +05:30
ACHRAF TAITAI
30a3a42e4a BAEL-3906: Fix tests for Serenity (#13228) 2023-01-07 22:50:57 +05:30
edizor
b268852b3b Update README.md
[skip ci]
2023-01-07 17:34:39 +08:00
edizor
ef0a33a4b9 Update README.md
[skip ci]
2023-01-07 17:34:10 +08:00
Loredana Crusoveanu
a67b82c2e8 Merge pull request #13216 from edizor/master
Update README.md
2023-01-07 11:24:28 +02:00
edizor
66f5823c5d Merge branch 'eugenp:master' into master 2023-01-07 15:43:14 +08:00
Kilian Schneider
0a9424696a feat BAEL-6092 Record Patterns (#13243)
* feat BAEL-6092 Record Patterns

* Update pom.xml

* Update pom.xml

* Add additional Switch Test Case
2023-01-06 14:12:38 -08:00
edizor
6d57bf1f6f Delete README.md 2023-01-07 05:52:50 +08:00
psevestre
0ce4cfcfda BAEL 5974 - Guide to Sentry (#13244)
* [BAEL-4849] Article code

* [BAEL-4968] Article code

* [BAEL-4968] Article code

* [BAEL-4968] Article code

* [BAEL-4968] Remove extra comments

* [BAEL-5258] Article Code

* [BAEL-2765] PKCE Support for Secret Clients

* [BAEL-5698] Article code

* [BAEL-5698] Article code

* [BAEL-5900] Initial commit

* [BAEL-5974] Article Code

* [BAEL-5974] Article Code
2023-01-06 10:37:59 -08:00
Kai Yuan
962ed719ac [clsTypeByString] get class object from a string (#13233) 2023-01-05 21:29:23 -06:00
edizor
a9d69a050b Merge branch 'eugenp:master' into master 2023-01-06 07:26:13 +08:00
Kapil Khandelwal
08dd5a6f90 BAEL-4737:- Jenkins pipeline - change to another folder (#13242) 2023-01-05 14:58:26 -08:00