Commit Graph

10657 Commits

Author SHA1 Message Date
Seun Matt 5145b90099 added example code for BAEL-2366 (#5730) 2018-11-19 09:37:13 -08:00
Laurentiu Delcea ba98695605 Convert between String and Timestamp
Issue: BAEL-2325
2018-11-19 08:05:05 -07:00
KevinGilmore d751dc2eae
BAEL-2166 BAEL-2302 update README (#5728)
* BAEL-2015: add link back to article

* BAEL-2166 BAEL-2302 add links back to articles
2018-11-18 22:55:50 -06:00
kyleandari eba76ca5a2 BAEL-2330 (#5694)
* Implementing Hexagonal Architecture in java

* Removing duplicates from a string

* Fix for the code review feedback
- removing the hexagonal architecture code
- removing the methods removeDuplicatesUsingCharArray
- adding some meaningful sentences to test

* Fix for the code review feedback
- fix for removeDuplicatesUsingCharArray
- adding unit testing
- adding brackets around for loops

* Fix for the code review feedback
2018-11-18 19:56:37 -08:00
geroza 31825c7b3b Fixed one other scenario not working properly 2018-11-18 19:29:38 -02:00
Loredana Crusoveanu 37181fab1e
Merge pull request #5717 from amit2103/BAEL-10135
Bael 10135
2018-11-18 21:45:06 +02:00
Loredana Crusoveanu a66e6de800
Merge pull request #5718 from amit2103/BAEL-10218
[BAEL-10218] - Updated code to the latest version and modified code
2018-11-18 21:15:33 +02:00
amit2103 96d121bcae [BAEL-9712] - Created spring-5-security-oauth module 2018-11-19 00:06:43 +05:30
Loredana Crusoveanu 3237f36c2a
Merge pull request #5722 from eugenp/update-guava-test
update guava rangemap
2018-11-18 20:19:05 +02:00
Loredana dad9467f97 fix formatting 2018-11-18 20:09:39 +02:00
Loredana cc48f3bdcf update guava rangemap 2018-11-18 20:07:29 +02:00
Loredana Crusoveanu ea1b7c45d4
Update pom.xml 2018-11-18 19:54:11 +02:00
Loredana Crusoveanu 702495be5f
Merge pull request #5721 from eugenp/fix-matcher-test
fix regex matcher unit test
2018-11-18 19:51:25 +02:00
Loredana 3fa720b91e fix regex matcher unit test 2018-11-18 19:35:28 +02:00
Alejandro Gervasio 86184f8270 BAEL-2312 - Abstract Classes in Java (#5704)
* Initial Commit

* Fixed project files

* Update UppercaseFileReaderUnitTest.java

* Update UppercaseFileReaderUnitTest.java

* Refactored File Reader SubClasses

* Update UppercaseFileReaderUnitTest.java
2018-11-18 09:54:57 -06:00
Loredana Crusoveanu b4a830475c
Merge pull request #5719 from eugenp/BAEL-1781-v2
simplify swagger ex, fix start
2018-11-18 17:36:40 +02:00
Loredana Crusoveanu 6465696439
Merge pull request #5713 from eugenp/lor6-patch-4
Update README.MD
2018-11-18 17:17:36 +02:00
Loredana Crusoveanu fb4e046edf
Merge pull request #5714 from eugenp/lor6-patch-5
Update demo.properties
2018-11-18 17:17:23 +02:00
Loredana Crusoveanu a903e0630d
Merge pull request #5715 from eugenp/lor6-patch-6
Update exception.properties
2018-11-18 17:17:07 +02:00
Loredana 9ec41d973b simplify swagger ex, fix start 2018-11-18 17:12:59 +02:00
amit2103 a98df2add7 [BAEL-10218] - Updated code to the latest version and modified code 2018-11-18 20:09:03 +05:30
Loredana Crusoveanu b970aaac58
Merge pull request #5687 from Thoughtscript/BAEL-1781
BAEL-1781: Support for Swagger 2 using Spring Boot 2.x
2018-11-18 16:33:22 +02:00
amit2103 1bf085c64b Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-10135 2018-11-18 18:06:01 +05:30
amit2103 7baa99bc34 [BAEL-10135] - Updated graphql code with latest version 2018-11-18 18:05:41 +05:30
Loredana Crusoveanu 89fb5f39b8
Update exception.properties 2018-11-17 22:13:40 +02:00
Loredana Crusoveanu d10c8d012b
Update demo.properties 2018-11-17 22:12:53 +02:00
Loredana Crusoveanu f9ae5001c1
Update README.MD 2018-11-17 22:12:10 +02:00
Loredana Crusoveanu 6e94e2b213
Merge pull request #5706 from rozagerardo/geroza/BAEL-9523_migrate-to-parent-pom-2_1
[BAEL-9524] spring-boot | parent-boot-1 to parent-boot-2 for spring-boot
2018-11-17 21:57:57 +02:00
codehunter34 0cd4d76c15 BAEL-2293: Guide to ReflectionTestUtils and uses in Unit Testing (#5681)
* BAEL-2293: Guide to ReflectionTestUtils and uses in Unit Testing

* BAEL-2293: Guide to ReflectionTestUtils and uses in Unit Testing

* BAEL-2293: Guide to ReflectionTestUtils and uses in Unit Testing

* Update ReflectionTestUtilsUnitTest.java
2018-11-17 11:52:12 -08:00
Loredana Crusoveanu 5f91423fcb
Merge pull request #5711 from nnhai1991/master
BAEL-1913 Generate a random alphanumeric string in Kotlin
2018-11-17 20:46:00 +02:00
chrisoberle 301ffdbc75 BAEL-2174: proxies in core java (#5628) 2018-11-17 12:24:21 -06:00
Eric Martin 267f287f01
Merge pull request #5712 from eugenp/BAEL-2143-move
Moved AddingNewLineToString from core-java to java-strings
2018-11-17 11:25:56 -06:00
eric-martin 3defeb3e96 Moved AddingNewLineToString from core-java to java-strings 2018-11-17 11:20:06 -06:00
Eric Martin eaada6e9d0
Merge pull request #5620 from rahusriv/rahul/newline1
BAEL-2143 : Adding newline to a string in Java , rahusr@gmail.com, rahul/newline1
2018-11-17 11:09:48 -06:00
nnhai1991@gmail.com d2d77c56f8 BAEL-1913 fix possible index out of bound 2018-11-18 00:16:35 +08:00
Hai Nguyen 8e5a2ba1fe
Merge pull request #2 from eugenp/master
Update master
2018-11-18 00:09:16 +08:00
Akash Pandey 331988e407 Bael-2227 1 (#5707)
* BAEL-2159: Mini Article on "Separate double into integer and decimal parts"

* BAEL-2227: Refactor: Replace designation with title.
2018-11-17 07:56:22 -08:00
Eugen Paraschiv c7daccbe6e temporarily removing modules with external repos 2018-11-17 12:59:25 +02:00
Loredana Crusoveanu fda88fd83e
Merge pull request #5671 from Doha2012/master
RequestParam annotation
2018-11-17 11:47:48 +02:00
Loredana Crusoveanu 7c632d0f36
Merge pull request #5708 from eugenp/lor6-patch-3
Update README.md
2018-11-17 11:34:18 +02:00
Loredana Crusoveanu 8967501aed
Update README.md 2018-11-17 11:26:49 +02:00
Loredana Crusoveanu 297ef5528a
Merge pull request #5696 from amit2103/BAEL-10302
[BAEL-10302] - Moved articles to core-java-collections
2018-11-17 11:21:22 +02:00
geroza e4c7f7e72e minor estetic changes 2018-11-17 01:55:14 -02:00
geroza de37cc8af1 Fixed LiveTests for migration of spring-boot module to Spring Boot 2 2018-11-17 01:14:10 -02:00
DOHA d14662a900 move RequestParam 2018-11-17 01:16:14 +02:00
DOHA 16da0e5a0b minor cleanup 2018-11-17 01:11:51 +02:00
DOHA b92af1b149 minor fix 2018-11-17 01:11:26 +02:00
Loredana Crusoveanu 22bfbd6f3a
Merge pull request #5700 from dkapil/task/20181611_buildfix
Updating the url of openliberty jar
2018-11-16 20:13:15 +02:00
Dhawal Kapil ac570c2bcc Updating the url of openliberty jar 2018-11-16 23:16:39 +05:30
Loredana Crusoveanu d5695f6238
Merge pull request #5698 from eugenp/BAEL-10217-v2
update eureka code to boot 2
2018-11-16 19:04:47 +02:00