Jonathan Cook
0df2b1bb4b
BAEL-3491 - Check for null before calling parse in the Double.parseDouble ( #8752 )
...
* 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.
2020-02-24 22:10:42 -06:00
Eric Martin
bbd41d5672
Merge pull request #8751 from johnA1331/master
...
Bi-Monthly Test Fix - BAEL-22265 and BAEL-22266
2020-02-24 20:47:31 -06:00
Jonathan Cook
242bd4f13d
Merge pull request #8688 from psoares/master
...
[BAEL-3601] How to Lock Files in Java
2020-02-24 23:10:40 +01:00
gmconte
59623b094e
BAEL-3353: Asynchronous HTTP Programming with Play Framework ( #8349 )
...
* project creation and added ws library
* BAEL-3353: pushing code for article
* BAEL-3353: changing test names
* BAEL-3353: removed unused imports
* BAEL-3353: applied review changes and fixed unit test bug
* BAEL-3353: added more examples to PR
* BAEL-3353: updated test following feedback
* BAEL-3353: add new unit test for large data download
* BAEL-3353: fixed PR following feedback
2020-02-24 19:12:40 +00:00
Macieg
53b58ab36b
SCALA-36 ( #8764 )
2020-02-24 09:13:22 -06:00
Anshul BANSAL
93e7e1a51c
Takes - review changes
2020-02-24 15:17:18 +02:00
Dhawal Kapil
ee14a24bbe
Merge pull request #8765 from Maiklins/JAVA-125-move-spring-boot-parent
...
Java-125 move spring boot parent
2020-02-24 22:31:34 +11:00
Unknown
0fc23d01e5
BAEL-3855
...
tree fix
2020-02-24 10:10:02 +01:00
mikr
d6cdbe793a
Java-125 Move Spring Boot Parent to Spring Boot Modules
2020-02-24 09:22:14 +01:00
mthomas
c2e96d07f6
Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-3817
2020-02-23 13:54:54 -06:00
vatsalgosar
f9d902c07b
BAEL 3617 ( #8510 )
...
* BAEL-3617 - @ApiParam and @ApiModelProperty examples
* file formatted
2020-02-23 19:05:16 +00:00
François Dupire
e673011d6b
[BAEL-3488] Timer Class ( #8769 )
...
* [BAEL-3488] Moving code to core-java where the original article code was located
* [BAEL-3488] Moved original code under timer package
2020-02-23 08:53:12 -08:00
macroscopic64
57470cdc1d
[BAEL-3480] - Java Fast pattern matching using trie and suffix tree
2020-02-23 20:55:32 +05:30
macroscopic64
43a19207c8
Merge remote-tracking branch 'upstream/master'
2020-02-23 20:52:32 +05:30
macroscopic64
7d48f8870a
Merge remote-tracking branch 'upstream/master'
2020-02-23 20:51:29 +05:30
Loredana Crusoveanu
30b6a54e8b
Merge pull request #8763 from dupirefr/team/JAVA-632-standardize_packages
...
[JAVA-632] Standardizing packages
2020-02-23 17:02:47 +02:00
Loredana Crusoveanu
39bcf24936
Merge pull request #8749 from Maiklins/JAVA-633-standardize-packages-spring-mvc
...
Java-633 standardize packages spring mvc
2020-02-23 16:16:46 +02:00
dupirefr
1752a32691
[JAVA-133] Updated slf4j version to 1.7.30
2020-02-23 08:36:35 +01:00
kwoyke
3e8be17de2
BAEL-3819: Set returned content type to application/json ( #8759 )
...
* BAEL-3819: Set returned content type to application/json
* BAEL-3819: Add json and xml /content endpoints
2020-02-23 07:25:35 +01:00
Anshul BANSAL
c82c692eb3
Merge branch 'master' into BAEL-3760_Introduction_to_Takes
...
# Conflicts:
# libraries-3/pom.xml
2020-02-22 23:29:55 +02:00
Anshul BANSAL
539e50030c
Takes - renamed hit-refresh to reload
2020-02-22 23:20:34 +02:00
Maiklins
94e86c6406
Merge pull request #38 from eugenp/master
...
update
2020-02-22 21:14:12 +01:00
mikr
f96fa40ac2
Java-125 Move Spring Boot Parent to Spring Boot Modules
2020-02-22 20:08:14 +01:00
Loredana Crusoveanu
6516f14696
Merge pull request #8746 from sampada07/JAVA-6-feature
...
JAVA-6 : Split or move spring-security-mvc-boot module
2020-02-22 21:03:31 +02:00
Anshul BANSAL
a43d65c755
Takes - hit-refresh feature
2020-02-22 20:47:55 +02:00
Maiklins
b59d268361
Merge pull request #37 from eugenp/master
...
update
2020-02-22 19:44:54 +01:00
Anshul BANSAL
a099b358a7
Takes - unit and integration test
2020-02-22 19:58:19 +02:00
Eric Martin
c012b831f1
Merge pull request #8687 from rdevarakonda/BAEL-3324
...
BAEL-3324 | Using JSON Patch in Spring REST APIs
2020-02-22 09:36:58 -06:00
Anshul BANSAL
10ae695227
Code changes
2020-02-22 16:19:02 +02:00
Unknown
41d82b78f5
BAEL-3855
...
Tree update
2020-02-22 12:34:10 +01:00
Mona Mohamadinia
80b7fed6e1
Bael 3850: EnabledForJRERange and DisabledForJRERange JUnit Annotations ( #8724 )
...
* Upgraded to Jupiter 5.6.0
Also removed some deprecated stuff!
* Added a new test
* Resotre Delete Tests
2020-02-22 10:46:52 +00:00
Shubhra Srivastava
9da978ec65
BAEL-3298 Spring batch retry job ( #8690 )
...
* BAEL-3298 Spring batch retry job
* BAEL-3298 Adding tests and refactoring
* BAEL-3298 Some more refactoring
* Review comments
* Some refactoring
* Refactoring RetryItemProcessor
* Minor refactoring in test class
* BAEL-3298 Some more refactoring
* BAEL-3298 Using @MockBean
* BAEL-3298 minor update
* BAEL-3298 Updating names of testcases
* updating id to 9999
* Updating id to 9999
* Updating id to 9999
2020-02-22 10:20:14 +00:00
dupirefr
148359bece
[JAVA-632] Standardizing packages from org.baeldung to com.baeldung: spring-cloud-data-flow
2020-02-22 11:00:58 +01:00
dupirefr
9b9c6f1cc4
[JAVA-632] Standardizing packages from org.baeldung to com.baeldung: spring-cloud-bus
2020-02-22 10:51:16 +01:00
dupirefr
0fe1d68f50
[JAVA-632] Standardizing packages from org.baeldung to com.baeldung: updating pom.xml groups
2020-02-22 10:43:54 +01:00
dupirefr
34b4d42946
[JAVA-632] Standardizing packages from org.baeldung to com.baeldung: spring-cloud-task
2020-02-22 10:42:08 +01:00
dupirefr
a6c263105b
[JAVA-632] Standardizing packages from org.baeldung to com.baeldung: spring-cloud-vault
2020-02-22 10:40:27 +01:00
dupirefr
9a5df17832
[JAVA-632] Standardizing packages from org.baeldung to com.baeldung: spring-cloud-stream
2020-02-22 10:38:21 +01:00
dupirefr
da21838853
[JAVA-632] Standardizing packages from org.baeldung to com.baeldung: spring-cloud-ribbon-client
2020-02-22 10:36:57 +01:00
dupirefr
f8e227d0cf
[JAVA-632] Standardizing packages from org.baeldung to com.baeldung: spring-cloud-rest
2020-02-22 10:35:49 +01:00
dupirefr
8c709e9f8c
[JAVA-632] Standardizing packages from org.baeldung to com.baeldung: spring-cloud-contract
2020-02-22 10:29:23 +01:00
dupirefr
505ed38593
[JAVA-632] Standardizing packages from org.baeldung to com.baeldung: spring-cloud-zookeeper
2020-02-22 10:25:02 +01:00
dupirefr
ac44d74f33
[JAVA-632] Standardizing packages from org.baeldung to com.baeldung: spring-cloud-bootstrap
2020-02-22 10:20:16 +01:00
dupirefr
c28dd10fa7
[JAVA-632] Standardizing packages from org.baeldung to com.baeldung: spring-cloud-kubernetes
2020-02-22 10:15:18 +01:00
dupirefr
03e3b5c046
[JAVA-632] Standardizing packages from org.baeldung to com.baeldung:
...
spring-cloud-archaius
2020-02-22 10:10:55 +01:00
ramkumarvenkat
06843ae2ab
remove unneeded settings.gradle
2020-02-22 11:21:09 +05:30
Graham Cox
b609d50214
Examples for Moshi Json ( #8753 )
...
* Examples for Moshi Json
* Renamed Moshi tests to BDD style
* Updated some indents
* Minor code tweak to prefer ternary over if/else
2020-02-21 12:07:58 -08:00
Anshul BANSAL
d37f95b991
Takes - code
2020-02-21 18:21:59 +02:00
Unknown
d01b7be0b6
BAEL-3855
...
identation, moved to new module, removed needless classes, better benchmark
2020-02-21 14:17:46 +01:00
Anshul BANSAL
e95f426032
Merge branch 'master' into BAEL-3760_Introduction_to_Takes
...
# Conflicts:
# libraries-3/pom.xml
2020-02-21 11:08:10 +02:00