alemoles
b40a061969
BAEL-5924 Java 8 Stream with Batch Processing Support ( #13366 )
2023-01-30 22:49:57 +05:30
Loredana Crusoveanu
aab7f72429
Merge pull request #13363 from timis1/JAVA-17293
...
JAVA-17293 Update Java Mail articles
2023-01-30 13:08:45 +02:00
Loredana Crusoveanu
9ceb2e8e56
Merge pull request #13313 from anuragkumawat/java-14471
...
JAVA-14471 Remove remaining code for moved articles
2023-01-30 12:10:27 +02:00
Alexandru Borza
068d3cc439
BAEL-6146 - Initialize an ArrayList with All Zeroes or Null in Java ( #13368 )
...
* initialize arraylist with null or zeros
* configure pom parent
* move code
* delete module
2023-01-29 14:51:12 -08:00
Kai Yuan
7605f8474c
[int-zero-or-null] Check if an Integer Value is null or Zero in Java ( #13332 )
2023-01-28 11:29:20 -06:00
Loredana Crusoveanu
f75949b0e4
Merge pull request #13359 from ulisseslima/bael-5999-quickfix_compile-string
...
BAEL-5999 - Compiling and Executing Code From a String in Java - quick fix
2023-01-28 17:27:19 +02:00
Iulian Timis
de1c280736
JAVA-17293 Fix java version problem for java bind
2023-01-28 16:16:01 +02:00
Iulian Timis
08da652ca2
JAVA-17293 Update Java Mail articles for logback
2023-01-28 14:08:43 +02:00
Iulian Timis
601af9b61a
JAVA-17293 Update Java Mail articles for core-java-networking-3
2023-01-28 13:15:21 +02:00
Daniel Strmecki
35fd9e473a
Feature/bael 6083 http interface ( #13251 )
...
* BAEL-6083: Update Spring Boot, initial tests
* BAEL-6083: Fix tests
* BAEL-6083: Add post method
* BAEL-6083: Failing POST test
* BAEL-6083: Remove POST test
* BAEL-6083: Fix POST tests
* BAEL-6083: Add delete method
* BAEL-6083: Add id field
* BAEL-6083: Exception handling
* BAEL-6083: Refactor
* BAEL-6083: Use Java 17
* BAEL-6083: Update Mockito to use BDD and deep mocks
* BAEL-6083: Unused vars
2023-01-28 11:01:25 +00:00
Iulian Timis
2db1dd4a60
JAVA-17293 Update Java Mail articles
2023-01-28 12:47:15 +02:00
Kai Yuan
185093c26a
[comp-str-enum] Comparing a String to an Enum Value in Java ( #13349 )
2023-01-27 20:56:13 -06:00
Olu
d7e857f427
BAEL 5932 - Callback Functions in Java ( #13335 )
2023-01-27 21:37:47 +01:00
Ulisses Lima
b389ecad46
inverting condition to match the article
2023-01-27 13:32:59 -03:00
Michael Olayemi
b5d8f4e93c
BAEL-5952-Java HttpClient - Map Json Response to Java Class ( #13234 )
...
* Java HttpClient - Map Json Response to Java Class
* BAEL-5952-Java HttpClient - Map Json Response to Java Class
* BAEL-5952-Java HttpClient - Map Json Response to Java Class
* Java HttpClient - Map Json Response to Java Class
* Java HttpClient - Map Json Response to Java Class
* Java HttpClient - Map Json Response to Java Class
* Java HttpClient - Map Json Response to Java Class
* Java HttpClient - Map Json Response to Java Class
* Java HttpClient - Map Json Response to Java Class
* Java HttpClient - Map Json Response to Java Class
* Java HttpClient - Map Json Response to Java Class
* Java HttpClient - Map Json Response to Java Class
* Java HttpClient - Map Json Response to Java Class
* Java HttpClient - Map Json Response to Java Class
* Java HttpClient - Map Json Response to Java Class
* Java HttpClient - Map Json Response to Java Class
* Java HttpClient - Map Json Response to Java Class
* Java HttpClient - Map Json Response to Java Class
2023-01-27 12:52:01 +05:30
lucaCambi77
3b521d448f
[ BAEL-6068 ] - Communicating with Docker containers on the same machine ( #13343 )
...
* fix: build clean up
* feat: add docker compose 2 module, add communication same machine docker compose
* fix: remove unused package lock file
2023-01-26 20:42:54 -06:00
Arman Sharif
7f3f707077
BAEL-6164: Generate unit test data with Instancio ( #13350 )
2023-01-26 16:29:47 -08:00
Amit Kumatr
83aae330ac
added setup and teardown method
2023-01-27 00:54:56 +05:30
Amit Kumatr
e04bb7bc91
added code of collections-vs-stream
2023-01-27 00:32:13 +05:30
Loredana Crusoveanu
69008b0f0d
Merge pull request #13351 from edizor/master
...
Update README
2023-01-26 13:50:08 +02:00
edizor
7d124ccc18
Create README.md
...
[skip ci]
2023-01-26 16:23:28 +08:00
edizor
ad45161555
Update README.md
...
[skip ci]
2023-01-26 16:21:14 +08:00
edizor
ba0889aa72
Update README.md
...
[skip ci]
2023-01-26 16:16:09 +08:00
edizor
47698ae01c
Update README.md
...
[skip ci]
2023-01-26 16:12:14 +08:00
edizor
53e5fc8d0a
Update README.md
...
[skip ci]
2023-01-26 16:07:49 +08:00
edizor
eb81632bc7
Update README.md
...
[skip ci]
2023-01-26 16:03:26 +08:00
edizor
1a4312f22b
Update README.md
...
[skip ci]
2023-01-26 15:57:56 +08:00
edizor
0e6cfe9909
Update README.md
...
[skip ci]
2023-01-26 15:52:21 +08:00
cesarevalenti90
3cba49e6bc
BAEL-6088 - Ahead of Time Optimizations in Spring 6 ( #13311 )
...
* BAEL-6057 - Implementing Retry In Kafka Consumer
(moved code example to new module)
* BAEL-6057 - Implementing Retry In Kafka Consumer
(fix on README.md)
* BAEL-6088 - Ahead of Time Optimizations in Spring 6
Co-authored-by: Cesare <cesare.valenti@hotmail.com>
2023-01-25 17:35:49 +01:00
Gerard Klijs
3af60557bd
BAEL-5856 Using and testing Axon applications via REST ( #13134 )
...
Co-authored-by: Ashley Frieze <ashley@incredible.org.uk>
2023-01-23 22:24:35 +00:00
Kilian Schneider
69f6e11088
BAEL-6091 structured concurrency ( #13297 )
2023-01-23 12:57:00 -08:00
timis1
ea9bf9ebeb
JAVA-17420 Update The transient Keyword in Java Article ( #13321 )
...
Co-authored-by: Iulian Timis <iulian.timis@tora.com>
2023-01-23 23:57:35 +05:30
Kai Yuan
0162d98907
[bigDecimal-x-int] Multiply a BigDecimal By an Integer in Java ( #13320 )
2023-01-23 10:41:19 -06:00
jsgrah-spring
189904b6d7
Feature/java 14459 ( #13336 )
...
* JAVA-14459, GitHub Issue: Reactive WebSocket App example no longer works.
* JAVA-14459, Move spring5 reactive webflux filters to its own module.
* JAVA-14459, Update README.md, remove links to irrelevant articles.
Co-authored-by: jogra <joseph.sterling.grah@miles.no>
2023-01-23 20:34:07 +05:30
Hamid Reza Sharifi
8f620b2281
Bael 6011: Spring Boot Logback and Log4j2 Extensions ( #13327 )
2023-01-23 15:44:23 +01:00
hajarrs
4b3a693263
Check If Command Line Arguments Are Null in Java ( #13246 )
2023-01-23 19:04:39 +05:30
panos-kakos
629582c27b
[JAVA-15036] Upgraded to apache client 5.2 ( #13334 )
...
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2023-01-23 16:17:03 +05:30
jsgrah-spring
e6685e5dac
Fix The PR that is merged here is causing some other integration tests to fail in the same module ( #13331 )
...
* JAVA-14459, GitHub Issue: Reactive WebSocket App example no longer works.
* JAVA-14459, Move spring5 reactive webflux filters to its own module.
Co-authored-by: jogra <joseph.sterling.grah@miles.no>
2023-01-23 13:52:37 +05:30
Loredana Crusoveanu
94277d2b95
Merge pull request #13324 from collaboratewithakash/master
...
backlink fixed
2023-01-22 20:20:23 +02:00
brokenhardisk
b958c3fdcb
BAEL-5942 Code changes ( #13147 )
...
* BAEL-5942 Code changes
* BAEL-5942 Code changes
* BAEL-5942 Code updates from Review
* BAEL-5942 Code updates from Review
* BAEL-5942 Code updates from Review
* BAEL-5942 Code updates from Review
* BAEL-5942 Code updates from Review
* BAEL-5942 Code updates from Review
* BAEL-5942 Test updates from Review
* BAEL-5942 Test updates from Review
* BAEL-5942 Test updates from Review
2023-01-22 12:48:56 +01:00
Vali Tuguran
fa6b78233c
BAEL-6040 Add Java List tests. ( #13255 )
...
* BAEL-6040 Add list interface example.
* BAEL-6040 Updated list iterator.
* BAEL-6040 Removed logger import.
* BAEL-6040 Added List interface tests.
* BAEL-6040 Update tests success names.
* BAEL-6040 Small names refactoring.
* BAEL-6040 Add new core-java-collections-5 module.
* BAEL-6040 Create module core-java-collections-list-5.
* BAEL-6040 Create module core-java-collections-list-5.
2023-01-21 21:39:34 -07:00
Azhwani
3b770c4dee
BAEL-6044: Fix the IllegalArgumentException: No enum const class ( #13171 )
2023-01-21 16:16:18 +01:00
collaboratewithakash
5835814337
backlink fixed
2023-01-21 15:52:19 +05:30
collaboratewithakash
54a6c6c61d
fixed backlink
2023-01-21 15:50:19 +05:30
Kumar Prabhash Anand
63b714f00f
BAEL-6073 added scylladb code ( #13307 )
...
* BAEL-6073 added scylladb code
* BAEL-6073 renamed test class name
2023-01-20 10:14:23 -08:00
Alex Golub
dd1613669e
Merge branch 'master' into study-groovy
2023-01-20 20:08:17 +02:00
Alex Golub
41d8fffcc7
How to Remove a Prefix From Strings in Groovy: refactor to use spock testing framework
2023-01-20 20:04:48 +02:00
Alex Golub
f6fa7f8909
A Quick Guide to Iterating a Map in Groovy: refactor to use spock testing framework
2023-01-20 19:25:34 +02:00
Alex Golub
66feff149a
Lists in Groovy: refactor to use spock testing framework
2023-01-20 19:17:04 +02:00
Alex Golub
76fb5b02e0
Finding Elements in Collections in Groovy: refactor to use spock testing framework
2023-01-20 18:27:09 +02:00