johnA1331
8fd50aea17
Update README.md
2020-05-12 16:38:58 +08:00
johnA1331
24a5b88717
Update README.md
2020-05-12 16:36:44 +08:00
johnA1331
b9cecfca59
Update README.md
2020-05-12 16:34:14 +08:00
johnA1331
fa06216e34
Update README.md
2020-05-12 16:09:08 +08:00
johnA1331
b87db9d91f
Update README.md
2020-05-12 15:51:53 +08:00
johnA1331
b8523162b1
Update README.md
2020-05-12 15:47:23 +08:00
johnA1331
b13fdd3291
Update README.md
2020-05-12 15:41:00 +08:00
johnA1331
6eb847707d
Update README.md
2020-05-12 15:39:16 +08:00
johnA1331
d880f58ea2
Update README.md
2020-05-12 15:37:25 +08:00
johnA1331
8c11a08258
Update README.md
2020-05-12 15:36:47 +08:00
johnA1331
5021857d06
Update README.md
2020-05-12 15:34:53 +08:00
johnA1331
47cbf77ccd
Update README.md
2020-05-12 15:34:16 +08:00
johnA1331
c6a4757699
Update README.md
2020-05-12 15:32:03 +08:00
johnA1331
52d6f8c19a
Create README.md
2020-05-12 15:29:06 +08:00
johnA1331
3cc4203f14
Create README.md
2020-05-12 15:27:32 +08:00
johnA1331
f5a8cdc17f
Update README.md
2020-05-12 15:24:15 +08:00
johnA1331
4cd668aa49
Update README.md
2020-05-12 15:15:53 +08:00
johnA1331
2d71bb462e
Update README.md
2020-05-12 15:11:57 +08:00
johnA1331
77ebd0332e
Update README.md
2020-05-12 15:08:21 +08:00
sampadawagde
22f622521f
JAVA-945: Migrate spring-rest-hal-browser to parent-boot-2
2020-05-12 12:34:28 +05:30
johnA1331
58d3914002
Update README.md
2020-05-12 14:57:01 +08:00
Eric Martin
c2f93b2164
Merge pull request #9204 from dev-chirag/master
...
BAEL1731 Log4j2 Plugins
2020-05-11 20:47:08 -05:00
Joao Esperancinha
bd588e7321
[BAEL-2749] Refactoring and cleanup
2020-05-11 18:48:00 +02:00
Justin Albano
9d2e94f529
BAEL-3951: Added JDK 14 record example and associated tests. ( #9270 )
2020-05-11 08:47:04 -07:00
Dhawal Kapil
9400efe7a4
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
699e94fdb6
JAVA-952: Migrate spring-session to parent-boot-2
2020-05-11 18:54:07 +05:30
Kyle Doyle
9194d94eeb
Bael-3893 - Fixed string concatenation operator
2020-05-11 08:28:13 -04:00
Maiklins
03d74d627f
Merge pull request #52 from eugenp/master
...
update
2020-05-10 22:47:09 +02:00
Krzysiek
714034ccf0
JAVA-1653: Remove spring-boot.version property
2020-05-10 22:31:27 +02:00
Loredana Crusoveanu
cd5f0388eb
Merge pull request #8378 from mrsoto/mrsoto/cleanup
...
Cleanup and function references
2020-05-10 20:53:17 +03:00
Somnath Musib
5c90dbc963
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
8e5456b24b
Added The Sample Codes for Lateinit Initialization ( #9253 )
2020-05-10 10:04:01 +01:00
Jonathan Cook
f7d9de0961
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
af387990c8
BAEL-3849 Implemented example code for comparing Transactional. ( #9261 )
2020-05-10 07:43:51 +02:00
Josh Cummings
d6a4b3c916
Merge pull request #9220 from amit2103/JAVA-1278-2
...
updated readme file
2020-05-09 23:15:24 -06:00
Josh Cummings
f435d18d03
Merge branch 'master' into JAVA-1278-2
2020-05-09 23:12:36 -06:00
Eric Martin
58d893cf6e
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
6020587d90
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
CHANDRAKANT Kumar
ab3336e9b0
Updated pom descriptor and formatting.
2020-05-09 18:59:56 +05:30
mikr
c2637f1509
BAEL-1524 Split spring-boot-persistence module
2020-05-09 14:56:21 +02:00
Anshul Bansal
8d41b96d07
corrected alphabetical order of modules
2020-05-09 15:30:54 +03:00
Maiklins
57a3896763
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
e1a6292ea6
updated readme file
2020-05-09 14:43:40 +05:30
rpvilao
3d0645f9d8
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
fd2172c6c0
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
mikr
f1dde2936b
JAVA-618 Move code for 3 articles from core-java-exceptions to core-java-exceptions-2
2020-05-08 23:12:36 +02:00
Maiklins
3a0d19d9d3
Merge pull request #51 from eugenp/master
...
update
2020-05-08 22:48:36 +02:00
Cristian Rosu
f83c73a830
BAEL-3826: appropriate spacing
2020-05-08 20:18:22 +03:00
Cristian Rosu
7e8d36d084
BAEL-3826: test Thymeleaf PDF generation using ByteArrayOutputStream
2020-05-08 20:17:17 +03:00
Marius Catalin Munteanu
ef16cf1587
BAEL-3016 Thymeleaf Formating Currencies
2020-05-08 17:49:37 +03:00