Commit Graph

19335 Commits

Author SHA1 Message Date
Mona Mohamadinia
c5cda5caa3 BAEL-4217: Added Thread Pool Aware MDC (#9554)
* Added Thread Pool Aware MDC

* Fixed Thread Pool
2020-07-02 19:13:50 +01:00
Eric Martin
35369d90bc Merge pull request #9606 from alimate/BAEL-4271
BAEL-4271: Added the Rest Assured Example
2020-07-02 12:00:07 -05:00
Eric Martin
854715ee52 Merge pull request #9567 from alimate/BAEL-4275
BAEL-4275: The Stack-Walking API for Currently Executing Method
2020-07-02 11:54:51 -05:00
Loredana Crusoveanu
3d9c44158e Merge pull request #9577 from eugenp/BAEL-4088-v2
BAEL-4088 move code to spring-mvc-java-2 module
2020-07-02 11:06:06 +03:00
Loredana Crusoveanu
0d150bbfb4 Merge pull request #9540 from sazzer/master
Moved the 2048 game into algorithms-miscellaneous-6
2020-07-02 11:02:44 +03:00
Amy DeGregorio
2cfc0a9bf3 BAEL-4157 Examples (#9596) 2020-07-02 08:27:30 +02:00
Dhrubajyoti Bhattacharjee
8422a42445 BAEL-4007 Interface Segregation Principle (#9579)
Co-authored-by: Dhrubajyoti Bhattacharjee <dhrubajyoti.bhattacharjee@ul.com>
2020-07-02 07:04:41 +02:00
kwoyke
ed681b07ed BAEL-3782: Fix project's pom.xml (#9615) 2020-07-01 22:23:06 +02:00
kwoyke
40d0e95391 BAEL-3265: Change port number to 8032 (#9618)
* BAEL-3265-PoC: Change port number to 8032

* BAEL-3265-PoC: Change the way the default port is set
2020-07-01 22:11:33 +02:00
vatsalgosar
a6cbd51431 BAEL-4142 (#9622)
- Code snippets for Integer to binary string conversion
2020-06-30 13:11:39 -07:00
François Dupire
9c9e70886f [JAVA-1670] Upgraded JUnit and Maven Surefire Plugin in spring-boot-m… (#9509)
* [JAVA-1670] Upgraded JUnit and Maven Surefire Plugin in spring-boot-modules

* Upgraded Maven Surefire Plugin version to 2.22.2

* Upgraded JUnit version to 5.6.2

* [JAVA-1670] Phasing upgrade - Inheriting form parent-boot-2

* Reverted JUnit version upgrade for now (will focus on parent/child relationships first)

* Changed parent pom of spring-boot-modules to parent-boot-2

* Upgraded JUnit version to 5.6.2 in spring-boot-modules
2020-06-30 22:25:30 +05:30
Sampada
a6a3a008d5 JAVA-1555: Update "Spring Boot multi-module" article (#9609)
* JAVA-1555: Modified parent's pom to include new module

* JAVA-1555: Added missing module parent-multi-module
2020-06-30 22:11:42 +05:30
Jonathan Cook
fae1aaa0be BAEL-4024 - Taking Screenshots with Selenium WebDriver (#9620)
* BAEL-4198 - Fix Selenium Live Tests

* BAEL-4198

* BAEL-4024 - Taking Screenshots with Selenium WebDriver

Co-authored-by: Jonathan Cook <jcook@sciops.esa.int>
2020-06-30 09:06:48 -07:00
Azhwani
0a687f769a remove @propertysource (#9612)
Co-authored-by: azhwani <>
2020-06-29 14:13:53 -07:00
Jonathan Cook
11190fd901 BAEL-4198 - Fix Selenium Testing module (#9611)
* BAEL-4198 - Fix Selenium Live Tests

* BAEL-4198

Co-authored-by: Jonathan Cook <jcook@sciops.esa.int>
2020-06-29 14:13:26 -07:00
Feraru Bogdan
dbfa73c97a [BAEL-4093] Mapping Collections with MapStruct (#9597)
Co-authored-by: Bogdan Feraru <bogdan.feraru@iquestgroup.com>
2020-06-29 14:12:40 -07:00
Josh Cummings
1fb36f3265 Merge pull request #9602 from amit2103/JAVA-1832
used standard project parent instead of using spring boot parent
2020-06-29 08:42:51 -06:00
Josh Cummings
ce65230790 Merge pull request #9594 from amit2103/JAVA-2020
updated the snapshot repo to release
2020-06-29 08:33:05 -06:00
rpvilao
ab4a355ff8 Merge pull request #9576 from developerDiv/macaddress
BAEL-4155 - MAC Address on Local Machine
2020-06-29 10:53:48 +02:00
Loredana Crusoveanu
d68d7c8dd5 Merge pull request #9603 from eugenp/KTLN-137
KTLN-137 move kotlin article
2020-06-29 10:47:58 +03:00
Loredana Crusoveanu
8d9ef5281a Merge pull request #9605 from Maiklins/JAVA-1766-update-core-groovy-2-Module
Java-1766 update core groovy 2 module
2020-06-29 10:46:53 +03:00
Ali Dehghani
aa167030e4 Added the Rest Assured Example 2020-06-29 02:45:30 +04:30
developerDiv
139ee56804 Update test to be more specific 2020-06-28 21:28:10 +01:00
Loredana Crusoveanu
48c5e438c8 Merge pull request #9549 from eugenp/lor6-patch-1
Update .gitignore
2020-06-28 22:09:48 +03:00
mikr
67845d4f62 JAVA-1766 Update core-groovy-2 module 2020-06-28 20:46:29 +02:00
Loredana
e337c35942 KTLN-137 move kotlin article 2020-06-28 21:23:57 +03:00
Maiklins
afcd188f8e Merge pull request #59 from eugenp/master
update
2020-06-28 20:19:02 +02:00
rpvilao
b17e4c9f47 Merge pull request #9551 from MajewskiKrzysztof/KTLN-137
KTLN-137
2020-06-28 20:10:26 +02:00
amit.pandey
f3b11f6d5d used standard project parent instead of using spring boot parent 2020-06-28 23:13:49 +05:30
Eric Martin
2be9276596 Merge pull request #9542 from srzamfir/feature/BAEL-4090_Finding_Unused_Gradle_Dependencies
Feature/bael 4090 finding unused gradle dependencies
2020-06-28 10:35:44 -05:00
Eric Martin
4b55f18d2a Merge pull request #9574 from alimate/BAEL-4274
BAEL-4274: Default Serial Version UID
2020-06-28 10:30:14 -05:00
Eric Martin
0ec3923af5 Merge pull request #9573 from alimate/BAEL-4246
BAEL-4246: Added Custom Health Groups
2020-06-28 10:24:52 -05:00
amit.pandey
bf40a54335 updated pom repository tag to change the name & id and structurizr version update 2020-06-28 19:20:41 +05:30
Dhawal Kapil
6b4211076a Merge pull request #9543 from amit2103/JAVA-13-2
moved apache tiles related code in spring-mvc-views module
2020-06-28 10:58:08 +05:30
kwoyke
1aabcef722 BAEL-4325: Upgrade reddison to 3.13.1 (#9588)
* BAEL-4325: Upgrade reddison to 3.13.1

* BAEL-4325: Add jedis.version property
2020-06-28 06:57:16 +02:00
Josh Cummings
9c98402a30 Merge pull request #9572 from kwoyke/JAVA-1642
JAVA-1642: Get rid of the overriden spring-boot.version property
2020-06-27 16:36:50 -06:00
bfontana
d9a37ed8e3 Merge pull request #9590 from alimate/BAEL-4310-2
BAEL-4310: Moved the Array Length Example to the new Module
2020-06-27 18:03:39 -03:00
bfontana
ca9c7b13ed Merge pull request #9566 from adrian-maghear/BAEL-4131#division-by-zero
[BAEL-4131]#division by zero
2020-06-27 17:52:40 -03:00
Loredana Crusoveanu
40b3fe970b Merge pull request #9591 from eugenp/lor6-patch-2
Update README.md
2020-06-27 22:07:11 +03:00
amit.pandey
a79e88e5bc updated the snapshot repo to release 2020-06-28 00:14:24 +05:30
kwoyke
ee3654dfd3 BAEL-4323: Rename getters to follow Java Beans convention (#9569) 2020-06-27 18:20:22 +02:00
kwoyke
53661322c0 BAEL-4312: Add Java Stream example (#9559) 2020-06-27 18:05:37 +02:00
Loredana Crusoveanu
27bd574ca2 Update README.md 2020-06-27 12:57:09 +03:00
Ali Dehghani
6f274316f9 Moved the Array Length Example to the new Module 2020-06-27 09:45:28 +04:30
Eric Martin
22616a3b17 Merge pull request #9586 from johnA1331/master
BAEL-25526 github-related test fix - github title and article title match (results: 18.06.2020)
2020-06-26 19:57:21 -05:00
Eric Martin
b77eced713 Merge pull request #9381 from sasam0320/BAEL-4011
BAEL-4011: How to share DTO between microservices
2020-06-26 19:44:59 -05:00
Eric Martin
f33296724c Merge pull request #9546 from alimate/BAEL-4309
BAEL-4309: Invoke Operator Function
2020-06-26 19:31:56 -05:00
Sampada
49f198c699 BAEL-3977: Upgrade Guava modules/articles to newest Guava version (#9587)
* BAEL-3977: Upgrade Guava modules/articles to newest Guava version

* BAEL-3977: Guava version upgrade
2020-06-26 14:25:48 -07:00
davidmartinezbarua
86e8bad3e7 Merge pull request #9570 from alimate/BAEL-4116-2
BAEL-4116: Moved the Memory Layout Codebase to a new Module
2020-06-26 16:57:32 -03:00
Vikas Rajput
629976922c Bael 4085 (#9580)
* BAEL-4085: First Draft completed

* BAEL-4085: used ternary operator for if condition

* BAEL-4085: renamed unit test class as per the review comment

* BAEL-4085: deleted old file

Co-authored-by: Vikas Ramsingh Rajput <vikas.rajput@crownconsult.com>
2020-06-26 09:29:30 -07:00