Erik Pragt
3d36d3c75e
Merge pull request #6981 from isaolmez/BAEL-2907
...
BAEL-2907: Added code samples for rsocket
2019-05-20 22:41:23 +10:00
Erik Pragt
7b0abeb962
Merge pull request #6976 from alejandrogervasio/decouplingpattern2
...
BAEL-2946 - Module Decoupling Pattern 2
2019-05-20 22:35:56 +10:00
Erik Pragt
1ce539f233
Merge pull request #6975 from alejandrogervasio/decouplingpattern1
...
BAEL-2946 - Module Decoupling Pattern 1
2019-05-20 22:35:38 +10:00
enpy
60db8a741a
PR for BAEL-2838 ( #6970 )
...
* Singleton injection examples and tests added
* code and tests implemented
* test refactored
2019-05-19 21:48:20 -07:00
Loredana Crusoveanu
0579815b69
Merge pull request #6982 from amit2103/BAEL-12898
...
[BAEL-12898] - Splitted the core-java-collections-list module
2019-05-20 00:07:40 +03:00
Loredana Crusoveanu
8bbd941e0a
Merge pull request #6987 from amit2103/BAEL-14777
...
[BAEL-14777] - Updated spring-security-rest-custom module to spring b…
2019-05-19 23:32:24 +03:00
amit2103
23fae2659d
[BAEL-14777] - Updated spring-security-rest-custom module to spring boot 2
2019-05-19 23:30:37 +05:30
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
Loredana Crusoveanu
5bf5185d49
Update README.MD
2019-05-19 08:35:16 +03: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
Loredana Crusoveanu
a9a55bbd59
Merge pull request #6974 from Doha2012/master
...
remove stopwords from string
2019-05-17 20:53:44 +03: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
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
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
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
Ali Dehghani
0dd99df208
Adding a test to demonstrate programmatic registration.
2019-05-13 18:31:15 +04:30
Ali Dehghani
97022ca7d3
Added a new constructor for employee extension.
2019-05-13 18:31:15 +04:30
Ali Dehghani
104b0d597f
Retrofitted the getConnection method to accept explicit connection props.
2019-05-13 18:31:15 +04:30
Loredana Crusoveanu
ef91212d4c
Merge pull request #6957 from amit2103/BAEL-14321
...
[BAEL-14321] - Moved @Query article code
2019-05-13 08:14:50 +03:00
Loredana Crusoveanu
cd9ceb0f8d
Merge pull request #6956 from eugenp/lor6-patch-1
...
Update README.md
2019-05-13 08:09:31 +03:00
Loredana Crusoveanu
667272155c
Merge pull request #6955 from eugenp/fix-validation-article
...
fix param validation
2019-05-13 08:09:15 +03:00