Loredana Crusoveanu
8dd58252de
Merge pull request #8656 from dkapil/task/kotlin_repourl_update
...
Jcenter URL update
2020-02-01 17:42:10 +02:00
Maiklins
20302f8baf
Merge pull request #30 from eugenp/master
...
update
2020-02-01 16:36:07 +01:00
Maiklins
52f0dd4068
Merge branch 'master' into BAEL-20863-move-spring-boot-ctx-fluent
2020-02-01 16:28:56 +01:00
Dhawal Kapil
5035a311dd
Jcenter URL update
...
- Updating the JCenter repository url as it has now moved from http to https
2020-02-01 20:24:02 +05:30
Loredana Crusoveanu
be3f5b4256
Merge pull request #8649 from kwoyke/BAEL-20862
...
BAEL-20862: Move spring-boot-crud into spring-boot-modules
2020-02-01 10:03:58 +02:00
Eric Martin
07a2624110
Merge pull request #8567 from johnA1331/master
...
Bi-monthly test fix - BAEL-20909
2020-01-31 20:24:34 -06:00
Loredana Crusoveanu
22313cfa11
Merge pull request #8654 from kwoyke/BAEL-21597
...
BAEL-21597: Standardize packages for spring-rest-compress, spring-rest-angular, spring-rest-simple
2020-02-01 00:13:45 +02:00
Loredana Crusoveanu
e4b74cda31
Merge branch 'master' into BAEL-20862
2020-02-01 00:12:30 +02:00
Loredana Crusoveanu
8c0e362b3e
Merge pull request #8653 from kwoyke/BAEL-20875
...
BAEL-20875: Move spring-boot-logging-log4j2 into spring-boot-modules
2020-02-01 00:10:32 +02:00
Loredana Crusoveanu
5786461053
Merge pull request #8632 from Maiklins/BAEL-20879-move-spring-boot-nashorn
...
BAEL-20879 move spring boot nashorn
2020-02-01 00:05:08 +02:00
Loredana Crusoveanu
00d5cb6d90
Merge pull request #8603 from Maiklins/BAEL-20858-move-spring-boot-camel
...
BAEL-20858 move spring boot camel
2020-02-01 00:03:38 +02:00
kwoyke
cdac6f117a
BAEL-3476: Add Java 9 example to Immutable ArrayList in Java ( #8636 )
2020-01-31 21:55:19 +01:00
Maiklins
fd17eaac04
BAEL-20687 Fix test in core-groovy-2 module ( #8608 )
2020-01-31 21:50:25 +01:00
kwoyke
d55081bd7a
BAEL-3809: Ensure tables are dropped in proper order ( #8640 )
2020-01-31 21:48:23 +01:00
Krzysztof Woyke
86c70bfd88
BAEL-21597: Migrate spring-rest-simple to com.baeldung
2020-01-31 13:20:46 +01:00
Krzysztof Woyke
b2c643546f
BAEL-21597: Migrate spring-rest-angular to com.baeldung
2020-01-31 13:11:57 +01:00
Krzysztof Woyke
0397432e14
BAEL-21597: Migrate spring-rest-compress to com.baeldung
2020-01-31 13:06:09 +01:00
johnA1331
06b89d89fe
Update README.md
2020-01-31 17:04:07 +08:00
johnA1331
367374cbd9
Update README.md
2020-01-31 17:02:37 +08:00
johnA1331
80f74f99d5
Update README.md
2020-01-31 17:00:04 +08:00
Krzysztof Woyke
cce61b0d53
BAEL-20875: Move spring-boot-logging-log4j2 into spring-boot-modules
2020-01-31 08:38:03 +01:00
Maiklins
b952ffecca
Merge branch 'master' into BAEL-20863-move-spring-boot-ctx-fluent
2020-01-31 00:04:03 +01:00
Krzysiek
3c5d496023
BAEL-20862: Move spring-boot-crud into spring-boot-modules
2020-01-30 21:53:43 +01:00
Loredana Crusoveanu
d0225e59ce
Merge pull request #8642 from amit2103/BAEL-21550-3
...
Bael 21550 3
2020-01-30 22:03:52 +02:00
Loredana Crusoveanu
50820a60c3
Merge pull request #8616 from kwoyke/BAEL-21543
...
BAEL-21543: Fix some of the failing integration tests after Spring Boot upgrade
2020-01-30 22:01:33 +02:00
Loredana Crusoveanu
5905edf4f5
Merge pull request #8607 from Maiklins/BAEL-20596-fix-test-core-groovy
...
BAEL-20596 fix test core groovy
2020-01-30 21:59:25 +02:00
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 #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
e892e00dca
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
a1f0f8a7f3
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
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
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 #29 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
Krzysztof Woyke
86bf2e97cb
BAEL-20886: Fix a typo
2020-01-30 10:06:54 +01:00
Krzysztof Woyke
a5e51972ec
BAEL-20886: Move spring-boot-security into spring-boot-modules
2020-01-30 10:02:25 +01: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
Maiklins
0a4f41489c
Merge pull request #28 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 #8639 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