Commit Graph

28 Commits

Author SHA1 Message Date
Dhawal Kapil e297f43f17 JAVA-19536 Formatting of pom.xml 2023-04-07 22:32:01 +05:30
panos-kakos 6e98182159 [JAVA-18143] Clean up (#13685) 2023-03-22 09:30:32 +05:30
Loredana Crusoveanu 9b0dc28849 fix multiple failures 2023-03-17 16:29:57 +02:00
timis1 4c5bbd838a JAVA-17765 Cleanup un-committed or un-ignored artifacts - Week 6 - 2023 (#13456)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-02-12 22:13:59 +05:30
edizor 3a82caa5b6 Update README.md
[skip ci]
2023-02-09 07:31:37 +08:00
Muhammad Asif 0dbc07b1de BAEL-5990 Added JMeter-Dashboard profile to isolate (#13435)
* BAEL-5990 is implemented to generate JMeter dashboard reports

* BAEL-5990 made a fix to use Random nextInt() method with single arg

* BAEL-5990 updated code to use Arrays.asList rather than List.of

* BAEL-5990 Replaced tabs with space

* BAEL-5990 Removed unnecessary exception in the method declaration

* BAEL-5990 Updated class name

* BAEL-5990 Added JMeterDashboard profile to exclude DashboardApplication scan in other cases
2023-02-06 18:23:47 -06:00
Muhammad Asif 107232d079 BAEL-5990 is implemented to generate JMeter dashboard reports (#13345)
* BAEL-5990 is implemented to generate JMeter dashboard reports

* BAEL-5990 made a fix to use Random nextInt() method with single arg

* BAEL-5990 updated code to use Arrays.asList rather than List.of

* BAEL-5990 Replaced tabs with space

* BAEL-5990 Removed unnecessary exception in the method declaration

* BAEL-5990 Updated class name
2023-02-04 10:25:23 -06:00
collaboratewithakash 5835814337 backlink fixed 2023-01-21 15:52:19 +05:30
Asjad J 9b27483931 Updated README.md
added link back to the article: https://www.baeldung.com/java-jmeter-latency-vs-load-time/
2022-10-05 15:29:46 +05:00
dholde e16182f325 JMeter - Latency Vs Load Time: Add Test Plan File (#12770) 2022-10-03 21:12:39 -06:00
Asjad J 1a5990f62d Updated README.md
added link back o the article: https://www.baeldung.com/jmeter-basic-auth
2022-04-13 05:43:12 +05:00
sebx59 8cb2197c85 BAEL-4674 - Basic Authentication in JMeter (#11882)
* BAEL-4674 - Basic Authentication in JMeter

Test plans & resources for article Basic Authentication in JMeter
Server classes to test basic auth against local server

* handled comments

* updated following feedback

Co-authored-by: Sebastien HARDEMAN <sebastien.hardeman@groupe-mma.fr>
2022-04-06 13:15:10 +01:00
johnA1331 82dc813173 Update README.md 2021-09-24 13:43:30 +08:00
sampadawagde 1a53db30c9 JAVA-5223: Fix formatting of POMs (Part 8) 2021-05-09 16:26:44 +05:30
johnA1331 537253a683 Update README.md 2021-03-03 20:39:32 +08:00
Liam Garvie 47daf65bae BAEL-4672 changed jmeter integration test's spacing to use spaces instead of tabs 2021-02-23 09:30:27 +00:00
Liam Garvie 4e18d98258 BAEL-4672 updated JMeter readme to reflect changes in API format 2021-02-21 20:05:30 +00:00
Liam Garvie 04475d1555 Updated JMeter tests to reflect UUID controller change 2021-02-20 11:19:12 +00:00
Liam Garvie 745f15f7f2 changed uri for jmeter UUID controller 2021-02-20 11:18:09 +00:00
Liam Garvie 0fabae2d65 changed name of JMeter test controller to remove 'test' language from production code 2021-02-20 11:13:45 +00:00
Liam Garvie af040e54c6 BAEL-4672 removed link from README file for JMeter file extraction article 2021-02-17 15:21:11 +00:00
Liam Garvie 7630f9dd91 BAEL-4672 changed file path to be placeholder for JMEter file axtraction script 2021-02-15 16:25:11 +00:00
Liam Garvie 60a19ec9f4 BAEL-4672 added content for JMeter extract data to file tutorial 2021-02-13 11:38:55 +00:00
kwoyke c3cd93fcdb JAVA-2563: Upgrade Spring Boot version to 2.3.3.RELEASE (#9985)
* JAVA-2563: Upgrade Spring Boot version to 2.3.3.RELEASE

* JAVA-2563: Downgrade spring-cloud-connectors-heroku to Spring Boot 2.2.6.RELEASE

* JAVA-2563: Add joda-time version

* JAVA-2563: Add spring-boot-starter-validation dependency

* JAVA-2563: Add spring-boot-starter-validation dependency

* JAVA-2563: Add spring-boot-starter-validation dependency

* JAVA-2563: Add spring-boot-starter-validation dependency

* JAVA-2563: Add spring-boot-starter-validation dependency

* JAVA-2563: Use MongoClients factory instead of MongoClient directly

* JAVA-2563: Downgrade spring-5-data-reactive to Spring Boot 2.2.6.RELEASE

* JAVA-2563: Switch back to default bootstrap mode for JPA

* JAVA-2563: Add spring-boot-starter-validation dependency

* JAVA-2563: Switch from ServerHttpRequest to ServerWebExchange interface

* JAVA-2563: Use OutputCaptureRule instead of OutputCapture

* JAVA-2563: Add spring-boot-starter-validation dependency

* JAVA-2563: Add spring-boot-starter-validation dependency

* JAVA-2563: Add spring-boot-starter-validation dependency

* JAVA-2563: Fix Jackson dependency

* JAVA-2563: Fix ManualEmbeddedMongoDbIntegrationTest

* JAVA-2563: Replace validation-api with spring-boot-starter-validation

* JAVA-2563: Fix usage of deprecated getErrorAttributes method

* JAVA-2563: Downgrade spring-data-cassandra-reactive to Spring Boot 2.2.6.RELEASE

* JAVA-2563: Set spring.datasource.generate-unique-name to false in spring-session-jdbc
2020-09-11 18:19:02 +05:30
sampadawagde fd318eb476 JAVA-919: Migrate jmeter to parent-boot-2 2020-04-20 23:15:30 +05:30
catalin-burcea 153a3923f0 [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +02:00
Dhawal Kapil 2137f71568 BAEL-18777 POM Properties Cleanup
- Properties cleanup of projects starting with j
2019-11-23 20:13:34 +05:30
Eric Martin 3225470df5 Merge pull request #8125 from eugenp/revert-8119-BAEL-3275-2
Revert "BAEL-3275: Using blocking queue for pub-sub"
2019-10-31 20:43:47 -05:00