Benjamin Caure
dae02cc77c
Copy "BSON to JSON" tutorial entities to dedicated package ( #9283 )
...
com.baeldung.bsontojson
2020-05-13 17:43:22 +02:00
sasam0320
88f751d38e
BAEL 3234 - Add missing code snippets from the Spring Properties article ( #9280 )
2020-05-13 11:09:41 +02:00
rpvilao
7d99500d1f
Merge pull request #9170 from mdabrowski-eu/BAEL-3863
...
BAEL-3863 Introduction to Finagle
2020-05-13 10:53:51 +02:00
Jonathan Cook
7a77f53587
BAEL-3925 - How to call Python from Java? ( #9277 )
...
* BAEL-3491 - Check for null before calling parse in the
Double.parseDouble
* BAEL-3491 - Check for null before calling parse in the
Double.parseDouble
- Return to indentation with spaces.
* BAEL-3854 - Pattern Matching for instanceof in Java 14
* BAEL-3854 - Pattern Matching for instanceof in Java 14 - add unit test
* BAEL-3868 - Fix the integrations tests in mocks
* BAEL-3925 - How to call Python from Java
Co-authored-by: Jonathan Cook <jcook@sciops.esa.int >
2020-05-12 18:46:33 -07:00
mdabrowski-eu
36503da65b
BAEL-3863 removed redundant twitter4j.properties file
2020-05-12 19:31:54 +02:00
mdabrowski-eu
c612d15883
BAEL-3863 add versions properties
2020-05-12 19:31:54 +02:00
mdabrowski-eu
341ebad620
BAEL-3863 replace stdouts with logger
2020-05-12 19:31:54 +02:00
mdabrowski-eu
1b0e5e9fd7
BAEL-3863 Renamed tests to follow convention
2020-05-12 19:31:54 +02:00
mdabrowski-eu
2a9cc0c13e
BAEL-3863 removed redundant examples
2020-05-12 19:31:54 +02:00
mdabrowski-eu
e3e7e47b29
BAEL-3863 removed README.md
2020-05-12 19:31:54 +02:00
mdabrowski-eu
16e988fc9c
BAEL-3863 moved Finagle package to libraries-rpc, added test
2020-05-12 19:31:54 +02:00
mdabrowski-eu
182a2a0412
BAEL-3863 add Finagle module to root pom.xml
2020-05-12 19:31:53 +02:00
mdabrowski-eu
ed74b2df41
BAEL-3863 Introduction to Finagle
2020-05-12 19:31:53 +02:00
Greg
c4f4c8e552
Merge pull request #9223 from chris9408/feature/BAEL-3826
...
Feature/bael 3826
2020-05-12 13:23:22 -04:00
Greg
1096e02e0f
Merge pull request #9128 from smokeyrobot/bael-3893
...
Bael 3893
2020-05-12 13:13:06 -04:00
Eric Martin
c12401b245
Merge pull request #9204 from dev-chirag/master
...
BAEL1731 Log4j2 Plugins
2020-05-11 20:47:08 -05:00
Justin Albano
b0fb3f6993
BAEL-3951: Added JDK 14 record example and associated tests. ( #9270 )
2020-05-11 08:47:04 -07:00
Dhawal Kapil
d6e2616785
Merge pull request #9273 from sampada07/JAVA-913
...
JAVA-913: migrate parent-boot-1 articles to parent-boot-2
2020-05-11 20:49:56 +05:30
sampadawagde
199a9ec945
JAVA-952: Migrate spring-session to parent-boot-2
2020-05-11 18:54:07 +05:30
Kyle Doyle
73733eddd1
Bael-3893 - Fixed string concatenation operator
2020-05-11 08:28:13 -04:00
Loredana Crusoveanu
1b4c203025
Merge pull request #8378 from mrsoto/mrsoto/cleanup
...
Cleanup and function references
2020-05-10 20:53:17 +03:00
Somnath Musib
e049907062
BAEL-3852 - A Guide to Foreign Memory Access API in Java 14 ( #9040 )
...
* Code sample for Java Hexagonal architecture
* BAEL-3838 Capturing a Java Thread Dump
* BAEL-3852 Foreign memory api in Java
* BAEL-3852 - Review changes of A Guide to Foreign Memory Access API in Java 14
* BAEL-3852 - Additional review changes for A Guide to Foreign Memory Access API in Java 14
* Review changes for alignment and class removal
* Removed incorrectly added old files from the PR
* Indentation changes
Co-authored-by: Somnath Musib <somnath.musib@voltbank.com.au >
2020-05-10 15:14:53 +01:00
Mona Mohamadinia
d5f975dbfe
Added The Sample Codes for Lateinit Initialization ( #9253 )
2020-05-10 10:04:01 +01:00
Jonathan Cook
6cd135a67e
Merge pull request #9148 from sergio41/master
...
[BAEL-3944] Validate Phone Numbers with Java Regex
2020-05-10 08:17:59 +02:00
Cicio Flaviu
899c7a2073
BAEL-3849 Implemented example code for comparing Transactional. ( #9261 )
2020-05-10 07:43:51 +02:00
Josh Cummings
3f0e18406c
Merge pull request #9220 from amit2103/JAVA-1278-2
...
updated readme file
2020-05-09 23:15:24 -06:00
Josh Cummings
6347b96aac
Merge branch 'master' into JAVA-1278-2
2020-05-09 23:12:36 -06:00
Eric Martin
fa00c2a97e
Merge pull request #9245 from johnA1331/master
...
github-related test fix (results: 03.05.2020) - BAEL-24010
2020-05-09 23:09:23 -05:00
Eric Martin
43db6aaf3a
Merge pull request #9221 from SmartyAnsh/BAEL-3995_Spring_Security_Okta
...
BAEL-3995 - Spring Security with Okta
2020-05-09 10:56:43 -05:00
Anshul Bansal
80aeb99783
corrected alphabetical order of modules
2020-05-09 15:30:54 +03:00
Maiklins
ff4f753f25
Bael-3857 introduction to lock free data structures ( #9238 )
...
* BAEL-3857 Introduction to Lock-Free Data Structures
* BAEL-3857 Declare variables as final / volatile
* BAEL-3857 Declare node value as final
Co-authored-by: mikr <michael.krimgen@ximedes.com >
2020-05-09 14:00:25 +02:00
amit.pandey
b894807f50
updated readme file
2020-05-09 14:43:40 +05:30
rpvilao
02388f3ae2
Merge pull request #9227 from maciejglowka/BAEL-3829
...
BAEL-3829: example of dynamic bean autowiring in Spring
2020-05-09 11:10:54 +02:00
Eric Martin
651bcdb3de
Merge pull request #9159 from carloscaverobarca/BAEL-3312-Spring-Cloud-Gateway-WebFilter-Factories
...
BAEL-3312 Spring Cloud Gateway WebFilter Factories
2020-05-08 21:03:22 -05:00
Cristian Rosu
debd7456ff
BAEL-3826: appropriate spacing
2020-05-08 20:18:22 +03:00
Cristian Rosu
d818a2c297
BAEL-3826: test Thymeleaf PDF generation using ByteArrayOutputStream
2020-05-08 20:17:17 +03:00
sampadawagde
d425810727
JAVA-954: Migrate spring-social-login to parent-boot-2
2020-05-08 19:06:20 +05:30
Maciej Glowka
2d15d3e381
BAEL-3829: fixed test method names
2020-05-07 23:25:43 +02:00
Josh Cummings
ff0aec66bc
Merge pull request #9250 from kwoyke/JAVA-1529
...
JAVA-1529: Split or move spring-mvc-java module
2020-05-07 10:59:06 -06:00
Dhawal Kapil
49cefc7795
Merge pull request #9255 from sampada07/JAVA-913
...
JAVA-913: migrate parent-boot-1 articles to parent-boot-2
2020-05-07 09:41:46 +05:30
johnA1331
ae43f46970
Merge branch 'master' into master
2020-05-07 11:05:00 +08:00
Yavuz Tas
81dfbe8aae
Changes for BAEL-2621 ( #9217 )
...
* update dependency versions to latest
* merge repository packages
* remove obselete xml configuration
* fix formatting
* clean up
* update package name
* revert spring data jpa xml config and demonstrate how to import in PersistenceConfig by a commented @ImportResource annotation
* rename jpa repositories xml to make it more clear
* remove obselete @EnableJpaRepositories configs since we don't use spring data's jpa repositories for these congigurations
2020-05-06 21:22:23 -05:00
Eric Martin
d8c3aaf94f
Merge pull request #9254 from michael-pratt/BAEL-3972
...
BAEL-3972: Move code examples to new package
2020-05-06 20:33:50 -05:00
sampadawagde
110f4ffbcd
JAVA-955: removed lombok version
2020-05-06 22:43:04 +05:30
sampadawagde
7c6b97649a
JAVA-955: Migrate stripe to parent-boot-2
2020-05-06 22:35:28 +05:30
Michael Pratt
56cd2e212e
BAEL-3972: Move code examples to new package
2020-05-06 10:38:16 -06:00
Josh Cummings
1990280cc1
Merge pull request #9205 from Maiklins/JAVA-1470-Split-or-move-libraries-module
...
Java-1470 split or move libraries module
2020-05-06 09:10:54 -06:00
sampadawagde
c82fce0035
JAVA-956: Migrate apache-shiro to parent-boot-2
2020-05-06 18:14:05 +05:30
johnA1331
706257f0f9
Update README.md
2020-05-06 15:17:10 +08:00
johnA1331
f6427e4e2f
Update README.md
2020-05-06 15:12:08 +08:00