1. b495352 chore(deps): update plugin com.github.autostyle to v4 by Mend Renovate · 3 days ago master
  2. 4166b4b fix: replace deprecated dependencyProject.path with .path by Vladimir Sitnikov · 2 days ago
  3. d980ddf chore: trust -javadoc, -sources, and gradle:gradle artifacts by Vladimir Sitnikov · 2 days ago
  4. 9220e26 chore(deps): update dependency gradle to v8.14.3 by Mend Renovate · 3 days ago
  5. 577b7b6 chore: run Errorprone verifications by default by Vladimir Sitnikov · 3 days ago
  6. 4bed942 fix: replace checksum-dependency-plugin with Gradle dependency verification by Vladimir Sitnikov · 4 days ago
  7. 2b09e2e chore(deps): update burrunan/gradle-cache-action action to v3 by Mend Renovate · 3 days ago
  8. e456dee chore(deps): update gradle/wrapper-validation-action action to v3 by Mend Renovate · 3 days ago
  9. 83e211f Move to Java 17 (migrate source code from Java 8) (#6462) by Milamber · 2 weeks ago
  10. 77675e0 fix: support trailing empty default values in JSON Extractor(#6448) by Raul Almeida · 3 months ago
  11. 9c64fd2 factor out error handling logic by Alioth Null · 4 months ago
  12. d154f27 remove reflection by Alioth Null · 4 months ago
  13. 96ea3c0 fix(deps): update dependency jacoco to v0.8.12 by Mend Renovate · 4 months ago
  14. 6e58d4b fix(deps): update dependency io.mockk:mockk to v1.13.17 by Mend Renovate · 4 months ago
  15. 131c4cf fix typo on flotSyntheticResponseTimeDistribution caused export to png to fail by Raul Almeida · 4 months ago
  16. a7bd8fa Update index.xml by Anjanan · 5 months ago
  17. d3dcc82 fix(deps): update dependency commons-logging:commons-logging to v1.3.5 by Mend Renovate · 5 months ago
  18. 19c7563 fix(deps): update dependency com.thoughtworks.xstream:xstream to v1.4.21 by Mend Renovate · 5 months ago
  19. 6d39ac6 fix(deps): update dependency com.github.tomakehurst:wiremock-jre8 to v2.35.2 by Mend Renovate · 5 months ago
  20. 30b3b7e update according to CR by junyejiang · 5 months ago
  21. 10491a6 Correct mirror server class path by junyejiang · 6 months ago
  22. d7f7bcc chore(deps): update plugin org.gradlex.build-parameters to v1.4.4 by Mend Renovate · 6 months ago
  23. ab65ec1 Update Develocity plugin versions by Clay Johnson · 6 months ago
  24. 9747669 Use `DEVELOCITY_ACCESS_KEY` to authenticate to `develocity.apache.org` by Clay Johnson · 6 months ago
  25. ecac72d Publish build scans to develocity.apache.org by Clay Johnson · 6 months ago
  26. 5d97781 Removed duplicated call to applyHiDPIOnFonts by Gabriele Coletta · 8 months ago
  27. 083d6fe Apply HiDPI mode on GUI setup by Gabriele Coletta · 12 months ago
  28. be0cf3a Updated the `createMenuItem` method to use a more descriptive variable name `menuItem` for clarity and consistency. by František Bílek · 8 months ago
  29. 423c00b style(StandardJmeterEngine): remove unnecessary code by linvaux · 8 months ago
  30. c846e66 Add explanation to UnrecoverableKeyException by Patrick Uiterwijk · 9 months ago
  31. f9fe8e4 Fix KeyManage log when using CLI mode by Patrick Uiterwijk · 9 months ago
  32. 872112b Add test to check report generation from read-only directory by Felix Schumacher · 10 months ago
  33. 939ae3c Ensure directories are writable when generating reports from read-only sources by Felix Schumacher · 10 months ago
  34. 8268c1c Add since annotation to javadoc for new feature by Felix Schumacher · 10 months ago
  35. 66c2df7 Use simple long, as we are initialized before the reading threads are started by Felix Schumacher · 10 months ago
  36. 9e2e2bc Add startTime to AbstractThreadGroup and use it in OMTG and PreciseThroughputTimer by Felix Schumacher · 10 months ago
  37. 45996db Use current time as start time for OMTG by Felix Schumacher · 10 months ago
  38. 6abfb4d Fix markup by Felix Schumacher · 10 months ago
  39. 954d229 Add changes to changes.xml by Felix Schumacher · 10 months ago
  40. 356775d More occurrences of com.mysql.jdbc.Driver / replace them all by Felix Schumacher · 10 months ago
  41. 9643596 Update component_reference.xml for com.mysql.cj.jdbc.Driver by David Getzlaff · 10 months ago
  42. 3a38f04 Add new jdbc.driver.class "com.mysql.cj.jdbc.Driver" to jmeter.properties by David Getzlaff · 1 year, 3 months ago
  43. d1de0b8 Exclude Oracle Java on MacOS. It is not working currently by Felix Schumacher · 10 months ago
  44. 90f6998 Fix flaky brotli decompression batch test by Felix Schumacher · 10 months ago
  45. 7550111 fix(Jmeter): fix a wrong method name by wick · 11 months ago
  46. 8b25820 Fixed Typo in error message #6335 Issue by Jitesh Kumar Raghav · 10 months ago
  47. 3e9af5d chore: bump Gradle to 8.9 by Vladimir Sitnikov · 12 months ago
  48. 871aa60 style: remove unused imports by Vladimir Sitnikov · 12 months ago
  49. ca708c8 Removed several collections which are updated, but seem to be never accessed. by Dmitry Kryukov · 1 year, 1 month ago
  50. 6b65008 chore: use xercesImpl:2.12.1 for the buildscript classpath to avoid old xerces during the build by Vladimir Sitnikov · 12 months ago
  51. cbdfd1b Fix log4j package warning on JMeter startup: WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated ... by Piotr P. Karwasz · 12 months ago
  52. 174ba31 Fixed grammar by David Coomber · 1 year, 1 month ago
  53. 339c793 Fixed typo by David Coomber · 1 year, 1 month ago
  54. 289b3d1 fix: trim whitespace when parsing numeric properties by Vladimir Sitnikov · 1 year, 2 months ago
  55. bacaa8b Add a space between key and value after : in View Results Tree > Sampler result tab #6267 (#6268) by Milamber · 1 year, 3 months ago
  56. 09c3f81 change: use Java 17 as the build target, require Java 17+ for execution by Vladimir Sitnikov · 1 year, 7 months ago
  57. d3cba66 chore: set next version to 6.0.0 by Vladimir Sitnikov · 1 year, 6 months ago
  58. 79bc2c8 Add the 5.6.3 release by Milamber · 1 year, 7 months ago
  59. 34a2785 test: reduce JMeterTest > runSerialTest test noise by Vladimir Sitnikov · 1 year, 7 months ago rel/v5.6.3 v5.6.3-rc2
  60. ff63439 fix: store ThreadGroup.scheduler fields by Vladimir Sitnikov · 1 year, 7 months ago
  61. 6c2a009 prepare new version 5.6.3 by Milamber · 1 year, 7 months ago v5.6.3-rc1
  62. 945281c feat: pass JDBCSampler.maxRows to Statement.setMaxRows so the driver does not fetch extra rows from the database by Vladimir Sitnikov · 1 year, 7 months ago
  63. aa22e93 chore: apply kapt incremental execution failure workaround for all kapt tasks by Vladimir Sitnikov · 1 year, 7 months ago
  64. 05c8659 chore: add workaround for kapt failure "Number of loaded files in snapshots differs" by Vladimir Sitnikov · 1 year, 7 months ago
  65. b36a9c4 Reapply "refactor: JMeterSerialTest to Kotlin so we have one less compileJava task" by Vladimir Sitnikov · 1 year, 7 months ago
  66. c204d5c Reapply "refactor: @JMeterSerialTest.java -> JMeterSerialTest.kt" by Vladimir Sitnikov · 1 year, 7 months ago
  67. 241078e Revert "refactor: @JMeterSerialTest.java -> JMeterSerialTest.kt" by Vladimir Sitnikov · 1 year, 7 months ago
  68. 8a5f5d8 Revert "refactor: JMeterSerialTest to Kotlin so we have one less compileJava task" by Vladimir Sitnikov · 1 year, 7 months ago
  69. 1c64012 refactor: JMeterSerialTest to Kotlin so we have one less compileJava task by Vladimir Sitnikov · 1 year, 7 months ago
  70. 4199228 refactor: @JMeterSerialTest.java -> JMeterSerialTest.kt by Vladimir Sitnikov · 1 year, 7 months ago
  71. 8d629f1 test: use bin/temp/ftp_test instead of bin/ftp_test so the generated files are not accidentally committed by Vladimir Sitnikov · 1 year, 7 months ago
  72. be645a2 docs: update changelog for 5.6.3 by Vladimir Sitnikov · 1 year, 7 months ago
  73. c962ec6 refactor: migrate JUnit 3 tests to JUnit 5, remove JUnit 4 test dependency by Vladimir Sitnikov · 1 year, 7 months ago
  74. ae75354 refactor: replace org.junit.Assert with org.junit.jupiter.api.Assertions by Vladimir Sitnikov · 1 year, 7 months ago
  75. e5355de chore: remove Groovy compilation from the build pipeline by Vladimir Sitnikov · 1 year, 7 months ago
  76. dfe4649 refactor: migrate :src:protocol:bolt Groovy tests to Kotlin by Vladimir Sitnikov · 1 year, 7 months ago
  77. bf18733 refactor: rename .groovy to .kt in :src:protocol:bolt to allow Git track history better by Vladimir Sitnikov · 1 year, 7 months ago
  78. d80c022 refactor: migrate :src:protocol:jdbc Groovy tests to Kotlin by Vladimir Sitnikov · 1 year, 7 months ago
  79. 2f2cbbd refactor: rename .groovy to .kt in :src:protocol:jdbc to allow Git track history better by Vladimir Sitnikov · 1 year, 7 months ago
  80. a0ab4ee refactor: migrate :src:protocol:http Groovy tests to Kotlin by Vladimir Sitnikov · 1 year, 7 months ago
  81. 7df1f93 refactor: rename .groovy to .kt in :src:protocol:http to allow Git track history better by Vladimir Sitnikov · 1 year, 7 months ago
  82. b9dc01f refactor: migrate Groovy tests in :src:functions to Kotlin by Vladimir Sitnikov · 1 year, 7 months ago
  83. d5bc84c refactor: rename .groovy to .kt in :src:functions to allow Git track history better by Vladimir Sitnikov · 1 year, 7 months ago
  84. 53f9066 refactor: remove unused JMeterSpec.groovy by Vladimir Sitnikov · 1 year, 7 months ago
  85. 5c7d63e refactor: migrate :src:dist-check Groovy tests to Kotlin by Vladimir Sitnikov · 1 year, 7 months ago
  86. a7706f0 refactor: rename .groovy to .kt in :src:dist-check to allow Git track history better by Vladimir Sitnikov · 1 year, 7 months ago
  87. 572698f refactor: migrate :src:components Groovy tests to Kotlin by Vladimir Sitnikov · 1 year, 7 months ago
  88. 5c0d592 refactor: rename .groovy to .kt in :src:components to allow Git track history better by Vladimir Sitnikov · 1 year, 7 months ago
  89. 993ed37 refactor: move JMeterSpec to :src:components as :src:core no longer has Groovy by Vladimir Sitnikov · 1 year, 7 months ago
  90. e46aa4c refactor: replace Groovy tests in :src:core with Kotlin by Vladimir Sitnikov · 1 year, 7 months ago
  91. 6239f00 refactor: rename .groovy to .kt in :src:core to allow Git track history better by Vladimir Sitnikov · 1 year, 7 months ago
  92. 23f9228 refactor: replace Groovy tests in :src:jorphan with Kotlin by Vladimir Sitnikov · 1 year, 7 months ago
  93. a671815 refactor: rename .groovy -> .kt in :src:jorphan so Git tracks history better by Vladimir Sitnikov · 1 year, 7 months ago
  94. c7a41e0 fix(deps): update org.apache.logging.log4j to v2.22.1 by Mend Renovate · 1 year, 7 months ago
  95. 73719bd Next major release will be for Java 17+ by Milamber · 1 year, 7 months ago
  96. c3457ff test: verify that GuiComponent.configure+modifyTestElement does not modify element after creation by Vladimir Sitnikov · 1 year, 7 months ago
  97. 0d9c351 refactor: use property bindings in TestPlanGui by Vladimir Sitnikov · 1 year, 7 months ago
  98. 2782476 refactor: use property bindings in ThreadGroupGui, OpenModelThreadGroupGui by Vladimir Sitnikov · 1 year, 7 months ago
  99. 1651026 refactor: use property bindings in BeanShellSamplerGui by Vladimir Sitnikov · 1 year, 7 months ago
  100. 9b25862 fix: add property bindings to reduce code duplication in UI classes and make "configure and modifyTestElement" simple in most cases by Vladimir Sitnikov · 1 year, 7 months ago