amit2103
10c52bc1b9
[BAEL-10839] - Added missed class and moved articles related to hashcode and equals
2018-12-25 16:32:35 +05:30
Loredana Crusoveanu
7e2f10f497
Merge pull request #5971 from amit2103/BAEL-10839
...
[BAEL-10839] - Create core-java-lang-oop module
2018-12-25 12:14:39 +02:00
Loredana Crusoveanu
c96072f515
Merge pull request #5982 from amit2103/BAEL-10985
...
[BAEL-10985] - Removed vavr-validation submodule
2018-12-25 11:20:49 +02:00
Fabian Rivera
48c0b83978
BAEL-2454 Add missing disconnect call on open connections
2018-12-24 17:46:12 -06:00
Fabian Rivera
cdaf0b46bf
BAEL-2454 Reading the error response and building the full response
...
BAEL-2454 Add examples for reading response content on failed requests. Add example on how to build full response string.
2018-12-24 17:44:09 -06:00
Loredana Crusoveanu
45c9532cfb
Merge pull request #5947 from eelhazati/master
...
Hibernate 5 bootstrap API Test.
2018-12-24 18:10:49 +02:00
Loredana Crusoveanu
e2903619e3
Merge pull request #5937 from amit2103/BAEL-10866
...
[BAEL-10866] - Upgrade jackson version in tutorials repository
2018-12-24 16:20:52 +02:00
Sam Millington
b4eee1e231
BAEL-2419: Added String Concatenation Unit Tests ( #5898 )
2018-12-24 10:02:29 -03:00
myluckagain
a444d51ae1
Many To One BAEL-2329 ( #5878 )
...
* Many To One BAEL-2329
* xml config
2018-12-23 19:30:03 -03:00
amit2103
8cf3e3f41a
[BAEL-10838] - Created core-java-lang-syntax module
2018-12-24 01:10:15 +05:30
amit2103
7bc513561c
[BAEL-10968] - Updated Jackson Dates article
2018-12-23 23:31:21 +05:30
Shashank agarwal
fda7ff2690
Added Character Array method ( #5965 )
...
* Added the code of Replace char in a string at specific index
* added test cases
* Renamed the Test class name end with UnitTest
* Renamed the Test class name end with UnitTest
* Renamed the Test class name end with UnitTest
* Replaced README with the upstream repo
* Added Char Array Method
2018-12-23 09:27:01 -06:00
amit2103
5deb87325b
[BAEL-10985] - Removed vavr-validation submodule
2018-12-23 16:59:32 +05:30
amit2103
ec53cb77ac
[BAEL-9044] - Moved articles out of core-java
2018-12-23 16:32:19 +05:30
Ganesh Pagade
338b0bc80c
format
2018-12-23 12:08:36 +05:30
Ganesh Pagade
e8b07fea1d
unit tests for nest based access control
2018-12-23 12:05:51 +05:30
amit2103
bba9a99f32
[BAEL-10836] - Create core-java-collections-list module
2018-12-23 01:15:24 +05:30
Josh Cummings
be2e45b0a5
Two More Examples for Break and Continue ( #5974 )
...
Issue: BAEL-2432
2018-12-22 12:39:35 -07:00
sandy03934
0459f337cd
Passing Parameters to a Thread
...
Issue: BAEL-2417
2018-12-22 12:34:29 -07:00
KevinGilmore
e0d24b6780
BAEL-2363 BAEL-2337 BAEL-1996 BAEL-2277 Update README ( #5973 )
...
* BAEL-2246: add link back to article
* BAEL-2174: rename core-java-net module to core-java-networking
* BAEL-2174: add link back to article
* BAEL-2363 BAEL-2337 BAEL-1996 BAEL-2277 add links back to articles
2018-12-22 11:40:24 -06:00
fanatixan
12bf5e9f3b
bael-2437 ( #5972 )
2018-12-22 09:13:09 -08:00
amit2103
023bf2c5b5
[BAEL-10839] - Create core-java-lang-oop module
2018-12-22 21:02:12 +05:30
Karanbir Singh
c2fc5c0aa6
spelling mistake - minor one
2018-12-22 19:27:25 +05:30
amit2103
afe4a98944
[BAEL-10866] - Resolved conflicts
2018-12-22 18:58:28 +05:30
geroza
cb259f6f6c
minor fixes:
...
fixed method naming
added dirtiesContext annotation to classes that shouldnt share the app context state
using SpringApplication instead of unnecessary SpringApplicationBuilder
2018-12-22 11:05:38 -02:00
geroza
832a3dc176
Fixed deprecation usage in spring-boot
2018-12-22 10:38:25 -02:00
geroza
cb4470edea
migration of modules:
...
spring-zuul
spring-vertx
spring-sleuth
2018-12-22 10:38:25 -02:00
geroza
dcc054d6de
Migrated the following modules to parent-boot-2:
...
spring-reactor
spring-quartz
2018-12-22 10:38:25 -02:00
geroza
a1b5d77656
Migrated the following modules, nos using parent-boot-2:
...
spring-protobuf
spring-mockito
spring-mustache
spring-kafka
spring-jooq
spring-cucumber
spring-aop
spring-amqp-simple
2018-12-22 10:36:08 -02:00
geroza
29b4110b34
just migrated poms, nothing checked
2018-12-22 10:36:08 -02:00
cror
5e02becb5e
BAEL-2445: adding example for the intersection of two lists ( #5968 )
2018-12-21 18:21:08 -08:00
Loredana Crusoveanu
dda5ffbea9
Merge pull request #5955 from charlesgonzales/master
...
fix/delete incorrect articles from the readme files - BAEL-10969
2018-12-21 23:11:08 +02:00
Tom Hombergs
01293da309
Merge pull request #5953 from eugenp/shedlock
...
moved shedlock code example to module "spring-boot-libraries"
2018-12-21 19:51:05 +01:00
raghav-jha
fa190f96f6
BAEL-2436 Criteria Queries Using Hibernate Metamodel
...
* BAEL-2436 Type Safe Criteria Queries Using Hibernate Metamodel
* Formattng fixes
* Formatting fixes
2018-12-21 10:33:40 -07:00
j-bennett
25c270a789
BAEL-2353: Persist a JSON object using Hibernate ( #5960 )
...
* BAEL-2353: Persist a JSON object using Hibernate
* BAEL-2353: Persist a JSON object using Hibernate
- Updated dependencies to latest versions
2018-12-21 08:54:04 -07:00
charlesgonzales
cc9292fafd
Update README.md
2018-12-21 18:00:43 +08:00
charlesgonzales
6ee1c1c26d
Update README.md
2018-12-21 18:00:08 +08:00
charlesgonzales
c50eb35051
Update README.md
2018-12-21 17:59:20 +08:00
charlesgonzales
a6f807e74a
Update README.md
2018-12-21 17:58:22 +08:00
rodolforfq
1b7ac954d1
Article improvements ( #5961 )
...
Added 3 methods used to improve the examples on the article.
The new methods are simpler to understand for the target audience.
2018-12-21 00:23:16 -08:00
Tom Hombergs
87b23b4d44
Spock ( #5952 )
...
* BAEL-2364: Adds Spring Boot IntegrationTests with Spock Framework
* Adds o.b.boot.controller.rest.WebController as example controller
* Adds one Load Application Context Test
* Adds one WebMvcTest
* updated pom.xml's and README
* fixed module name
2018-12-20 22:54:20 +02:00
Loredana Crusoveanu
cd873618a6
Merge pull request #5771 from denis-zhdanov/BAEL-2373-kotlin-contracts
...
BAEL-2373 Kotlin Contracts
2018-12-20 22:46:08 +02:00
charlesgonzales
c2ac3c36e3
Update README.md
2018-12-20 22:48:08 +08:00
charlesgonzales
0654ec8557
Update README.md
2018-12-20 22:43:14 +08:00
charlesgonzales
5a12974a3c
Update README.md
2018-12-20 22:31:57 +08:00
charlesgonzales
5248c5b68d
Update README.MD
2018-12-20 22:17:44 +08:00
charlesgonzales
b07afa2c4e
Update README.MD
2018-12-20 22:16:26 +08:00
charlesgonzales
b390c744f6
Update README.md
2018-12-20 22:11:11 +08:00
charlesgonzales
7eaf4d50ef
Update README.md
2018-12-20 22:07:22 +08:00
charlesgonzales
20c061130d
Update README.md
2018-12-20 22:06:51 +08:00