Cavero Barca
cea7f64174
Convert Benchmark functions to public to avoid compilation errors
2020-03-15 08:59:15 +01:00
Cavero Barca
cba16ebc49
Remove FQCN for StringUtils and let private functions when possible
2020-03-14 23:06:54 +01:00
Cavero Barca
5ff2933a0d
Upgrade Guava version
2020-03-13 00:35:43 +01:00
Cavero Barca
214ce71433
Keep only null as stripChar in the Apache Commons example
2020-03-10 14:17:19 +01:00
Cavero Barca
ab5f6b967a
Add null as stripChar for Apache Commons StringUtils example
2020-03-10 00:06:36 +01:00
Cavero Barca
9c162e8b91
Clean Apache Commons and Guava functions and tests
2020-03-06 21:58:00 +01:00
Cavero Barca
17c42c903b
Reformat and correct the indentation
2020-02-28 23:53:33 +01:00
Cavero Barca
a8c49a9bec
Add the functionality and the unit testing for LTrim and RTrim
2020-02-28 21:00:01 +01:00
Cavero Barca
859a2e93fd
Fix the Case Insensitive article name and github references
2020-02-28 18:55:48 +01:00
Josh Cummings
8788c5048d
Merge pull request #8402 from kwoyke/BAEL-19928
...
BAEL-19928: Refactor spring-reactor module
2020-02-26 09:33:16 -07:00
KevinGilmore
fc475b7ac8
SCALA-38: move to new package and update README ( #8773 )
...
* BAEL-3336 BAEL-3058 add links
* BAEL-3319: add link
* BAEL-3284: add link
* BAEL-3198: add link to article
* BAEL-3479: add link to article
* BAEL-3485: add article link
* SCALA-38: move to new package and add link back to article
* SCALA-38: add imports back into unit test
2020-02-25 19:46:20 -06:00
Mathieu Fortin
d9ff32e792
BAEL-3337 main code + live tests ( #8777 )
2020-02-25 17:24:42 -08:00
Jonathan Cook
57554fc45d
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
fdffe53ec5
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
14a7932b95
Merge pull request #8688 from psoares/master
...
[BAEL-3601] How to Lock Files in Java
2020-02-24 23:10:40 +01:00
gmconte
4c5035e645
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
9dd52cf1c3
SCALA-36 ( #8764 )
2020-02-24 09:13:22 -06:00
Dhawal Kapil
f4178f085c
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
mikr
ae3c0777b5
Java-125 Move Spring Boot Parent to Spring Boot Modules
2020-02-24 09:22:14 +01:00
vatsalgosar
6fa984124a
BAEL 3617 ( #8510 )
...
* BAEL-3617 - @ApiParam and @ApiModelProperty examples
* file formatted
2020-02-23 19:05:16 +00:00
François Dupire
9a838423fb
[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
Loredana Crusoveanu
6cf0732ffd
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
324c274bd6
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
kwoyke
b030c29faa
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
mikr
fadc7b76de
Java-125 Move Spring Boot Parent to Spring Boot Modules
2020-02-22 20:08:14 +01:00
Loredana Crusoveanu
fefa9d53fd
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
Maiklins
2ff92d6e64
Merge pull request #37 from eugenp/master
...
update
2020-02-22 19:44:54 +01:00
Eric Martin
5e72092d58
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
Mona Mohamadinia
b3e0c2d11a
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
9c56746eda
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
660cdbdf51
[JAVA-632] Standardizing packages from org.baeldung to com.baeldung: spring-cloud-data-flow
2020-02-22 11:00:58 +01:00
dupirefr
0f9cea6c9d
[JAVA-632] Standardizing packages from org.baeldung to com.baeldung: spring-cloud-bus
2020-02-22 10:51:16 +01:00
dupirefr
e8b82dfcd4
[JAVA-632] Standardizing packages from org.baeldung to com.baeldung: updating pom.xml groups
2020-02-22 10:43:54 +01:00
dupirefr
bf13fef960
[JAVA-632] Standardizing packages from org.baeldung to com.baeldung: spring-cloud-task
2020-02-22 10:42:08 +01:00
dupirefr
561cbfefc6
[JAVA-632] Standardizing packages from org.baeldung to com.baeldung: spring-cloud-vault
2020-02-22 10:40:27 +01:00
dupirefr
6d32b221d8
[JAVA-632] Standardizing packages from org.baeldung to com.baeldung: spring-cloud-stream
2020-02-22 10:38:21 +01:00
dupirefr
afdd2c9311
[JAVA-632] Standardizing packages from org.baeldung to com.baeldung: spring-cloud-ribbon-client
2020-02-22 10:36:57 +01:00
dupirefr
d15346859c
[JAVA-632] Standardizing packages from org.baeldung to com.baeldung: spring-cloud-rest
2020-02-22 10:35:49 +01:00
dupirefr
64b4ac88a2
[JAVA-632] Standardizing packages from org.baeldung to com.baeldung: spring-cloud-contract
2020-02-22 10:29:23 +01:00
dupirefr
08ef501c9c
[JAVA-632] Standardizing packages from org.baeldung to com.baeldung: spring-cloud-zookeeper
2020-02-22 10:25:02 +01:00
dupirefr
8cc9e9490b
[JAVA-632] Standardizing packages from org.baeldung to com.baeldung: spring-cloud-bootstrap
2020-02-22 10:20:16 +01:00
dupirefr
49d252b3ab
[JAVA-632] Standardizing packages from org.baeldung to com.baeldung: spring-cloud-kubernetes
2020-02-22 10:15:18 +01:00
dupirefr
f46ff62201
[JAVA-632] Standardizing packages from org.baeldung to com.baeldung:
...
spring-cloud-archaius
2020-02-22 10:10:55 +01:00
Graham Cox
ff22e9c4f4
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
Kamlesh Kumar
043db4664b
BAEL-3459 updated cache2k example and test cases ( #8732 )
2020-02-20 21:46:22 -06:00
Eric Martin
c04a8d0f04
Merge pull request #8683 from SmartyAnsh/BAEL-3758_AOP_Annotations_jcabi-aspects
...
BAEL-3758 - AOP Annotations of jcabi-aspects
2020-02-20 20:00:58 -06:00
kwoyke
76041fcda9
BAEL-3801: Update spring-boot-rest to use latest Spring Boot version ( #8740 )
...
* BAEL-3801: Upgrade to Spring Boot 2.2.2
* BAEL-3801: Fix JacksonMarshaller
* BAEL-3801: Get rid of deprecated HATEOAS classes
* BAEL-3801: Fix H2 tables drop order
* BAEL-3801: Remove commented property from pom.xml
2020-02-19 22:36:27 +01:00
kwoyke
fbbee8ee82
BAEL-3804: Update spring-mvc-java to use latest Spring Boot version ( #8747 )
2020-02-19 22:34:10 +01:00
kwoyke
699f43a178
BAEL-3799: Update spring-5 to the Spring Boot 2.2.2 ( #8754 )
2020-02-19 22:31:43 +01:00
Josh Cummings
e5e81acee2
Merge pull request #8691 from dupirefr/team/BAEL-16532
...
[BAEL-16532] Moved articles from spring-boot-mvc [WIP]
2020-02-18 21:53:52 -07:00