Loredana Crusoveanu
f94fa150a9
Merge pull request #8625 from Maiklins/BAEL-20870-move-spring-boot-gradle
...
BAEL-20870 move spring boot gradle
2020-01-30 21:53:52 +02:00
Loredana Crusoveanu
d131fae678
Merge pull request #8624 from Maiklins/BAEL-20864-move-spring-boot-customstarter
...
BAEL-20864 move spring boot customstarter
2020-01-30 21:50:48 +02:00
Loredana Crusoveanu
27b785b402
Merge pull request #8619 from Maiklins/BAEL-20856-move-spring-boot-autoconfiguration
...
Bael-20856 move spring boot autoconfiguration
2020-01-30 21:34:45 +02:00
karl82
fd894af6fe
Update ThreadLocalRandom benchmark to show issues with contention ( #8292 )
...
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
mikr
4e5f0abe14
BAEL-20870 Move Spring Boot Gradle Module (update pom)
2020-01-30 10:46:04 +01:00
mikr
ec693d345a
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
ae88f1915a
Merge pull request #29 from eugenp/master
...
update
2020-01-30 10:41:38 +01:00
Maiklins
3c65c58c9a
Merge branch 'master' into BAEL-20864-move-spring-boot-customstarter
2020-01-30 10:36:36 +01:00
Loredana Crusoveanu
a8ea797065
Merge pull request #8626 from kwoyke/BAEL-19751
...
BAEL-19751: Move spring-boot-admin into spring-boot-modules
2020-01-30 00:58:21 +02:00
Maiklins
d2fb78bf65
Merge pull request #28 from eugenp/master
...
update
2020-01-29 22:40:47 +01:00
Loredana Crusoveanu
3d17b63c8c
Merge pull request #8639 from kwoyke/BAEL-20881
...
BAEL-20881: Move spring-boot-performance into spring-boot-modules
2020-01-29 23:03:23 +02:00
Loredana Crusoveanu
5d9313439f
Merge pull request #8620 from dkapil/task/BAEL-21545_pqr
...
BAEL-21545 POM Properties Cleanup
2020-01-29 22:13:34 +02:00
Loredana Crusoveanu
3c509155a1
Merge pull request #8596 from dkapil/task/BAEL-21545_persistencemodules
...
BAEL-21545 POM Properties Cleanup
2020-01-29 22:12:42 +02:00
Loredana Crusoveanu
a57ea77bf7
Merge pull request #8630 from Maiklins/BAEL-20872-move-sprig-boot-keycloak
...
BAEL-20872 move sprig boot keycloak
2020-01-29 22:08:18 +02:00
Loredana Crusoveanu
6ab597c01a
Merge pull request #8604 from Maiklins/BAEL-20887-move-spring-boot-spring-doc
...
BAEL-20887 move spring boot spring doc
2020-01-29 22:03:35 +02:00
kwoyke
ad66e1f773
Merge branch 'master' into BAEL-19751
2020-01-29 19:59:07 +01:00
kwoyke
d3bd124ea1
Merge pull request #8641 from kwoyke/BAEL-3812-ignore-tests
...
BAEL-3812: Ignore batch related tests
2020-01-29 19:45:13 +01:00
Krzysiek
17ffb491d4
BAEL-3812: Ignore batch related tests
2020-01-29 19:39:53 +01:00
Dhawal Kapil
7936cd3154
Merge branch 'master' of https://github.com/eugenp/tutorials into task/BAEL-21545_persistencemodules
2020-01-29 20:51:32 +05:30
Krzysztof Woyke
8c88994e48
BAEL-20881: Move spring-boot-performance into spring-boot-modules
2020-01-29 09:19:07 +01:00
kwoyke
d343096f61
BAEL-3810: Get rid of the deprecated MongoOperationsSessionRepository ( #8628 )
2020-01-29 07:14:21 +01:00
kwoyke
538b8a10da
BAEL-3797: Remove XML config from the Http Message Converters with the Spring Framework ( #8627 )
2020-01-29 07:12:34 +01:00
kwoyke
e4256c2cfc
BAEL-2914: Immutable @ConfigurationProperties binding ( #8623 )
2020-01-29 07:06:48 +01:00
Maiklins
4bb4adbe41
Merge pull request #27 from eugenp/master
...
update
2020-01-28 21:56:11 +01:00
Loredana Crusoveanu
7c047aa647
Merge pull request #8621 from kwoyke/BAEL-20867
...
BAEL-20867: Move spring-boot-di into spring-boot-modules
2020-01-28 22:51:21 +02:00
Loredana Crusoveanu
acc83fbb26
Merge pull request #8600 from Maiklins/BAEL-20772-fix-spring-security-react
...
BAEL-20772 fix spring security react
2020-01-28 22:49:55 +02:00
Loredana Crusoveanu
80f198ec44
Merge branch 'master' into BAEL-20856-move-spring-boot-autoconfiguration
2020-01-28 22:47:58 +02:00
mikr
7d86482f93
BAEL-20872 Move Spring Boot Key Cloak Module
2020-01-28 21:41:44 +01:00
Loredana Crusoveanu
2de607ed50
Merge pull request #8606 from Maiklins/BAEL-20855-move-spring-boot-artifacts
...
BAEL-20855 move spring boot artifacts
2020-01-28 22:40:34 +02:00
Eric Martin
cddacdec49
Merge pull request #8614 from alimate/BAEL-3754
...
Fixing Yet Another Date & Time Problem
2020-01-28 14:36:36 -06:00
mikr
4bff2ec5a3
BAEL-20864 Move Spring Boot Custom Starter Module (remove relative path from pom files)
2020-01-28 21:06:05 +01:00
Krzysztof Woyke
7bfbe679f7
BAEL-19751: Move spring-boot-admin into spring-boot-modules
2020-01-28 14:02:15 +01:00
mikr
96ab751660
BAEL-20870 Move Spring Boot Gradle Module
2020-01-28 13:38:55 +01:00
mikr
ed3b7103c8
BAEL-20864 Move Spring Boot Custom Starter Module
2020-01-28 13:26:07 +01:00
Krzysztof Woyke
3fb4941823
BAEL-20867: Move spring-boot-di into spring-boot-modules
2020-01-28 09:54:05 +01:00
mikr
667aec405c
Merge branch 'master' of https://github.com/Maiklins/tutorials into BAEL-20856-move-spring-boot-autoconfiguration
2020-01-28 08:48:43 +01:00
Maiklins
b168a23f54
Merge pull request #26 from eugenp/master
...
update
2020-01-28 08:48:12 +01:00
Dhawal Kapil
7dca2d6faa
BAEL-21545 POM Properties Cleanup
...
- Cleaning pom.xml for project names starting with p,q and r
2020-01-28 10:31:43 +05:30
Eric Martin
0fb39c40d1
Merge pull request #8552 from wugangca/BAEL-3657
...
BAEL-3657 Merge Cells in Excel using Apache POI
2020-01-27 21:33:30 -06:00
mikr
b8f5a3ed05
Merge branch 'master' of https://github.com/Maiklins/tutorials into BAEL-20856-move-spring-boot-autoconfiguration
...
Conflicts:
spring-boot-modules/pom.xml
2020-01-27 23:14:56 +01:00
mikr
1d76e47497
BAEL-20856 Move Spring Boot Autorconfiguration module
2020-01-27 23:12:28 +01:00
mikr
f32d259e40
Merge branch 'master' of https://github.com/Maiklins/tutorials into BAEL-20855-move-spring-boot-artifacts
...
Conflicts:
spring-boot-modules/pom.xml
2020-01-27 23:07:20 +01:00
Maiklins
e9aed479a1
Merge pull request #25 from eugenp/master
...
update
2020-01-27 22:59:44 +01:00
Loredana Crusoveanu
4dbb5d6b34
Merge branch 'master' into BAEL-20887-move-spring-boot-spring-doc
2020-01-27 23:41:30 +02:00
Loredana Crusoveanu
55d5a67995
Merge pull request #8598 from Maiklins/BAEL-20888-move-spring-boot-testing
...
BAEL-20888 move spring boot testing
2020-01-27 23:37:48 +02:00
Ali Dehghani
96555d8f01
Fixing Yet Another Date & Time Problem
2020-01-27 23:34:21 +03:30
Loredana Crusoveanu
3e84ee1fd9
Merge pull request #8601 from Maiklins/BAEL-20865-move-spring-boot-data
...
BAEL-20865 move spring boot data
2020-01-27 22:03:58 +02:00
Loredana Crusoveanu
3f58c3b987
Merge branch 'master' into BAEL-20888-move-spring-boot-testing
2020-01-27 22:03:22 +02:00
Loredana Crusoveanu
ee523bbd10
Merge pull request #8611 from Maiklins/BAEL-20882-move-spring-boot-properties
...
BAEL-20882 move spring boot properties
2020-01-27 21:58:58 +02:00
Sampada
bbfc52f789
BAEL-2972: MongoDB Aggregations Using Java ( #8613 )
2020-01-27 11:45:26 -08:00