id int64 23 9.99k | text_id stringlengths 19 45 | repo_owner stringlengths 4 19 | repo_name stringlengths 2 20 | issue_url stringlengths 40 67 | pull_url stringlengths 38 65 | comment_url stringlengths 38 81 | links_count int64 1 2 | link_keyword stringclasses 7
values | issue_title stringlengths 25 133 | issue_body stringlengths 145 15.8k | base_sha stringlengths 40 40 | head_sha stringlengths 40 40 | diff_url stringlengths 120 148 | diff stringlengths 617 62.9k | changed_files stringlengths 60 1.93k | changed_files_exts stringlengths 12 13 | changed_files_count int64 1 17 | java_changed_files_count int64 1 17 | kt_changed_files_count int64 0 0 | py_changed_files_count int64 0 0 | code_changed_files_count int64 1 17 | repo_symbols_count int64 111k 38.1M | repo_tokens_count int64 23.7k 7.63M | repo_lines_count int64 3.55k 995k | repo_files_without_tests_count int64 41 6.47k | changed_symbols_count int64 36 33.2k | changed_tokens_count int64 5 6.04k | changed_lines_count int64 1 506 | changed_files_without_tests_count int64 1 14 | issue_symbols_count int64 145 15.8k | issue_words_count int64 14 698 | issue_tokens_count int64 32 3.21k | issue_lines_count int64 2 152 | issue_links_count int64 0 3 | issue_code_blocks_count int64 0 5 | pull_create_at timestamp[s] | repo_stars int64 399 44.3k | repo_language stringclasses 4
values | repo_languages stringlengths 17 344 | repo_license stringclasses 2
values |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
157 | square/okhttp/1254/1158 | square | okhttp | https://github.com/square/okhttp/issues/1158 | https://github.com/square/okhttp/pull/1254 | https://github.com/square/okhttp/pull/1254 | 1 | closes | Should okhttp be caching HTTP 307 (or 302) responses according to the w3 document? | I am using retrofit and okhttp in my Android app to download documents, images and music files. The files are hosted on Amazon through a CDN so the URLs change often. My backend server will try to use redirects to decrease the need to have to constantly update my content on my mobile app every time the CDN url changes.... | 64f2af812bef505b6cbc1693aa8b504d9dbbb42e | 1d6f0e75d599e2cb02f0fe182f7dbf966cd5cb2b | https://github.com/square/okhttp/compare/64f2af812bef505b6cbc1693aa8b504d9dbbb42e...1d6f0e75d599e2cb02f0fe182f7dbf966cd5cb2b | diff --git a/okhttp-tests/src/test/java/com/squareup/okhttp/CacheTest.java b/okhttp-tests/src/test/java/com/squareup/okhttp/CacheTest.java
index 9fba4601c..0fd174648 100644
--- a/okhttp-tests/src/test/java/com/squareup/okhttp/CacheTest.java
+++ b/okhttp-tests/src/test/java/com/squareup/okhttp/CacheTest.java
@@ -121,9 +... | ['okhttp/src/main/java/com/squareup/okhttp/internal/http/CacheStrategy.java', 'okhttp-urlconnection/src/test/java/com/squareup/okhttp/UrlConnectionCacheTest.java', 'okhttp-tests/src/test/java/com/squareup/okhttp/CacheTest.java'] | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 875,001 | 202,735 | 24,643 | 132 | 1,919 | 416 | 44 | 1 | 3,541 | 539 | 802 | 69 | 2 | 0 | 1970-01-01T00:23:39 | 44,252 | Kotlin | {'Kotlin': 3059143, 'Java': 744989, 'Shell': 2995} | Apache License 2.0 |
688 | dbeaver/dbeaver/12766/12765 | dbeaver | dbeaver | https://github.com/dbeaver/dbeaver/issues/12765 | https://github.com/dbeaver/dbeaver/pull/12766 | https://github.com/dbeaver/dbeaver/pull/12766 | 1 | fix | SqlServer FK between two schemas doesn't show on UI | <!--
Thank you for reporting an issue.
*IMPORTANT* - *before* creating a new issue please look around:
- DBeaver documentation: https://github.com/dbeaver/dbeaver/wiki
and
- open issues in Github tracker: https://github.com/dbeaver/dbeaver/issues
If you cannot find a similar problem, then create a new i... | 63aee4269a199deb69359f4913055615619a7666 | 0e820df3b91ff92f3c37db90335d30703afde0fd | https://github.com/dbeaver/dbeaver/compare/63aee4269a199deb69359f4913055615619a7666...0e820df3b91ff92f3c37db90335d30703afde0fd | diff --git a/plugins/org.jkiss.dbeaver.ext.mssql/src/org/jkiss/dbeaver/ext/mssql/model/SQLServerSchema.java b/plugins/org.jkiss.dbeaver.ext.mssql/src/org/jkiss/dbeaver/ext/mssql/model/SQLServerSchema.java
index dac1924bb9..e41e19e4ef 100644
--- a/plugins/org.jkiss.dbeaver.ext.mssql/src/org/jkiss/dbeaver/ext/mssql/model... | ['plugins/org.jkiss.dbeaver.ext.mssql/src/org/jkiss/dbeaver/ext/mssql/model/SQLServerSchema.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 21,252,088 | 4,358,670 | 579,957 | 4,152 | 1,158 | 240 | 25 | 1 | 2,113 | 299 | 550 | 39 | 3 | 0 | 1970-01-01T00:27:03 | 33,177 | Java | {'Java': 26145871, 'JavaScript': 139972, 'C++': 63113, 'ANTLR': 29768, 'CSS': 20674, 'HTML': 12246, 'XSLT': 8047, 'Batchfile': 2891, 'Shell': 202} | Apache License 2.0 |
673 | dbeaver/dbeaver/20881/20529 | dbeaver | dbeaver | https://github.com/dbeaver/dbeaver/issues/20529 | https://github.com/dbeaver/dbeaver/pull/20881 | https://github.com/dbeaver/dbeaver/pull/20881 | 1 | closes | SSH connection defaults to OS login, if server login not saved in settings | ### Description
It's related to credential popup changes from #18017 - now if SSH is set to use encrypted certificates there will be a popup asking for certificate password, but there's no way to enter server login. If the login is stored in settings - it will work - but in case the login is left empty, the connection... | 1ad21c12ab285733bdf877024ebb4d6d071617b1 | 41addd796eaf82905bfb7d587214542b8990c50d | https://github.com/dbeaver/dbeaver/compare/1ad21c12ab285733bdf877024ebb4d6d071617b1...41addd796eaf82905bfb7d587214542b8990c50d | diff --git a/plugins/org.jkiss.dbeaver.net.ssh.ui/src/org/jkiss/dbeaver/ui/net/ssh/SSHTunnelConfiguratorUI.java b/plugins/org.jkiss.dbeaver.net.ssh.ui/src/org/jkiss/dbeaver/ui/net/ssh/SSHTunnelConfiguratorUI.java
index ffd49fbb4f..7f59eee123 100644
--- a/plugins/org.jkiss.dbeaver.net.ssh.ui/src/org/jkiss/dbeaver/ui/net... | ['plugins/org.jkiss.dbeaver.registry/src/org/jkiss/dbeaver/registry/DataSourceDescriptor.java', 'plugins/org.jkiss.dbeaver.net.ssh.ui/src/org/jkiss/dbeaver/ui/net/ssh/SSHTunnelConfiguratorUI.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 25,916,171 | 5,294,862 | 697,820 | 4,986 | 2,351 | 325 | 33 | 2 | 858 | 148 | 190 | 27 | 0 | 0 | 1970-01-01T00:28:12 | 33,177 | Java | {'Java': 26145871, 'JavaScript': 139972, 'C++': 63113, 'ANTLR': 29768, 'CSS': 20674, 'HTML': 12246, 'XSLT': 8047, 'Batchfile': 2891, 'Shell': 202} | Apache License 2.0 |
1,658 | square/leakcanary/458/449 | square | leakcanary | https://github.com/square/leakcanary/issues/449 | https://github.com/square/leakcanary/pull/458 | https://github.com/square/leakcanary/pull/458 | 1 | fixes | NullPointerException in LeakCanaryInternals.isInServiceProcess() | It looks like ActivityManager.getRunningAppProcesses can return null: http://developer.android.com/reference/android/app/ActivityManager.html#getRunningAppProcesses()
LeakCanaryInternals.isInServiceProcess() doesn't seem to check for this case.
Stack trace excerpt:
java.lang.RuntimeException: Unable to create applic... | 462561d249bddf5a28439bc588a7cb026a8425bf | efa41ac38b4fa4d48df06d011730a7ffdc8eb0d0 | https://github.com/square/leakcanary/compare/462561d249bddf5a28439bc588a7cb026a8425bf...efa41ac38b4fa4d48df06d011730a7ffdc8eb0d0 | diff --git a/leakcanary-android/src/main/java/com/squareup/leakcanary/internal/LeakCanaryInternals.java b/leakcanary-android/src/main/java/com/squareup/leakcanary/internal/LeakCanaryInternals.java
index b334079f4..973b1b84d 100644
--- a/leakcanary-android/src/main/java/com/squareup/leakcanary/internal/LeakCanaryInterna... | ['leakcanary-android/src/main/java/com/squareup/leakcanary/internal/LeakCanaryInternals.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 170,559 | 37,251 | 4,662 | 43 | 540 | 112 | 13 | 1 | 1,565 | 81 | 361 | 23 | 1 | 0 | 1970-01-01T00:24:18 | 28,557 | Kotlin | {'Kotlin': 1363625, 'Java': 4762, 'Shell': 481, 'AIDL': 203} | Apache License 2.0 |
985 | alibaba/spring-cloud-alibaba/46/42 | alibaba | spring-cloud-alibaba | https://github.com/alibaba/spring-cloud-alibaba/issues/42 | https://github.com/alibaba/spring-cloud-alibaba/pull/46 | https://github.com/alibaba/spring-cloud-alibaba/pull/46 | 1 | fixes | Setting false on autoRegister of @EnableDiscoveryClient will throw exception and application failed to start | Description:
Field nacosRegistration in org.springframework.cloud.alibaba.nacos.NacosDiscoveryClient required a bean of type 'org.springframework.cloud.alibaba.nacos.registry.NacosRegistration' that could not be found.
- Bean method 'nacosRegistration' not loaded because @ConditionalOnProperty (spring.cloud.servic... | 0f444a40abbe830b108478e9e18f9a74d845f862 | 27ddaa68a81214832a0351db439eabbef9aed7ec | https://github.com/alibaba/spring-cloud-alibaba/compare/0f444a40abbe830b108478e9e18f9a74d845f862...27ddaa68a81214832a0351db439eabbef9aed7ec | diff --git a/spring-cloud-alibaba-nacos-discovery/src/main/java/org/springframework/cloud/alibaba/nacos/NacosDiscoveryAutoConfiguration.java b/spring-cloud-alibaba-nacos-discovery/src/main/java/org/springframework/cloud/alibaba/nacos/NacosDiscoveryAutoConfiguration.java
index 78c7ddcc..6e087422 100644
--- a/spring-clou... | ['spring-cloud-alibaba-nacos-discovery/src/test/java/org/springframework/cloud/alibaba/nacos/ribbon/NacosRibbonClientConfigurationTests.java', 'spring-cloud-alibaba-nacos-discovery/src/test/java/org/springframework/cloud/alibaba/nacos/NacosDiscoveryAutoConfigurationTests.java', 'spring-cloud-alibaba-nacos-discovery/src... | {'.java': 10} | 10 | 10 | 0 | 0 | 10 | 178,400 | 36,270 | 5,846 | 73 | 5,326 | 1,079 | 144 | 8 | 449 | 31 | 81 | 4 | 0 | 0 | 1970-01-01T00:25:39 | 26,133 | Java | {'Java': 1218311, 'HTML': 9491, 'Shell': 2729, 'Dockerfile': 1686, 'JavaScript': 860} | Apache License 2.0 |
564 | google/gson/2364/904 | google | gson | https://github.com/google/gson/issues/904 | https://github.com/google/gson/pull/2364 | https://github.com/google/gson/pull/2364 | 1 | fixes | BigDecimal equals problem | Dear developers, it looks like the primitive's equals to did not handle BigDecimal's comparison. The following test will fail:
```
public void testUnequalDecimals() {
JsonPrimitive small = new JsonPrimitive(1.0);
JsonPrimitive large = new JsonPrimitive(2.0);
assertFalse("small = large", small.equal... | 051cb43fd9040a432626ef53523f1e7db7ab52c1 | 3c364b9c945c0e337b51b59fa60fc32355519ed7 | https://github.com/google/gson/compare/051cb43fd9040a432626ef53523f1e7db7ab52c1...3c364b9c945c0e337b51b59fa60fc32355519ed7 | diff --git a/gson/src/main/java/com/google/gson/JsonPrimitive.java b/gson/src/main/java/com/google/gson/JsonPrimitive.java
index 827de959..f143da97 100644
--- a/gson/src/main/java/com/google/gson/JsonPrimitive.java
+++ b/gson/src/main/java/com/google/gson/JsonPrimitive.java
@@ -290,11 +290,10 @@ public final class Json... | ['gson/src/test/java/com/google/gson/JsonPrimitiveTest.java', 'gson/src/main/java/com/google/gson/JsonPrimitive.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 703,753 | 158,568 | 19,868 | 100 | 588 | 119 | 9 | 1 | 790 | 84 | 183 | 21 | 0 | 1 | 1970-01-01T00:28:00 | 22,315 | Java | {'Java': 1674830} | Apache License 2.0 |
227 | libgdx/libgdx/856/798 | libgdx | libgdx | https://github.com/libgdx/libgdx/issues/798 | https://github.com/libgdx/libgdx/pull/856 | https://github.com/libgdx/libgdx/pull/856 | 1 | fixes | Image are flipped in Particle Editor preview window | To Reproduce:
- open particle editor
- open any image
- image is shown flipped upside down
However, when particle is saved then loaded from file image is shown normal.
It's also mentioned in this thread:
http://www.badlogicgames.com/forum/viewtopic.php?f=11&t=3370&p=16574&hilit=particle+flipped#p16574
| 956c5671356974cab234cc1f8368f1ef583456a5 | cf01bc29946f1b3bd9ab3e4f1c6f99078944da02 | https://github.com/libgdx/libgdx/compare/956c5671356974cab234cc1f8368f1ef583456a5...cf01bc29946f1b3bd9ab3e4f1c6f99078944da02 | diff --git a/extensions/gdx-tools/src/com/badlogic/gdx/tools/particleeditor/EffectPanel.java b/extensions/gdx-tools/src/com/badlogic/gdx/tools/particleeditor/EffectPanel.java
index 04fa9b42d..9cb496f2f 100644
--- a/extensions/gdx-tools/src/com/badlogic/gdx/tools/particleeditor/EffectPanel.java
+++ b/extensions/gdx-tool... | ['extensions/gdx-tools/src/com/badlogic/gdx/tools/particleeditor/EffectPanel.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 10,173,648 | 2,601,633 | 291,201 | 1,754 | 67 | 19 | 2 | 1 | 305 | 37 | 79 | 10 | 1 | 0 | 1970-01-01T00:23:02 | 21,772 | Java | {'Java': 15083440, 'C++': 10753718, 'C': 1692234, 'SWIG': 162005, 'GLSL': 124461, 'CSS': 58715, 'Assembly': 53505, 'CMake': 31706, 'Ragel': 30666, 'OpenEdge ABL': 17727, 'Lua': 1682, 'HTML': 1193, 'Shell': 1102} | Apache License 2.0 |
3,484 | apache/shardingsphere/2352/2343 | apache | shardingsphere | https://github.com/apache/shardingsphere/issues/2343 | https://github.com/apache/shardingsphere/pull/2352 | https://github.com/apache/shardingsphere/pull/2352 | 1 | fixes | Sharding-proxy Query result :extraneous data in "D" message ,reason: have chinese | ## Bug Report
**For English only**, other languages will not accept.
Before report a bug, make sure you have:
- Searched open and closed [GitHub issues](https://github.com/sharding-sphere/sharding-sphere/issues).
- Read documentation: [ShardingSphere Doc](http://shardingsphere.io/document/current/en/overview/... | 6c49107d434c31e5f95365bb1bfcbcd52f7f4585 | a4adf6df82926c267a74fb287249106a9582715d | https://github.com/apache/shardingsphere/compare/6c49107d434c31e5f95365bb1bfcbcd52f7f4585...a4adf6df82926c267a74fb287249106a9582715d | diff --git a/sharding-proxy/sharding-proxy-transport/sharding-proxy-transport-postgresql/src/main/java/org/apache/shardingsphere/shardingproxy/transport/postgresql/packet/command/query/text/PostgreSQLDataRowPacket.java b/sharding-proxy/sharding-proxy-transport/sharding-proxy-transport-postgresql/src/main/java/org/apach... | ['sharding-proxy/sharding-proxy-transport/sharding-proxy-transport-postgresql/src/main/java/org/apache/shardingsphere/shardingproxy/transport/postgresql/packet/command/query/text/PostgreSQLDataRowPacket.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 3,278,405 | 662,802 | 82,927 | 1,137 | 130 | 18 | 2 | 1 | 1,243 | 169 | 277 | 28 | 2 | 0 | 1970-01-01T00:25:57 | 18,658 | Java | {'Java': 22772685, 'ANTLR': 1011078, 'FreeMarker': 120878, 'Shell': 14522, 'Dockerfile': 13922, 'Batchfile': 3214} | Apache License 2.0 |
3,494 | apache/shardingsphere/1987/1985 | apache | shardingsphere | https://github.com/apache/shardingsphere/issues/1985 | https://github.com/apache/shardingsphere/pull/1987 | https://github.com/apache/shardingsphere/pull/1987 | 1 | fixes | Exception fired during concurrently query | ## Bug Report
**For English only**, other languages will not accept.
Before report a bug, make sure you have:
- Searched open and closed [GitHub issues](https://github.com/sharding-sphere/sharding-sphere/issues).
- Read documentation: [ShardingSphere Doc](http://shardingsphere.io/document/current/en/overview/... | 9494940d8f0460c782331abb6117eba90ba3fd11 | 18f80bbbe4d12cd8a47267647fd68cf9d5f2b15e | https://github.com/apache/shardingsphere/compare/9494940d8f0460c782331abb6117eba90ba3fd11...18f80bbbe4d12cd8a47267647fd68cf9d5f2b15e | diff --git a/sharding-proxy/sharding-proxy-backend/src/main/java/org/apache/shardingsphere/shardingproxy/backend/communication/jdbc/connection/BackendConnection.java b/sharding-proxy/sharding-proxy-backend/src/main/java/org/apache/shardingsphere/shardingproxy/backend/communication/jdbc/connection/BackendConnection.java... | ['sharding-proxy/sharding-proxy-backend/src/main/java/org/apache/shardingsphere/shardingproxy/backend/communication/jdbc/connection/ConnectionStateHandler.java', 'sharding-proxy/sharding-proxy-frontend/sharding-proxy-frontend-core/src/main/java/org/apache/shardingsphere/shardingproxy/frontend/command/CommandExecutorTas... | {'.java': 4} | 4 | 4 | 0 | 0 | 4 | 3,235,152 | 653,522 | 81,725 | 1,093 | 387 | 77 | 6 | 3 | 6,095 | 257 | 1,317 | 100 | 2 | 0 | 1970-01-01T00:25:51 | 18,658 | Java | {'Java': 22772685, 'ANTLR': 1011078, 'FreeMarker': 120878, 'Shell': 14522, 'Dockerfile': 13922, 'Batchfile': 3214} | Apache License 2.0 |
120 | ibotpeaches/apktool/1570/1564 | ibotpeaches | apktool | https://github.com/iBotPeaches/Apktool/issues/1564 | https://github.com/iBotPeaches/Apktool/pull/1570 | https://github.com/iBotPeaches/Apktool/pull/1570 | 1 | fixes | Could not decode res(arsc) | ### Information
1. **Apktool Version (`2.2.3`)** -
2. **Operating System (Windows)** -
3. **APK From? I don't know.** -
### Stacktrace/Logcat
```
I: Using Apktool 2.2.3 on test.zip
I: Loading resource table...
W: null
Exception in thread "main" java.lang.NullPointerException
at brut.androlib.res.dat... | ad59fdd378fe56fb108a53be2a89c9c05b1018d1 | 15bc16c6bd40eec1ce5de6177fa178675ac5b9fa | https://github.com/ibotpeaches/apktool/compare/ad59fdd378fe56fb108a53be2a89c9c05b1018d1...15bc16c6bd40eec1ce5de6177fa178675ac5b9fa | diff --git a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResValueFactory.java b/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResValueFactory.java
index c8d30b85..e3db655f 100644
--- a/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResValueFactory.java
... | ['brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/value/ResValueFactory.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 474,222 | 106,474 | 13,907 | 97 | 92 | 20 | 3 | 1 | 1,706 | 85 | 465 | 37 | 1 | 1 | 1970-01-01T00:25:01 | 16,931 | Java | {'Java': 703364, 'Kotlin': 10370, 'Shell': 4847, 'Smali': 3679, 'Batchfile': 1154} | Apache License 2.0 |
8,685 | appium/appium/1145/1140 | appium | appium | https://github.com/appium/appium/issues/1140 | https://github.com/appium/appium/pull/1145 | https://github.com/appium/appium/pull/1145 | 1 | fix | catch NullPointerExceptions instead of crashing | As reported on the mailing list:
```
info: [ADB STDOUT] java.lang.NullPointerException
info: [ADB STDOUT] at io.appium.android.bootstrap.handler.Click.execute(Click.java:42)
```
The server methods should never crash on a NullPointerException. The fix is to add NullPointerException to the existing try/catch blocks on ... | 868a3202bfe7c99966c9760dde4c0b12780cd95b | 935e12bf6fae07eccdf3ed4970eca771376950c0 | https://github.com/appium/appium/compare/868a3202bfe7c99966c9760dde4c0b12780cd95b...935e12bf6fae07eccdf3ed4970eca771376950c0 | diff --git a/android/bootstrap/src/io/appium/android/bootstrap/handler/Clear.java b/android/bootstrap/src/io/appium/android/bootstrap/handler/Clear.java
index 095b19255..a8871bdf1 100644
--- a/android/bootstrap/src/io/appium/android/bootstrap/handler/Clear.java
+++ b/android/bootstrap/src/io/appium/android/bootstrap/ha... | ['android/bootstrap/src/io/appium/android/bootstrap/handler/SetAttribute.java', 'android/bootstrap/src/io/appium/android/bootstrap/handler/Drag.java', 'android/bootstrap/src/io/appium/android/bootstrap/handler/GetName.java', 'android/bootstrap/src/io/appium/android/bootstrap/handler/GetSize.java', 'android/bootstrap/sr... | {'.java': 11} | 11 | 11 | 0 | 0 | 11 | 121,861 | 26,622 | 3,916 | 52 | 1,678 | 333 | 32 | 11 | 335 | 40 | 70 | 9 | 0 | 1 | 1970-01-01T00:22:58 | 16,649 | JavaScript | {'JavaScript': 1508008, 'TypeScript': 514934, 'Java': 28622, 'C#': 18579, 'HTML': 15974, 'Shell': 13107, 'RobotFramework': 7582, 'Handlebars': 2875, 'Python': 783, 'Ruby': 680, 'CSS': 122} | Apache License 2.0 |
8,687 | appium/appium/1104/1100 | appium | appium | https://github.com/appium/appium/issues/1100 | https://github.com/appium/appium/pull/1104 | https://github.com/appium/appium/pull/1104 | 2 | fix | Android button click returns false on success | When clicking a button on Android, uiautomator always returns false even though it was a successful click. Other buttons return the expected `true` value when clicked.
| 88f8bb47d82cacde31a2344808d31a0ce51a52f5 | 6844140adfe04167bee66dd27b196e8b2fc8e909 | https://github.com/appium/appium/compare/88f8bb47d82cacde31a2344808d31a0ce51a52f5...6844140adfe04167bee66dd27b196e8b2fc8e909 | diff --git a/android/bootstrap/src/io/appium/android/bootstrap/handler/Click.java b/android/bootstrap/src/io/appium/android/bootstrap/handler/Click.java
index ee0e21e6d..599184020 100644
--- a/android/bootstrap/src/io/appium/android/bootstrap/handler/Click.java
+++ b/android/bootstrap/src/io/appium/android/bootstrap/ha... | ['android/bootstrap/src/io/appium/android/bootstrap/handler/Click.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 121,880 | 26,626 | 3,916 | 52 | 140 | 26 | 4 | 1 | 168 | 26 | 34 | 2 | 0 | 0 | 1970-01-01T00:22:58 | 16,649 | JavaScript | {'JavaScript': 1508008, 'TypeScript': 514934, 'Java': 28622, 'C#': 18579, 'HTML': 15974, 'Shell': 13107, 'RobotFramework': 7582, 'Handlebars': 2875, 'Python': 783, 'Ruby': 680, 'CSS': 122} | Apache License 2.0 |
988 | williamfiset/algorithms/98/59 | williamfiset | algorithms | https://github.com/williamfiset/Algorithms/issues/59 | https://github.com/williamfiset/Algorithms/pull/98 | https://github.com/williamfiset/Algorithms/pull/98 | 1 | solved | Cut polygon additional points | The [cut polygon](https://github.com/williamfiset/Algorithms/blob/master/Geometry/ConvexPolygonCutWithLineSegment.java) snippet seems to provide additional points when a cut operation is performed which probably shouldn't be there.
For example, when the following runs the additional point (2,2) appears out of nowhe... | dcf94d6cef0100a83acab2349a4ca9194d7056ba | 2e4f2521663be0fd068ebdae4c313b35a5cc178e | https://github.com/williamfiset/algorithms/compare/dcf94d6cef0100a83acab2349a4ca9194d7056ba...2e4f2521663be0fd068ebdae4c313b35a5cc178e | diff --git a/com/williamfiset/algorithms/geometry/ConvexPolygonCutWithLineSegment.java b/com/williamfiset/algorithms/geometry/ConvexPolygonCutWithLineSegment.java
index cc75a61..df72ad7 100644
--- a/com/williamfiset/algorithms/geometry/ConvexPolygonCutWithLineSegment.java
+++ b/com/williamfiset/algorithms/geometry/Conv... | ['com/williamfiset/algorithms/geometry/ConvexPolygonCutWithLineSegment.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 763,745 | 213,584 | 26,065 | 197 | 2,093 | 644 | 66 | 1 | 1,140 | 141 | 357 | 31 | 1 | 1 | 1970-01-01T00:26:11 | 15,090 | Java | {'Java': 1436763, 'JavaScript': 9310, 'Kotlin': 2635, 'Python': 755} | MIT License |
187 | prestodb/presto/6427/6379 | prestodb | presto | https://github.com/prestodb/presto/issues/6379 | https://github.com/prestodb/presto/pull/6427 | https://github.com/prestodb/presto/pull/6427 | 1 | fixes | Incorrect results when GROUPING SETS refer to columns derived from same column | This query:
``` sql
WITH
t (v) AS (VALUES 1, 2),
u (v1, v2) AS (SELECT v v1, v v2 FROM t)
SELECT v1, v2
FROM u
GROUP BY GROUPING SETS ((v1), (v2))
```
incorrectly produces:
```
v1 | v2
----+----
1 | 1
2 | 2
1 | 1
2 | 2
(4 rows)
```
The expected result is:
```
v1 | v2
------+------
1 | NU... | fa726a95f9f279df415275ae66b90ad8252dae07 | 8548ba813f2d426911062e59efa079ed296d44a6 | https://github.com/prestodb/presto/compare/fa726a95f9f279df415275ae66b90ad8252dae07...8548ba813f2d426911062e59efa079ed296d44a6 | diff --git a/presto-main/src/main/java/com/facebook/presto/operator/GroupIdOperator.java b/presto-main/src/main/java/com/facebook/presto/operator/GroupIdOperator.java
index 18653de108..30588fe289 100644
--- a/presto-main/src/main/java/com/facebook/presto/operator/GroupIdOperator.java
+++ b/presto-main/src/main/java/com... | ['presto-main/src/main/java/com/facebook/presto/sql/planner/optimizations/StreamPropertyDerivations.java', 'presto-main/src/main/java/com/facebook/presto/sql/planner/plan/ChildReplacer.java', 'presto-tests/src/main/java/com/facebook/presto/tests/AbstractTestQueries.java', 'presto-main/src/main/java/com/facebook/presto/... | {'.java': 16} | 16 | 16 | 0 | 0 | 16 | 13,206,161 | 2,625,166 | 367,003 | 2,655 | 33,178 | 6,037 | 506 | 14 | 375 | 80 | 171 | 35 | 0 | 3 | 1970-01-01T00:24:37 | 14,935 | Java | {'Java': 53409077, 'C++': 959227, 'JavaScript': 286856, 'Shell': 61154, 'Roff': 52281, 'Python': 39357, 'ANTLR': 33548, 'CMake': 33259, 'HTML': 29601, 'CSS': 28319, 'Mustache': 17803, 'Makefile': 17213, 'Thrift': 14675, 'NASL': 13553, 'Dockerfile': 8372, 'Batchfile': 795, 'PLSQL': 85} | Apache License 2.0 |
191 | prestodb/presto/6208/6196 | prestodb | presto | https://github.com/prestodb/presto/issues/6196 | https://github.com/prestodb/presto/pull/6208 | https://github.com/prestodb/presto/pull/6208 | 1 | fixes | Deadlock in task info fetching | Hit this one in production. Suddenly all queries get queued and all clients start timing out. [Here](https://gist.githubusercontent.com/nezihyigitbasi/108b844625d69de66bd8d74e427ea876/raw/c22dc663517fa991b87c162de2b387c0e8af0d69/presto-stack) is the full stack trace.
```
Found one Java-level deadlock:
================... | e5dbe7ca1cb519f50a7b13fc1a775e5ba966ab89 | 72d65cdc4485c788e13647cf2fbca9ff867fd731 | https://github.com/prestodb/presto/compare/e5dbe7ca1cb519f50a7b13fc1a775e5ba966ab89...72d65cdc4485c788e13647cf2fbca9ff867fd731 | diff --git a/presto-main/src/main/java/com/facebook/presto/server/remotetask/ContinuousTaskStatusFetcher.java b/presto-main/src/main/java/com/facebook/presto/server/remotetask/ContinuousTaskStatusFetcher.java
index 77d8dacfeb..12bedf066c 100644
--- a/presto-main/src/main/java/com/facebook/presto/server/remotetask/Conti... | ['presto-main/src/main/java/com/facebook/presto/server/remotetask/ContinuousTaskStatusFetcher.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 12,693,049 | 2,519,379 | 352,796 | 2,569 | 108 | 19 | 2 | 1 | 13,128 | 403 | 3,208 | 152 | 1 | 1 | 1970-01-01T00:24:35 | 14,935 | Java | {'Java': 53409077, 'C++': 959227, 'JavaScript': 286856, 'Shell': 61154, 'Roff': 52281, 'Python': 39357, 'ANTLR': 33548, 'CMake': 33259, 'HTML': 29601, 'CSS': 28319, 'Mustache': 17803, 'Makefile': 17213, 'Thrift': 14675, 'NASL': 13553, 'Dockerfile': 8372, 'Batchfile': 795, 'PLSQL': 85} | Apache License 2.0 |
9,739 | deeplearning4j/deeplearning4j/4664/4635 | deeplearning4j | deeplearning4j | https://github.com/deeplearning4j/deeplearning4j/issues/4635 | https://github.com/deeplearning4j/deeplearning4j/pull/4664 | https://github.com/deeplearning4j/deeplearning4j/pull/4664 | 1 | fix | Error using TransferLearningHelper with TinyYOLO | Hi
By calling the following code:
TinyYOLO model = new TinyYOLO(nClasses, seed);
ComputationGraph computationGraph = (ComputationGraph) model.initPretrained();
TransferLearningHelper transferLearningHelper = new TransferLearningHelper(computationGraph, "conv2d_9");
We get the following exception stacktrace:
... | 6edd2e893be21e465790af47c8410851a8094c57 | 3e36a29d08219be90dfaa13ebd865a2e05b64ee1 | https://github.com/deeplearning4j/deeplearning4j/compare/6edd2e893be21e465790af47c8410851a8094c57...3e36a29d08219be90dfaa13ebd865a2e05b64ee1 | diff --git a/deeplearning4j-core/src/test/java/org/deeplearning4j/nn/graph/TestComputationGraphNetwork.java b/deeplearning4j-core/src/test/java/org/deeplearning4j/nn/graph/TestComputationGraphNetwork.java
index 76098e52ca..8c776ce99c 100644
--- a/deeplearning4j-core/src/test/java/org/deeplearning4j/nn/graph/TestComputa... | ['deeplearning4j-core/src/test/java/org/deeplearning4j/nn/multilayer/MultiLayerTest.java', 'deeplearning4j-zoo/src/test/java/org/deeplearning4j/zoo/TestInstantiation.java', 'deeplearning4j-nn/src/main/java/org/deeplearning4j/nn/graph/ComputationGraph.java', 'deeplearning4j-nn/src/main/java/org/deeplearning4j/nn/gradien... | {'.java': 8} | 8 | 8 | 0 | 0 | 8 | 7,878,422 | 1,707,448 | 215,784 | 1,363 | 3,741 | 728 | 86 | 5 | 1,486 | 94 | 389 | 29 | 0 | 0 | 1970-01-01T00:25:18 | 13,099 | Java | {'Java': 42895752, 'C++': 17237193, 'Cuda': 2203734, 'Kotlin': 2030453, 'JavaScript': 296767, 'C': 172853, 'CMake': 126415, 'Shell': 96643, 'TypeScript': 81217, 'Python': 77566, 'FreeMarker': 77257, 'HTML': 18609, 'CSS': 12974, 'PureBasic': 12254, 'Cython': 12094, 'Ruby': 4558, 'Batchfile': 1458, 'Scala': 1026, 'Smarty... | Apache License 2.0 |
1,206 | pinpoint-apm/pinpoint/2078/2077 | pinpoint-apm | pinpoint | https://github.com/pinpoint-apm/pinpoint/issues/2077 | https://github.com/pinpoint-apm/pinpoint/pull/2078 | https://github.com/pinpoint-apm/pinpoint/pull/2078 | 1 | fixes | Tomcat plugin fails to trace when profiler.tomcat.excludeurl is empty | Tomcat plugin fails to inject interceptor to `StandardHostValve.invoke(...)` when _pinpoint.config_'s `profiler.tomcat.excludeurl` option is empty.
| 0f94b21205ca84f01d18283b381615f5e88f3f55 | 6f90e3cbcd4d1f34dbe87ef28f84e2759966d6d2 | https://github.com/pinpoint-apm/pinpoint/compare/0f94b21205ca84f01d18283b381615f5e88f3f55...6f90e3cbcd4d1f34dbe87ef28f84e2759966d6d2 | diff --git a/plugins/tomcat/src/main/java/com/navercorp/pinpoint/plugin/tomcat/TomcatConfiguration.java b/plugins/tomcat/src/main/java/com/navercorp/pinpoint/plugin/tomcat/TomcatConfiguration.java
index 0c0ba3bfcf..3f7e8089f6 100644
--- a/plugins/tomcat/src/main/java/com/navercorp/pinpoint/plugin/tomcat/TomcatConfigura... | ['plugins/tomcat/src/main/java/com/navercorp/pinpoint/plugin/tomcat/TomcatConfiguration.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 11,648,680 | 2,582,423 | 338,149 | 2,482 | 703 | 146 | 12 | 1 | 148 | 14 | 35 | 2 | 0 | 0 | 1970-01-01T00:24:33 | 12,879 | Java | {'Java': 20427181, 'TypeScript': 1739527, 'CSS': 222853, 'HTML': 216928, 'Thrift': 15920, 'Shell': 6420, 'JavaScript': 6310, 'Groovy': 1431, 'Kotlin': 1329, 'TSQL': 978, 'Batchfile': 200} | Apache License 2.0 |
2,180 | quarkusio/quarkus/33586/33305 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/33305 | https://github.com/quarkusio/quarkus/pull/33586 | https://github.com/quarkusio/quarkus/pull/33586 | 1 | fix | OutputTargetBuildItem.getOutputDirectory() returning a strange value when running a test in the Platform | ### Describe the bug
I see `OutputTargetBuildItem.getOutputDirectory()` returning a very strange value
```
/home/ppalaga/orgs/quarkus/quarkus-platform/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-server/..
```
when running a generarated test project on the Platform.
... | 8101c3ec85fed92ecfff556a40c68243e93b0c73 | 47fa50fa5e6b5203c14af80e1c68a0e3cb1de089 | https://github.com/quarkusio/quarkus/compare/8101c3ec85fed92ecfff556a40c68243e93b0c73...47fa50fa5e6b5203c14af80e1c68a0e3cb1de089 | diff --git a/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/BootstrapAppModelFactory.java b/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/BootstrapAppModelFactory.java
index 6c068b88029..e7b1c5a1e4c 100644
--- a/independent-projects/bootstrap/core/src/main/java/io/quarku... | ['test-framework/common/src/main/java/io/quarkus/test/common/PathTestHelper.java', 'independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/BootstrapAppModelFactory.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 26,579,575 | 5,242,481 | 675,870 | 6,244 | 168 | 29 | 2 | 1 | 586 | 45 | 140 | 17 | 0 | 2 | 1970-01-01T00:28:04 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
531 | codecentric/spring-boot-admin/1589/1586 | codecentric | spring-boot-admin | https://github.com/codecentric/spring-boot-admin/issues/1586 | https://github.com/codecentric/spring-boot-admin/pull/1589 | https://github.com/codecentric/spring-boot-admin/pull/1589#issuecomment-765189411 | 1 | closes | Unable to override spring.security.user.name and spring.security.user.password credentials in spring-boot-admin-sample-servlet sample | I was unable to override `spring.security.user.name` and `spring.security.user.password` credentials in spring-boot-admin-sample-servlet sample when I migrate from 2.1.6 to 2.3.1.
I think the problem may be related to this code [here](https://github.com/codecentric/spring-boot-admin/blob/10022c67a0fcbd6d6dadaf969a42... | 8beb98664de476546c8f2df4627051764610a3e1 | dac53444fbc6eaa29225292486fea43e5e9d6ed5 | https://github.com/codecentric/spring-boot-admin/compare/8beb98664de476546c8f2df4627051764610a3e1...dac53444fbc6eaa29225292486fea43e5e9d6ed5 | diff --git a/spring-boot-admin-samples/spring-boot-admin-sample-servlet/src/main/java/de/codecentric/boot/admin/SecuritySecureConfig.java b/spring-boot-admin-samples/spring-boot-admin-sample-servlet/src/main/java/de/codecentric/boot/admin/SecuritySecureConfig.java
index 314539e7..794cc43c 100644
--- a/spring-boot-admin... | ['spring-boot-admin-samples/spring-boot-admin-sample-servlet/src/main/java/de/codecentric/boot/admin/SecuritySecureConfig.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 545,695 | 113,488 | 15,941 | 196 | 553 | 101 | 9 | 1 | 526 | 40 | 136 | 5 | 1 | 0 | 1970-01-01T00:26:50 | 11,832 | Java | {'Java': 1222285, 'Vue': 485886, 'TypeScript': 421999, 'JavaScript': 28953, 'HTML': 9736, 'CSS': 7226, 'SCSS': 4803, 'MDX': 582, 'Dockerfile': 159} | Apache License 2.0 |
612 | zaproxy/zaproxy/7494/7484 | zaproxy | zaproxy | https://github.com/zaproxy/zaproxy/issues/7484 | https://github.com/zaproxy/zaproxy/pull/7494 | https://github.com/zaproxy/zaproxy/pull/7494 | 1 | fix | Using the Active Scan for GET targets sends a 'Content-Length' header | When using the Active Scan for a GET target Zap sends the header 'Content-Length: 0' in the requests.
This should not happen and can prevent scanning some servers which do reject the 'Content-Length: 0' header in GET requests.
Reproduction:
Install Python
Start Python http server: `python -m http.server 7777`
... | 680d0024afbef18339c7acfe3b64b9861e73de51 | 3ba3cc92f6a127349eecf54f4e8928a3bf9efbc4 | https://github.com/zaproxy/zaproxy/compare/680d0024afbef18339c7acfe3b64b9861e73de51...3ba3cc92f6a127349eecf54f4e8928a3bf9efbc4 | diff --git a/zap/src/main/java/org/parosproxy/paros/core/scanner/AbstractPlugin.java b/zap/src/main/java/org/parosproxy/paros/core/scanner/AbstractPlugin.java
index 963f38c27..57e306581 100644
--- a/zap/src/main/java/org/parosproxy/paros/core/scanner/AbstractPlugin.java
+++ b/zap/src/main/java/org/parosproxy/paros/core... | ['zap/src/test/java/org/parosproxy/paros/core/scanner/AbstractPluginUnitTest.java', 'zap/src/main/java/org/parosproxy/paros/core/scanner/AbstractPlugin.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 9,989,471 | 1,993,309 | 272,919 | 1,169 | 1,432 | 256 | 29 | 1 | 922 | 141 | 216 | 19 | 2 | 0 | 1970-01-01T00:27:44 | 11,102 | Java | {'Java': 12002133, 'HTML': 3977629, 'Python': 158050, 'Kotlin': 54286, 'JavaScript': 9640, 'Shell': 8430, 'Lex': 5179, 'Perl': 3832, 'XSLT': 3054} | Apache License 2.0 |
8,857 | apache/dolphinscheduler/3957/3956 | apache | dolphinscheduler | https://github.com/apache/dolphinscheduler/issues/3956 | https://github.com/apache/dolphinscheduler/pull/3957 | https://github.com/apache/dolphinscheduler/pull/3957 | 1 | close | [Bug][Master] When running a task, the resource file is lost, which results in an error | When running a shell task, the resource file is lost, which results in an error
TaskParams
Taskparams does not have a resourcelist. When converting, the content of resourcelist will be lost
Not only shell tasks, param parameters in other task types may be overridden
The code is as follows:
VarPoolUtils#set... | 44259688bab684923776b70e04c09f535d01848b | 7dd717af16f374c217f956b7c55d19161580dbd3 | https://github.com/apache/dolphinscheduler/compare/44259688bab684923776b70e04c09f535d01848b...7dd717af16f374c217f956b7c55d19161580dbd3 | diff --git a/dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/task/TaskParams.java b/dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/task/TaskParams.java
deleted file mode 100644
index abea2d95b..000000000
--- a/dolphinscheduler-common/src/main/java/org/apache/dolphinsch... | ['dolphinscheduler-common/src/test/java/org/apache/dolphinscheduler/common/utils/VarPoolUtilsTest.java', 'dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/VarPoolUtils.java', 'dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/task/TaskParams.java'] | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 2,839,790 | 576,131 | 82,878 | 522 | 4,892 | 1,057 | 134 | 2 | 935 | 98 | 209 | 28 | 0 | 1 | 1970-01-01T00:26:43 | 10,886 | Java | {'Java': 10141828, 'TypeScript': 2049856, 'Vue': 1360734, 'PLpgSQL': 62410, 'HCL': 54673, 'SCSS': 52091, 'Shell': 42925, 'Python': 19071, 'Smarty': 13851, 'Dockerfile': 6454, 'Batchfile': 1677, 'Makefile': 1496} | Apache License 2.0 |
1,415 | grpc/grpc-java/667/583 | grpc | grpc-java | https://github.com/grpc/grpc-java/issues/583 | https://github.com/grpc/grpc-java/pull/667 | https://github.com/grpc/grpc-java/pull/667 | 1 | fixes | OkHttp's cancellation is not properly synchronized | [`OkHttpClientStream.sendCancel()` calls `finishStream()`](https://github.com/grpc/grpc-java/blob/master/okhttp/src/main/java/io/grpc/transport/okhttp/OkHttpClientStream.java#L213) from an application thread. But `finishStream()` [calls transportReportStatus() without any lock held](https://github.com/grpc/grpc-java/bl... | 1ac64bd09ddcec60829d5291c4db4147aeb2328a | 750f6265e21ffb83a0ee46d2120af92b30785b30 | https://github.com/grpc/grpc-java/compare/1ac64bd09ddcec60829d5291c4db4147aeb2328a...750f6265e21ffb83a0ee46d2120af92b30785b30 | diff --git a/okhttp/src/main/java/io/grpc/transport/okhttp/AsyncFrameWriter.java b/okhttp/src/main/java/io/grpc/transport/okhttp/AsyncFrameWriter.java
index bbc6e79ca..8615e489b 100644
--- a/okhttp/src/main/java/io/grpc/transport/okhttp/AsyncFrameWriter.java
+++ b/okhttp/src/main/java/io/grpc/transport/okhttp/AsyncFram... | ['okhttp/src/main/java/io/grpc/transport/okhttp/OutboundFlowController.java', 'okhttp/src/main/java/io/grpc/transport/okhttp/AsyncFrameWriter.java', 'okhttp/src/main/java/io/grpc/transport/okhttp/OkHttpClientStream.java', 'okhttp/src/main/java/io/grpc/transport/okhttp/OkHttpClientTransport.java', 'okhttp/src/test/java/... | {'.java': 5} | 5 | 5 | 0 | 0 | 5 | 1,687,079 | 354,616 | 48,934 | 211 | 12,204 | 2,434 | 285 | 4 | 1,069 | 98 | 247 | 4 | 3 | 0 | 1970-01-01T00:23:57 | 10,705 | Java | {'Java': 11734252, 'Shell': 64137, 'C++': 50003, 'Starlark': 45373, 'Batchfile': 6230, 'Dockerfile': 3878, 'Python': 1961} | Apache License 2.0 |
44 | tootallnate/java-websocket/570/564 | tootallnate | java-websocket | https://github.com/TooTallNate/Java-WebSocket/issues/564 | https://github.com/TooTallNate/Java-WebSocket/pull/570 | https://github.com/TooTallNate/Java-WebSocket/pull/570 | 2 | fix | Continuous binary getting swallowed? | My WS JS hosted in Chrome seems to be sending the following frames:
BINARY, isFin = false
CONTINUOUS, isFin = true
Java-WebSocket seems to drop the CONTINUOUS frame on the floor and the application never gets it:
```java
// org/java_websocket/drafts/Draft_6455.java:542
} else if( frame.isFin() ) {
if( curre... | f33422e9951369ffd948d473c026ef0e6da6b8e4 | 32c1ce01c9064d68c8adcfa3b1b577d30bed8cb2 | https://github.com/tootallnate/java-websocket/compare/f33422e9951369ffd948d473c026ef0e6da6b8e4...32c1ce01c9064d68c8adcfa3b1b577d30bed8cb2 | diff --git a/src/main/java/org/java_websocket/WebSocketImpl.java b/src/main/java/org/java_websocket/WebSocketImpl.java
index 74aca19..f794591 100644
--- a/src/main/java/org/java_websocket/WebSocketImpl.java
+++ b/src/main/java/org/java_websocket/WebSocketImpl.java
@@ -605,7 +605,7 @@ public class WebSocketImpl implemen... | ['src/main/java/org/java_websocket/WebSocketListener.java', 'src/main/java/org/java_websocket/WebSocketImpl.java', 'src/main/java/org/java_websocket/drafts/Draft_6455.java', 'src/main/java/org/java_websocket/server/WebSocketServer.java', 'src/test/java/org/java_websocket/example/AutobahnServerTest.java'] | {'.java': 5} | 5 | 5 | 0 | 0 | 5 | 404,340 | 97,292 | 11,329 | 64 | 6,409 | 1,398 | 104 | 4 | 1,252 | 157 | 291 | 25 | 0 | 1 | 1970-01-01T00:25:07 | 9,888 | Java | {'Java': 920046, 'HTML': 673666, 'Gherkin': 1433} | MIT License |
46 | tootallnate/java-websocket/329/259 | tootallnate | java-websocket | https://github.com/TooTallNate/Java-WebSocket/issues/259 | https://github.com/TooTallNate/Java-WebSocket/pull/329 | https://github.com/TooTallNate/Java-WebSocket/pull/329 | 2 | fixes | WebSocketServer freezes in stop() method | Hello,
first I would like to thank you for creating a great and useful library.
I'am using it in Android application to communicate with website.
When I try to stop the server, the application sometimes stops responding.
The main thread is indefinitely waiting in "WebSocketServer.stop()" method in "selectorThread.jo... | ac45d846806ad662de48c206896d1248acbb53ff | e4c248a69f0cb36f87e5b3d3100bd2b46e027289 | https://github.com/tootallnate/java-websocket/compare/ac45d846806ad662de48c206896d1248acbb53ff...e4c248a69f0cb36f87e5b3d3100bd2b46e027289 | diff --git a/src/main/java/org/java_websocket/server/WebSocketServer.java b/src/main/java/org/java_websocket/server/WebSocketServer.java
index 5fc6a39..12cea2f 100644
--- a/src/main/java/org/java_websocket/server/WebSocketServer.java
+++ b/src/main/java/org/java_websocket/server/WebSocketServer.java
@@ -216,16 +216,10 ... | ['src/main/java/org/java_websocket/server/WebSocketServer.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 262,584 | 64,741 | 7,715 | 50 | 636 | 147 | 14 | 1 | 595 | 90 | 124 | 15 | 0 | 0 | 1970-01-01T00:23:58 | 9,888 | Java | {'Java': 920046, 'HTML': 673666, 'Gherkin': 1433} | MIT License |
8,247 | trinodb/trino/17804/17803 | trinodb | trino | https://github.com/trinodb/trino/issues/17803 | https://github.com/trinodb/trino/pull/17804 | https://github.com/trinodb/trino/pull/17804 | 1 | fixes | Correctness issue with double slash location on Glue & S3 in Hive connector | The file is generated correctly under the table location, but it returns an empty result. Delta and Iceberg connectors are fine as far as I confirmed.
```sql
create table test_slash (c1 int) with (external_location = 's3://bucket/foo//bar');
insert into test_slash values (1);
table test_slash;
c1
----
(0 rows)... | eaf893a74737d877aeb4e6cd267a8018203a632d | 8cb4bd1b5e81541b96c5faeb725126a698789144 | https://github.com/trinodb/trino/compare/eaf893a74737d877aeb4e6cd267a8018203a632d...8cb4bd1b5e81541b96c5faeb725126a698789144 | diff --git a/plugin/trino-delta-lake/src/test/java/io/trino/plugin/deltalake/metastore/glue/TestDeltaLakeConcurrentModificationGlueMetastore.java b/plugin/trino-delta-lake/src/test/java/io/trino/plugin/deltalake/metastore/glue/TestDeltaLakeConcurrentModificationGlueMetastore.java
index f4aaad4880..de99991545 100644
---... | ['plugin/trino-hive/src/test/java/io/trino/plugin/hive/metastore/TestSemiTransactionalHiveMetastore.java', 'plugin/trino-hive/src/main/java/io/trino/plugin/hive/HiveMetadata.java', 'plugin/trino-hive/src/test/java/io/trino/plugin/hive/AbstractTestHiveLocal.java', 'plugin/trino-delta-lake/src/test/java/io/trino/plugin/d... | {'.java': 17} | 17 | 17 | 0 | 0 | 17 | 38,138,403 | 7,631,131 | 995,195 | 6,473 | 17,841 | 3,222 | 218 | 9 | 325 | 48 | 82 | 9 | 0 | 1 | 1970-01-01T00:28:06 | 8,254 | Java | {'Java': 71658946, 'JavaScript': 233768, 'ANTLR': 56491, 'Shell': 49457, 'HTML': 30842, 'CSS': 13515, 'Scala': 10145, 'Python': 7379, 'Smarty': 1938, 'Dockerfile': 1723, 'Groovy': 1702, 'PLSQL': 85} | Apache License 2.0 |
9,635 | thundernest/k-9/3219/632 | thundernest | k-9 | https://github.com/thundernest/k-9/issues/632 | https://github.com/thundernest/k-9/pull/3219 | https://github.com/thundernest/k-9/pull/3219 | 1 | fixes | Case sensitivity problem in account>folders settings | I have an IMAP account with two directories, one named "Spam", and other named "spam".
In K9Mail I go to Account Preferences, Folders, Spam folder, and try to choose the lower case "spam".
After that, marking a message as spam, K9Mail will still move it to the "Spam" folder, instead of "spam".
I suppose the problem ... | ddc048b56b647c35e066b4255c0982ae80e065f3 | 95b046bbf6057dcff124be4dfcc0b6281f8e0aa5 | https://github.com/thundernest/k-9/compare/ddc048b56b647c35e066b4255c0982ae80e065f3...95b046bbf6057dcff124be4dfcc0b6281f8e0aa5 | diff --git a/k9mail-library/src/main/java/com/fsck/k9/mail/store/imap/ImapFolder.java b/k9mail-library/src/main/java/com/fsck/k9/mail/store/imap/ImapFolder.java
index 14cec2a31..f80e58c05 100644
--- a/k9mail-library/src/main/java/com/fsck/k9/mail/store/imap/ImapFolder.java
+++ b/k9mail-library/src/main/java/com/fsck/k9... | ['k9mail-library/src/main/java/com/fsck/k9/mail/store/pop3/Pop3Store.java', 'k9mail/src/main/java/com/fsck/k9/activity/ActivityListener.java', 'k9mail-library/src/main/java/com/fsck/k9/mail/store/imap/ImapFolder.java', 'k9mail/src/main/java/com/fsck/k9/activity/ChooseFolder.java', 'k9mail/src/main/java/com/fsck/k9/noti... | {'.java': 15} | 15 | 15 | 0 | 0 | 15 | 3,644,613 | 714,329 | 99,963 | 501 | 4,712 | 945 | 73 | 13 | 341 | 59 | 85 | 8 | 0 | 0 | 1970-01-01T00:25:19 | 8,156 | Kotlin | {'Kotlin': 4058553, 'Java': 2375292, 'Shell': 7553, 'AIDL': 1946} | Apache License 2.0 |
401 | gocd/gocd/10676/10036 | gocd | gocd | https://github.com/gocd/gocd/issues/10036 | https://github.com/gocd/gocd/pull/10676 | https://github.com/gocd/gocd/pull/10676 | 1 | fixes | HTTP 500 when using external authorization plugins and GoCD site urls are blank | ##### Issue Type
- Bug Report
##### Summary
When using GoCD GitLab or GitHub authentication plugins, the server site URLs must be set properly in the server configuration, otherwise the GoCD will fail with HTTP 500.
##### Environment
Discovered on 21.2.0, Java 15.
I suppose it is not related to the GoCD... | 4fae75d5c7e6e6dcfcacaea0577eafb193e6f29b | 5b7c362731eae1fd8deec665bc025c2e99cba3be | https://github.com/gocd/gocd/compare/4fae75d5c7e6e6dcfcacaea0577eafb193e6f29b...5b7c362731eae1fd8deec665bc025c2e99cba3be | diff --git a/config/config-api/src/main/java/com/thoughtworks/go/config/ServerConfig.java b/config/config-api/src/main/java/com/thoughtworks/go/config/ServerConfig.java
index 0fef04a87e..51f01b601b 100644
--- a/config/config-api/src/main/java/com/thoughtworks/go/config/ServerConfig.java
+++ b/config/config-api/src/main... | ['config/config-api/src/main/java/com/thoughtworks/go/domain/ServerSiteUrlConfig.java', 'config/config-api/src/main/java/com/thoughtworks/go/config/ServerConfig.java', 'server/src/main/java/com/thoughtworks/go/server/newsecurity/providers/WebBasedPluginAuthenticationProvider.java', 'config/config-api/src/test/java/com/... | {'.java': 6} | 6 | 6 | 0 | 0 | 6 | 15,770,573 | 3,155,800 | 372,021 | 3,332 | 3,869 | 815 | 68 | 4 | 1,275 | 188 | 312 | 47 | 1 | 1 | 1970-01-01T00:27:39 | 6,872 | Java | {'Java': 20634641, 'TypeScript': 4429797, 'Groovy': 2083065, 'JavaScript': 777429, 'SCSS': 597726, 'Ruby': 404083, 'HTML': 257482, 'XSLT': 206746, 'NSIS': 24216, 'Sass': 21277, 'Shell': 15583, 'FreeMarker': 13166, 'EJS': 1626, 'CSS': 1580, 'PowerShell': 664, 'Batchfile': 474} | Apache License 2.0 |
114 | axonframework/axonframework/2756/2751 | axonframework | axonframework | https://github.com/AxonFramework/AxonFramework/issues/2751 | https://github.com/AxonFramework/AxonFramework/pull/2756 | https://github.com/AxonFramework/AxonFramework/pull/2756 | 2 | resolves | Duplicate initialization of TrackingEventProcessor worker threads | <!-- Please use markdown (https://guides.github.com/features/mastering-markdown/) semantics throughout the bug description. -->
### Basic information
* Axon Framework version: 4.7.1
* JDK version: Amazon Coretto 17
### Steps to reproduce
We build our applications using Spring Boot and we recently introduc... | 62bae3f17614e66d919afbbda08da4cbd6235346 | 61efd48c72f49feaaecea2c8c01c120889b5aaf8 | https://github.com/axonframework/axonframework/compare/62bae3f17614e66d919afbbda08da4cbd6235346...61efd48c72f49feaaecea2c8c01c120889b5aaf8 | diff --git a/config/src/main/java/org/axonframework/config/EventProcessingModule.java b/config/src/main/java/org/axonframework/config/EventProcessingModule.java
index 092a993e6..535b70ac5 100644
--- a/config/src/main/java/org/axonframework/config/EventProcessingModule.java
+++ b/config/src/main/java/org/axonframework/c... | ['config/src/main/java/org/axonframework/config/EventProcessingModule.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 5,365,156 | 1,045,642 | 127,217 | 970 | 878 | 157 | 20 | 1 | 1,741 | 242 | 333 | 21 | 1 | 0 | 1970-01-01T00:28:06 | 3,085 | Java | {'Java': 10919624} | Apache License 2.0 |
65 | webbukkit/dynmap/3990/3982 | webbukkit | dynmap | https://github.com/webbukkit/dynmap/issues/3982 | https://github.com/webbukkit/dynmap/pull/3990 | https://github.com/webbukkit/dynmap/pull/3990#issuecomment-1628628414 | 1 | fixes | Dynmap does not disable properly if using wrong platform | **Issue Description:** *Dynmap does not disable properly, when on the wrong version of bukkit forks*
* **Dynmap Version:** *3.0<version<3.6*
* **Server Version:** *1.20.1*
* **Steps to Replicate:** *Run dynmap 3.5 or lower for a unsupported platform, and have another plugin with dynmap as a dependency,*
Sorry f... | 87d8c7394151122bf77163c740d27f270213d62b | 2503dbfdbb1fe3cb0f7acd4c2f4ca1ccd6349eb6 | https://github.com/webbukkit/dynmap/compare/87d8c7394151122bf77163c740d27f270213d62b...2503dbfdbb1fe3cb0f7acd4c2f4ca1ccd6349eb6 | diff --git a/spigot/src/main/java/org/dynmap/bukkit/DynmapPlugin.java b/spigot/src/main/java/org/dynmap/bukkit/DynmapPlugin.java
index b2ad4e66..d54154fc 100644
--- a/spigot/src/main/java/org/dynmap/bukkit/DynmapPlugin.java
+++ b/spigot/src/main/java/org/dynmap/bukkit/DynmapPlugin.java
@@ -914,6 +914,7 @@ public class ... | ['spigot/src/main/java/org/dynmap/bukkit/DynmapPlugin.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 4,989,818 | 1,134,908 | 141,482 | 805 | 36 | 5 | 1 | 1 | 777 | 110 | 195 | 18 | 0 | 1 | 1970-01-01T00:28:08 | 1,882 | Java | {'Java': 4992284, 'JavaScript': 528125, 'PHP': 56381, 'CSS': 34930, 'HTML': 7454, 'ASP.NET': 1292} | Apache License 2.0 |
23 | jdbi/jdbi/1339/1338 | jdbi | jdbi | https://github.com/jdbi/jdbi/issues/1338 | https://github.com/jdbi/jdbi/pull/1339 | https://github.com/jdbi/jdbi/pull/1339 | 2 | fixes | TransactionIsolationLevel.UNKNOWN cause unexpected failure | Hello @jdbi Team!
I was implementing some nifty transactions support which uses `Transaction` annotation of JDBI and got exception I have not expected.
Sample code:
```java
@Rule
public JdbiMySqlRule db = new JdbiMySqlRule();
interface SampleDao {
@SqlQuery("select count(*) from sample")
int select(... | 981eea33dc4b0fdb8640144e599680fe77e4fe8c | 4fe1e506618993f0dc78c2cda1505d41de147d34 | https://github.com/jdbi/jdbi/compare/981eea33dc4b0fdb8640144e599680fe77e4fe8c...4fe1e506618993f0dc78c2cda1505d41de147d34 | diff --git a/core/src/main/java/org/jdbi/v3/core/Handle.java b/core/src/main/java/org/jdbi/v3/core/Handle.java
index 26701def2..755644870 100644
--- a/core/src/main/java/org/jdbi/v3/core/Handle.java
+++ b/core/src/main/java/org/jdbi/v3/core/Handle.java
@@ -458,10 +458,14 @@ public class Handle implements Closeable, Con... | ['sqlobject/src/main/java/org/jdbi/v3/sqlobject/transaction/internal/TransactionDecorator.java', 'core/src/test/java/org/jdbi/v3/core/TestHandle.java', 'core/src/main/java/org/jdbi/v3/core/Jdbi.java', 'core/src/main/java/org/jdbi/v3/core/Handle.java'] | {'.java': 4} | 4 | 4 | 0 | 0 | 4 | 1,185,510 | 248,249 | 32,783 | 438 | 1,102 | 186 | 20 | 3 | 4,260 | 422 | 954 | 105 | 2 | 4 | 1970-01-01T00:25:44 | 1,804 | Java | {'Java': 3750631, 'Kotlin': 121092, 'HTML': 33996, 'FreeMarker': 5773, 'ANTLR': 5398, 'Makefile': 3525, 'PLSQL': 1420, 'Shell': 981} | Apache License 2.0 |
530 | spring-projects/spring-session/450/445 | spring-projects | spring-session | https://github.com/spring-projects/spring-session/issues/445 | https://github.com/spring-projects/spring-session/pull/450 | https://github.com/spring-projects/spring-session/pull/450 | 2 | fixes | JdbcOperationsSessionRepository ignores lastAccessTime | Session always expires after maxInactiveInterval since creation, because lastAccessTime is not loaded from database column.
Session inactivity is checked using de-serialized object, which is **not** updated using UPDATE_SESSION_LAST_ACCESS_TIME_QUERY executed when there are no changes to session attributes.
Session i... | bd2d84691794b8c23f081cec998289b67c99b037 | 63006db45d4a5d29534078b04c78640c3181e179 | https://github.com/spring-projects/spring-session/compare/bd2d84691794b8c23f081cec998289b67c99b037...63006db45d4a5d29534078b04c78640c3181e179 | diff --git a/spring-session/src/integration-test/java/org/springframework/session/jdbc/JdbcOperationsSessionRepositoryITests.java b/spring-session/src/integration-test/java/org/springframework/session/jdbc/JdbcOperationsSessionRepositoryITests.java
index 0c0b7221..07588690 100644
--- a/spring-session/src/integration-te... | ['spring-session/src/test/java/org/springframework/session/jdbc/JdbcOperationsSessionRepositoryTests.java', 'spring-session/src/integration-test/java/org/springframework/session/jdbc/JdbcOperationsSessionRepositoryITests.java', 'spring-session/src/main/java/org/springframework/session/jdbc/JdbcOperationsSessionReposito... | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 471,995 | 101,064 | 14,301 | 146 | 839 | 185 | 10 | 1 | 420 | 47 | 75 | 6 | 0 | 0 | 1970-01-01T00:24:19 | 1,796 | Java | {'Java': 1667930, 'Groovy': 56498, 'HTML': 36763, 'JavaScript': 12662, 'Ruby': 7007, 'Shell': 213} | Apache License 2.0 |
1,365 | synthetichealth/synthea/410/395 | synthetichealth | synthea | https://github.com/synthetichealth/synthea/issues/395 | https://github.com/synthetichealth/synthea/pull/410 | https://github.com/synthetichealth/synthea/pull/410 | 1 | fixes | Latitude and Longitude are reversed | The latitude and longitude of patient coordinates appear to be reversed. It's consistent though as patients are correctly assigned to the geographically closest provider, not some random corner of the state.
From a sample FHIR record for a patient in MA:
```
"address": [
{
"exte... | 87661476ec2da9829584cca394506fef4c4e5ef7 | 9d9e276ab393003352432576df648a3b297407a7 | https://github.com/synthetichealth/synthea/compare/87661476ec2da9829584cca394506fef4c4e5ef7...9d9e276ab393003352432576df648a3b297407a7 | diff --git a/src/main/java/org/mitre/synthea/export/FhirDstu2.java b/src/main/java/org/mitre/synthea/export/FhirDstu2.java
index 036e09c05..37adfd8c1 100644
--- a/src/main/java/org/mitre/synthea/export/FhirDstu2.java
+++ b/src/main/java/org/mitre/synthea/export/FhirDstu2.java
@@ -388,7 +388,7 @@ public class FhirDstu2 ... | ['src/main/java/org/mitre/synthea/world/agents/Provider.java', 'src/main/java/org/mitre/synthea/world/geography/Place.java', 'src/main/java/org/mitre/synthea/export/FhirStu3.java', 'src/main/java/org/mitre/synthea/export/FhirDstu2.java'] | {'.java': 4} | 4 | 4 | 0 | 0 | 4 | 640,583 | 146,622 | 17,253 | 49 | 494 | 120 | 8 | 4 | 777 | 68 | 140 | 25 | 1 | 1 | 1970-01-01T00:25:35 | 1,790 | Java | {'Java': 2754203, 'FreeMarker': 46623, 'JavaScript': 7344, 'Batchfile': 653, 'Shell': 573} | Apache License 2.0 |
149 | naver/ngrinder/189/184 | naver | ngrinder | https://github.com/naver/ngrinder/issues/184 | https://github.com/naver/ngrinder/pull/189 | https://github.com/naver/ngrinder/pull/189 | 1 | fix | Failed to launch ngrinder 3.4 | I've been tried to use ngrinder on ec2 ubuntu 14.04.
I tried 1) war file standalone deployment and 2) deployment with tomcat 7 and both cases failed with same errors. Also, I tried multiple java/tomcat versions and all failed.
Strangely, when I tried it again in another clean digitalocean machine and my local osx with ... | c522c91d1f477fd78dea09efb205ff3b1e35f3fa | f820dc6cfd0560a0c0d020192c1d1c5c42497e31 | https://github.com/naver/ngrinder/compare/c522c91d1f477fd78dea09efb205ff3b1e35f3fa...f820dc6cfd0560a0c0d020192c1d1c5c42497e31 | diff --git a/ngrinder-controller/src/main/java/org/ngrinder/infra/plugin/PluginManager.java b/ngrinder-controller/src/main/java/org/ngrinder/infra/plugin/PluginManager.java
index 09e97e450..0cce37340 100644
--- a/ngrinder-controller/src/main/java/org/ngrinder/infra/plugin/PluginManager.java
+++ b/ngrinder-controller/sr... | ['ngrinder-controller/src/main/java/org/ngrinder/infra/plugin/extension/NGrinderSpringExtensionFactory.java', 'ngrinder-controller/src/main/java/org/ngrinder/infra/plugin/finder/NGrinderDefaultExtensionFinder.java', 'ngrinder-controller/src/main/java/org/ngrinder/infra/plugin/extension/NGrinderDefaultPluginManager.java... | {'.java': 4} | 4 | 4 | 0 | 0 | 4 | 1,206,177 | 276,817 | 40,085 | 357 | 10,112 | 2,242 | 317 | 4 | 15,848 | 477 | 2,962 | 120 | 0 | 0 | 1970-01-01T00:24:27 | 1,758 | Java | {'Java': 2131561, 'Vue': 441893, 'JavaScript': 33073, 'FreeMarker': 9845, 'Groovy': 7693, 'Python': 4818, 'CSS': 4721, 'HTML': 2433, 'Shell': 2240, 'Dockerfile': 2017, 'Batchfile': 1004} | Apache License 2.0 |
913 | gchq/gaffer/2884/2881 | gchq | gaffer | https://github.com/gchq/Gaffer/issues/2881 | https://github.com/gchq/Gaffer/pull/2884 | https://github.com/gchq/Gaffer/pull/2884 | 1 | resolve | Problems with getOriginalSchema in Federated and Proxy Stores | Problems have been reported fetching schemas with Federated and Proxy Stores. The current implementation of these stores contain overridden methods for `getSchema` but not `getOriginalSchema`. It's likely that with certain combinations of graphs and stores, the `originalSchema` field could remain `null` or be outdated.... | 5f22ae68b1bef77c398919b19a17c4b9f9e3c34f | 9ef3e70589b023d3d1b56e079091059d8ca7f44b | https://github.com/gchq/gaffer/compare/5f22ae68b1bef77c398919b19a17c4b9f9e3c34f...9ef3e70589b023d3d1b56e079091059d8ca7f44b | diff --git a/store-implementation/federated-store/src/main/java/uk/gov/gchq/gaffer/federatedstore/FederatedGraphStorage.java b/store-implementation/federated-store/src/main/java/uk/gov/gchq/gaffer/federatedstore/FederatedGraphStorage.java
index 033b3b7c55..1b6aa96e16 100644
--- a/store-implementation/federated-store/sr... | ['store-implementation/federated-store/src/test/java/uk/gov/gchq/gaffer/federatedstore/operation/handler/impl/FederatedDelegateToAggregateHandlerTest.java', 'store-implementation/federated-store/src/test/java/uk/gov/gchq/gaffer/federatedstore/operation/handler/impl/FederatedDelegateToValidateHandlerTest.java', 'store-i... | {'.java': 15} | 15 | 15 | 0 | 0 | 15 | 4,037,751 | 833,176 | 107,678 | 1,103 | 8,218 | 1,690 | 151 | 6 | 742 | 103 | 150 | 7 | 0 | 0 | 1970-01-01T00:27:55 | 1,711 | Java | {'Java': 9333788, 'JavaScript': 2752310, 'Shell': 15069, 'HTML': 3332, 'CSS': 505} | Apache License 2.0 |
551 | embulk/embulk/1054/1031 | embulk | embulk | https://github.com/embulk/embulk/issues/1031 | https://github.com/embulk/embulk/pull/1054 | https://github.com/embulk/embulk/pull/1054 | 1 | fix | "embulk new" command not work in windows | I have executed command in windows 10 x64
> E:\\work> embulk new java-file-output onefile
```
2018-07-18 10:41:05.724 +0900: Embulk v0.9.7
Creating embulk-output-onefile/
java.lang.UnsupportedOperationException
at sun.nio.fs.WindowsFileSystemProvider.readAttributes(Unknown Source)
at java.nio... | 4b8250d88792cd4e9024903e133b76758ef6a02e | ea83f92ecd0b595cd6f04bdad865bbec31e810ab | https://github.com/embulk/embulk/compare/4b8250d88792cd4e9024903e133b76758ef6a02e...ea83f92ecd0b595cd6f04bdad865bbec31e810ab | diff --git a/embulk-core/src/main/java/org/embulk/cli/EmbulkMigrate.java b/embulk-core/src/main/java/org/embulk/cli/EmbulkMigrate.java
index 8064276d..8a5c152b 100644
--- a/embulk-core/src/main/java/org/embulk/cli/EmbulkMigrate.java
+++ b/embulk-core/src/main/java/org/embulk/cli/EmbulkMigrate.java
@@ -4,6 +4,7 @@ impor... | ['embulk-core/src/main/java/org/embulk/cli/EmbulkMigrate.java', 'embulk-core/src/main/java/org/embulk/cli/EmbulkNew.java', 'embulk-core/src/main/java/org/embulk/cli/EmbulkSelfUpdate.java'] | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 992,870 | 189,754 | 26,097 | 242 | 3,201 | 572 | 48 | 3 | 917 | 68 | 245 | 23 | 0 | 1 | 1970-01-01T00:25:40 | 1,692 | Java | {'Java': 1206535, 'Ruby': 102994, 'Batchfile': 4257, 'Shell': 3118, 'HTML': 538} | Apache License 2.0 |
1,338 | jooby-project/jooby/2220/2210 | jooby-project | jooby | https://github.com/jooby-project/jooby/issues/2210 | https://github.com/jooby-project/jooby/pull/2220 | https://github.com/jooby-project/jooby/pull/2220 | 1 | fixes | Websockets onClose not working | Hi!
For some weird reason, the onClose event is not called on my WebSockets when setting a handler using the configurator.
Regards
Dominik | f7bd9284d48b589086e30339c9f174e15f662ba5 | e105611c98986f6e9f9eaaa72e0efc43a1bfc247 | https://github.com/jooby-project/jooby/compare/f7bd9284d48b589086e30339c9f174e15f662ba5...e105611c98986f6e9f9eaaa72e0efc43a1bfc247 | diff --git a/jooby/src/main/java/io/jooby/Server.java b/jooby/src/main/java/io/jooby/Server.java
index e0197145c..8868970aa 100644
--- a/jooby/src/main/java/io/jooby/Server.java
+++ b/jooby/src/main/java/io/jooby/Server.java
@@ -139,8 +139,10 @@ public interface Server {
String message = cause.getMessage();
... | ['modules/jooby-utow/src/main/java/io/jooby/internal/utow/UtowWebSocket.java', 'jooby/src/main/java/io/jooby/Server.java', 'modules/jooby-netty/src/main/java/io/jooby/internal/netty/NettyWebSocket.java'] | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 1,905,746 | 440,530 | 64,015 | 475 | 2,972 | 557 | 72 | 3 | 145 | 23 | 32 | 6 | 0 | 0 | 1970-01-01T00:26:49 | 1,585 | Java | {'Java': 3206985, 'Kotlin': 53463, 'PHP': 16878, 'Handlebars': 13400, 'HTML': 6645, 'Shell': 1325, 'Groovy': 943, 'Dockerfile': 424, 'FreeMarker': 108} | Apache License 2.0 |
299 | j-easy/easy-random/240/237 | j-easy | easy-random | https://github.com/j-easy/easy-random/issues/237 | https://github.com/j-easy/easy-random/pull/240 | https://github.com/j-easy/easy-random/pull/240 | 1 | fixes | Fundamental issue in random-beans-validation | I found fundamental problem in `random-beans-validation` implementation. Currently every randomizer created by the package will generate same value every time (or almost every time, see below).
Let's for example look into [`SizeAnnotationHandler`](https://github.com/benas/random-beans/blob/master/random-beans-valida... | d4a47dd6e62fe589f2fcaa8d1668cc8b0c168ee4 | bb16b8a1c2736fa12f20af37385317dac3f56d58 | https://github.com/j-easy/easy-random/compare/d4a47dd6e62fe589f2fcaa8d1668cc8b0c168ee4...bb16b8a1c2736fa12f20af37385317dac3f56d58 | diff --git a/random-beans-validation/src/main/java/io/github/benas/randombeans/validation/DecimaMinMaxAnnotationHandler.java b/random-beans-validation/src/main/java/io/github/benas/randombeans/validation/DecimaMinMaxAnnotationHandler.java
index f23d2e86..155bb7f8 100644
--- a/random-beans-validation/src/main/java/io/gi... | ['random-beans-validation/src/main/java/io/github/benas/randombeans/validation/PastAnnotationHandler.java', 'random-beans-validation/src/main/java/io/github/benas/randombeans/validation/MinMaxAnnotationHandler.java', 'random-beans-validation/src/main/java/io/github/benas/randombeans/validation/DecimaMinMaxAnnotationHan... | {'.java': 7} | 7 | 7 | 0 | 0 | 7 | 517,748 | 113,439 | 14,137 | 170 | 3,419 | 556 | 81 | 6 | 1,313 | 121 | 271 | 7 | 3 | 0 | 1970-01-01T00:24:47 | 1,478 | Java | {'Java': 1051325} | MIT License |
9,988 | apache/eventmesh/3432/3431 | apache | eventmesh | https://github.com/apache/eventmesh/issues/3431 | https://github.com/apache/eventmesh/pull/3432 | https://github.com/apache/eventmesh/pull/3432 | 1 | fixes | [Bug]ProducerTopicManager throw NPE when runtime module started | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no similar issues.
### Environment
Windows
### EventMesh version
master
### What happened
when I start eventmesh runtime module. when ProducerTopicManager.scheduler execute then will ... | 8aa97ac2df2fde85e8fbd5b0c51132f41f6447f4 | 38cb976a5ac0420f6a861be5a91393b1049ba292 | https://github.com/apache/eventmesh/compare/8aa97ac2df2fde85e8fbd5b0c51132f41f6447f4...38cb976a5ac0420f6a861be5a91393b1049ba292 | diff --git a/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/boot/EventMeshServer.java b/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/boot/EventMeshServer.java
index dfbad0a38..5d0fd427a 100644
--- a/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/boot/EventMeshServer.java
+++ ... | ['eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/protocol/http/producer/ProducerTopicManager.java', 'eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/boot/EventMeshServer.java', 'eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/protocol/tcp/client/session/Session.java'] | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 3,744,368 | 733,522 | 99,974 | 796 | 3,292 | 589 | 73 | 3 | 6,449 | 365 | 1,740 | 91 | 1 | 2 | 1970-01-01T00:27:58 | 1,415 | Java | {'Java': 3911514, 'Go': 272517, 'Shell': 65032, 'Rust': 49060, 'Makefile': 3761, 'Dockerfile': 1322} | Apache License 2.0 |
9,891 | clickhouse/clickhouse-java/540/462 | clickhouse | clickhouse-java | https://github.com/ClickHouse/clickhouse-java/issues/462 | https://github.com/ClickHouse/clickhouse-java/pull/540 | https://github.com/ClickHouse/clickhouse-java/pull/540 | 1 | fix | NoHttpResponseException while intensive inserts | Hi!
I catch an error using sendStream in RowBinary format intensive queries(1M rows in batch every 3 second) One batch inserts in ~10-15 seconds.
Clickhouse machine cpu usage is about 25%.
It appears after 5 minutes of job start.
I tried to catch problematic batch and insert in separately. Everything was fine.
... | 8e68aa489d21fcb4a0f4d48c05028f804f048169 | f90acb005c077b4b82dbb6d6d92d64930cef4d4d | https://github.com/clickhouse/clickhouse-java/compare/8e68aa489d21fcb4a0f4d48c05028f804f048169...f90acb005c077b4b82dbb6d6d92d64930cef4d4d | diff --git a/src/main/java/ru/yandex/clickhouse/settings/ClickHouseConnectionSettings.java b/src/main/java/ru/yandex/clickhouse/settings/ClickHouseConnectionSettings.java
index 202574fe..6928a340 100644
--- a/src/main/java/ru/yandex/clickhouse/settings/ClickHouseConnectionSettings.java
+++ b/src/main/java/ru/yandex/cli... | ['src/test/java/ru/yandex/clickhouse/util/ClickHouseHttpClientBuilderTest.java', 'src/main/java/ru/yandex/clickhouse/util/ClickHouseHttpClientBuilder.java', 'src/main/java/ru/yandex/clickhouse/settings/ClickHouseConnectionSettings.java', 'src/main/java/ru/yandex/clickhouse/settings/ClickHouseProperties.java'] | {'.java': 4} | 4 | 4 | 0 | 0 | 4 | 437,607 | 90,987 | 13,597 | 69 | 3,050 | 557 | 63 | 3 | 9,958 | 698 | 2,975 | 131 | 1 | 5 | 1970-01-01T00:26:50 | 1,272 | Java | {'Java': 3989428, 'Shell': 397} | Apache License 2.0 |
1,089 | google/conscrypt/785/781 | google | conscrypt | https://github.com/google/conscrypt/issues/781 | https://github.com/google/conscrypt/pull/785 | https://github.com/google/conscrypt/pull/785 | 1 | fixes | NullPointerException in getAlpnSelectedProtocol | We’ve got the exact same crash as #379 but this time we’re calling `getAlpnSelectedProtocol()` instead of `getProtocol()`. I presume the same fix will work: cache more session state when the connection is closed.
```
FATAL EXCEPTION: MockWebServer
Process: com.xxx.xxx.xxx, PID: 5607
java.lang.AssertionError: java... | d2aa6104ac4a9c92a36213bce65f144efdcd1a1b | d28d0a8d85a0461baa1cb29aec8dd813384f2ee1 | https://github.com/google/conscrypt/compare/d2aa6104ac4a9c92a36213bce65f144efdcd1a1b...d28d0a8d85a0461baa1cb29aec8dd813384f2ee1 | diff --git a/common/src/main/java/org/conscrypt/ActiveSession.java b/common/src/main/java/org/conscrypt/ActiveSession.java
index 4726499a..b00a3fa5 100644
--- a/common/src/main/java/org/conscrypt/ActiveSession.java
+++ b/common/src/main/java/org/conscrypt/ActiveSession.java
@@ -37,6 +37,7 @@ final class ActiveSession i... | ['common/src/main/java/org/conscrypt/ActiveSession.java', 'common/src/main/java/org/conscrypt/SessionSnapshot.java', 'common/src/main/java/org/conscrypt/ConscryptFileDescriptorSocket.java', 'openjdk/src/test/java/org/conscrypt/ConscryptSocketTest.java', 'openjdk/src/test/java/org/conscrypt/ConscryptEngineTest.java', 'c... | {'.java': 9} | 9 | 9 | 0 | 0 | 9 | 1,746,819 | 383,662 | 47,311 | 245 | 3,562 | 589 | 65 | 7 | 1,558 | 87 | 357 | 26 | 0 | 1 | 1970-01-01T00:26:13 | 1,164 | Java | {'Java': 3533745, 'C++': 526129, 'C': 7529, 'Python': 6764, 'Shell': 5171, 'Dockerfile': 3414, 'CMake': 1784, 'PowerShell': 1675, 'Batchfile': 1140, 'HTML': 756} | Apache License 2.0 |
507 | appium/java-client/568/567 | appium | java-client | https://github.com/appium/java-client/issues/567 | https://github.com/appium/java-client/pull/568 | https://github.com/appium/java-client/pull/568 | 1 | fix | 5.0.0-BETA2: ClassCastException: WebElement -> IOSElement | ## Description
Failed to cast WebElement into IOSElement. Worked with 5.0.0-BETA1.
## Environment
* java client build version or git revision if you use some shapshot: 5.0.0-BETA2
* Appium server version or git revision if you use some shapshot: 1.6.4-beta
* Mobile platform/version under test: iOS
* Real devi... | 1d3e9705527435c48005f0a50a60b1371e03bbd1 | b3351034ac0eb7b814ecfcacb1b097b8fd547a55 | https://github.com/appium/java-client/compare/1d3e9705527435c48005f0a50a60b1371e03bbd1...b3351034ac0eb7b814ecfcacb1b097b8fd547a55 | diff --git a/src/main/java/io/appium/java_client/AppiumDriver.java b/src/main/java/io/appium/java_client/AppiumDriver.java
index a3adf2e9..fa9696cf 100644
--- a/src/main/java/io/appium/java_client/AppiumDriver.java
+++ b/src/main/java/io/appium/java_client/AppiumDriver.java
@@ -76,7 +76,6 @@ public class AppiumDriver<T... | ['src/main/java/io/appium/java_client/internal/ElementMap.java', 'src/main/java/io/appium/java_client/internal/JsonToMobileElementConverter.java', 'src/main/java/io/appium/java_client/pagefactory/AppiumFieldDecorator.java', 'src/main/java/io/appium/java_client/AppiumDriver.java', 'src/test/java/io/appium/java_client/ap... | {'.java': 7} | 7 | 7 | 0 | 0 | 7 | 570,684 | 119,915 | 15,588 | 167 | 3,923 | 686 | 81 | 5 | 674 | 74 | 168 | 17 | 0 | 0 | 1970-01-01T00:24:46 | 1,098 | Java | {'Java': 1674245, 'HTML': 80758} | Apache License 2.0 |
1,260 | vert-x3/vertx-web/1779/1778 | vert-x3 | vertx-web | https://github.com/vert-x3/vertx-web/issues/1778 | https://github.com/vert-x3/vertx-web/pull/1779 | https://github.com/vert-x3/vertx-web/pull/1779 | 1 | fixes | HTTP server file upload cleanup fail to delete | The HTTP server file upload cleanup mechanism implemented in `BodyHandler` can fail to delete uploaded files because it does not ensure that the file upload is finished before deleting the file. Fixing this in vertx-web would bring lot of complexity and instead this has been implemented in vertx-core HTTP server file u... | 7d91fc4471655c3d57bb0ef7210079cf8b483145 | 68dd64008a5312e67950bc7429a32a35b92f90ab | https://github.com/vert-x3/vertx-web/compare/7d91fc4471655c3d57bb0ef7210079cf8b483145...68dd64008a5312e67950bc7429a32a35b92f90ab | diff --git a/vertx-web/src/main/java/io/vertx/ext/web/FileUpload.java b/vertx-web/src/main/java/io/vertx/ext/web/FileUpload.java
index bc812f747..a95a2cb30 100644
--- a/vertx-web/src/main/java/io/vertx/ext/web/FileUpload.java
+++ b/vertx-web/src/main/java/io/vertx/ext/web/FileUpload.java
@@ -62,5 +62,11 @@ public inter... | ['vertx-web/src/main/java/io/vertx/ext/web/FileUpload.java', 'vertx-web/src/main/java/io/vertx/ext/web/impl/FileUploadImpl.java', 'vertx-web/src/main/java/io/vertx/ext/web/handler/impl/BodyHandlerImpl.java'] | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 1,698,077 | 375,725 | 52,586 | 412 | 2,487 | 469 | 59 | 3 | 383 | 60 | 70 | 2 | 0 | 0 | 1970-01-01T00:26:45 | 1,049 | Java | {'Java': 2911199, 'Python': 985896, 'HTML': 11069, 'JavaScript': 8466, 'Shell': 1414, 'Handlebars': 693, 'FreeMarker': 557, 'Batchfile': 249, 'Pug': 191, 'CSS': 113, 'Fluent': 27} | Apache License 2.0 |
1,448 | googlecloudplatform/dataflowtemplates/469/464 | googlecloudplatform | dataflowtemplates | https://github.com/GoogleCloudPlatform/DataflowTemplates/issues/464 | https://github.com/GoogleCloudPlatform/DataflowTemplates/pull/469 | https://github.com/GoogleCloudPlatform/DataflowTemplates/pull/469 | 1 | fixes | [Bug]: Datastream to BigQuery MERGE not running in correct project | ### Related Template(s)
Datastream to BigQuery
### What happened?
I'm running this template using a different BigQuery project than the Datastream/GCS/Dataflow resources. I'm supplying it as the `--outputProjectId` value and data is flowing into my temporary table, just the MERGE fails:
```
2022-09-09T20:40:23.1... | 9ad9285922b1911b2dda75bea4ece13ed75ef53b | a3e2433dbc5a00c142d143f99faa8348cb38ea6b | https://github.com/googlecloudplatform/dataflowtemplates/compare/9ad9285922b1911b2dda75bea4ece13ed75ef53b...a3e2433dbc5a00c142d143f99faa8348cb38ea6b | diff --git a/v2/common/src/main/java/com/google/cloud/teleport/v2/cdc/merge/BigQueryMerger.java b/v2/common/src/main/java/com/google/cloud/teleport/v2/cdc/merge/BigQueryMerger.java
index 083478a5..ad6e0781 100644
--- a/v2/common/src/main/java/com/google/cloud/teleport/v2/cdc/merge/BigQueryMerger.java
+++ b/v2/common/sr... | ['v2/common/src/main/java/com/google/cloud/teleport/v2/cdc/merge/BigQueryMerger.java', 'v2/common/src/main/java/com/google/cloud/teleport/v2/cdc/merge/MergeConfiguration.java', 'v2/datastream-to-bigquery/src/main/java/com/google/cloud/teleport/v2/templates/DataStreamToBigQuery.java'] | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 6,066,423 | 1,284,319 | 159,928 | 935 | 751 | 135 | 17 | 3 | 949 | 92 | 244 | 21 | 1 | 1 | 1970-01-01T00:27:43 | 1,005 | Java | {'Java': 9158571, 'Go': 39852, 'JavaScript': 34656, 'Python': 10437, 'Dockerfile': 925, 'PureBasic': 35} | Apache License 2.0 |
641 | spring-cloud/spring-cloud-stream/402/403 | spring-cloud | spring-cloud-stream | https://github.com/spring-cloud/spring-cloud-stream/issues/403 | https://github.com/spring-cloud/spring-cloud-stream/pull/402 | https://github.com/spring-cloud/spring-cloud-stream/pull/402 | 1 | resolves | Support text/* content type for non-SCSt applications | When deserializing the payload at the consumer endpoint, the non-byte stream payload type requires to use `String` object when the underlying message content-type is of any `text` type contentType (text/plain, text/xml and text/html)
| 6acb825ad58107c42d5cc3ea7bc84035ef750315 | 4d8fa19a3ac68c5ac043302b21f79c3aeb885e65 | https://github.com/spring-cloud/spring-cloud-stream/compare/6acb825ad58107c42d5cc3ea7bc84035ef750315...4d8fa19a3ac68c5ac043302b21f79c3aeb885e65 | diff --git a/spring-cloud-stream-binders/spring-cloud-stream-binder-test/src/test/java/org/springframework/cloud/stream/binder/MessageChannelBinderSupportTests.java b/spring-cloud-stream-binders/spring-cloud-stream-binder-test/src/test/java/org/springframework/cloud/stream/binder/MessageChannelBinderSupportTests.java
i... | ['spring-cloud-stream-binders/spring-cloud-stream-binder-test/src/test/java/org/springframework/cloud/stream/binder/MessageChannelBinderSupportTests.java', 'spring-cloud-stream/src/main/java/org/springframework/cloud/stream/binder/AbstractBinder.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 420,230 | 86,916 | 12,431 | 106 | 243 | 48 | 3 | 1 | 234 | 33 | 48 | 2 | 0 | 0 | 1970-01-01T00:24:17 | 918 | Java | {'Java': 2946369, 'Shell': 3768, 'Kotlin': 1141} | Apache License 2.0 |
672 | zalando/nakadi/677/391 | zalando | nakadi | https://github.com/zalando/nakadi/issues/391 | https://github.com/zalando/nakadi/pull/677 | https://github.com/zalando/nakadi/pull/677 | 1 | fixes | Nakadi silently overrides metadata.flow_id | When publishing an event, if the header `X-Flow-Id` is not provided, then Nakadi will silently override this field with a randomly generated value.
I would expect Nakadi not to override it, if it was provided, since it's mentioned in the API that "No preexisting value might be changed".
> 1. Once the validation succe... | ddbfc693362b49214d4d13507be36f9008173a2b | 011015d32a29b8dad051fe9e6981cc47de50652e | https://github.com/zalando/nakadi/compare/ddbfc693362b49214d4d13507be36f9008173a2b...011015d32a29b8dad051fe9e6981cc47de50652e | diff --git a/src/main/java/org/zalando/nakadi/enrichment/MetadataEnrichmentStrategy.java b/src/main/java/org/zalando/nakadi/enrichment/MetadataEnrichmentStrategy.java
index 145545f9c..ec4e154fe 100644
--- a/src/main/java/org/zalando/nakadi/enrichment/MetadataEnrichmentStrategy.java
+++ b/src/main/java/org/zalando/nakad... | ['src/main/java/org/zalando/nakadi/enrichment/MetadataEnrichmentStrategy.java', 'src/test/java/org/zalando/nakadi/enrichment/MetadataEnrichmentStrategyTest.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 832,929 | 156,211 | 21,130 | 299 | 179 | 38 | 4 | 1 | 818 | 132 | 182 | 12 | 0 | 0 | 1970-01-01T00:24:56 | 904 | Java | {'Java': 2529825, 'Shell': 1956, 'PLpgSQL': 1208, 'Dockerfile': 872} | MIT License |
1,004 | apicurio/apicurio-studio/1604/1533 | apicurio | apicurio-studio | https://github.com/Apicurio/apicurio-studio/issues/1533 | https://github.com/Apicurio/apicurio-studio/pull/1604 | https://github.com/Apicurio/apicurio-studio/pull/1604 | 1 | fixes | Imports must be resolved before mocking in Microcks | When trying to mock an API (that contains imported types) with microcks, the following errors occurs in the browser:
> io.apicurio.hub.core.exceptions.ServerError: Unexpected server error
> at io.apicurio.hub.api.rest.impl.DesignsResource.mockApi(DesignsResource.java:933)
> […]
> Caused by: io.apicurio.hub.api.mi... | cc51237c008d280a12e2ec730b5642f849a9af29 | d6c7df3b236affee5b79bcac144f4f17f3d7f224 | https://github.com/apicurio/apicurio-studio/compare/cc51237c008d280a12e2ec730b5642f849a9af29...d6c7df3b236affee5b79bcac144f4f17f3d7f224 | diff --git a/back-end/hub-api/src/main/java/io/apicurio/hub/api/microcks/MicrocksConnector.java b/back-end/hub-api/src/main/java/io/apicurio/hub/api/microcks/MicrocksConnector.java
index f9c30ba6..4aad04d7 100644
--- a/back-end/hub-api/src/main/java/io/apicurio/hub/api/microcks/MicrocksConnector.java
+++ b/back-end/hub... | ['back-end/hub-api/src/main/java/io/apicurio/hub/api/microcks/MicrocksConnector.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 1,094,436 | 231,785 | 33,392 | 306 | 574 | 127 | 24 | 1 | 1,310 | 133 | 301 | 17 | 0 | 0 | 1970-01-01T00:27:06 | 867 | TypeScript | {'TypeScript': 1453260, 'Java': 1410458, 'HTML': 647763, 'CSS': 241046, 'Shell': 5417, 'Scala': 4126, 'Dockerfile': 3804, 'Makefile': 2309, 'JavaScript': 382, 'Smarty': 176} | Apache License 2.0 |
9,441 | objectionary/eo/1263/1256 | objectionary | eo | https://github.com/objectionary/eo/issues/1256 | https://github.com/objectionary/eo/pull/1263 | https://github.com/objectionary/eo/pull/1263 | 1 | fix | `keepBinaries` property is not respected in `UnplaceMojo` | Within `UnplaceMojo` we have config parameter `keepBinaries` which is supposed to prevent specified compiled (placed) files from removal.
However current implementation ignore it since it calls consequently two steps:
1. `keepThem` step would remove everything but specified in `keepBinaries`
2. `killThem` step woul... | 17e240ebb323d2e12e0a79fc9e3656eef9f7895e | 74e17969d5f4bfac96c1d26b0defa680083ee327 | https://github.com/objectionary/eo/compare/17e240ebb323d2e12e0a79fc9e3656eef9f7895e...74e17969d5f4bfac96c1d26b0defa680083ee327 | diff --git a/eo-maven-plugin/src/main/java/org/eolang/maven/UnplaceMojo.java b/eo-maven-plugin/src/main/java/org/eolang/maven/UnplaceMojo.java
index fdbbe2150..8648526e6 100644
--- a/eo-maven-plugin/src/main/java/org/eolang/maven/UnplaceMojo.java
+++ b/eo-maven-plugin/src/main/java/org/eolang/maven/UnplaceMojo.java
@@ ... | ['eo-maven-plugin/src/test/java/org/eolang/maven/UnplaceMojoTest.java', 'eo-maven-plugin/src/main/java/org/eolang/maven/UnplaceMojo.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 520,737 | 114,505 | 16,826 | 156 | 178 | 40 | 4 | 1 | 433 | 57 | 96 | 6 | 0 | 0 | 1970-01-01T00:27:43 | 814 | Java | {'Java': 1396574, 'XSLT': 298556, 'TeX': 138771, 'Groovy': 16462, 'Rust': 5709, 'ANTLR': 3211, 'Makefile': 2212, 'Shell': 1454, 'Perl': 114} | MIT License |
816 | spring-cloud/spring-cloud-consul/230/229 | spring-cloud | spring-cloud-consul | https://github.com/spring-cloud/spring-cloud-consul/issues/229 | https://github.com/spring-cloud/spring-cloud-consul/pull/230 | https://github.com/spring-cloud/spring-cloud-consul/pull/230 | 1 | fix | Consul ConfigWatch not working for FILES config format | Watching Consul for config changes stopped working with release 1.1 in case of using FILES config format. I ran into this as part of upgrading to Spring Camden.RELEASE (that updates from spring-cloud-consul 1.0.2 to 1.1.0).
I did some debugging and think I know what the root cause is:
- ConfigWatch always a trailing s... | ee007651e58fc2530b5f893c1477afb3d78c7d24 | 68b4459c3b7494252d47f596f5818777b22b7008 | https://github.com/spring-cloud/spring-cloud-consul/compare/ee007651e58fc2530b5f893c1477afb3d78c7d24...68b4459c3b7494252d47f596f5818777b22b7008 | diff --git a/spring-cloud-consul-config/src/main/java/org/springframework/cloud/consul/config/ConfigWatch.java b/spring-cloud-consul-config/src/main/java/org/springframework/cloud/consul/config/ConfigWatch.java
index d9622bfd..d7e174d3 100644
--- a/spring-cloud-consul-config/src/main/java/org/springframework/cloud/cons... | ['spring-cloud-consul-config/src/main/java/org/springframework/cloud/consul/config/ConfigWatch.java', 'spring-cloud-consul-config/src/test/java/org/springframework/cloud/consul/config/ConfigWatchTests.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 110,780 | 23,740 | 3,551 | 41 | 288 | 59 | 6 | 1 | 1,207 | 209 | 282 | 12 | 0 | 0 | 1970-01-01T00:24:35 | 793 | Java | {'Java': 560522, 'CSS': 34264, 'HTML': 28643, 'Batchfile': 5822, 'Shell': 542} | Apache License 2.0 |
529 | opengamma/strata/1313/1312 | opengamma | strata | https://github.com/OpenGamma/Strata/issues/1312 | https://github.com/OpenGamma/Strata/pull/1313 | https://github.com/OpenGamma/Strata/pull/1313 | 1 | fixes | MultiCurrencyAmountArray.of(size, fn) doesn't work with empty MultiCurrencyAmounts | The following code produces a `MultiCurrencyAmountArray` of size zero even though it is created from two `MultiCurrencyAmounts`
```
MultiCurrencyAmountArray array = MultiCurrencyAmountArray.of(
MultiCurrencyAmount.empty(),
MultiCurrencyAmount.empty());
```
The following code always produces a `MultiCurrencyAm... | e118c05ed7fb826ed8ce9cb019ce51297497e912 | e558988a726306271478b1539eb440ca71efb400 | https://github.com/opengamma/strata/compare/e118c05ed7fb826ed8ce9cb019ce51297497e912...e558988a726306271478b1539eb440ca71efb400 | diff --git a/modules/basics/src/main/java/com/opengamma/strata/basics/currency/MultiCurrencyAmountArray.java b/modules/basics/src/main/java/com/opengamma/strata/basics/currency/MultiCurrencyAmountArray.java
index c9ec298a4..129fd33a9 100644
--- a/modules/basics/src/main/java/com/opengamma/strata/basics/currency/MultiCu... | ['modules/basics/src/main/java/com/opengamma/strata/basics/currency/MultiCurrencyAmountArray.java', 'modules/basics/src/test/java/com/opengamma/strata/basics/currency/MultiCurrencyAmountArrayTest.java', 'modules/data/src/test/java/com/opengamma/strata/data/scenario/MultiCurrencyScenarioArrayTest.java'] | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 14,048,268 | 3,191,096 | 400,885 | 1,526 | 3,124 | 702 | 76 | 1 | 627 | 78 | 128 | 16 | 0 | 2 | 1970-01-01T00:24:32 | 771 | Java | {'Java': 30371987} | Apache License 2.0 |
49 | citrusframework/citrus/598/588 | citrusframework | citrus | https://github.com/citrusframework/citrus/issues/588 | https://github.com/citrusframework/citrus/pull/598 | https://github.com/citrusframework/citrus/pull/598 | 2 | fixes | BooleanExpressionParser parses expression groups containing boolean strings inconsistently | **Citrus Version**
2.7.8
**Expected behavior**
As a user I would expect Citrus to consistently parse valid boolean expression like `(i = 5) and (${conditional} = true)` in e.g. iteration containers.
**Actual behavior**
Expression groups containing strings, like `(${conditional} = true)`, are handled inconsiste... | dded6e61012d64a98d70e3a4be95c84eb0c52904 | 98575325fe8037e995c91b2d9cc8667938a0a67b | https://github.com/citrusframework/citrus/compare/dded6e61012d64a98d70e3a4be95c84eb0c52904...98575325fe8037e995c91b2d9cc8667938a0a67b | diff --git a/modules/citrus-core/src/main/java/com/consol/citrus/util/BooleanExpressionParser.java b/modules/citrus-core/src/main/java/com/consol/citrus/util/BooleanExpressionParser.java
index 0b89a1796..8ea578945 100644
--- a/modules/citrus-core/src/main/java/com/consol/citrus/util/BooleanExpressionParser.java
+++ b/m... | ['modules/citrus-core/src/test/java/com/consol/citrus/util/BooleanExpressionParserTest.java', 'modules/citrus-core/src/main/java/com/consol/citrus/util/BooleanExpressionParser.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 5,473,150 | 1,096,313 | 161,581 | 1,557 | 16,633 | 3,069 | 375 | 1 | 2,359 | 197 | 480 | 60 | 1 | 1 | 1970-01-01T00:25:47 | 399 | Java | {'Java': 12001798, 'Groovy': 120014, 'XSLT': 39429, 'Shell': 34409, 'HTML': 12074, 'Makefile': 1941, 'Gherkin': 798, 'Dockerfile': 107} | Apache License 2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.