panos-kakos
e7b46313fb
[JAVA-13957] Added example for Timer functionality ( #12906 )
...
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-11-05 16:23:30 +05:30
collaboratewithakash
20efb8fed6
Update README.md
2022-11-05 16:23:05 +05:30
collaboratewithakash
b7f4740381
Update README.md
2022-11-05 16:21:54 +05:30
collaboratewithakash
baa0965d68
fixed backlink
2022-11-05 16:19:24 +05:30
thibault.faure
43ba5e80a4
BAEL-58616 Code for the Check If All Runnable Are Done article
2022-11-05 11:36:41 +01:00
panos-kakos
7313894322
[JAVA-13958] Minor style changes + aligned code with article ( #12889 )
...
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-11-05 15:28:01 +05:30
lukaswlodkowski
adbb7e27bc
[BAEL-5355] removed final modifiers ( #12964 )
2022-11-05 09:01:14 +01:00
Loredana Crusoveanu
f0686dd5bd
JAVA-15245 use dynamic port ( #12910 )
2022-11-04 22:05:10 +05:30
Loredana Crusoveanu
18c8a5eddc
Merge pull request #12966 from jsgrah-spring/master
...
JAVA-14499. Fix: Failed to read artifact descriptor for com.gemstone.…
2022-11-04 09:49:50 +02:00
Kai Yuan
0e244ce133
[slicingArrays] Slicing Arrays in Java ( #12957 )
2022-11-03 20:59:33 -05:00
jsgrah-spring
89d01abd2d
JAVA-14499. Revert code changes.
2022-11-03 21:01:55 +01:00
jsgrah-spring
8c8a3f9a56
Merge branch 'master' of https://github.com/jsgrah-spring/tutorials
2022-11-03 20:59:10 +01:00
jsgrah-spring
bc36bb2992
Merge branch 'eugenp:master' into master
2022-11-03 20:58:59 +01:00
jsgrah-spring
703ebd3fd4
JAVA-14499. Revert code changes.
2022-11-03 20:58:17 +01:00
Jonathan Cook
90812f01ee
BAEL-5236 - Apache Camel Exception Handling ( #12973 )
...
* 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
* BAEL-5237 - Apache Camel Conditional Routing
* BAEL-5236 - Apache Camel Exception Handling
Co-authored-by: Jonathan Cook <jcook@sciops.esa.int>
2022-11-03 09:40:26 -07:00
Satyarth Shankar
87a562291e
retry when rxjava ( #12961 )
...
* BAEL-5751 test commit for checkin builds
* BAEL-5751 compiled with java 8
* BAEL-5751 small update
* BAEL-5751 added the core code
* BAEL-5751 moved code to a different module
* BAEL-5751 using assertArrayEquals
* BAEL-5751 new line at the end of file
* BAEL-5738 retry with delay in rxJava
* Update RxJavaRetryWithDelayUnitTest.java
Co-authored-by: Grzegorz Piwowarek <gpiwowarek@gmail.com>
2022-11-03 09:19:56 +01:00
jsgrah-spring
7c383c0d39
Merge branch 'eugenp:master' into master
2022-11-03 02:23:42 +01:00
jsgrah-spring
8dec3a9e46
JAVA-14499. Comment out spring-data-gemfire and point to spring-data-geode for further reference.
2022-11-03 00:32:37 +01:00
Loredana Crusoveanu
c9cd7d4c70
Merge pull request #12972 from edizor/master
...
README
2022-11-02 16:18:22 +02:00
edizor
3962acdd92
Update README.md
...
[skip ci]
2022-11-02 21:17:34 +08:00
edizor
eb81b01c19
Update README.md
...
[skip ci]
2022-11-02 21:14:44 +08:00
edizor
448a318036
Update README.md
...
[skip ci]
2022-11-02 21:12:34 +08:00
edizor
b447862fa5
Create README.md
...
[skip ci]
2022-11-02 21:08:28 +08:00
edizor
759a40f3ed
Update README.md
...
[skip ci]
2022-11-02 21:03:03 +08:00
edizor
cde43cc5a3
Update README.md
2022-11-02 20:43:48 +08:00
edizor
65e0d74536
Update README.md
2022-11-02 20:41:57 +08:00
edizor
89c4243d4a
Update README.md
2022-11-02 20:35:07 +08:00
Loredana Crusoveanu
320057aef0
Merge pull request #12970 from thibaultfaure/improvement/BAEL-5629-upgrade-jcache-article
...
BAEL-5629 fix integration test for jcache article
2022-11-02 12:40:11 +02:00
Loredana Crusoveanu
0dc391445f
Merge pull request #12969 from ulisseslima/bael-5851_quick-fix_factory-pattern-generics
...
bael-5851 - quick fix - Factory Pattern with Generics in Java
2022-11-01 19:37:34 +02:00
thibault.faure
879c0b8825
BAEL-5629 fix integration test for jcache article
2022-11-01 17:45:20 +01:00
Ulisses Lima
0e99a7f9cc
bael-5851
2022-11-01 13:01:30 -03:00
vunamtien
5c281eb016
calculate standard deviation ( #12963 )
...
Co-authored-by: tienvn4 <tienvn4@ghtk.co>
2022-11-01 08:38:06 -07:00
jsgrah-spring
16cf170e17
JAVA-14499. Fix: Failed to read artifact descriptor for com.gemstone.gemfire:gemfire:jar:8.1.0: Could not transfer artifact com.gemstone.gemfire:gemfire:pom:8.1.0 from/to gemstone.
2022-11-01 14:05:34 +01:00
h_sharifi
f27e792a4c
#BAEL-5880: remove unused import
2022-11-01 16:03:19 +03:30
h_sharifi
cecd0d282a
#BAEL-5880: add main source and test for pdfbox
2022-11-01 15:18:53 +03:30
h_sharifi
d8a230c995
#BAEL-5880: add main source and test for iText
2022-11-01 15:18:39 +03:30
h_sharifi
2ab80881c2
#BAEL-5880: add sample pdf file
2022-11-01 15:17:56 +03:30
h_sharifi
43ae588f81
#BAEL-5880: add itextpdf and pdfbox dependencies
2022-11-01 15:16:48 +03:30
achraftt
117469a04b
BAEL-5791: adapt pom file
2022-10-31 22:41:33 +01:00
Olu
1f1d49bcb1
swapped the order of arguments for assertEquals() ( #12956 )
...
* Creating a Deep vs Shallow Copy of an Object in Java
* completed tests for LinkedHashSet
* update
* updated PR
* swapped the order of arguments for assertEquals()
2022-10-31 14:08:59 -07:00
lukaswlodkowski
59b58d087d
[BAEL-5355] code snippets for article - lukaswlodkowski ( #12954 )
...
* [BAEL-5355] code snippets for article
* [BAEL-5355] fix tests naming convention
* [BAEL-5355] try different Mongo configuration, previous one failed on Jenkins.
* [BAEL-5355] try different Mongo configuration, previous one failed on Jenkins.
* [BAEL-5355] try different Mongo configuration, previous one failed on Jenkins.
2022-10-31 20:04:31 +01:00
Palaniappan Arunachalam
1cd1a6cf24
BAEL-359: Introduction to Spring Groovy Configuration ( #12864 )
...
* BAEL-359: Introduction to Spring Groovy Configuration
* BAEL-359: Removed unused import
* BAEL-359: Moved groovy files under src/main/groovy
* BAEL-359: Upgraded Groovy version to 3.0.13
2022-10-31 09:48:31 +05:30
Dhawal Kapil
69d6ca9b62
JAVA-15788 Optimizations to reduce default build execution time
2022-10-31 01:42:11 +05:30
Loredana Crusoveanu
6ba4332f87
Merge pull request #12949 from panos-kakos/JAVA-15588
...
[JAVA-15588] Moved code from spring-di to spring-boot-di
2022-10-30 16:43:56 +02:00
panagiotiskakos
6d0608d3ab
[JAVA-15588] Moved code from spring-di to spring-boot-di
2022-10-30 10:49:39 +02:00
Loredana Crusoveanu
6be846d5bf
Merge pull request #12908 from hkhan/JAVA-15406-ignore-files
...
[JAVA-15406] Ignore JMeter generated files
2022-10-30 08:59:57 +02:00
Loredana Crusoveanu
745ce44a9d
Merge pull request #12904 from hkhan/JAVA-15663-upgrade-boot
...
[JAVA-15663] Upgrde Boot to 2.7.5
2022-10-30 08:58:34 +02:00
Loredana Crusoveanu
319cbe296c
Merge pull request #12869 from hkhan/JAVA-15377-update-graphql-spqr
...
[JAVA-15377] Update code for Graphql SPQR article
2022-10-30 08:51:42 +02:00
Kai Yuan
146ffa71d0
[URI-Creation] Difference Between URI.create() and new URI() ( #12937 )
...
* [URI-Creation] Difference Between URI.create() and new URI()
* [URI-Creation] split test methods for invalid & valid inputs
2022-10-29 21:00:33 -05:00
panos-kakos
69ff3c0c3b
[JAVA-15657] Clean up pom properties ( #12939 )
...
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-10-29 22:13:25 +05:30