1277 Commits

Author SHA1 Message Date
Loredana Crusoveanu
d96df4326e Merge branch 'master' into BAEL-20858-move-spring-boot-camel 2020-01-30 21:57:32 +02:00
Loredana Crusoveanu
d3dab6b518 Merge pull request from Maiklins/BAEL-20870-move-spring-boot-gradle
BAEL-20870 move spring boot gradle
2020-01-30 21:53:52 +02:00
Loredana Crusoveanu
e892e00dca Merge pull request from Maiklins/BAEL-20864-move-spring-boot-customstarter
BAEL-20864 move spring boot customstarter
2020-01-30 21:50:48 +02:00
Loredana Crusoveanu
a1f0f8a7f3 Merge pull request from Maiklins/BAEL-20856-move-spring-boot-autoconfiguration
Bael-20856 move spring boot autoconfiguration
2020-01-30 21:34:45 +02:00
karl82
0b73db930f Update ThreadLocalRandom benchmark to show issues with contention ()
Previous benchmark was measuring initialization of thread pools and
their shutdown, not really measuring performance of Random.nextInt()
shared Random instance vs ThreadLocalRandom.current()

Example when run with 8 threads

Benchmark                                                         Mode  Cnt     Score     Error   Units
ThreadLocalRandomBenchMarker.randomValuesUsingRandom             thrpt   20     9.597 ±   0.475  ops/us
ThreadLocalRandomBenchMarker.randomValuesUsingThreadLocalRandom  thrpt   20  2195.178 ± 109.579  ops/us
2020-01-30 11:10:20 -08:00
Anshul BANSAL
369debdc64 Merge branch 'BAEL-3660_Open_Liberty' of https://github.com/SmartyAnsh/tutorials into BAEL-3660_Open_Liberty 2020-01-30 15:16:20 +02:00
Maiklins
d8de7991c7 Merge branch 'master' into BAEL-20863-move-spring-boot-ctx-fluent 2020-01-30 10:49:42 +01:00
mikr
9bad22e92a BAEL-20870 Move Spring Boot Gradle Module (update pom) 2020-01-30 10:46:04 +01:00
mikr
9a7480621c Merge branch 'master' of https://github.com/Maiklins/tutorials into BAEL-20870-move-spring-boot-gradle 2020-01-30 10:43:25 +01:00
Maiklins
4cd8c8977b Merge pull request from eugenp/master
update
2020-01-30 10:41:38 +01:00
Maiklins
991e098702 Merge branch 'master' into BAEL-20864-move-spring-boot-customstarter 2020-01-30 10:36:36 +01:00
Loredana Crusoveanu
edc39bfffd Merge pull request from kwoyke/BAEL-19751
BAEL-19751: Move spring-boot-admin into spring-boot-modules
2020-01-30 00:58:21 +02:00
Maiklins
0a4f41489c Merge pull request from eugenp/master
update
2020-01-29 22:40:47 +01:00
Maiklins
eed6c84c0b Merge branch 'master' into BAEL-20863-move-spring-boot-ctx-fluent 2020-01-29 22:26:35 +01:00
amit.pandey
fb58191295 resolve merge conflicts 2020-01-30 02:39:31 +05:30
Loredana Crusoveanu
6b4c367438 Merge pull request from kwoyke/BAEL-20881
BAEL-20881: Move spring-boot-performance into spring-boot-modules
2020-01-29 23:03:23 +02:00
amit.pandey
64aaaebb04 Merge branch 'BAEL-21550-1' of https://github.com/amit2103/tutorials into BAEL-21550-1 2020-01-30 02:17:05 +05:30
amit.pandey
9ff66a27c8 used version from parent pom 2020-01-30 02:16:26 +05:30
amit.pandey
fe7c4602d6 fix build failure 2020-01-30 02:16:26 +05:30
amit.pandey
f3740fc344 extract pom version into properties 2020-01-30 02:16:26 +05:30
Martin van Wingerden
4c1b542fd9 [BAEL-2397] Corrected formatting 2020-01-29 21:40:28 +01:00
Loredana Crusoveanu
f38e666af4 Merge branch 'master' into BAEL-20873-move-spring-boot-kotlin 2020-01-29 22:16:05 +02:00
Loredana Crusoveanu
4abba35a7a Merge pull request from dkapil/task/BAEL-21545_pqr
BAEL-21545 POM Properties Cleanup
2020-01-29 22:13:34 +02:00
Loredana Crusoveanu
5873613f78 Merge pull request from dkapil/task/BAEL-21545_persistencemodules
BAEL-21545 POM Properties Cleanup
2020-01-29 22:12:42 +02:00
Loredana Crusoveanu
bd1fd82850 Merge pull request from Maiklins/BAEL-20872-move-sprig-boot-keycloak
BAEL-20872 move sprig boot keycloak
2020-01-29 22:08:18 +02:00
Loredana Crusoveanu
150b01b8ac Merge pull request from Maiklins/BAEL-20887-move-spring-boot-spring-doc
BAEL-20887 move spring boot spring doc
2020-01-29 22:03:35 +02:00
amit.pandey
a930a1e68c used version from parent pom 2020-01-30 01:23:44 +05:30
kwoyke
f61ef578ba Merge branch 'master' into BAEL-19751 2020-01-29 19:59:07 +01:00
kwoyke
c617e9b2cf Merge pull request from kwoyke/BAEL-3812-ignore-tests
BAEL-3812: Ignore batch related tests
2020-01-29 19:45:13 +01:00
Krzysiek
be9e80ec6a BAEL-3812: Ignore batch related tests 2020-01-29 19:39:53 +01:00
Dhawal Kapil
579eddd624 Merge branch 'master' of https://github.com/eugenp/tutorials into task/BAEL-21545_persistencemodules 2020-01-29 20:51:32 +05:30
Krzysztof Woyke
f5d8ee2e4b BAEL-20881: Move spring-boot-performance into spring-boot-modules 2020-01-29 09:19:07 +01:00
kwoyke
33ab2c1ae6 BAEL-3810: Get rid of the deprecated MongoOperationsSessionRepository () 2020-01-29 07:14:21 +01:00
kwoyke
7791282270 BAEL-3797: Remove XML config from the Http Message Converters with the Spring Framework () 2020-01-29 07:12:34 +01:00
kwoyke
577bdf4631 BAEL-2914: Immutable @ConfigurationProperties binding () 2020-01-29 07:06:48 +01:00
mikr
822608eba2 BAEL-20879 Move Spring Boot Nashorn Module 2020-01-28 22:08:47 +01:00
Maiklins
dbbaecf5a1 Merge pull request from eugenp/master
update
2020-01-28 21:56:11 +01:00
Loredana Crusoveanu
22c3abfc3a Merge pull request from kwoyke/BAEL-20867
BAEL-20867: Move spring-boot-di into spring-boot-modules
2020-01-28 22:51:21 +02:00
Loredana Crusoveanu
c5ebecbb77 Merge pull request from Maiklins/BAEL-20772-fix-spring-security-react
BAEL-20772 fix spring security react
2020-01-28 22:49:55 +02:00
Loredana Crusoveanu
63a0600bdf Merge branch 'master' into BAEL-20856-move-spring-boot-autoconfiguration 2020-01-28 22:47:58 +02:00
Kai Yuan
50066f0aef improvement of the article "How to Return Multiple Values From a Java Method" 2020-01-28 21:47:36 +01:00
mikr
7182ace443 BAEL-20872 Move Spring Boot Key Cloak Module 2020-01-28 21:41:44 +01:00
Loredana Crusoveanu
18ee45c750 Merge pull request from Maiklins/BAEL-20855-move-spring-boot-artifacts
BAEL-20855 move spring boot artifacts
2020-01-28 22:40:34 +02:00
Eric Martin
402762888e Merge pull request from alimate/BAEL-3754
Fixing Yet Another Date & Time Problem
2020-01-28 14:36:36 -06:00
amit.pandey
ac7380bbb7 updated spring 4 minor version 2020-01-29 01:47:47 +05:30
mikr
fd13cb2a48 Merge remote-tracking branch 'origin/BAEL-20863-move-spring-boot-ctx-fluent' into BAEL-20863-move-spring-boot-ctx-fluent 2020-01-28 21:16:44 +01:00
mikr
bce1991983 BAEL-20863 Move Spring Boot CTX Fluent module 2020-01-28 21:15:54 +01:00
mikr
5ab90fe551 BAEL-20864 Move Spring Boot Custom Starter Module (remove relative path from pom files) 2020-01-28 21:06:05 +01:00
maryarm
6ae2b2df96 BAEL-3454: Reformat and optimize Code according to review notes 2020-01-28 19:47:17 +03:30
Anshul BANSAL
4477bcd0ac review fixes 2020-01-28 15:43:28 +02:00