Commit Graph

1699 Commits

Author SHA1 Message Date
Philippe Soares 18954efcee Added push messages using the @Scheduled annotation. 2020-10-25 23:52:08 -04:00
Philippe Soares 6dab1d510f Fix for issue #10204. 2020-10-25 23:28:41 -04:00
Philippe Soares 7852a3ec2b Fix for issue #10204. 2020-10-25 23:05:27 -04:00
François Dupire 5fbc94ae90 [JAVA-589] Reviewed build time (#8800)
* [JAVA-589] Reviewed build time

* Renamed HibernateTimeZoneTest to HibernateTimeZoneIntTest

* [JAVA-873] Extracted benchmarking part of unit test into its own LiveTest

* Revert "[JAVA-873] Extracted benchmarking part of unit test into its own LiveTest"

This reverts commit 10c05ebb7e43be0a04ed377c453f0aa92c81117c.

* [JAVA-906] Renamed PrimeNumberUnitTest to PrimeNumberManualTest in order to avoid it being runned

* [JAVA-906] Renamed HibernateTimeZoneIntTest to HibernateTimeZoneIntegrationTest

* [JAVA-906] Removed package-lock.json and added it to .gitignore
2020-03-12 13:01:06 +05:30
Roman 8be4255cbb BAEL-3497 IntelliJ Cannot Resolve Spring Boot Configuration Properties (#8775)
Co-authored-by: Oskar <>
2020-03-11 18:43:43 +00:00
omerfinger 356ef842f0 How to compare json objects using gson article (#8793)
* How to compare json objects using gson article

* static Assert import
IsObject assert has been deleted

* compare strings test failure example
2020-03-11 17:59:01 +00:00
Vivek 84c78797f5 Delete everything in Redis (#8823) 2020-03-11 17:55:14 +00:00
Greg bcef7cb251 Merge pull request #8841 from dcalap/master
BAEL-3461 NullAwayExample
2020-03-11 10:44:38 -04:00
kwoyke 07bec4d5b2 BAEL-3775: Clean up unit tests for Stack (#8837) 2020-03-11 06:43:46 +01:00
Eric Martin 80632f53f7 Merge pull request #8847 from alimate/BAEL-3867
Using An In-Memory H2 Instance instead of a File Based One
2020-03-10 21:03:27 -05:00
Josh Cummings d61941fc79 Merge pull request #8693 from Maiklins/BAEL-20604-fix-muleesb-module
BAEL-20604 fix muleesb module
2020-03-10 19:50:27 -06:00
rpvilao 30ffb3e3cf Merge pull request #8814 from markathomas/BAEL-2552
BAEL-2552 - spatialguru.net@gmail.com
2020-03-10 21:37:45 +01:00
Ali Dehghani 34c8c9cc54 Using An In-Memory H2 Instance 2020-03-10 16:27:10 +03:30
Josh Cummings 6afa13e0f0 Merge pull request #8828 from dupirefr/team/JAVA-138-maven_install_plugin_version_update
[JAVA-138] Updated Maven Install Plugin version from 2.5.1 to 2.5.2
2020-03-09 22:16:23 -06:00
Eric Martin 335127f269 Merge pull request #8808 from johnA1331/master
github-related test fix - 18-02-2020
2020-03-09 20:49:51 -05:00
David Calap 2aff1b5c77 BAEL-3461 NullAwayExample 2020-03-09 19:37:01 +01:00
Mona Mohamadinia a2488e4943 Bael 3653: Adding Pageable Support (#8766)
* Removed the commented code

* Upgrading the Spring Doc Version

* Adding the Pageable Example

In order to use `Pageable`, I had to add `spring-data-jpa` dep and H2. Also, the Spring doc version was quite outdated, so an upgrade for that, too.

* Adding the Pageable Example

In order to use `Pageable`, I had to add `spring-data-jpa` dep and H2. Also, the Spring doc version was quite outdated, so an upgrade for that, too.
2020-03-09 16:18:44 +00:00
Loredana Crusoveanu eda766c83c Merge pull request #8830 from amit2103/JAVA-5
clean up plugins from pom file
2020-03-08 22:16:34 +02:00
amit.pandey 75200b6b20 clean up plugins from pom file 2020-03-08 14:23:30 +05:30
dupirefr aed1fe44c5 [JAVA-138] Updated Maven Install Plugin version from 2.5.1 to 2.5.2 2020-03-08 09:48:35 +01:00
Eric Martin 54dfe2eda6 Merge pull request #8826 from eugenp/BAEL-3454
BAEL-3454: Moved AVLTree to data-structures module
2020-03-07 21:25:16 -06:00
eric-martin c914d47a23 BAEL-3454: Moved AVLTree to data-structures module 2020-03-07 21:20:17 -06:00
Josh Cummings f35e28d4dc Merge pull request #8796 from ashleyfrieze/BAEL-3905-how-to-replace-tokens-in-strings
BAEL-3905 - replacing tokens tests and implementation
2020-03-07 15:44:30 -07:00
Josh Cummings 3cd2cf7cd1 Merge pull request #8784 from dupirefr/team/JAVA-131-hamcrest_version_update
[JAVA-131] Updated hamcrest version from 1.3 to 2.2
2020-03-07 14:12:21 -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
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
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