Commit Graph

4588 Commits

Author SHA1 Message Date
Stephane Landelle a3626ba16c Add missing optional option on the check that captures the reward
This shouldn't be an error, it's an expected situation as described in the article.
2020-09-06 23:34:37 +02:00
Stephane Landelle b2643fc0dd Use ThreadLocalRandom instead of Random which is synchronized 2020-09-06 23:33:17 +02:00
Stephane Landelle bbdce526c7 Fix random cust id generation to reduce collisions
The current range causes lots of collisions and the application doesn't handle them gracefully, causing lots of exceptions to get logged and hamerring performance.

Use 100,000 like the JMeter test, see https://github.com/slandelle/tutorials/blob/master/testing-modules/load-testing-comparison/src/main/resources/scripts/JMeter/Test%20Plan.jmx#L203
2020-09-06 23:32:19 +02:00
Stephane Landelle eed6c93543 Fix dynamic parameter
Wrong Gatling usage: randCustId() was only called once. One needs to pass a function.
2020-09-06 23:29:31 +02:00
developerDiv 1927bb1b46 BAEL-4287 - Rolling Back Migrations with Flyway (#9910)
* First commit - Flyway Undo

* Simplify migrations
Move to own package
2020-09-06 16:27:59 +01:00
Loredana Crusoveanu 3ddc6fd882 Merge pull request #9975 from dupirefr/team/JAVA-2306-split-spring_persistence_modules
[JAVA-2306] Fixes after Loredana's review
2020-09-06 11:58:01 +03:00
fdpro 68b732beb0 [JAVA-2306] Fixes after Loredana's review
* Brought back UserRepositoryCustomImpl.java

* Added link to https://www.baeldung.com/spring-data-jpa-query in spring-data-jpa-query-2 README

* Migrated code for https://www.baeldung.com/spring-data-jpa-query-by-date

* Migrated https://www.baeldung.com/spring-vs-jta-transactional to spring-persistence-simple
2020-09-05 15:37:32 +02:00
davidmartinezbarua cc74ffc80e Merge pull request #9969 from md-fork/BAEL-3619
BAEL-3619 - Dates in OpenAPI Files
2020-09-05 10:22:20 -03:00
bfontana 60b789111a Merge pull request #9967 from Sebassllr/feature/BAEL-4387
Sebassllr/sebaslunasllr@gmail.com
2020-09-04 18:54:23 -03:00
rpvilao dec24bea88 Merge pull request #9926 from eugenp/feature/BAEL-4142
BAEL-4132: How to create a temporary directory/folder in Java?
2020-09-04 18:01:33 +01:00
Sebastian Luna 53360080db BAEL-4387 Change Module 2020-09-03 20:49:20 -05:00
Marco Denisi 5b20bb3d2a BAEL-3619 - add swagger samples 2020-09-03 16:59:07 +02:00
marcodenisi 2133920f2a Merge pull request #4 from eugenp/master
merge
2020-09-03 16:46:59 +02:00
Loredana Crusoveanu 30080613cc Merge pull request #9956 from dupirefr/team/JAVA-2306-split-spring_persistence_modules
Team/java 2306 split spring persistence modules
2020-09-03 11:45:24 +03:00
Loredana Crusoveanu 2770af80b2 Merge pull request #9968 from kwoyke/JAVA-2401
JAVA-2401: Remove redundant repository config
2020-09-03 10:26:39 +03:00
bfontana 3a2853cdf6 Merge pull request #9965 from maciejglowka/BAEL-4297
BAEL-4297: example of IllegalMonitorStateException
2020-09-02 21:23:29 -03:00
Maciej Glowka 3fd8926145 BAEL-4297: fixed unsynchronized classes naming, added slf4j logging 2020-09-02 23:56:02 +02:00
fdpro 285890231d [JAVA-2306] Removed unnecessary Bar field in Foo class 2020-09-02 20:22:44 +02:00
fdpro 16f3fdd81b [JAVA-2306] Added .sdkmanrc to .gitignore 2020-09-02 20:22:44 +02:00
fdpro 3b41d6352d [JAVA-2306] Moved last article to spring-jdbc 2020-09-02 20:22:44 +02:00
fdpro 910bda6ef1 [JAVA-2306] Fixed READMEs
* spring-jpa-2

* spring-data-jpa-repo-2

* spring-data-jpa-query-2

* spring-jdbc

* spring-persistence-simple
2020-09-02 20:22:44 +02:00
fdpro eb4c306451 [JAVA-2306] Moved articles from spring-persistence-simple-2
* https://www.baeldung.com/spring-jdbctemplate-testing went to spring-jdbc

* https://www.baeldung.com/spring-jdbctemplate-in-list went to spring-jdbc

* https://www.baeldung.com/spring-mock-jndi-datasource went to spring-persistence-simple

* Deleted spring-persistence-simple-2 module as all articles have been moved
2020-09-02 20:22:44 +02:00
fdpro 4e4ac650fa [JAVA-2306] Moved articles from spring-persistence-simple
* https://www.baeldung.com/the-persistence-layer-with-spring-and-jpa went into spring-jpa-2

* https://www.baeldung.com/hibernate-5-spring went to spring-jpa-2

* https://www.baeldung.com/transaction-configuration-with-jpa-and-spring went to spring-jpa-2

* https://www.baeldung.com/persistence-layer-with-spring-and-hibernate went to spring-jpa-2

* https://www.baeldung.com/simplifying-the-data-access-layer-with-spring-and-java-generics went to spring-jpa-2

* https://www.baeldung.com/the-persistence-layer-with-spring-data-jpa went to spring-data-jpa-repo-2

* https://www.baeldung.com/spring-data-jpa-query went to spring-data-jpa-query-2

* https://www.baeldung.com/spring-jdbc-jdbctemplate moved to spring-jdbc

* Removed spring-persistence-simple module as all articles have been moved
2020-09-02 20:22:44 +02:00
François Dupire 0a24acf927 [JAVA-2306] Fix - Added spring-data-jpa-query-2 to modules list 2020-09-02 20:22:44 +02:00
Sampada 473b453a1f BAEL-4441: Custom User Attributes with Keycloak and Spring (#9966) 2020-09-02 08:46:52 -07:00
Krzysztof Woyke c9d080aff4 JAVA-2401: Remove redundant repository config 2020-09-02 15:23:35 +02:00
Sebastian Luna 8d07e8fab9 BAEL-4387 Change module 2020-09-02 07:46:50 -05:00
Loredana Crusoveanu a82d2bf9e0 Merge pull request #9963 from kwoyke/JAVA-2398-2
JAVA-2398: Remove redundant config classes import
2020-09-02 13:22:20 +03:00
Maciej Glowka 9d24bc1598 BAEL-4297: example of IllegalMonitorStateException 2020-09-01 21:15:56 +02:00
davidmartinezbarua ba38797af0 Merge pull request #9909 from umangbudhwar/BAEL-4095
BAEL-4095
2020-09-01 13:42:39 -03:00
majajoksovic 8d2c467e2b BAEL-4465 (#9954)
* initial commit

* fixed indent

* removed unused dependencies

* some minor code changes and unit tests

* fixed file names
2020-09-01 08:23:00 -07:00
Krzysztof Woyke 468217efea JAVA-2398: Remove redundant config classes import 2020-09-01 17:19:24 +02:00
kwoyke 2dc6089b10 BAEL-4518: Upgrade jooq version (#9955) 2020-09-01 16:49:22 +02:00
Umang Budhwar b8bcbeee90 Added two space indent for the line continuation. 2020-09-01 19:46:56 +05:30
Umang Budhwar 9aae16fb44 Merge branch 'BAEL-4095' of https://github.com/umangbudhwar/tutorials into BAEL-4095 2020-09-01 19:44:01 +05:30
Umang Budhwar 994e25312b Revert "Added two space indent for the line continuation."
This reverts commit 03ac0c0b5d.
2020-09-01 19:28:46 +05:30
Umang Budhwar 03ac0c0b5d Added two space indent for the line continuation. 2020-09-01 19:13:34 +05:30
rpvilao 9d6e17a4e0 Merge pull request #9905 from anirban99/feature/ktln-154/collection-aggregate-operations-in-kotlin
KTLN-154 : Collection Aggregate Operations in Kotlin
2020-09-01 09:45:00 +01:00
rpvilao 6e27162f65 Merge pull request #9917 from michael-pratt/BAEL-4224
BAEL-4224: Hidden inputs with thymeleaf
2020-09-01 09:36:00 +01:00
Eric Martin 4ef9b3398f Merge pull request #9960 from alimate/BAEL-4579-3
BAEL-4579: Disabling Tomcat URL Stream Factory
2020-08-31 22:52:11 -05:00
Ali Dehghani 026e3c511e Disabling Tomcat URL Stream Factory 2020-09-01 04:27:53 +04:30
Anirban Chatterjee c6d9555617 Refactored package 2020-08-31 20:38:06 +02:00
Maiklins d237c52a1f Java-75 update intro to reactor core (#9953)
* Java-75 Update intro to Reactor Core

* Java-75 Create package for introduction

* Java-75 Update reactor version and align unit test with article

Co-authored-by: mikr <michael.krimgen@ximedes.com>
2020-08-31 23:11:46 +05:30
Michael Pratt d4d7059add Update BlogController.java
Update formatting
2020-08-31 10:34:01 -06:00
Mona Mohamadinia 25b1749308 BAEL-4530: A Guide to @DynamicPropertySource in Spring (#9877)
* A Guide to @DynamicPropertySource in Spring

* Moving to a new module

* Reverting the Changes in the original module
2020-08-31 16:43:13 +01:00
Sampada e0ebf5904f JAVA-84: Move articles out of spring-boot part 1 (#9950)
* JAVA-84: Moved 1 article to spring-boot-actuator

* JAVA-84: Moved 2 articles to spring-boot-mvc

* JAVA-84: README changes for spring-boot module

* JAVA-84: Moved classes to com.baeldung pkg to correct compilation issue
2020-08-31 20:41:47 +05:30
Dhawal Kapil 8cf889d27e Merge pull request #9947 from Maiklins/Java-1462-Reduce-logging-api-gateway-spring-boot-springdoc-spring-zuul-rate-limiting-hibernate-ogm-jpa-hibernate-cascade-type
Reduce logging - Modules api-gateway, spring-boot-springdoc, spring-z…
2020-08-31 20:36:37 +05:30
Dhawal Kapil 55a5210a91 Merge pull request #9946 from Maiklins/Java-1462-reduce-logging-modules-core-java-io-2-spring-ejb-beans-spring-boot-security-spring-data-jpa-3
Java-1461 Reduce logging - core-java-io-2, spring-ejb-beans, spring-boot-security
2020-08-31 20:35:06 +05:30
Dhawal Kapil 792df33996 Merge pull request #9945 from sampada07/JAVA-33
JAVA-33: Moved spring-katharsis to boot-2
2020-08-31 20:29:48 +05:30
Eric Martin e60f79377b Merge pull request #9952 from alimate/BAEL-4579-2
BAEL-4579: Fix the integrations tests in ribbon-client-service
2020-08-30 22:37:01 -05:00