4064 Commits

Author SHA1 Message Date
Jonathan Cook
d8d5d6ae50 Merge pull request #9830 from mdhtr/mdhtr/BAEL-1488_json-ld
BAEL-1488: JSON-LD
2020-08-07 10:58:11 +02:00
Loredana Crusoveanu
252ff05ab2 Merge pull request #9833 from alimate/BAEL-4473
BAEL-4473: Applying TRW Blocks
2020-08-07 09:42:15 +03:00
Eric Martin
0eb980a047 Merge pull request #9780 from majajoksovic/master
BAEL-4395
2020-08-06 19:47:13 -05:00
Ali Dehghani
2ca30645e8 Polish 2020-08-07 03:04:25 +04:30
Ali Dehghani
fce53395e1 Applying TRW Blocks 2020-08-07 03:00:34 +04:30
bfontana
9e8584e40f Merge pull request #9705 from erkpsingh24/path-variable-main
pathvariable-annotation
2020-08-06 18:58:53 -03:00
kwoyke
d821719314 BAEL-4492: Use the prefered List.toArray() approach (#9831) 2020-08-06 21:23:59 +02:00
karan
d444ab4d54 Fix formatting 2020-08-06 13:40:44 -04:00
Eric Martin
696d707bd8 Merge pull request #9795 from alimate/BAEL-4250
BAEL-4250: boolean[] vs. BitSet: Which is more efficient?
2020-08-05 21:56:41 -05:00
mdhtr
f3740c95c3 Make fields private and use getters/setters/constructors instead 2020-08-05 18:53:22 +02:00
François Dupire
e7ec3ff7bc [JAVA-2276] Disabled frontend-maven-plugin for default-first and default-second profiles (#9820)
* [JAVA-2276] Upgraded maven-assembly-plugin version to 3.3.0

* [JAVA-2276] Disabling frontend-maven-plugin for default-first and default-second profiles
2020-08-05 07:15:26 +05:30
Dhawal Kapil
dfb9af367f Merge pull request #9811 from sampada07/JAVA-2297
JAVA-2297: Update "Spring Boot custom error page" article
2020-08-04 09:27:44 +05:30
sampadawagde
254319fb30 JAVA-2297: Update "Spring Boot custom error page" article 2020-08-02 23:17:57 +05:30
Greg
6aa7c57db6 Merge pull request #9518 from md-fork/master
BAEL-4083 - Using XML defined beans in a Spring Boot app
2020-08-02 13:14:08 -04:00
Mona Mohamadinia
353f454fe0 Improve How to Count the Number of Matches for a Regex? (#9788) 2020-08-02 16:36:13 +01:00
Mona Mohamadinia
8527d58063 BAEL-4391: Check if a file exists in Java (#9748)
* Check if a file exists in Java

* Simple Assertions
2020-08-02 16:30:53 +01:00
François Dupire
80091e154a [JAVA-2276] Upgraded maven-assembly-plugin version to 3.3.0 (#9801) 2020-08-02 16:57:31 +05:30
Jonathan Cook
1e0b6ded84 Merge pull request #9557 from mdhtr/mdhtr/BAEL-1488_json-ld
BAEL-1488: JSON-LD
2020-08-02 10:49:40 +02:00
Josh Cummings
638539a3d4 Merge pull request #9808 from amit2103/JAVA-2215
align module name & artifactId
2020-08-01 20:36:14 -06:00
Josh Cummings
b11b38b3ae Merge pull request #9809 from amit2103/JAVA-2217
Java 2217
2020-08-01 20:35:48 -06:00
Josh Cummings
2a3a03432b Merge pull request #9807 from amit2103/JAVA-2260
ingore files generated after build
2020-08-01 20:34:12 -06:00
Josh Cummings
0bc2ea6a8a Merge pull request #9604 from SanazTavakoli/master
add excel formula
2020-08-01 19:10:33 -06:00
amit.pandey
bff407ca05 used release repository 2020-08-02 03:51:32 +05:30
amit.pandey
314910468f used release repository 2020-08-02 03:47:35 +05:30
Maja Joksovic
6fc0c42586 fixed indentation 2020-08-01 22:58:00 +02:00
amit.pandey
71cd51e85f align module name & artifactId 2020-08-02 02:07:30 +05:30
Sampada
f18d4dfa98 BAEL-3836: Fix failing test in core-java-concurrency-advanced-3 (#9806)
* BAEL-3836: Fix failing test in core-java-concurrency-advanced-3

* BAEL-3836: Fix failing test in core-java-concurrency-advanced-3
2020-08-01 13:09:35 -07:00
amit.pandey
623eaff91d ingore files generated after build 2020-08-02 00:55:58 +05:30
rpvilao
3acad0b7cf Merge pull request #9754 from HelgaShiryaeva/cnn-dl4j-java-example
CNN example with Deeplearning4j in Java
2020-08-01 19:31:43 +01:00
Ali Dehghani
21342c2f46 Resolved the Comments 2020-08-01 20:40:45 +04:30
Josh Cummings
3d547d068c Merge pull request #9803 from kwoyke/JAVA-17
JAVA-17: Move Running Setup Data on Startup in Spring into spring-boo…
2020-07-31 23:21:26 -06:00
Krzysiek
c748e81723 JAVA-17: Move Running Setup Data on Startup in Spring into spring-boot-data 2020-07-31 22:02:44 +02:00
davidmartinezbarua
acf23c0a11 Merge pull request #9621 from jesperancinha/BAEL-4281
[BAEL-4281] Examples of array comparisons
2020-07-31 11:16:14 -03:00
rpvilao
7c10e08e5b Merge pull request #9756 from MajewskiKrzysztof/BAEL-4289
BAEL-4289
2020-07-31 10:59:01 +01:00
vatsalgosar
ed51104e26 BAEL-3941 (#9499)
* BAEL-3941
- Code snippets for preserving line breaks using Jsoup while parsing HTML strings

* BAEL-3941
- swapped the order of arguments in assertEquals
2020-07-30 20:56:27 +01:00
Josh Cummings
f1525d652d Merge pull request #9793 from sampada07/JAVA-1525
JAVA-1525: Split or move spring-5-reactive module
2020-07-30 13:06:33 -06:00
Ali Dehghani
79b9df98a2 boolean[] vs. BitSet: Which is more efficient? 2020-07-30 21:52:53 +04:30
sampadawagde
a788fa2751 JAVA-1525: README updates 2020-07-30 18:09:51 +05:30
sampadawagde
efbd00fdde JAVA-1525: Moved 1 article to -client module to make space for 1 from
reactive module
2020-07-30 18:09:10 +05:30
sampadawagde
4dc2535bc5 JAVA-1525: Moved 1 article to reactive-2 module 2020-07-30 18:07:49 +05:30
sampadawagde
06ac0b5589 JAVA-1525: Moved 1 article to security module 2020-07-30 18:06:42 +05:30
Krzysztof Majewski
baa46f6f4f rename 2020-07-30 11:26:57 +02:00
kwoyke
a623d1714f BAEL-4468: Fix nullSafeSet method (#9791) 2020-07-30 07:57:02 +02:00
kwoyke
6889e238ff BAEL-3415: Get rid of the MockitoAnnotations.initMocks (#9787) 2020-07-30 07:50:21 +02:00
davidmartinezbarua
7e22f6a1bb Merge pull request #9729 from developerDiv/argumentcaptor
BAEL-4261 - ArgumentMatcher with Stubbing
2020-07-29 23:56:33 -03:00
Sampada
a4b9016d6c JAVA-2154: Added guava dependency to module pom directly (#9789)
instead of inheriting from parent
2020-07-30 08:23:43 +05:30
Josh Cummings
c1716ceef4 Merge pull request #9776 from kwoyke/JAVA-1650
JAVA-1650: Get rid of the overriden spring-boot.version property
2020-07-29 13:28:26 -06:00
Josh Cummings
15b2b50e18 Merge pull request #9741 from kwoyke/JAVA-1649
JAVA-1649: Get rid of the overriden spring-boot.version property
2020-07-29 09:06:45 -06:00
Josh Cummings
1fb83e7188 Merge pull request #9728 from sampada07/JAVA-66
JAVA-66: Split or move persistence-modules/spring-data-jpa-2 module
2020-07-29 08:55:04 -06:00
Josh Cummings
1271ccfad2 Merge pull request #9727 from amit2103/JAVA-2156
Java 2156
2020-07-29 08:30:45 -06:00