Commit Graph

1930 Commits

Author SHA1 Message Date
Greg Martin 5b5b8a7ab0 Removed unused resource file 2020-03-07 15:00:14 -05:00
Greg Martin 9e969516f3 Moved the code samples for BeanDefinitionOverrideException to a new module. 2020-03-07 14:54:23 -05:00
Gang Wu 983b058033 Merge branch 'master' of https://github.com/eugenp/tutorials 2020-03-07 12:21:19 -07:00
Ashley Frieze ce75bc8ddf BAEL-3905 - replacing tokens tests and implementation 2020-03-07 17:50:50 +00:00
Josh Cummings aa3f05a178 Merge pull request #8811 from dupirefr/team/JAVA-130-logback_version_update
[JAVA-130] Updated logback version from 1.1.7 to 1.2.3
2020-03-07 10:50:32 -07:00
George Haris 72d0f14b6e BAEL-3835: Inject a value to a static field (#8820)
Co-authored-by: Georgios Charitakis <georgios.charitakis@prodyna.com>
2020-03-07 14:16:08 +00:00
Loredana Crusoveanu ba88aa1a69 Merge pull request #8822 from amit2103/JAVA-162
fix relative path warning
2020-03-07 13:46:48 +02:00
amit.pandey aaa6b73c3f fix relative path warning. removed tab characters 2020-03-07 16:40:44 +05:30
amit.pandey fb515ed651 fix relative path warning 2020-03-07 16:25:11 +05:30
johnA1331 180ab967fb Update README.md 2020-03-07 11:15:18 +08:00
johnA1331 626fda4b64 Update README.md 2020-03-07 11:13:37 +08:00
johnA1331 fad6088b0d Delete README.md 2020-03-07 11:12:26 +08:00
johnA1331 7e829a4ab8 Update README.md 2020-03-07 11:11:41 +08:00
johnA1331 7ade5a3abf Update README.md 2020-03-07 11:11:01 +08:00
johnA1331 696eaa8666 Update README.md 2020-03-07 11:06:09 +08:00
johnA1331 9d89342297 Update README.md 2020-03-07 11:04:41 +08:00
johnA1331 c0363dea2a Delete README.md 2020-03-07 11:03:19 +08:00
johnA1331 9693040b38 Update README.md 2020-03-07 11:01:02 +08:00
johnA1331 0bb6e9f79a Delete README.md 2020-03-07 10:51:46 +08:00
johnA1331 4739f9c929 Update README.md 2020-03-07 10:51:38 +08:00
Cavero Barca 020c3bd8c9 Clean Apache Commons and Guava functions and tests 2020-03-06 21:58:00 +01:00
Somnath Musib 6600942cef BAEL-3838 Capturing a Java Thread Dump (#8780)
Co-authored-by: Somnath Musib <somnath.musib@voltbank.com.au>
2020-03-06 17:12:06 +00:00
sergio41 40a17f0f63 BAEL-3765: Code Upload (#8804) 2020-03-06 17:05:48 +00:00
Sampada 7a2c941024 BAEL-3883: Boruvka's Algorithm for Minimum-Spanning Trees (#8816)
* BAEL-3883: Boruvka's Algorithm for Minimum-Spanning Trees

* BAEL-3883: checking in pom.xml
2020-03-06 07:49:00 -08:00
Josh Cummings 99fa431fcc Merge pull request #8757 from pazis/BAEL-3861
[BAEL-3861] Introduction to Apache Beam
2020-03-06 08:24:44 -07:00
eelhazati 735ce1e7d5 revert 2020-03-06 15:19:36 +01:00
kwoyke decc6825ec Merge pull request #8562 from kwoyke/BAEL-3694
BAEL-3694: Refactor Mockito unit tests
2020-03-06 13:43:24 +01:00
mthomas 50ea6a8d9a BAEL-2552 - Remove unnecessary line 2020-03-05 12:13:08 -06:00
mthomas f37bb67f4c BAEL-2552 - use JUnit @Rule 2020-03-05 11:47:04 -06:00
mthomas f7a449978c BAEL-2552 - Add controller and unit test showing how to set timeouts 2020-03-05 02:04:22 -06:00
dupirefr bc2c937183 [JAVA-131] Renaming the property works better 2020-03-05 08:08:43 +01:00
dupirefr f881a11e43 [JAVA-131] Reverted hamcrest to hamcrest-core because version used is 1.3 in Greetings module 2020-03-05 07:57:56 +01:00
dupirefr 083d802879 [JAVA-131] Giving version to hamcrest library in spring-security-modules 2020-03-05 07:51:29 +01:00
dupirefr cc79530c9c [JAVA-131] Unifying hamcrest-core and hamcrest-libraries dependencies under hamcrest 2020-03-05 07:51:28 +01:00
dupirefr 892ec576a2 [JAVA-131] Updated java-hamcrest version property in spring-testing module 2020-03-05 07:51:27 +01:00
dupirefr 1cac276528 [JAVA-131] Renaming java-hamcrest version property to avoid conflict with other hamcrest libraries 2020-03-05 07:51:26 +01:00
dupirefr 4d5e21b991 [JAVA-131] Removed unused version of java-hamcrest from mockito module 2020-03-05 07:51:24 +01:00
dupirefr fa4898356b [JAVA-131] Fixed hamcrest-all version in selenium module 2020-03-05 07:51:23 +01:00
dupirefr 0a6ee0c797 [JAVA-131] Kept difference between hamcrest and hamcrest-all 2020-03-05 07:51:22 +01:00
dupirefr a3e0e8726b [JAVA-131] Updated hamcrest version from 1.3 to 2.2 2020-03-05 07:51:21 +01:00
Pazis 17852cfe6d Update pom.xml 2020-03-05 06:42:17 +03:30
Jonathan Cook f2d45b8269 Merge pull request #8810 from mathieufortin01/BAEL-3900
BAEL-3900 Fixed ApplicationLiveTest.
2020-03-04 22:18:15 +01:00
Jonathan Cook 9017853eeb Merge pull request #8569 from M-Abdelbaset/BAEL_3301_testing_@ConfigurationProperties
BAEL_3301_testing  @configuration properties
2020-03-04 21:59:35 +01:00
Mathieu Fortin 976839d8af added notice on how to run the live tests 2020-03-03 18:46:32 -05:00
Mathieu Fortin 812f540386 fixed format 2020-03-03 17:28:47 -05:00
Anshul BANSAL ceaac9022c Merge branch 'master' into BAEL-3874-OCR-with-Tesseract 2020-03-03 12:21:14 +02:00
Anshul BANSAL fe6ad0699d Initial commit 2020-03-03 12:20:55 +02:00
Maiklins 20b8b8c903 Merge pull request #40 from eugenp/master
update
2020-03-03 09:16:16 +01:00
Jonathan Cook 84a0cb5498 BAEL-3854 - Pattern Matching for instanceof in Java 14 (#8799)
* BAEL-3491 - Check for null before calling parse in the
Double.parseDouble

* BAEL-3491 - Check for null before calling parse in the
Double.parseDouble

- Return to indentation with spaces.

* BAEL-3854 - Pattern Matching for instanceof in Java 14

* BAEL-3854 - Pattern Matching for instanceof in Java 14 - add unit test
2020-03-02 22:15:28 -08:00
dupirefr df85b0ef90 [JAVA-130] Updated logback version from 1.1.7 to 1.2.3 2020-03-02 23:45:09 +01:00