13426 Commits

Author SHA1 Message Date
Loredana Crusoveanu
873b778d9a
Merge pull request #6983 from eugenp/lor6-patch-1
Update README.MD
2019-05-19 17:25:17 +03:00
Loredana Crusoveanu
d5e2a5ce69
Merge pull request #6979 from eugenp/BAEL-12322
BAEL-12937
2019-05-19 17:24:56 +03:00
amit2103
2c0f03012a [BAEL-12800] - Added auto config classes for DataSource 2019-05-19 15:48:35 +05:30
amit2103
567fcc1ba0 Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-12800 2019-05-19 14:54:54 +05:30
Loredana Crusoveanu
5bf5185d49
Update README.MD 2019-05-19 08:35:16 +03:00
Jacob Stopak
d67dd3cb5b Remove 'final' from ExecutorService declarations 2019-05-18 22:06:36 -07:00
Jacob Stopak
768b82eec3 Remove unit test 2019-05-18 20:39:07 -07:00
Eric Martin
84f0795f88
Merge pull request #6927 from alimate/BAEL-2916
Bael 2916: Ordering Extension Registrations
2019-05-18 15:00:54 -05:00
amit2103
9c25ef8814 [BAEL-12898] - Splitted the core-java-collections-list module 2019-05-19 01:20:24 +05:30
isaolmez
98ab12669a BAEL-2907: Added code samples for rsocket 2019-05-18 20:09:07 +03:00
Loredana Crusoveanu
7a7b07fdd2
Merge pull request #6707 from jessbringlarsen/updateVersion
Version update: Spring Boot to 2.1.4 and Spring Cloud Contract to 2.1.1
2019-05-18 15:53:53 +03:00
Loredana Crusoveanu
134e19e1e5
Merge branch 'master' into updateVersion 2019-05-18 15:49:19 +03:00
Loredana
cbac5e3e76 BAEL-12937 2019-05-18 15:34:01 +03:00
Loredana Crusoveanu
47e6077a79
Merge pull request #6973 from amit2103/BAEL-14322
[BAEL-14322] - Updated Spring JDBC Article
2019-05-18 14:56:09 +03:00
Loredana Crusoveanu
aecfb01a56
Merge pull request #6960 from mikewojtyna/master
Add examples supporting BAEL-2273 article
2019-05-18 08:30:10 +03:00
Pavan Shankar Koli
d143f54a51 BAEL-2886 Updated Integration test cases 2019-05-18 08:29:00 +05:30
Loredana Crusoveanu
a9a55bbd59
Merge pull request #6974 from Doha2012/master
remove stopwords from string
2019-05-17 20:53:44 +03:00
dupirefr
7871014656 Added tests instead of a main method 2019-05-17 07:59:11 +02:00
Jacob Stopak
99f44b3444 Add package demonstrating how to delay code execution in java 2019-05-16 22:38:21 -07:00
initialcommit-io
10f749392d
Merge pull request #3 from eugenp/master
Merge updates from eugenp/tutorials
2019-05-16 21:43:02 -07:00
Eric Martin
d43790d722
Merge pull request #6907 from rockoder/java12-string-api
Java 12 String API Test
2019-05-16 22:50:29 -05:00
alejandrogervasio
05f7dc662a Initial Commit 2019-05-16 20:40:38 -03:00
Alejandro Gervasio
3dbcaa598d
Update pom.xml 2019-05-16 20:23:20 -03:00
Alejandro Gervasio
d3f7cc19c3
Update pom.xml 2019-05-16 20:05:47 -03:00
alejandrogervasio
31d9ebfa79 Initial Commit 2019-05-16 20:01:02 -03:00
initialcommit-io
212b151bb8
Merge pull request #2 from eugenp/master
Pull updates into fork 2
2019-05-16 15:49:24 -07:00
amit2103
560e0f7072 [BAEL-14322] - Updated Spring JDBC Article 2019-05-17 00:15:09 +05:30
rpvilao
85dfbca818
Merge pull request #6715 from vimde/master
BAEL-2857 Defining a JPA Entity
2019-05-16 17:58:18 +02:00
DOHA
a4762fcc90 remove stop words from string 2019-05-16 17:57:05 +02:00
Amy DeGregorio
d24015f5aa BAEL 2824 (#6971)
* BAEL-2727 Example Code

* Example code for BAEL-2824
2019-05-16 09:24:09 -06:00
ashleyfrieze
696fa0984d
Merge pull request #6890 from sushant57/master
Move Set Related Articles to new module
2019-05-16 10:11:23 +01:00
Vivek
3f29c9acfb
Merge branch 'master' into master 2019-05-16 06:31:54 +05:30
Kumar Sushant
989b0a2bdb
Update README.md 2019-05-15 21:28:11 +03:00
Kumar Sushant
d93670a406
Update README.md 2019-05-15 21:26:32 +03:00
Kumar Sushant
e293ea5537
Merge branch 'master' into master 2019-05-15 21:25:10 +03:00
Kumar Sushant
bf79c6100f
Update GuavaSetOperationsUnitTest.java 2019-05-15 21:21:42 +03:00
dupirefr
f5937a3600 [BAEL-2932] Static import of Predicate.not 2019-05-15 08:29:25 +02:00
dupirefr
7f275f9b38 [BAEL-2932] Using Predicate.not to negate a method reference 2019-05-15 08:19:30 +02:00
cdjole
0825c88d7a [BAEL-2963] - String initialization (#6962) 2019-05-14 14:57:08 -06:00
Alessio Stalla
ef8b8232a7 Bael-868 (#6959)
* Tests for BAEL-868 (RxKotlin)

* BAEL-868 fix warnings

* Fix the build (?)

* Fix the build

* #BAEL-868 move RxKotlin test from kotlin-libraries project to kotlin-libraries-2
2019-05-14 14:41:48 -06:00
kwoyke
0d24260e9b BAEL-2900 Persisting enums in JPA (#6958) 2019-05-14 21:37:28 +02:00
Pavan Shankar Koli
8ff89c0c05 BAEL-2886 Added Integration test cases 2019-05-14 22:51:49 +05:30
Pavan Shankar Koli
7a4f96ea2e BAEL-2886 Added Integration test cases 2019-05-14 22:50:09 +05:30
DOHA
8754806e7e Merge remote-tracking branch 'eugenp/master' 2019-05-14 14:52:45 +02:00
Mike Wojtyna
8a69946ab2 Add examples supporting BAEL-2273 article 2019-05-14 01:27:04 +02:00
Ali Dehghani
0d46cd91b8 Resolved discussions. 2019-05-13 18:36:23 +04:30
Ali Dehghani
f7f6bbe79b Surefire upgrade. 2019-05-13 18:36:23 +04:30
Ali Dehghani
7fa34da4eb Fixed the failed compilation. 2019-05-13 18:36:23 +04:30
Ali Dehghani
8cab3f616e Added the missing test. 2019-05-13 18:31:15 +04:30
Ali Dehghani
4f8327e0b4 Upgraded to the latest JUnit 5 versions. 2019-05-13 18:31:15 +04:30