karl82
0b73db930f
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
Loredana Crusoveanu
edc39bfffd
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
Loredana Crusoveanu
6b4c367438
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
4abba35a7a
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
5873613f78
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
bd1fd82850
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
150b01b8ac
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
f61ef578ba
Merge branch 'master' into BAEL-19751
2020-01-29 19:59:07 +01:00
kwoyke
c617e9b2cf
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
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 ( #8628 )
2020-01-29 07:14:21 +01:00
kwoyke
7791282270
BAEL-3797: Remove XML config from the Http Message Converters with the Spring Framework ( #8627 )
2020-01-29 07:12:34 +01:00
kwoyke
577bdf4631
BAEL-2914: Immutable @ConfigurationProperties binding ( #8623 )
2020-01-29 07:06:48 +01:00
Loredana Crusoveanu
22c3abfc3a
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
c5ebecbb77
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
mikr
7182ace443
BAEL-20872 Move Spring Boot Key Cloak Module
2020-01-28 21:41:44 +01:00
Loredana Crusoveanu
18ee45c750
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
402762888e
Merge pull request #8614 from alimate/BAEL-3754
...
Fixing Yet Another Date & Time Problem
2020-01-28 14:36:36 -06:00
Krzysztof Woyke
50d36f15cf
BAEL-19751: Move spring-boot-admin into spring-boot-modules
2020-01-28 14:02:15 +01:00
Krzysztof Woyke
253d1d1912
BAEL-20867: Move spring-boot-di into spring-boot-modules
2020-01-28 09:54:05 +01:00
Maiklins
288ecf151c
Merge pull request #26 from eugenp/master
...
update
2020-01-28 08:48:12 +01:00
Dhawal Kapil
6124b998c2
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
b6ac94bf51
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
d447545aca
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
6597b5dd50
Merge pull request #25 from eugenp/master
...
update
2020-01-27 22:59:44 +01:00
Loredana Crusoveanu
5ae283d5cf
Merge branch 'master' into BAEL-20887-move-spring-boot-spring-doc
2020-01-27 23:41:30 +02:00
Loredana Crusoveanu
6db249ff98
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
e9daf73125
Fixing Yet Another Date & Time Problem
2020-01-27 23:34:21 +03:30
Loredana Crusoveanu
21daeef51d
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
eabf765522
Merge branch 'master' into BAEL-20888-move-spring-boot-testing
2020-01-27 22:03:22 +02:00
Loredana Crusoveanu
e938a03366
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
480edbd02b
BAEL-2972: MongoDB Aggregations Using Java ( #8613 )
2020-01-27 11:45:26 -08:00
Loredana Crusoveanu
8544b521e2
Merge pull request #8597 from psevestre/master
...
[BAEL-3164] Rename module to spring-boot-persistence-2
2020-01-27 21:13:33 +02:00
Maiklins
ac5e179e6a
Merge pull request #24 from eugenp/master
...
update
2020-01-27 17:03:04 +01:00
mguarnaccia
0648ba53ab
Bael 3460 ( #8550 )
...
* Hexagonal architecture: a quick and practical example
* BAEL 3486
* BAEL-3460
Airline introduction
* BAEL-3460
* BAEL-3460
Airline introduction
BAEL-3460
* BAEL-3460
* Formatting
2020-01-27 15:30:53 +00:00
Dhawal Kapil
6c6d7de503
BAEL-21545 POM Properties Cleanup
...
- Fixed unit test issue in spring-boot-persistence module
2020-01-27 17:17:40 +05:30
Dhawal Kapil
b7a351d011
BAEL-21545 POM Properties Cleanup
...
- Fixed unit test issue in hibernate-mapping module
2020-01-27 16:39:49 +05:30
mikr
690fb244b2
BAEL-20855 Move Spring Boot Artifacts module to Spring Boot modules
2020-01-27 07:36:10 +01:00
Philippe
a9eb0eaf8f
[BAEL-3164] Rename module to spring-boot-persistence-2
2020-01-26 22:14:04 -03:00
mikr
ccc5107bcd
BAEL-20887 Move Spring Boot Springdoc module to Spring Boot modules
2020-01-27 00:27:24 +01:00
mikr
31e161ce81
BAEL-20882 Move Spring Boot Properties module to Spring Boot modules
2020-01-26 23:58:19 +01:00
mikr
9e359d1bbd
BAEL-20865 Move Spring Boot Data module to Spring Boot modules
2020-01-26 23:51:19 +01:00
mikr
a8a4f41225
BAEL-20772 Fix Spring Security React module
2020-01-26 23:43:19 +01:00
João Filipe Sabino Esperancinha
33849011c8
[BAEL-3339] - Creates @CurrentSecurityContext example ( #8469 )
...
* [BAEL-3339] - Creates @CurrentSecurityContext example
* [BAEL-3339] - Adds principal example
* [BAEL-3339] - Code refactoring and improvements
* [BAEL-3339] - Code cleanup
* [BAEL-3339] - Authentication to return token details
* [BAEL-3339] - Code cleanup
2020-01-27 00:21:45 +02:00
mikr
36e7e0698c
BAEL-20888 Move Spring Boot Testing to Spring Boot Modules
2020-01-26 23:09:20 +01:00
Maiklins
dd370f90bb
Merge pull request #23 from eugenp/master
...
update
2020-01-26 23:01:36 +01:00
Loredana Crusoveanu
16196452ae
Merge pull request #8595 from eugenp/lor6-patch-3
...
Update README.md
2020-01-26 23:17:06 +02:00
Loredana Crusoveanu
f957fcf0e3
Merge pull request #8594 from Maiklins/BAEL-20889-move-spring-boot-vue
...
BAEL-20889 move spring boot vue
2020-01-26 23:11:57 +02:00