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
akash.pandey
852762f014
Merge branch 'master' of github.com:eugenp/tutorials
2018-11-17 11:45:51 +05:30
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
amdegregorio
35db28ccfb
formatting changes
2018-11-16 16:40:46 -05:00
amdegregorio
9a6688f638
initial code for implementation code
2018-11-16 14:45:51 -05: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
Loredana
874a7ca051
fix port
2018-11-16 18:58:12 +02:00
Loredana
7d5d9b3eb7
update eureka code to boot 2
2018-11-16 18:40:42 +02:00
geroza
47735dcd70
Fixed issues due to parent-boot-2 migration (migration to Spring-boot 2):
...
* Configured Hiberante 5 correctly
* Configured Git plugin correctly
* Changed hibernate methods to comply with new method naming conventions
* Removed and replaced deprecated properties
* Updated Actuator test to use new response structure
* Using random port in Mongo integration test, to avoid clashing with a potential instance using the mongo default port
2018-11-16 14:34:48 -02:00
Hai Nguyen
a0a80af9d0
Generate a random alphanumeric string in Kotlin
...
Issue: BAEL-1913
2018-11-16 08:39:40 -07:00
Loredana Crusoveanu
eaa890aead
Merge pull request #5477 from shidongwa/master
...
correct java main method signature, otherwise performance can't be ru…
2018-11-16 15:21:09 +02:00
amit2103
99b8077bba
[BAEL-10302] - Moved articles to core-java-collections
2018-11-16 16:06:20 +05:30
Rahul Srivastava
007aa9b66e
Changing para to rhyme
2018-11-16 11:22:18 +05:30
Hai Nguyen
0b15affd0e
rename to RandomStringUnitTest
2018-11-16 13:46:14 +08:00
Hai Nguyen
3ee9050138
change from @before to init
2018-11-16 10:18:14 +08:00
Hai Nguyen
e27d5f4f1f
change from @before to init
2018-11-16 10:05:09 +08:00
Hai Nguyen
f0f1eba7b9
change from @before to init
2018-11-16 10:04:48 +08:00
Loredana Crusoveanu
60697a321c
Merge pull request #5692 from alimate/BAEL-2374
...
BAEL-2374: Added a simple reified generic example
2018-11-15 20:26:56 +02:00
Ali Dehghani
927a8851ae
BAEL-2374: Added a simple reified generic example.
2018-11-15 21:27:02 +03:30
DOHA
1f7c33145f
change naming convention
2018-11-15 13:32:01 +02:00
thoughtscript
de3a7e4727
support for swagger 2 boot 2.x
2018-11-14 20:39:48 -08:00
freddyaott
42fac5dbcf
Java Math ( #5684 )
2018-11-14 18:54:16 -08:00
Loredana Crusoveanu
a921da75bc
Merge pull request #5677 from dkapil/task/BAEL-8874
...
Task/bael 8874
2018-11-14 21:20:43 +02:00
Loredana Crusoveanu
776689e66e
Merge pull request #5682 from eugenp/lor6-patch-2
...
Update README.md
2018-11-14 20:25:20 +02:00
Loredana Crusoveanu
d2dcc13054
Update README.md
2018-11-14 19:08:22 +02:00
Loredana Crusoveanu
99c3e0b207
Update README.md
2018-11-14 19:05:27 +02:00
Loredana Crusoveanu
59e5c0d170
Merge pull request #5678 from dkapil/task/BAEL-10313
...
BAEL-10313 Help with test fixes in Abstract Classes and SimpleDateFormat
2018-11-13 23:57:09 +02:00
Loredana Crusoveanu
43483cfeca
Update pom.xml
2018-11-13 23:52:32 +02:00
Loredana Crusoveanu
b5907e06e7
Merge pull request #5676 from rozagerardo/geroza/BAEL-10301_fix-unit-tests-in-core-java-module
...
[BAEL-10301] core-java | fix unit tests
2018-11-13 23:50:25 +02:00
José Carlos Valero Sánchez
400d28d167
Merge pull request #5576 from myluckagain/BAEL-2276
...
BAEL-2276
2018-11-13 22:44:22 +01:00
Dhawal Kapil
9b809fcc62
BAEL-10313 Help with test fixes in Abstract Classes and SimpleDateFormat
...
-Removed corrupted surefire config from core-java module
2018-11-13 21:06:36 +05:30
Dhawal Kapil
2801a40938
BAEL-8874 Merge ejb projects
...
-Removed reference of ejb projects from parent pom.xml
2018-11-13 20:03:07 +05:30
Dhawal Kapil
93f505f9a9
BAEL-8874 Merge ejb projects
...
-Merged ejb and spring-ejb modules into spring-ejb
2018-11-13 19:47:26 +05:30