Commit Graph

1706 Commits

Author SHA1 Message Date
Krzysiek ba96736a64 JAVA-959: Migrate spring-jms to com.baeldung 2020-03-11 21:30:56 +01:00
Krzysiek b08c55943a JAVA-959: Migrate spring-jersey to com.baeldung 2020-03-11 21:27:26 +01:00
Krzysiek d1ea789403 JAVA-959: Migrate spring-jenkins-pipeline to com.baeldung 2020-03-11 21:23:26 +01:00
Krzysiek 0b918bc8dd JAVA-959: Migrate spring-integration to com.baeldung 2020-03-11 21:20:18 +01:00
Krzysiek f8d26a9a8a JAVA-959: Migrate spring-freemarker to com.baeldung 2020-03-11 21:18:00 +01:00
Krzysiek d599c350b8 JAVA-959: Migrate spring-drools to com.baeldung 2020-03-11 21:16:40 +01:00
Krzysiek b562541229 JAVA-959: Migrate spring-dispatcher-servlet to com.baeldung 2020-03-11 21:14:16 +01:00
Krzysiek 6906bb047d JAVA-959: Migrate spring-di to com.baeldung 2020-03-11 21:09:04 +01:00
Krzysiek 5a9ac3ce57 JAVA-959: Migrate spring-data-rest to com.baeldung 2020-03-11 21:06:06 +01:00
Krzysiek f7415f1da1 JAVA-959: Migrate spring-cucumber to com.baeldung 2020-03-11 21:04:20 +01:00
Krzysiek be49fef333 JAVA-959: Migrate spring-katharsis to com.baeldung 2020-03-11 20:59:44 +01:00
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