id
int64
0
10.2k
text_id
stringlengths
17
67
repo_owner
stringclasses
232 values
repo_name
stringclasses
295 values
issue_url
stringlengths
39
89
pull_url
stringlengths
37
87
comment_url
stringlengths
37
94
links_count
int64
1
2
link_keyword
stringclasses
12 values
issue_title
stringlengths
7
197
issue_body
stringlengths
45
21.3k
base_sha
stringlengths
40
40
head_sha
stringlengths
40
40
diff_url
stringlengths
120
170
diff
stringlengths
478
132k
changed_files
stringlengths
47
2.6k
changed_files_exts
stringclasses
22 values
changed_files_count
int64
1
22
java_changed_files_count
int64
1
22
kt_changed_files_count
int64
0
0
py_changed_files_count
int64
0
0
code_changed_files_count
int64
1
22
repo_symbols_count
int64
32.6k
242M
repo_tokens_count
int64
6.59k
49.2M
repo_lines_count
int64
992
6.2M
repo_files_without_tests_count
int64
12
28.1k
changed_symbols_count
int64
0
36.1k
changed_tokens_count
int64
0
6.5k
changed_lines_count
int64
0
561
changed_files_without_tests_count
int64
1
17
issue_symbols_count
int64
45
21.3k
issue_words_count
int64
2
1.39k
issue_tokens_count
int64
13
4.47k
issue_lines_count
int64
1
325
issue_links_count
int64
0
19
issue_code_blocks_count
int64
0
31
pull_create_at
timestamp[s]
repo_stars
int64
10
44.3k
repo_language
stringclasses
8 values
repo_languages
stringclasses
296 values
repo_license
stringclasses
2 values
528
spring-cloud/spring-cloud-config/447/445
spring-cloud
spring-cloud-config
https://github.com/spring-cloud/spring-cloud-config/issues/445
https://github.com/spring-cloud/spring-cloud-config/pull/447
https://github.com/spring-cloud/spring-cloud-config/pull/447
1
fixes
NPE in VaultEnvironmentRepository.findOne
When reading a value from vault it is possible there is no value for a given key so we should check for null before trying to convert the key/value to YAML. ``` java.lang.NullPointerException: null at org.springframework.cloud.config.server.environment.VaultEnvironmentRepository.findOne(VaultEnvironmentRepository....
8ad7f06c71d93446600a1b5bd129651adfbd363d
1f0bbddc549294885ebe2f53102332bb5d13492f
https://github.com/spring-cloud/spring-cloud-config/compare/8ad7f06c71d93446600a1b5bd129651adfbd363d...1f0bbddc549294885ebe2f53102332bb5d13492f
diff --git a/spring-cloud-config-server/src/main/java/org/springframework/cloud/config/server/config/EnvironmentRepositoryConfiguration.java b/spring-cloud-config-server/src/main/java/org/springframework/cloud/config/server/config/EnvironmentRepositoryConfiguration.java index 79a34643..3638f0b7 100644 --- a/spring-clou...
['spring-cloud-config-server/src/main/java/org/springframework/cloud/config/server/config/EnvironmentRepositoryConfiguration.java', 'spring-cloud-config-server/src/test/java/org/springframework/cloud/config/server/environment/VaultEnvironmentRepositoryTests.java', 'spring-cloud-config-server/src/main/java/org/springfra...
{'.java': 3}
3
3
0
0
3
210,662
43,951
6,718
66
1,244
246
24
2
10,076
243
2,899
75
0
1
1970-01-01T00:24:28
1,895
Java
{'Java': 1817085, 'Shell': 65648, 'Ruby': 488, 'Groovy': 140}
Apache License 2.0
526
spring-cloud/spring-cloud-config/1832/1806
spring-cloud
spring-cloud-config
https://github.com/spring-cloud/spring-cloud-config/issues/1806
https://github.com/spring-cloud/spring-cloud-config/pull/1832
https://github.com/spring-cloud/spring-cloud-config/pull/1832
1
fixes
Actuator health check missing details in 3.0.x
**Describe the bug** Hi, using cloud config client version 3.0.0 and native profile for configuration I always get that configuration property sources could not be loaded and status is UNKNOWN when calling the actuator health check. ``` "clientConfigServer": { "status": "UNKNOWN", "details": { "error": ...
351fabfc6cf2fc0dd5a884e4dcf53edf946669e1
964238a5f245fb8faf38e8f2dc26469d22054e9d
https://github.com/spring-cloud/spring-cloud-config/compare/351fabfc6cf2fc0dd5a884e4dcf53edf946669e1...964238a5f245fb8faf38e8f2dc26469d22054e9d
diff --git a/spring-cloud-config-client/src/main/java/org/springframework/cloud/config/client/ConfigServerConfigDataLoader.java b/spring-cloud-config-client/src/main/java/org/springframework/cloud/config/client/ConfigServerConfigDataLoader.java index 57a36154..0f7e9227 100644 --- a/spring-cloud-config-client/src/main/j...
['spring-cloud-config-client/src/main/java/org/springframework/cloud/config/client/ConfigServerHealthIndicator.java', 'spring-cloud-config-client/src/main/java/org/springframework/cloud/config/client/ConfigServerConfigDataLoader.java', 'spring-cloud-config-client/src/test/java/org/springframework/cloud/config/client/Co...
{'.java': 3}
3
3
0
0
3
616,189
128,445
19,054
184
2,702
547
55
2
1,222
124
294
45
0
3
1970-01-01T00:26:55
1,895
Java
{'Java': 1817085, 'Shell': 65648, 'Ruby': 488, 'Groovy': 140}
Apache License 2.0
525
spring-cloud/spring-cloud-config/2187/2085
spring-cloud
spring-cloud-config
https://github.com/spring-cloud/spring-cloud-config/issues/2085
https://github.com/spring-cloud/spring-cloud-config/pull/2187
https://github.com/spring-cloud/spring-cloud-config/pull/2187
1
fixes
Spring Cloud Vault Health Check Fails
Hey guys hope all is well. I had a quick question about the health check for config server’s vault backend. I seem to be having some trouble with it – I’m not able to access health for vault repo without an exception being thrown “No thread-bound request found”. To illustrate the problem, I connect to vault b...
8e4be15ece7418fe0714941ae0f0bfad4ce82063
7849124e5b2701b8c5bbad91c358c74065c7fcff
https://github.com/spring-cloud/spring-cloud-config/compare/8e4be15ece7418fe0714941ae0f0bfad4ce82063...7849124e5b2701b8c5bbad91c358c74065c7fcff
diff --git a/spring-cloud-config-server/src/main/java/org/springframework/cloud/config/server/environment/AbstractVaultEnvironmentRepository.java b/spring-cloud-config-server/src/main/java/org/springframework/cloud/config/server/environment/AbstractVaultEnvironmentRepository.java index 3f4e4a30..5fb70bb8 100644 --- a/s...
['spring-cloud-config-server/src/main/java/org/springframework/cloud/config/server/environment/AbstractVaultEnvironmentRepository.java']
{'.java': 1}
1
1
0
0
1
706,247
146,623
21,682
207
491
97
15
1
1,109
146
242
17
1
0
1970-01-01T00:27:48
1,895
Java
{'Java': 1817085, 'Shell': 65648, 'Ruby': 488, 'Groovy': 140}
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
66
webbukkit/dynmap/3820/3819
webbukkit
dynmap
https://github.com/webbukkit/dynmap/issues/3819
https://github.com/webbukkit/dynmap/pull/3820
https://github.com/webbukkit/dynmap/pull/3820
1
fix
IllegalStateException: Asynchronous preparation of chunk data for async save!
**Issue Description:** *Dynmap errors on shutdown if it is actively rendering / saving tiles.* * **Dynmap Version:** *dynmap version 3.4-819* * **Server Version:** *git-Purpur-1752 (Paper 1.19.2)* * **Pastebin of Configuration.txt:** *https://paste.gg/p/anonymous/84efb69a60124fe8b884a427bd745959/files/d92f9ce23d4d...
f89777a0dd1ac9e17f595ef0361a030f53eff92a
36924b494287bdd2da1b074b676ac5f4161953a2
https://github.com/webbukkit/dynmap/compare/f89777a0dd1ac9e17f595ef0361a030f53eff92a...36924b494287bdd2da1b074b676ac5f4161953a2
diff --git a/bukkit-helper-118-2/src/main/java/org/dynmap/bukkit/helper/v118_2/AsyncChunkProvider118_2.java b/bukkit-helper-118-2/src/main/java/org/dynmap/bukkit/helper/v118_2/AsyncChunkProvider118_2.java index 745527e6..03e831f7 100644 --- a/bukkit-helper-118-2/src/main/java/org/dynmap/bukkit/helper/v118_2/AsyncChunkP...
['bukkit-helper-119/src/main/java/org/dynmap/bukkit/helper/v119/AsyncChunkProvider119.java', 'bukkit-helper-119/src/main/java/org/dynmap/bukkit/helper/v119/MapChunkCache119.java', 'bukkit-helper-118-2/src/main/java/org/dynmap/bukkit/helper/v118_2/AsyncChunkProvider118_2.java', 'bukkit-helper-118-2/src/main/java/org/dyn...
{'.java': 4}
4
4
0
0
4
4,555,274
1,037,221
128,728
709
3,249
562
59
4
9,467
486
2,690
89
2
1
1970-01-01T00:27:39
1,882
Java
{'Java': 4992284, 'JavaScript': 528125, 'PHP': 56381, 'CSS': 34930, 'HTML': 7454, 'ASP.NET': 1292}
Apache License 2.0
67
webbukkit/dynmap/3766/3765
webbukkit
dynmap
https://github.com/webbukkit/dynmap/issues/3765
https://github.com/webbukkit/dynmap/pull/3766
https://github.com/webbukkit/dynmap/pull/3766
1
close
Schema version set wrong PostgreSQL
**Issue Description:** When using PostgreSQL as map storage the schema version gets misaligned which breaks markers * **Dynmap Version:** version 3.4-beta-3 (core version 3.4-beta-3-774) * **Server Version:** fabric 1.18.2 (0.51.1+1.18.2) PostgreSQL 14.2 * **Pastebin of Configuration.txt:** [click](https://gist.gi...
9c80489ec6ead0ef71a2635234bf48f9d891984d
536b96a5f946af9ff26ef7c85aa45d0a0c59b3f3
https://github.com/webbukkit/dynmap/compare/9c80489ec6ead0ef71a2635234bf48f9d891984d...536b96a5f946af9ff26ef7c85aa45d0a0c59b3f3
diff --git a/DynmapCore/src/main/java/org/dynmap/storage/postgresql/PostgreSQLMapStorage.java b/DynmapCore/src/main/java/org/dynmap/storage/postgresql/PostgreSQLMapStorage.java index 361e445a..533bd1e9 100644 --- a/DynmapCore/src/main/java/org/dynmap/storage/postgresql/PostgreSQLMapStorage.java +++ b/DynmapCore/src/mai...
['DynmapCore/src/main/java/org/dynmap/storage/postgresql/PostgreSQLMapStorage.java']
{'.java': 1}
1
1
0
0
1
4,092,613
936,437
114,934
609
181
44
2
1
1,472
214
401
18
2
0
1970-01-01T00:27:33
1,882
Java
{'Java': 4992284, 'JavaScript': 528125, 'PHP': 56381, 'CSS': 34930, 'HTML': 7454, 'ASP.NET': 1292}
Apache License 2.0
96
uwetrottmann/seriesguide/721/719
uwetrottmann
seriesguide
https://github.com/UweTrottmann/SeriesGuide/issues/719
https://github.com/UweTrottmann/SeriesGuide/pull/721
https://github.com/UweTrottmann/SeriesGuide/pull/721
1
closes
Writing to Storage Access Framework file does not replace existing data
`JsonExportTask` does not clear existing file contents before writing new data. If the written JSON is shorter than the existing file contents invalid JSON ends up in the file.
044b583d23bd6178096a3a6fddbf3471cea72bfe
d0098d9b853d63ab0380e63669342bf5e23a20ae
https://github.com/uwetrottmann/seriesguide/compare/044b583d23bd6178096a3a6fddbf3471cea72bfe...d0098d9b853d63ab0380e63669342bf5e23a20ae
diff --git a/app/src/main/java/com/battlelancer/seriesguide/dataliberation/JsonExportTask.java b/app/src/main/java/com/battlelancer/seriesguide/dataliberation/JsonExportTask.java index 786ea045f..f53d8ba49 100644 --- a/app/src/main/java/com/battlelancer/seriesguide/dataliberation/JsonExportTask.java +++ b/app/src/main/...
['app/src/main/java/com/battlelancer/seriesguide/dataliberation/JsonExportTask.java']
{'.java': 1}
1
1
0
0
1
1,842,065
371,377
50,448
313
366
58
6
1
176
29
35
1
0
0
1970-01-01T00:26:24
1,822
Kotlin
{'Kotlin': 1997116, 'Java': 814063, 'CSS': 22455, 'PowerShell': 660}
Apache License 2.0
21
jdbi/jdbi/1460/1459
jdbi
jdbi
https://github.com/jdbi/jdbi/issues/1459
https://github.com/jdbi/jdbi/pull/1460
https://github.com/jdbi/jdbi/pull/1460
1
fix
vavr argument factory should check type rather than `instanceof`
I think this is wrong: https://github.com/jdbi/jdbi/blob/master/vavr/src/main/java/org/jdbi/v3/vavr/VavrValueArgumentFactory.java#L41 This ends up giving the wrong type for `null` values. Ref: https://groups.google.com/forum/#!topic/jdbi/piSOY5yB320
bed76121bfc27906e520968b353a63192641a727
8ba55119625f6ef118e36d6a55259c7ded89cd15
https://github.com/jdbi/jdbi/compare/bed76121bfc27906e520968b353a63192641a727...8ba55119625f6ef118e36d6a55259c7ded89cd15
diff --git a/core/src/main/java/org/jdbi/v3/core/argument/NullArgument.java b/core/src/main/java/org/jdbi/v3/core/argument/NullArgument.java index 411e13ce4..50b6cd86a 100644 --- a/core/src/main/java/org/jdbi/v3/core/argument/NullArgument.java +++ b/core/src/main/java/org/jdbi/v3/core/argument/NullArgument.java @@ -49,...
['vavr/src/main/java/org/jdbi/v3/vavr/VavrValueArgumentFactory.java', 'vavr/src/test/java/org/jdbi/v3/vavr/TestVavrValueArgumentFactory.java', 'core/src/main/java/org/jdbi/v3/core/argument/NullArgument.java']
{'.java': 3}
3
3
0
0
3
1,306,763
274,969
36,242
487
1,379
285
27
2
256
18
76
6
2
0
1970-01-01T00:25:49
1,804
Java
{'Java': 3750631, 'Kotlin': 121092, 'HTML': 33996, 'FreeMarker': 5773, 'ANTLR': 5398, 'Makefile': 3525, 'PLSQL': 1420, 'Shell': 981}
Apache License 2.0
22
jdbi/jdbi/1423/1422
jdbi
jdbi
https://github.com/jdbi/jdbi/issues/1422
https://github.com/jdbi/jdbi/pull/1423
https://github.com/jdbi/jdbi/pull/1423
1
fix
test: Nondeterminstic `TestTimestampted` test failures
Observed in Travis build https://travis-ci.org/jdbi/jdbi/jobs/481605774 ``` [ERROR] Failures: [ERROR] TestTimestamped.shouldAllowCustomTimestampParameter:88 Expecting: <2019-01-19T01:49:50.767+02:00> to be between: [2019-01-18T23:49:50.766Z, 2019-01-18T23:49:50.767Z] ``` I'm not sure exactly what's g...
9ffec885f85fe10e6ee9def613ac777122148424
f30baaae11cb2d6f9f1bf7285a4791628319810b
https://github.com/jdbi/jdbi/compare/9ffec885f85fe10e6ee9def613ac777122148424...f30baaae11cb2d6f9f1bf7285a4791628319810b
diff --git a/sqlobject/src/main/java/org/jdbi/v3/sqlobject/customizer/internal/TimestampedFactory.java b/sqlobject/src/main/java/org/jdbi/v3/sqlobject/customizer/internal/TimestampedFactory.java index b9db6a4b3..cec103c6a 100644 --- a/sqlobject/src/main/java/org/jdbi/v3/sqlobject/customizer/internal/TimestampedFactory....
['sqlobject/src/test/java/org/jdbi/v3/sqlobject/MockClock.java', 'sqlobject/src/test/java/org/jdbi/v3/sqlobject/TestTimestamped.java', 'sqlobject/src/test/java/org/jdbi/v3/sqlobject/TestInheritedAnnotations.java', 'sqlobject/src/main/java/org/jdbi/v3/sqlobject/customizer/internal/TimestampedFactory.java']
{'.java': 4}
4
4
0
0
4
1,260,699
264,747
34,935
471
508
109
15
1
346
28
124
12
1
1
1970-01-01T00:25:47
1,804
Java
{'Java': 3750631, 'Kotlin': 121092, 'HTML': 33996, 'FreeMarker': 5773, 'ANTLR': 5398, 'Makefile': 3525, 'PLSQL': 1420, 'Shell': 981}
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
24
jdbi/jdbi/1291/1283
jdbi
jdbi
https://github.com/jdbi/jdbi/issues/1283
https://github.com/jdbi/jdbi/pull/1291
https://github.com/jdbi/jdbi/pull/1291
1
fixes
BindMethods doesn't work well with package-private implementations
I have an [`@AutoValue`d](https://github.com/google/auto/tree/master/value) class. @AutoValue public abstract class Person { public static Person create(String name) { return new AutoValue_Person(name); } public abstract String name(); } This creates a package-private class named `Auto...
aa6714e1feb2371263990f323641617ee12ef399
6ba34e1c6c211a8a0ea63edc6017cf897424a233
https://github.com/jdbi/jdbi/compare/aa6714e1feb2371263990f323641617ee12ef399...6ba34e1c6c211a8a0ea63edc6017cf897424a233
diff --git a/core/src/main/java/org/jdbi/v3/core/argument/ObjectMethodArguments.java b/core/src/main/java/org/jdbi/v3/core/argument/ObjectMethodArguments.java index 073a4cc70..c40cbcd70 100644 --- a/core/src/main/java/org/jdbi/v3/core/argument/ObjectMethodArguments.java +++ b/core/src/main/java/org/jdbi/v3/core/argumen...
['core/src/test/java/org/jdbi/v3/core/argument/TestBeanArguments.java', 'core/src/main/java/org/jdbi/v3/core/argument/ObjectMethodArguments.java']
{'.java': 2}
2
2
0
0
2
1,100,309
229,490
30,449
394
1,293
244
21
1
4,135
380
847
80
1
0
1970-01-01T00:25:40
1,804
Java
{'Java': 3750631, 'Kotlin': 121092, 'HTML': 33996, 'FreeMarker': 5773, 'ANTLR': 5398, 'Makefile': 3525, 'PLSQL': 1420, 'Shell': 981}
Apache License 2.0
27
jdbi/jdbi/1008/1007
jdbi
jdbi
https://github.com/jdbi/jdbi/issues/1007
https://github.com/jdbi/jdbi/pull/1008
https://github.com/jdbi/jdbi/pull/1008
2
fixes
PreparedBatch should clear bindings after execute()
The PreparedBatch class produces duplicate entries in the database when you invoke the execute() method multiple times. This sems to happen only when the bindBean() method is used. The attached file contains a test that illustrates the problem. [TestPreparedBatch.java.txt](https://github.com/jdbi/jdbi/files/1642755/...
cb51f6959c8d29d2b3279de3d9035d2960a808f2
af3f93643fe9906712fd4b1d77491ba43fdb8cf6
https://github.com/jdbi/jdbi/compare/cb51f6959c8d29d2b3279de3d9035d2960a808f2...af3f93643fe9906712fd4b1d77491ba43fdb8cf6
diff --git a/core/src/main/java/org/jdbi/v3/core/statement/PreparedBatch.java b/core/src/main/java/org/jdbi/v3/core/statement/PreparedBatch.java index c75687074..26e517966 100644 --- a/core/src/main/java/org/jdbi/v3/core/statement/PreparedBatch.java +++ b/core/src/main/java/org/jdbi/v3/core/statement/PreparedBatch.java...
['core/src/test/java/org/jdbi/v3/core/statement/TestPreparedBatch.java', 'core/src/main/java/org/jdbi/v3/core/statement/PreparedBatch.java']
{'.java': 2}
2
2
0
0
2
955,116
200,145
26,850
348
58
8
2
1
353
39
75
6
1
0
1970-01-01T00:25:16
1,804
Java
{'Java': 3750631, 'Kotlin': 121092, 'HTML': 33996, 'FreeMarker': 5773, 'ANTLR': 5398, 'Makefile': 3525, 'PLSQL': 1420, 'Shell': 981}
Apache License 2.0
26
jdbi/jdbi/1066/497
jdbi
jdbi
https://github.com/jdbi/jdbi/issues/497
https://github.com/jdbi/jdbi/pull/1066
https://github.com/jdbi/jdbi/pull/1066
1
fixes
JDK9 will block setAccessible on modules
We're using `setAccessible(true)` to get reflective access to private API in a couple places. We cannot count on this after JDK9 is released. In particular, `DefaultMethodHandler` in SQL Object is using `setAccessible` to get access to the `MethodHandle.Lookup` for private members, so that we can invoke the default ("...
fe097743f63cfc7218ffc30f143a2d23fec186cf
f251de36a5196c1ad2033865f052d8ac411540d3
https://github.com/jdbi/jdbi/compare/fe097743f63cfc7218ffc30f143a2d23fec186cf...f251de36a5196c1ad2033865f052d8ac411540d3
diff --git a/sqlobject/src/main/java/org/jdbi/v3/sqlobject/DefaultMethodHandler.java b/sqlobject/src/main/java/org/jdbi/v3/sqlobject/DefaultMethodHandler.java index 9a0db8f47..4727a6a2d 100644 --- a/sqlobject/src/main/java/org/jdbi/v3/sqlobject/DefaultMethodHandler.java +++ b/sqlobject/src/main/java/org/jdbi/v3/sqlobje...
['sqlobject/src/main/java/org/jdbi/v3/sqlobject/DefaultMethodHandler.java']
{'.java': 1}
1
1
0
0
1
1,011,897
211,075
28,641
358
2,915
581
46
1
549
55
139
8
2
0
1970-01-01T00:25:22
1,804
Java
{'Java': 3750631, 'Kotlin': 121092, 'HTML': 33996, 'FreeMarker': 5773, 'ANTLR': 5398, 'Makefile': 3525, 'PLSQL': 1420, 'Shell': 981}
Apache License 2.0
29
jdbi/jdbi/783/781
jdbi
jdbi
https://github.com/jdbi/jdbi/issues/781
https://github.com/jdbi/jdbi/pull/783
https://github.com/jdbi/jdbi/pull/783
2
fixed
Unable generate keys for a not prepared batch if inserted list size to contain BatchChunkSize
@SqlBatch("INSERT INTO users (name) VALUES (:name)") @GetGeneratedKeys public abstract int[] insertBatch(@BindBean List<User> users, @BatchChunkSize int chunk); finished with `java.lang.IllegalArgumentException: Unable generate keys for a not prepared batch` if last parts.size()==0 (inserted list siz...
e4d8abea814a31caba31482ffa680a543dbce718
dca07d5cde0565a8d210afdbdef147bd5b155c24
https://github.com/jdbi/jdbi/compare/e4d8abea814a31caba31482ffa680a543dbce718...dca07d5cde0565a8d210afdbdef147bd5b155c24
diff --git a/src/main/java/org/skife/jdbi/v2/sqlobject/BatchHandler.java b/src/main/java/org/skife/jdbi/v2/sqlobject/BatchHandler.java index b4210b644..a8c19c8a8 100644 --- a/src/main/java/org/skife/jdbi/v2/sqlobject/BatchHandler.java +++ b/src/main/java/org/skife/jdbi/v2/sqlobject/BatchHandler.java @@ -201,7 +201,9 @@...
['src/test/java/org/skife/jdbi/v2/sqlobject/TestBatching.java', 'src/main/java/org/skife/jdbi/v2/sqlobject/BatchHandler.java']
{'.java': 2}
2
2
0
0
2
710,537
145,105
22,015
262
154
35
4
1
1,474
78
398
24
0
1
1970-01-01T00:24:50
1,804
Java
{'Java': 3750631, 'Kotlin': 121092, 'HTML': 33996, 'FreeMarker': 5773, 'ANTLR': 5398, 'Makefile': 3525, 'PLSQL': 1420, 'Shell': 981}
Apache License 2.0
30
jdbi/jdbi/776/767
jdbi
jdbi
https://github.com/jdbi/jdbi/issues/767
https://github.com/jdbi/jdbi/pull/776
https://github.com/jdbi/jdbi/pull/776
2
fixes
SQL object types with overridden superinterface methods are treated as default
```java public interface BaseDao<T> { void update(T entity); } public interface FooDao extends BaseDao<Foo> { @Override @SqlUpdate("update foo set name = :name where id = :id") void update(@BindBean Foo foo); } ``` At runtime, `Method.isDefault()` actually does return true for `FooDao.update()`, d...
fcf4a38d0d294c21a76688059373f7c95238a6f9
a76356992aa81cc249b74f891101cc725c5e1217
https://github.com/jdbi/jdbi/compare/fcf4a38d0d294c21a76688059373f7c95238a6f9...a76356992aa81cc249b74f891101cc725c5e1217
diff --git a/sqlobject/src/main/java/org/jdbi/v3/sqlobject/SqlMethodHandlerFactory.java b/sqlobject/src/main/java/org/jdbi/v3/sqlobject/SqlMethodHandlerFactory.java index b67aa8a48..7be96298f 100644 --- a/sqlobject/src/main/java/org/jdbi/v3/sqlobject/SqlMethodHandlerFactory.java +++ b/sqlobject/src/main/java/org/jdbi/v...
['sqlobject/src/main/java/org/jdbi/v3/sqlobject/SqlMethodHandlerFactory.java', 'sqlobject/src/test/java/org/jdbi/v3/sqlobject/TestSqlObject.java']
{'.java': 2}
2
2
0
0
2
750,058
155,239
21,140
253
200
39
6
1
719
107
160
17
0
1
1970-01-01T00:24:50
1,804
Java
{'Java': 3750631, 'Kotlin': 121092, 'HTML': 33996, 'FreeMarker': 5773, 'ANTLR': 5398, 'Makefile': 3525, 'PLSQL': 1420, 'Shell': 981}
Apache License 2.0
31
jdbi/jdbi/773/299
jdbi
jdbi
https://github.com/jdbi/jdbi/issues/299
https://github.com/jdbi/jdbi/pull/773
https://github.com/jdbi/jdbi/pull/773
1
fixes
Unable to set a null value via JDBI and Sybase JConn4
`@SqlCall("{:retVal= exec sp_CountryCredit_Insert :clientID, :country, :user}") OutParameters insertClientCountryCredit(@Bind("clientID") long clientID, @Bind("country") String country, @Bind("user") String user);` when `country` is bind to NULL, then I'm getting > JZ0SL: Unsupported SQL type 0. after a close...
e661609b7d9ec7274655471c2997975dcc3edc50
e833bbc13e9a3a1ce4e356640eb3af501a2e8ad4
https://github.com/jdbi/jdbi/compare/e661609b7d9ec7274655471c2997975dcc3edc50...e833bbc13e9a3a1ce4e356640eb3af501a2e8ad4
diff --git a/core/src/main/java/org/jdbi/v3/core/argument/Arguments.java b/core/src/main/java/org/jdbi/v3/core/argument/Arguments.java index 0937cfd4e..5add74326 100644 --- a/core/src/main/java/org/jdbi/v3/core/argument/Arguments.java +++ b/core/src/main/java/org/jdbi/v3/core/argument/Arguments.java @@ -16,6 +16,7 @@ p...
['core/src/main/java/org/jdbi/v3/core/argument/BuiltInArgumentFactory.java', 'core/src/test/java/org/jdbi/v3/core/argument/TestMapArguments.java', 'core/src/main/java/org/jdbi/v3/core/argument/Arguments.java']
{'.java': 3}
3
3
0
0
3
719,317
148,181
20,409
249
909
193
24
2
605
76
160
17
0
0
1970-01-01T00:24:49
1,804
Java
{'Java': 3750631, 'Kotlin': 121092, 'HTML': 33996, 'FreeMarker': 5773, 'ANTLR': 5398, 'Makefile': 3525, 'PLSQL': 1420, 'Shell': 981}
Apache License 2.0
32
jdbi/jdbi/653/643
jdbi
jdbi
https://github.com/jdbi/jdbi/issues/643
https://github.com/jdbi/jdbi/pull/653
https://github.com/jdbi/jdbi/pull/653
2
fixes
OutParameters are 1-based
While the in parameters of a Call are 0-based the OutParameters are 1-based. Consider the following stored procedure (HSQLDB). ```sql CREATE procedure plus1inout (IN arg int, OUT res int) BEGIN ATOMIC SET res = arg + 1; END /; ``` you would call this using the following code ```java OutParameters outP...
ac28e65d3074822a696f7fa800fe04a6c9cbfdbd
8d0b70a36260be60d1bef5aec8b623365a217d07
https://github.com/jdbi/jdbi/compare/ac28e65d3074822a696f7fa800fe04a6c9cbfdbd...8d0b70a36260be60d1bef5aec8b623365a217d07
diff --git a/core/src/main/java/org/jdbi/v3/core/statement/Call.java b/core/src/main/java/org/jdbi/v3/core/statement/Call.java index 687972686..04846c12a 100644 --- a/core/src/main/java/org/jdbi/v3/core/statement/Call.java +++ b/core/src/main/java/org/jdbi/v3/core/statement/Call.java @@ -94,7 +94,11 @@ public class Cal...
['core/src/test/java/org/jdbi/v3/core/statement/TestCallable.java', 'core/src/main/java/org/jdbi/v3/core/statement/Call.java', 'docs/src/test/java/jdbi/doc/CallTest.java']
{'.java': 3}
3
3
0
0
3
701,922
144,163
19,990
240
228
47
6
1
645
90
160
21
0
2
1970-01-01T00:24:42
1,804
Java
{'Java': 3750631, 'Kotlin': 121092, 'HTML': 33996, 'FreeMarker': 5773, 'ANTLR': 5398, 'Makefile': 3525, 'PLSQL': 1420, 'Shell': 981}
Apache License 2.0
15
jdbi/jdbi/1762/1761
jdbi
jdbi
https://github.com/jdbi/jdbi/issues/1761
https://github.com/jdbi/jdbi/pull/1762
https://github.com/jdbi/jdbi/pull/1762
1
fixes
NullPointerException in SqlBatch with a constant parameter value of null
I'm trying to execute an `@SqlBatch` with a constant parameter value of `null`. This causes a `NullPointerException` in JDBI while testing if arguments are iterable-like. This code reproduces the issue: ```java public interface Sql { // create table user (tenant_id varchar(20), name varchar(20)) @SqlBatch("...
ad2ccfcc82cc05cf1a5a99d7fab7e705cc133bed
d5df6a3753459cc375b9021b0836ef4843b5410b
https://github.com/jdbi/jdbi/compare/ad2ccfcc82cc05cf1a5a99d7fab7e705cc133bed...d5df6a3753459cc375b9021b0836ef4843b5410b
diff --git a/core/src/main/java/org/jdbi/v3/core/internal/IterableLike.java b/core/src/main/java/org/jdbi/v3/core/internal/IterableLike.java index 80b0e3bf2..df982c85b 100644 --- a/core/src/main/java/org/jdbi/v3/core/internal/IterableLike.java +++ b/core/src/main/java/org/jdbi/v3/core/internal/IterableLike.java @@ -45,...
['core/src/main/java/org/jdbi/v3/core/internal/IterableLike.java', 'sqlobject/src/test/java/org/jdbi/v3/sqlobject/TestBatching.java']
{'.java': 2}
2
2
0
0
2
1,444,606
305,103
40,010
529
128
21
2
1
1,747
104
459
34
0
2
1970-01-01T00:26:40
1,804
Java
{'Java': 3750631, 'Kotlin': 121092, 'HTML': 33996, 'FreeMarker': 5773, 'ANTLR': 5398, 'Makefile': 3525, 'PLSQL': 1420, 'Shell': 981}
Apache License 2.0
10
jdbi/jdbi/2077/2040
jdbi
jdbi
https://github.com/jdbi/jdbi/issues/2040
https://github.com/jdbi/jdbi/pull/2077
https://github.com/jdbi/jdbi/pull/2077
1
fixes
PaginationParameterCustomizer warm() is never called
I have a custom binding annotation ala: ``` @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.PARAMETER) @SqlStatementCustomizingAnnotation(PaginationCustomizerFactory.class) public @interface ApiBind { } ``` `PaginationCustomizerFactory` implements `createForParameter` and returns a `SqlStatementPar...
18dbd43a5a9b3ccbe711a768bd20ebb3af02bef7
2be2f4edae89d3612f99933afb2744017aa4f41f
https://github.com/jdbi/jdbi/compare/18dbd43a5a9b3ccbe711a768bd20ebb3af02bef7...2be2f4edae89d3612f99933afb2744017aa4f41f
diff --git a/sqlobject/src/main/java/org/jdbi/v3/sqlobject/statement/internal/CustomizingStatementHandler.java b/sqlobject/src/main/java/org/jdbi/v3/sqlobject/statement/internal/CustomizingStatementHandler.java index ac3cffdd8..25fb4d8c0 100644 --- a/sqlobject/src/main/java/org/jdbi/v3/sqlobject/statement/internal/Cust...
['sqlobject/src/main/java/org/jdbi/v3/sqlobject/statement/internal/CustomizingStatementHandler.java', 'sqlobject/src/test/java/org/jdbi/v3/sqlobject/config/TestUseConfiguredDefaultParameterCustomizerFactory.java']
{'.java': 2}
2
2
0
0
2
1,686,157
358,150
46,592
615
130
27
5
1
444
39
92
12
0
1
1970-01-01T00:27:38
1,804
Java
{'Java': 3750631, 'Kotlin': 121092, 'HTML': 33996, 'FreeMarker': 5773, 'ANTLR': 5398, 'Makefile': 3525, 'PLSQL': 1420, 'Shell': 981}
Apache License 2.0
8
jdbi/jdbi/2198/2197
jdbi
jdbi
https://github.com/jdbi/jdbi/issues/2197
https://github.com/jdbi/jdbi/pull/2198
https://github.com/jdbi/jdbi/pull/2198
1
fixes
JdbiRule fails to clean on flyway 9+ due to cleanDisabled defaulting to true
`JdbiRule` needs a fix equivalent to the one in https://github.com/jdbi/jdbi/pull/2179
da9ea8f3f682f46ed60c6a8bfbbc392ec9115371
4ce05f4622dade4a7bfbcdf5b557d454292d2d09
https://github.com/jdbi/jdbi/compare/da9ea8f3f682f46ed60c6a8bfbbc392ec9115371...4ce05f4622dade4a7bfbcdf5b557d454292d2d09
diff --git a/testing/src/main/java/org/jdbi/v3/testing/JdbiRule.java b/testing/src/main/java/org/jdbi/v3/testing/JdbiRule.java index 8fcb22b57..cdd04c0ba 100644 --- a/testing/src/main/java/org/jdbi/v3/testing/JdbiRule.java +++ b/testing/src/main/java/org/jdbi/v3/testing/JdbiRule.java @@ -154,6 +154,7 @@ public abstract...
['testing/src/main/java/org/jdbi/v3/testing/JdbiRule.java', 'testing/src/main/java/org/jdbi/v3/testing/Migration.java']
{'.java': 2}
2
2
0
0
2
1,755,053
372,212
48,415
626
343
65
10
2
86
10
29
1
1
0
1970-01-01T00:27:48
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,362
synthetichealth/synthea/1147/1146
synthetichealth
synthea
https://github.com/synthetichealth/synthea/issues/1146
https://github.com/synthetichealth/synthea/pull/1147
https://github.com/synthetichealth/synthea/pull/1147
1
fixes
Missing identifier in patient home's location resource
### What happened? When pushing generated patients to a fhir server (after the locations have been pushed before), the patient's home location is referenced by its identifier even though the initially pushed patient's home doesn't have an identifier set. The request is therefore denied. Here is the patient's home l...
cd8062ebce51203f64cc48dfcb78c27c56166272
a5eb51c7a0bce59163d732de717dedfc9be3ae0b
https://github.com/synthetichealth/synthea/compare/cd8062ebce51203f64cc48dfcb78c27c56166272...a5eb51c7a0bce59163d732de717dedfc9be3ae0b
diff --git a/src/main/java/org/mitre/synthea/export/FhirR4.java b/src/main/java/org/mitre/synthea/export/FhirR4.java index e7bad1df2..b83a33f0b 100644 --- a/src/main/java/org/mitre/synthea/export/FhirR4.java +++ b/src/main/java/org/mitre/synthea/export/FhirR4.java @@ -170,7 +170,7 @@ public class FhirR4 { private st...
['src/main/java/org/mitre/synthea/export/FhirR4PatientHome.java', 'src/main/java/org/mitre/synthea/export/FhirR4.java']
{'.java': 2}
2
2
0
0
2
1,873,423
439,554
49,825
132
403
91
6
2
3,890
306
1,142
121
11
3
1970-01-01T00:27:43
1,790
Java
{'Java': 2754203, 'FreeMarker': 46623, 'JavaScript': 7344, 'Batchfile': 653, 'Shell': 573}
Apache License 2.0
1,360
synthetichealth/synthea/1299/1296
synthetichealth
synthea
https://github.com/synthetichealth/synthea/issues/1296
https://github.com/synthetichealth/synthea/pull/1299
https://github.com/synthetichealth/synthea/pull/1299
1
fixes
Running synthea via .jar release with config "physiology.state.enabled=true" throws java.io.FileNotFoundException
### What happened? Downloading `synthea-with-dependencies.jar` and running `java -jar ./synthea-with-dependencies.jar --physiology.state.enabled true` throws `java.io.FileNotFoundException: /physiology/models/circulation/McSharry2003_Synthetic_ECG.xml` Cloning the repository and running `./run_synthea --physiology....
9ad8bbb725d329a1c6492e9f7a042d221dca0a78
65e4c86d4b5ca5d66ee212c8e9f82da70ebfdb59
https://github.com/synthetichealth/synthea/compare/9ad8bbb725d329a1c6492e9f7a042d221dca0a78...65e4c86d4b5ca5d66ee212c8e9f82da70ebfdb59
diff --git a/src/main/java/org/mitre/synthea/engine/PhysiologySimulator.java b/src/main/java/org/mitre/synthea/engine/PhysiologySimulator.java index 15e0aa79f..1e59455c5 100755 --- a/src/main/java/org/mitre/synthea/engine/PhysiologySimulator.java +++ b/src/main/java/org/mitre/synthea/engine/PhysiologySimulator.java @@ ...
['src/main/java/org/mitre/synthea/engine/PhysiologySimulator.java']
{'.java': 1}
1
1
0
0
1
2,050,736
482,253
54,343
177
925
204
25
1
4,828
211
1,200
77
0
2
1970-01-01T00:28:05
1,790
Java
{'Java': 2754203, 'FreeMarker': 46623, 'JavaScript': 7344, 'Batchfile': 653, 'Shell': 573}
Apache License 2.0
1,361
synthetichealth/synthea/1161/1160
synthetichealth
synthea
https://github.com/synthetichealth/synthea/issues/1160
https://github.com/synthetichealth/synthea/pull/1161
https://github.com/synthetichealth/synthea/pull/1161
1
fixes
manifest.xml timestamp sporadically drops seconds from the timestamp text
### What happened? On several occasions, I have seen the manifest TS drop the ss (seconds) portion of the timestamp; and example: `<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <dataSetManifest xmlns="http://cms.hhs.gov/bluebutton/api/schema/ccw-rif/v9" timestamp="2022-09-26T18:45Z" sequenceId="0" synt...
32478f4fd48a355fb35434e8958aa25f30cb4443
5882bd6603f8febafabfcfc9f8b7f27721dde780
https://github.com/synthetichealth/synthea/compare/32478f4fd48a355fb35434e8958aa25f30cb4443...5882bd6603f8febafabfcfc9f8b7f27721dde780
diff --git a/src/main/java/org/mitre/synthea/export/BB2RIFExporter.java b/src/main/java/org/mitre/synthea/export/BB2RIFExporter.java index 82efe4448..85884a2e7 100644 --- a/src/main/java/org/mitre/synthea/export/BB2RIFExporter.java +++ b/src/main/java/org/mitre/synthea/export/BB2RIFExporter.java @@ -21,6 +21,7 @@ impor...
['src/main/java/org/mitre/synthea/export/BB2RIFExporter.java']
{'.java': 1}
1
1
0
0
1
1,924,648
450,735
51,136
142
272
48
6
1
2,188
169
651
53
1
1
1970-01-01T00:27:44
1,790
Java
{'Java': 2754203, 'FreeMarker': 46623, 'JavaScript': 7344, 'Batchfile': 653, 'Shell': 573}
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
1,364
synthetichealth/synthea/641/608
synthetichealth
synthea
https://github.com/synthetichealth/synthea/issues/608
https://github.com/synthetichealth/synthea/pull/641
https://github.com/synthetichealth/synthea/pull/641
1
fix
Providers CSV exports UUIDs with duplicates
Hello, it seems that even with a small population of 10 that the id of some providers is not unique in the csv export. Is this possibly the line of code that is the cause for that https://github.com/synthetichealth/synthea/blob/bcb17a9532645f03f6410b7d5cf67092592842e7/src/main/java/org/mitre/synthea/world/agents/Provi...
e25b2a02ad31f7c86096c12b7d6f2e4ba34364cc
57702711e128e96e6a319952d52d462d0e353daa
https://github.com/synthetichealth/synthea/compare/e25b2a02ad31f7c86096c12b7d6f2e4ba34364cc...57702711e128e96e6a319952d52d462d0e353daa
diff --git a/src/main/java/org/mitre/synthea/world/agents/Clinician.java b/src/main/java/org/mitre/synthea/world/agents/Clinician.java index 50902977e..352f3d84c 100644 --- a/src/main/java/org/mitre/synthea/world/agents/Clinician.java +++ b/src/main/java/org/mitre/synthea/world/agents/Clinician.java @@ -54,7 +54,9 @@ p...
['src/main/java/org/mitre/synthea/world/agents/Clinician.java']
{'.java': 1}
1
1
0
0
1
1,248,351
283,626
32,733
86
255
57
4
1
365
44
104
3
1
0
1970-01-01T00:26:19
1,790
Java
{'Java': 2754203, 'FreeMarker': 46623, 'JavaScript': 7344, 'Batchfile': 653, 'Shell': 573}
Apache License 2.0
1,366
synthetichealth/synthea/365/351
synthetichealth
synthea
https://github.com/synthetichealth/synthea/issues/351
https://github.com/synthetichealth/synthea/pull/365
https://github.com/synthetichealth/synthea/pull/365
1
fixes
Encounter.diagnosePastConditions
The `Encounter.diagnosePastConditions` method has a couple issues: https://github.com/synthetichealth/synthea/blob/master/src/main/java/org/mitre/synthea/engine/State.java#L527 1. It is inconsistent with the description of how conditions being diagnosed is supposed to work. Per https://github.com/synthetichealth/...
279d9dfe54eb88d8790e71dfe0b0fde0f439d059
b811698ee341b7096987211c6f650dea9d61d9e8
https://github.com/synthetichealth/synthea/compare/279d9dfe54eb88d8790e71dfe0b0fde0f439d059...b811698ee341b7096987211c6f650dea9d61d9e8
diff --git a/src/main/java/org/mitre/synthea/engine/State.java b/src/main/java/org/mitre/synthea/engine/State.java index a0ffd9fe8..33495d246 100644 --- a/src/main/java/org/mitre/synthea/engine/State.java +++ b/src/main/java/org/mitre/synthea/engine/State.java @@ -525,9 +525,17 @@ public abstract class State implements...
['src/main/java/org/mitre/synthea/engine/State.java', 'src/test/java/org/mitre/synthea/engine/StateTest.java']
{'.java': 2}
2
2
0
0
2
615,087
140,903
16,526
48
640
144
12
1
680
78
159
7
2
0
1970-01-01T00:25:30
1,790
Java
{'Java': 2754203, 'FreeMarker': 46623, 'JavaScript': 7344, 'Batchfile': 653, 'Shell': 573}
Apache License 2.0
480
fabric8io/docker-maven-plugin/943/930
fabric8io
docker-maven-plugin
https://github.com/fabric8io/docker-maven-plugin/issues/930
https://github.com/fabric8io/docker-maven-plugin/pull/943
https://github.com/fabric8io/docker-maven-plugin/pull/943
1
fix
[BUG] Can't parse docker-credential-gcloud multiline output
### Description When using `docker-credential-gcloud`, the plugin fails to parse the JSON credentials returned by the helper. ``` [ERROR] Failed to execute goal io.fabric8:docker-maven-plugin:0.24-SNAPSHOT:build (default-build) on project test-docker-maven-plugin: Execution default-build of goal io.fabric8:docker-...
90977d2e0e82ce0fd37f6612cd061f9f74e951ea
b75bbffebdd28af4c32840042c9814bbe7a5c306
https://github.com/fabric8io/docker-maven-plugin/compare/90977d2e0e82ce0fd37f6612cd061f9f74e951ea...b75bbffebdd28af4c32840042c9814bbe7a5c306
diff --git a/src/main/java/io/fabric8/maven/docker/util/CredentialHelperClient.java b/src/main/java/io/fabric8/maven/docker/util/CredentialHelperClient.java index 6b222927..8dc66572 100644 --- a/src/main/java/io/fabric8/maven/docker/util/CredentialHelperClient.java +++ b/src/main/java/io/fabric8/maven/docker/util/Crede...
['src/main/java/io/fabric8/maven/docker/util/CredentialHelperClient.java']
{'.java': 1}
1
1
0
0
1
757,785
150,491
22,220
157
430
79
9
1
9,041
497
2,199
116
1
3
1970-01-01T00:25:18
1,777
Java
{'Java': 1771506, 'Shell': 9406, 'Dockerfile': 2402, 'CMake': 997, 'Groovy': 764, 'C': 408}
Apache License 2.0
481
fabric8io/docker-maven-plugin/940/911
fabric8io
docker-maven-plugin
https://github.com/fabric8io/docker-maven-plugin/issues/911
https://github.com/fabric8io/docker-maven-plugin/pull/940
https://github.com/fabric8io/docker-maven-plugin/pull/940
1
fix
NPE when logging to file
### Description When logging to a file and starting a container early in the build, a NullPointerException is thrown: ``` Exception in thread "Thread-1" java.lang.NullPointerException at io.fabric8.maven.docker.log.DefaultLogCallback.ps(DefaultLogCallback.java:74) at io.fabric8.maven.docker.log.DefaultLogCallb...
d2a7861bb14b122428d98a491ea1c37f8401f20f
bbb0a6731bc08117381f1afc361c37e9ca9a1b3b
https://github.com/fabric8io/docker-maven-plugin/compare/d2a7861bb14b122428d98a491ea1c37f8401f20f...bbb0a6731bc08117381f1afc361c37e9ca9a1b3b
diff --git a/src/main/java/io/fabric8/maven/docker/log/DefaultLogCallback.java b/src/main/java/io/fabric8/maven/docker/log/DefaultLogCallback.java index f46c7372..ebcef931 100644 --- a/src/main/java/io/fabric8/maven/docker/log/DefaultLogCallback.java +++ b/src/main/java/io/fabric8/maven/docker/log/DefaultLogCallback.ja...
['src/main/java/io/fabric8/maven/docker/log/DefaultLogCallback.java', 'src/test/java/io/fabric8/maven/docker/log/DefaultLogCallbackTest.java', 'src/main/java/io/fabric8/maven/docker/log/SharedPrintStream.java']
{'.java': 3}
3
3
0
0
3
757,691
150,476
22,218
157
164
27
4
2
4,310
305
1,145
118
4
4
1970-01-01T00:25:18
1,777
Java
{'Java': 1771506, 'Shell': 9406, 'Dockerfile': 2402, 'CMake': 997, 'Groovy': 764, 'C': 408}
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
150
naver/ngrinder/155/154
naver
ngrinder
https://github.com/naver/ngrinder/issues/154
https://github.com/naver/ngrinder/pull/155
https://github.com/naver/ngrinder/pull/155
1
fix
Fix plugins loading conflict in the clustered mode
When multiple instances in clustered mode boot up at the same time, each instances tries to expand the plugin jar file at the same time and at the same place. This causes plugin loading error.
488fbf0d406b8afa25619edf1d58e81cf6144c38
bb1140363a0c933d623a9517485b533236079875
https://github.com/naver/ngrinder/compare/488fbf0d406b8afa25619edf1d58e81cf6144c38...bb1140363a0c933d623a9517485b533236079875
diff --git a/ngrinder-controller/src/main/java/org/ngrinder/common/model/Home.java b/ngrinder-controller/src/main/java/org/ngrinder/common/model/Home.java index a35dd0aa9..588fe4fb9 100644 --- a/ngrinder-controller/src/main/java/org/ngrinder/common/model/Home.java +++ b/ngrinder-controller/src/main/java/org/ngrinder/co...
['ngrinder-controller/src/main/java/org/ngrinder/common/model/Home.java', 'ngrinder-controller/src/main/java/org/ngrinder/infra/plugin/extension/NGrinderDefaultPluginManager.java']
{'.java': 2}
2
2
0
0
2
1,205,968
276,762
40,089
357
705
156
17
2
194
35
39
2
0
0
1970-01-01T00:24:23
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
3,546
hapifhir/hapi-fhir/2953/2952
hapifhir
hapi-fhir
https://github.com/hapifhir/hapi-fhir/issues/2952
https://github.com/hapifhir/hapi-fhir/pull/2953
https://github.com/hapifhir/hapi-fhir/pull/2953
1
closes
TestUtil should check Embeddable not just Entity
TestUtil.scanEntities() only considers Entity classes, need to add also Embeddable classes
fed755523fb0663810235d19608553f5d60c21b8
b29a61df4096bd49a1eb9432e742970e44a6bfd9
https://github.com/hapifhir/hapi-fhir/compare/fed755523fb0663810235d19608553f5d60c21b8...b29a61df4096bd49a1eb9432e742970e44a6bfd9
diff --git a/hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/util/TestUtil.java b/hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/util/TestUtil.java index f878494e559..3b1ed6553fd 100644 --- a/hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/util/TestUtil.java +++ b/hapi-fhir-jpaserver-base/src/main...
['hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/util/TestUtil.java']
{'.java': 1}
1
1
0
0
1
10,514,961
2,463,798
295,809
2,090
178
47
4
1
91
11
19
1
0
0
1970-01-01T00:27:10
1,733
Java
{'Java': 30495802, 'HTML': 268913, 'Ruby': 230677, 'Shell': 46167, 'JavaScript': 32124, 'GAP': 25037, 'CSS': 11872, 'Kotlin': 3951, 'Batchfile': 3861}
Apache License 2.0
3,547
hapifhir/hapi-fhir/2776/2775
hapifhir
hapi-fhir
https://github.com/hapifhir/hapi-fhir/issues/2775
https://github.com/hapifhir/hapi-fhir/pull/2776
https://github.com/hapifhir/hapi-fhir/pull/2776
1
closes
Address interceptor retains previous values
**Describe the bug** Address interceptor retains previous values, but it should not
4bb495e9d717c64e611ab0f93483c44b8445d33e
7d4c39b9530784b69929c7c042d26de8515cda80
https://github.com/hapifhir/hapi-fhir/compare/4bb495e9d717c64e611ab0f93483c44b8445d33e...7d4c39b9530784b69929c7c042d26de8515cda80
diff --git a/hapi-fhir-server/src/main/java/ca/uhn/fhir/rest/server/interceptor/validation/address/AddressValidatingInterceptor.java b/hapi-fhir-server/src/main/java/ca/uhn/fhir/rest/server/interceptor/validation/address/AddressValidatingInterceptor.java index f00bfb292d3..d76b3f83656 100644 --- a/hapi-fhir-server/src/...
['hapi-fhir-server/src/main/java/ca/uhn/fhir/rest/server/interceptor/validation/address/AddressValidatingInterceptor.java', 'hapi-fhir-structures-r4/src/test/java/ca/uhn/fhir/rest/server/interceptor/validation/address/AddressValidatingInterceptorTest.java']
{'.java': 2}
2
2
0
0
2
10,482,871
2,456,391
295,446
2,100
71
14
2
1
86
12
16
3
0
0
1970-01-01T00:27:05
1,733
Java
{'Java': 30495802, 'HTML': 268913, 'Ruby': 230677, 'Shell': 46167, 'JavaScript': 32124, 'GAP': 25037, 'CSS': 11872, 'Kotlin': 3951, 'Batchfile': 3861}
Apache License 2.0
917
gchq/gaffer/1115/1112
gchq
gaffer
https://github.com/gchq/Gaffer/issues/1112
https://github.com/gchq/Gaffer/pull/1115
https://github.com/gchq/Gaffer/pull/1115
1
fixed
Parquet store fails to addElements when using HDFS
The final task for the addElements operations is to move the data from the tempDir/sorted to the dataDir/timestamp, which works fine when working on the local file system. However if you are working on HDFS then the files will be moved to dataDir/timestamp/sorted.
337d00a3f0346bd3452c44cc9e380c653f4498c2
793260b9fccada40daad043b8c5e7a6d9e65a7e7
https://github.com/gchq/gaffer/compare/337d00a3f0346bd3452c44cc9e380c653f4498c2...793260b9fccada40daad043b8c5e7a6d9e65a7e7
diff --git a/store-implementation/parquet-store/src/main/java/uk/gov/gchq/gaffer/parquetstore/operation/addelements/handler/AddElementsHandler.java b/store-implementation/parquet-store/src/main/java/uk/gov/gchq/gaffer/parquetstore/operation/addelements/handler/AddElementsHandler.java index 2e69c31142..bc8cf94b84 100755...
['store-implementation/parquet-store/src/main/java/uk/gov/gchq/gaffer/parquetstore/operation/addelements/handler/AddElementsHandler.java', 'store-implementation/parquet-store/src/main/java/uk/gov/gchq/gaffer/parquetstore/operation/addelements/handler/ImportRDDOfElementsHandler.java']
{'.java': 2}
2
2
0
0
2
3,012,870
615,519
77,013
777
182
36
4
2
264
43
59
1
0
0
1970-01-01T00:25:01
1,711
Java
{'Java': 9333788, 'JavaScript': 2752310, 'Shell': 15069, 'HTML': 3332, 'CSS': 505}
Apache License 2.0
912
gchq/gaffer/2902/2886
gchq
gaffer
https://github.com/gchq/Gaffer/issues/2886
https://github.com/gchq/Gaffer/pull/2902
https://github.com/gchq/Gaffer/pull/2902
1
resolve
FederatedStore Double Cache Collision Bug
**Describe the bug** Having FederatedStore Rest service with no propterty gaffer.cache.service.name.suffix specified and then a addGraph for a second FederatedStore with no suffix, results in a Cache collision. Both graphs are the same. (Also a suffix could have been provided and be duplicated) In a Graph as Servic...
5fcab094445a5e406aae56d14aae9b4ca69826bf
8f63db7301e8de281759c30a7631be500c8a0b1a
https://github.com/gchq/gaffer/compare/5fcab094445a5e406aae56d14aae9b4ca69826bf...8f63db7301e8de281759c30a7631be500c8a0b1a
diff --git a/core/operation/src/main/java/uk/gov/gchq/gaffer/jobtracker/JobTracker.java b/core/operation/src/main/java/uk/gov/gchq/gaffer/jobtracker/JobTracker.java index eefeb4f623..17cbcaa42c 100644 --- a/core/operation/src/main/java/uk/gov/gchq/gaffer/jobtracker/JobTracker.java +++ b/core/operation/src/main/java/uk/...
['core/operation/src/main/java/uk/gov/gchq/gaffer/jobtracker/JobTracker.java', 'store-implementation/federated-store/src/main/java/uk/gov/gchq/gaffer/federatedstore/FederatedStoreCacheTransient.java', 'store-implementation/federated-store/src/main/java/uk/gov/gchq/gaffer/federatedstore/FederatedStore.java', 'store-impl...
{'.java': 8}
8
8
0
0
8
4,038,354
833,218
107,685
1,103
1,082
193
21
4
2,049
262
445
52
0
1
1970-01-01T00:27:57
1,711
Java
{'Java': 9333788, 'JavaScript': 2752310, 'Shell': 15069, 'HTML': 3332, 'CSS': 505}
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
918
gchq/gaffer/378/377
gchq
gaffer
https://github.com/gchq/Gaffer/issues/377
https://github.com/gchq/Gaffer/pull/378
https://github.com/gchq/Gaffer/pull/378
1
fixed
SplitTableTool ignores first split in file and only reads half the splits
The following reads the first line then reads the next and adds it to the set: ``` String line = br.readLine(); while (line != null) { splits.add(new Text(br.readLine())); line = br.readLine(); } ```
315ac727537c72f71e529fd9fb06dc6d8bbb334f
bc5662ff4086657936e531782d51cb864aa6693a
https://github.com/gchq/gaffer/compare/315ac727537c72f71e529fd9fb06dc6d8bbb334f...bc5662ff4086657936e531782d51cb864aa6693a
diff --git a/accumulo-store/src/main/java/gaffer/accumulostore/operation/hdfs/handler/tool/SplitTableTool.java b/accumulo-store/src/main/java/gaffer/accumulostore/operation/hdfs/handler/tool/SplitTableTool.java index 7ef29b307f..5e95e010b5 100644 --- a/accumulo-store/src/main/java/gaffer/accumulostore/operation/hdfs/ha...
['accumulo-store/src/main/java/gaffer/accumulostore/operation/hdfs/handler/tool/SplitTableTool.java']
{'.java': 1}
1
1
0
0
1
1,497,685
303,248
40,268
409
98
15
2
1
211
33
49
10
0
1
1970-01-01T00:24:31
1,711
Java
{'Java': 9333788, 'JavaScript': 2752310, 'Shell': 15069, 'HTML': 3332, 'CSS': 505}
Apache License 2.0
914
gchq/gaffer/2508/2421
gchq
gaffer
https://github.com/gchq/Gaffer/issues/2421
https://github.com/gchq/Gaffer/pull/2508
https://github.com/gchq/Gaffer/pull/2508
1
resolve
Some stores don't allow Elements as GetElements input
**_(Originally titled: Inconsistent behaviour between Accumulostore & Mapstore)_** The GetElements operation in the AccumuloStore (and MockAccumuloStore) seemingly accept input consisting of Edges, but MapStore (and SingleUseMapStore) don't; they insist on them being wrapped as EdgeSeeds. Admittedly the examples in ...
1ea1d6c0a72816b33c0ae9cd5565fd34bf32b7b0
7fd5c96dad55a2676d3ab7c423b04cc24daef16a
https://github.com/gchq/gaffer/compare/1ea1d6c0a72816b33c0ae9cd5565fd34bf32b7b0...7fd5c96dad55a2676d3ab7c423b04cc24daef16a
diff --git a/integration-test/src/test/java/uk/gov/gchq/gaffer/integration/impl/GetElementsIT.java b/integration-test/src/test/java/uk/gov/gchq/gaffer/integration/impl/GetElementsIT.java index 7e1c0f5a15..ba5e43a227 100644 --- a/integration-test/src/test/java/uk/gov/gchq/gaffer/integration/impl/GetElementsIT.java +++ b...
['store-implementation/map-store/src/main/java/uk/gov/gchq/gaffer/mapstore/impl/GetElementsUtil.java', 'store-implementation/map-store/src/main/java/uk/gov/gchq/gaffer/mapstore/impl/AddElementsHandler.java', 'integration-test/src/test/java/uk/gov/gchq/gaffer/integration/impl/GetElementsIT.java', 'store-implementation/m...
{'.java': 5}
5
5
0
0
5
4,513,605
931,459
118,926
1,211
3,430
705
46
4
581
69
133
9
1
0
1970-01-01T00:27:11
1,711
Java
{'Java': 9333788, 'JavaScript': 2752310, 'Shell': 15069, 'HTML': 3332, 'CSS': 505}
Apache License 2.0
916
gchq/gaffer/1922/1921
gchq
gaffer
https://github.com/gchq/Gaffer/issues/1921
https://github.com/gchq/Gaffer/pull/1922
https://github.com/gchq/Gaffer/pull/1922
1
fixed
ImportRDDOfElements on Parquet store fails when used on a HDFS cluster
The `ImportRDDOfElements` operation on the Parquet store passes all the unit tests which run on a local file system but fails when run on HDFS running on a cluster. The line fs.rename(new Path(tempDir + "/AddElementsFromRDDTemp/sorted_aggregated_new/"), new Path(newDataDir)); in `AddElementsFromRDD` fails to ...
2b683d0064346e253aa97f39d5c7a5a81153cbc4
7851a2d93f2e931580f0b02a8673d1f26600b70f
https://github.com/gchq/gaffer/compare/2b683d0064346e253aa97f39d5c7a5a81153cbc4...7851a2d93f2e931580f0b02a8673d1f26600b70f
diff --git a/store-implementation/parquet-store/src/main/java/uk/gov/gchq/gaffer/parquetstore/operation/handler/spark/AddElementsFromRDD.java b/store-implementation/parquet-store/src/main/java/uk/gov/gchq/gaffer/parquetstore/operation/handler/spark/AddElementsFromRDD.java index d782452152..293e0f39b5 100644 --- a/store...
['store-implementation/parquet-store/src/main/java/uk/gov/gchq/gaffer/parquetstore/operation/handler/spark/AddElementsFromRDD.java']
{'.java': 1}
1
1
0
0
1
4,106,662
848,795
107,983
1,116
850
184
11
1
509
69
110
5
0
0
1970-01-01T00:25:39
1,711
Java
{'Java': 9333788, 'JavaScript': 2752310, 'Shell': 15069, 'HTML': 3332, 'CSS': 505}
Apache License 2.0
563
spring-cloud/spring-cloud-sleuth/1612/1610
spring-cloud
spring-cloud-sleuth
https://github.com/spring-cloud/spring-cloud-sleuth/issues/1610
https://github.com/spring-cloud/spring-cloud-sleuth/pull/1612
https://github.com/spring-cloud/spring-cloud-sleuth/pull/1612#issuecomment-610465799
1
fixes
For LoadBalancerFeignClient extensions, the calls fails due to "double load-balancing"
The issue is in the following code: https://github.com/spring-cloud/spring-cloud-sleuth/blob/37645fbf9d3e50dc341f333cf8bfd35189594798/spring-cloud-sleuth-core/src/main/java/org/springframework/cloud/sleuth/instrument/web/client/feign/TraceFeignObjectWrapper.java#L85-L100 Instead of passing the delegate of the lo...
fa6eb209141b5dde8ade17762d27285d0d790309
20e29f2d805f8d90091039c900ffa11eb17cc6d4
https://github.com/spring-cloud/spring-cloud-sleuth/compare/fa6eb209141b5dde8ade17762d27285d0d790309...20e29f2d805f8d90091039c900ffa11eb17cc6d4
diff --git a/spring-cloud-sleuth-core/src/main/java/org/springframework/cloud/sleuth/instrument/web/client/feign/TraceLoadBalancerFeignClient.java b/spring-cloud-sleuth-core/src/main/java/org/springframework/cloud/sleuth/instrument/web/client/feign/TraceLoadBalancerFeignClient.java index d27656fb3..8644610e7 100644 ---...
['tests/spring-cloud-sleuth-instrumentation-feign-tests/src/test/java/org/springframework/cloud/sleuth/instrument/feign/issues/issue1125delegates/ManuallyCreatedDelegateLoadBalancerFeignClientTests.java', 'spring-cloud-sleuth-core/src/main/java/org/springframework/cloud/sleuth/instrument/web/client/feign/TraceLoadBalan...
{'.java': 3}
3
3
0
0
3
689,891
150,801
22,248
210
480
103
13
1
829
84
199
7
1
0
1970-01-01T00:26:26
1,703
Java
{'Java': 3268067, 'JavaScript': 107117, 'CSS': 37863, 'Kotlin': 13342, 'HTML': 3070, 'Shell': 1787}
Apache License 2.0
557
embulk/embulk/85/55
embulk
embulk
https://github.com/embulk/embulk/issues/55
https://github.com/embulk/embulk/pull/85
https://github.com/embulk/embulk/pull/85
1
fixes
Add filter process in preview(dry-run) mode.
Current preview command run input stage only. I would like to check after filter mode result. https://twitter.com/frsyuki/status/563553691475533826
3466c287e68a33fa4c02a5f94748655a17281bcb
163346f8231e022a23ee337e9c720ec6cddc416a
https://github.com/embulk/embulk/compare/3466c287e68a33fa4c02a5f94748655a17281bcb...163346f8231e022a23ee337e9c720ec6cddc416a
diff --git a/embulk-core/src/main/java/org/embulk/exec/PreviewExecutor.java b/embulk-core/src/main/java/org/embulk/exec/PreviewExecutor.java index 24200b9e..fe1a4cec 100644 --- a/embulk-core/src/main/java/org/embulk/exec/PreviewExecutor.java +++ b/embulk-core/src/main/java/org/embulk/exec/PreviewExecutor.java @@ -18,9 ...
['embulk-core/src/main/java/org/embulk/exec/PreviewExecutor.java']
{'.java': 1}
1
1
0
0
1
284,683
54,908
9,474
126
2,421
416
45
1
151
17
36
5
1
0
1970-01-01T00:23:44
1,692
Java
{'Java': 1206535, 'Ruby': 102994, 'Batchfile': 4257, 'Shell': 3118, 'HTML': 538}
Apache License 2.0
552
embulk/embulk/1034/1033
embulk
embulk
https://github.com/embulk/embulk/issues/1033
https://github.com/embulk/embulk/pull/1034
https://github.com/embulk/embulk/pull/1034
1
fix
Embulk v0.9.7 can't parse milliseconds part in `%s.%N` and `%s.%L` format.
Reported by [ntrgiang](https://github.com/embulk/embulk/issues/467#issuecomment-416636390) Embulk v0.9.7 can't parse milliseconds part in `%s.%N` and `%s.%L` format. Embulk v0.8.39 can parse it. [Reporduce code](https://github.com/hiroyuki-sato/embulk-support/tree/master/core_467_timestamp_format/ntrgiang) ...
81ca98f231b7c18ea3ee77dd76c6ebcb8a65ea0c
fc02f7e79d97dc3cba42e20e4645298d245b14c2
https://github.com/embulk/embulk/compare/81ca98f231b7c18ea3ee77dd76c6ebcb8a65ea0c...fc02f7e79d97dc3cba42e20e4645298d245b14c2
diff --git a/embulk-core/src/main/java/org/embulk/spi/time/RubyTimeParsed.java b/embulk-core/src/main/java/org/embulk/spi/time/RubyTimeParsed.java index 8f88293d..c486254e 100644 --- a/embulk-core/src/main/java/org/embulk/spi/time/RubyTimeParsed.java +++ b/embulk-core/src/main/java/org/embulk/spi/time/RubyTimeParsed.ja...
['embulk-core/src/test/java/org/embulk/spi/time/TestTimestampParser.java', 'embulk-core/src/main/java/org/embulk/spi/time/RubyTimeParsed.java']
{'.java': 2}
2
2
0
0
2
977,762
186,819
25,834
242
3,705
978
66
1
1,498
131
450
29
2
2
1970-01-01T00:25:36
1,692
Java
{'Java': 1206535, 'Ruby': 102994, 'Batchfile': 4257, 'Shell': 3118, 'HTML': 538}
Apache License 2.0
553
embulk/embulk/951/949
embulk
embulk
https://github.com/embulk/embulk/issues/949
https://github.com/embulk/embulk/pull/951
https://github.com/embulk/embulk/pull/951
2
fix
Plugin's Task causes JsonMappingException when the Task extends TimestampFormatter.Task with @Config("default_timezone")
When a plugin has its `Task` interface which extends core's `Task` interface with `default` methods for compatibility, it causes `JsonMappingException` such as: ``` com.fasterxml.jackson.databind.JsonMappingException: Multiple entries with same key: default_timezone=org.embulk.config.TaskSerDe$TaskDeserializer$Fiel...
128ac124a941223c86c33bd43523f0eca5d9d066
ddd49c21fe744c71e4131e255d169c772a01dacd
https://github.com/embulk/embulk/compare/128ac124a941223c86c33bd43523f0eca5d9d066...ddd49c21fe744c71e4131e255d169c772a01dacd
diff --git a/embulk-core/src/main/java/org/embulk/config/TaskInvocationHandler.java b/embulk-core/src/main/java/org/embulk/config/TaskInvocationHandler.java index 53fc4d35..a652c44a 100644 --- a/embulk-core/src/main/java/org/embulk/config/TaskInvocationHandler.java +++ b/embulk-core/src/main/java/org/embulk/config/Task...
['embulk-core/src/test/java/org/embulk/config/TestConfigSource.java', 'embulk-core/src/main/java/org/embulk/config/TaskSerDe.java', 'embulk-core/src/main/java/org/embulk/config/TaskInvocationHandler.java']
{'.java': 3}
3
3
0
0
3
944,957
180,571
24,964
237
4,025
726
56
2
1,054
104
255
15
1
1
1970-01-01T00:25:17
1,692
Java
{'Java': 1206535, 'Ruby': 102994, 'Batchfile': 4257, 'Shell': 3118, 'HTML': 538}
Apache License 2.0
554
embulk/embulk/840/833
embulk
embulk
https://github.com/embulk/embulk/issues/833
https://github.com/embulk/embulk/pull/840
https://github.com/embulk/embulk/pull/840
1
fix
Use Ruby's timezone names instead of Joda-Time's
While I was walking-through and trying to refactor our Ruby-compatible date/time parser, I'm afraid I found that we may not using Ruby's timezone names (`TimeZoneConverter`), but using Joda-Time's. * https://github.com/embulk/embulk/blob/v0.8.36/embulk-core/src/main/java/org/embulk/spi/time/TimestampParser.java#L188...
4c927b84f31aca653422dc0bf27d4d605cc94a5f
ae981c0a0953174b4a3c042a1b93da2339586a76
https://github.com/embulk/embulk/compare/4c927b84f31aca653422dc0bf27d4d605cc94a5f...ae981c0a0953174b4a3c042a1b93da2339586a76
diff --git a/embulk-core/src/main/java/org/embulk/spi/time/TimestampFormat.java b/embulk-core/src/main/java/org/embulk/spi/time/TimestampFormat.java index 2a634b1f..857001f1 100644 --- a/embulk-core/src/main/java/org/embulk/spi/time/TimestampFormat.java +++ b/embulk-core/src/main/java/org/embulk/spi/time/TimestampForma...
['embulk-core/src/main/java/org/embulk/spi/time/TimestampFormat.java']
{'.java': 1}
1
1
0
0
1
867,238
168,384
25,772
229
251
54
6
1
523
46
145
6
2
0
1970-01-01T00:25:09
1,692
Java
{'Java': 1206535, 'Ruby': 102994, 'Batchfile': 4257, 'Shell': 3118, 'HTML': 538}
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
555
embulk/embulk/761/757
embulk
embulk
https://github.com/embulk/embulk/issues/757
https://github.com/embulk/embulk/pull/761
https://github.com/embulk/embulk/pull/761
1
fix
Embulk 0.8.28 and 0.8.29 doesn't work Liquid {% include %}.
## Summary Embulk 0.8.29 doesn't work liquid. {% include %} The following configuration works fine on 0.8.18, but It doesn't work on 0.8.19. ## Expect behavior * Embulk 0.8.18 ``` embulk preview config.yml.liquid 2017-08-10 12:53:43.210 +0900: Embulk v0.8.18 2017-08-10 12:53:44.502 +0900 [INFO] (0001:p...
0b2755628a9fc266c8f420691639f6633402ae22
945997a5eb4e0dfcee63853a6861ff99a90f0800
https://github.com/embulk/embulk/compare/0b2755628a9fc266c8f420691639f6633402ae22...945997a5eb4e0dfcee63853a6861ff99a90f0800
diff --git a/embulk-core/src/main/java/org/embulk/EmbulkRunner.java b/embulk-core/src/main/java/org/embulk/EmbulkRunner.java index 1b418f0b..cc64ca54 100644 --- a/embulk-core/src/main/java/org/embulk/EmbulkRunner.java +++ b/embulk-core/src/main/java/org/embulk/EmbulkRunner.java @@ -417,7 +417,9 @@ public class EmbulkRu...
['embulk-core/src/main/java/org/embulk/EmbulkRunner.java']
{'.java': 1}
1
1
0
0
1
808,142
157,734
24,604
230
244
30
4
1
4,546
374
1,331
109
1
5
1970-01-01T00:25:03
1,692
Java
{'Java': 1206535, 'Ruby': 102994, 'Batchfile': 4257, 'Shell': 3118, 'HTML': 538}
Apache License 2.0
556
embulk/embulk/752/750
embulk
embulk
https://github.com/embulk/embulk/issues/750
https://github.com/embulk/embulk/pull/752
https://github.com/embulk/embulk/pull/752
2
fixes
embulk v0.8.28 bundle command is not working.
embulk v0.8.28 breaking bundle command. Maybe related to https://github.com/embulk/embulk/issues/748 - 0.8.28 ``` embulk bundle 2017-07-28 09:38:46.392 +0000: Embulk v0.8.28 Exception in thread "main" java.lang.NullPointerException at org.embulk.cli.EmbulkRun.runSubcommand(EmbulkRun.java:401) at org.embulk....
835c14ad8b0f4526539957a46cf2dadb356201be
87f2195443cc384d23e846fedf7fc21eecc063f7
https://github.com/embulk/embulk/compare/835c14ad8b0f4526539957a46cf2dadb356201be...87f2195443cc384d23e846fedf7fc21eecc063f7
diff --git a/embulk-cli/src/main/java/org/embulk/cli/EmbulkRun.java b/embulk-cli/src/main/java/org/embulk/cli/EmbulkRun.java index 9bc2ae60..c5933a8a 100644 --- a/embulk-cli/src/main/java/org/embulk/cli/EmbulkRun.java +++ b/embulk-cli/src/main/java/org/embulk/cli/EmbulkRun.java @@ -398,14 +398,14 @@ public class Embulk...
['embulk-cli/src/main/java/org/embulk/cli/EmbulkRun.java']
{'.java': 1}
1
1
0
0
1
803,674
156,922
24,514
231
453
100
6
1
691
50
239
22
1
2
1970-01-01T00:25:01
1,692
Java
{'Java': 1206535, 'Ruby': 102994, 'Batchfile': 4257, 'Shell': 3118, 'HTML': 538}
Apache License 2.0
550
embulk/embulk/1349/1348
embulk
embulk
https://github.com/embulk/embulk/issues/1348
https://github.com/embulk/embulk/pull/1349
https://github.com/embulk/embulk/pull/1349
2
fix
embulk mkbundle failed with the reason "undefined local variable or method `__internal_argv__'"
Issue Type: Bug Report ----------------------- The environment is the same #1347 * Write the following environmental information. * OS version: macOS 10.15.7 * Java version: 1.8.0_251 * Embulk version: 0.10.21 * Your Embulk configuration (YAML): no config * Plugin versions: no plugin ## Write a...
42ecca3361a1688f86aa6456462a1e998ef62240
311652e5ea15a19cb147b5e6d3ec7c754dc286a5
https://github.com/embulk/embulk/compare/42ecca3361a1688f86aa6456462a1e998ef62240...311652e5ea15a19cb147b5e6d3ec7c754dc286a5
diff --git a/embulk-core/src/main/java/org/embulk/cli/EmbulkRun.java b/embulk-core/src/main/java/org/embulk/cli/EmbulkRun.java index 41e93ef3..6487ec35 100644 --- a/embulk-core/src/main/java/org/embulk/cli/EmbulkRun.java +++ b/embulk-core/src/main/java/org/embulk/cli/EmbulkRun.java @@ -250,7 +250,10 @@ public class Emb...
['embulk-core/src/main/java/org/embulk/cli/EmbulkRun.java']
{'.java': 1}
1
1
0
0
1
1,120,666
222,029
30,173
266
437
93
5
1
5,774
653
1,679
188
5
2
1970-01-01T00:26:46
1,692
Java
{'Java': 1206535, 'Ruby': 102994, 'Batchfile': 4257, 'Shell': 3118, 'HTML': 538}
Apache License 2.0
295
morphiaorg/morphia/869/860
morphiaorg
morphia
https://github.com/MorphiaOrg/morphia/issues/860
https://github.com/MorphiaOrg/morphia/pull/869
https://github.com/MorphiaOrg/morphia/pull/869
1
fixes
Empty maps are deserialized as null
When configuring the mapper to also store empties ``` mapper.getOptions().setStoreEmpties(true); ``` then empty Maps and Lists are stored as well to DB. They also get deserialized as empty Maps resp. List again. This works for an empty ``` Map<String, String> ``` BUT it does not work for empty Maps like the followi...
dc0745c7069d7ee48338ea73a934a7c2191305bb
57eb1eea54d1a41fe8dd1e23dd9dfa754b556dce
https://github.com/morphiaorg/morphia/compare/dc0745c7069d7ee48338ea73a934a7c2191305bb...57eb1eea54d1a41fe8dd1e23dd9dfa754b556dce
diff --git a/morphia/src/main/java/org/mongodb/morphia/mapping/EmbeddedMapper.java b/morphia/src/main/java/org/mongodb/morphia/mapping/EmbeddedMapper.java index dcf43e71cc5..8369c31f434 100644 --- a/morphia/src/main/java/org/mongodb/morphia/mapping/EmbeddedMapper.java +++ b/morphia/src/main/java/org/mongodb/morphia/map...
['morphia/src/test/java/org/mongodb/morphia/mapping/MapperOptionsTest.java', 'morphia/src/main/java/org/mongodb/morphia/mapping/EmbeddedMapper.java']
{'.java': 2}
2
2
0
0
2
807,829
171,175
24,762
265
101
25
2
1
710
116
174
34
0
4
1970-01-01T00:24:07
1,611
Java
{'Java': 2408208, 'Kotlin': 39110, 'Shell': 718}
Apache License 2.0
296
morphiaorg/morphia/845/844
morphiaorg
morphia
https://github.com/MorphiaOrg/morphia/issues/844
https://github.com/MorphiaOrg/morphia/pull/845
https://github.com/MorphiaOrg/morphia/pull/845
1
fixes
Incorrect validation exception messages in QueryValidator
In QueryValidator's validateQuery method, when a mapped field is not found for a given part, the exception message refers to the original class being mapped rather than the class being used to look up the field: ``` if (mf == null) { ...
68c11a3a1018c464ee8598d262b8c06dc48ddd6c
61a00e26a1df513541016089138237fc96871f43
https://github.com/morphiaorg/morphia/compare/68c11a3a1018c464ee8598d262b8c06dc48ddd6c...61a00e26a1df513541016089138237fc96871f43
diff --git a/morphia/src/main/java/org/mongodb/morphia/query/QueryValidator.java b/morphia/src/main/java/org/mongodb/morphia/query/QueryValidator.java index df732969bef..ba17e02d818 100644 --- a/morphia/src/main/java/org/mongodb/morphia/query/QueryValidator.java +++ b/morphia/src/main/java/org/mongodb/morphia/query/Que...
['morphia/src/main/java/org/mongodb/morphia/query/QueryValidator.java', 'morphia/src/test/java/org/mongodb/morphia/TestQuery.java', 'morphia/src/test/java/org/mongodb/morphia/query/QueryValidatorTest.java']
{'.java': 3}
3
3
0
0
3
807,826
171,173
24,762
265
664
98
6
1
1,287
137
209
22
0
2
1970-01-01T00:24:01
1,611
Java
{'Java': 2408208, 'Kotlin': 39110, 'Shell': 718}
Apache License 2.0
297
morphiaorg/morphia/842/839
morphiaorg
morphia
https://github.com/MorphiaOrg/morphia/issues/839
https://github.com/MorphiaOrg/morphia/pull/842
https://github.com/MorphiaOrg/morphia/pull/842
1
fixes
GeoNearBuilder.setNear() creates wrong near query (mixing up latitude & longutide)
When creating an geo spatial aggregation (http://docs.mongodb.org/manual/reference/operator/aggregation/geoNear/), the near field takes the coordinates as [longitude, latitude]. In morphia the GeoNearBuilder method setNear is defined with: public GeoNearBuilder setNear(final double latitude, final double longitude) {...
cb89d19e8b5f74ce084bba99f8b5b6edb032ae0d
e5727de983e0b5a75aeb3d11074aec7cf59ec4ea
https://github.com/morphiaorg/morphia/compare/cb89d19e8b5f74ce084bba99f8b5b6edb032ae0d...e5727de983e0b5a75aeb3d11074aec7cf59ec4ea
diff --git a/morphia/src/main/java/org/mongodb/morphia/aggregation/GeoNear.java b/morphia/src/main/java/org/mongodb/morphia/aggregation/GeoNear.java index 79d408f6140..ba1c54989ec 100644 --- a/morphia/src/main/java/org/mongodb/morphia/aggregation/GeoNear.java +++ b/morphia/src/main/java/org/mongodb/morphia/aggregation/...
['morphia/src/main/java/org/mongodb/morphia/aggregation/GeoNear.java', 'morphia/src/test/java/org/mongodb/morphia/geo/PlaceWithLegacyCoords.java', 'morphia/src/test/java/org/mongodb/morphia/aggregation/AggregationTest.java']
{'.java': 3}
3
3
0
0
3
807,826
171,173
24,762
265
119
24
2
1
748
93
181
20
1
0
1970-01-01T00:24:01
1,611
Java
{'Java': 2408208, 'Kotlin': 39110, 'Shell': 718}
Apache License 2.0
298
morphiaorg/morphia/823/784
morphiaorg
morphia
https://github.com/MorphiaOrg/morphia/issues/784
https://github.com/MorphiaOrg/morphia/pull/823
https://github.com/MorphiaOrg/morphia/pull/823
1
fixes
NullPointerException mapping class implementing an interface
Using Morphia 1.0.0-rc0: Invoking Morphia.map() on a class which implements an interface produces a NullPointerException because: in ReflectionUtils.getParameterizedClass: ``` public static Class getParameterizedClass(final Class c, final int index) { final TypeVariable[] typeVars = c.getTypeParameters(); if...
41e410cd664f432d3dea34e1765b3b45b7cb7c10
2f39232e8a7727612dc08ac50fc4658e11622f2c
https://github.com/morphiaorg/morphia/compare/41e410cd664f432d3dea34e1765b3b45b7cb7c10...2f39232e8a7727612dc08ac50fc4658e11622f2c
diff --git a/morphia/src/main/java/org/mongodb/morphia/utils/ReflectionUtils.java b/morphia/src/main/java/org/mongodb/morphia/utils/ReflectionUtils.java index 4e92a715cae..e46147eb9c8 100644 --- a/morphia/src/main/java/org/mongodb/morphia/utils/ReflectionUtils.java +++ b/morphia/src/main/java/org/mongodb/morphia/utils/...
['morphia/src/test/java/org/mongodb/morphia/utils/ReflectionUtilsTest.java', 'morphia/src/main/java/org/mongodb/morphia/utils/ReflectionUtils.java']
{'.java': 2}
2
2
0
0
2
805,040
170,603
24,712
265
373
64
8
1
1,481
160
314
48
0
3
1970-01-01T00:23:56
1,611
Java
{'Java': 2408208, 'Kotlin': 39110, 'Shell': 718}
Apache License 2.0
148
magefree/mage/8592/6393
magefree
mage
https://github.com/magefree/mage/issues/6393
https://github.com/magefree/mage/pull/8592
https://github.com/magefree/mage/pull/8592
1
closes
Elvish House Party uses system-local time zone to determine current hour, which may not be the same between clients
The solution *should* be simple enough - specify a time zone when calling `.now()`. UTC is uncontroversial.[citation needed] ```java class CurrentHourCount implements DynamicValue { @Override public int calculate(Game game, Ability sourceAbility, Effect effect) { int hour = LocalTime.now(ZoneId...
26a2e0a5edf47bbb1a03a650f29f9d712adf7722
b184f15125392e319827e3653828ff7ba7c52f18
https://github.com/magefree/mage/compare/26a2e0a5edf47bbb1a03a650f29f9d712adf7722...b184f15125392e319827e3653828ff7ba7c52f18
diff --git a/Mage.Sets/src/mage/cards/e/ElvishHouseParty.java b/Mage.Sets/src/mage/cards/e/ElvishHouseParty.java index 95d6f79e7d..fc1dd34f33 100644 --- a/Mage.Sets/src/mage/cards/e/ElvishHouseParty.java +++ b/Mage.Sets/src/mage/cards/e/ElvishHouseParty.java @@ -2,6 +2,7 @@ package mage.cards.e; import java.time.Lo...
['Mage.Sets/src/mage/cards/e/ElvishHouseParty.java']
{'.java': 1}
1
1
0
0
1
68,880,372
15,534,947
1,907,004
26,726
135
35
3
1
765
89
173
29
0
1
1970-01-01T00:27:23
1,605
Java
{'Java': 83753240, 'Perl': 96893, 'Batchfile': 17988, 'Python': 5771, 'Shell': 858}
MIT License
147
magefree/mage/8618/7723
magefree
mage
https://github.com/magefree/mage/issues/7723
https://github.com/magefree/mage/pull/8618
https://github.com/magefree/mage/pull/8618
1
fixes
Deck import must search cards by left names too
from #7459 Full flip card names doesn't recognized by import code: * `Orochi Eggwatcher // Shidako, Broodmistress` Cause xmage's flip card name is left card only: * `Orochi Eggwatcher` So the search code my split search name by ` // ` and search by full and left name too. Possible methods to fix (search both...
4d0f53da67990d2371d1d15d4c21ec1d92e89b96
6647c36f07dab004872c526da1c91c5ded99a2b2
https://github.com/magefree/mage/compare/4d0f53da67990d2371d1d15d4c21ec1d92e89b96...6647c36f07dab004872c526da1c91c5ded99a2b2
diff --git a/Mage/src/main/java/mage/cards/repository/CardRepository.java b/Mage/src/main/java/mage/cards/repository/CardRepository.java index 750a3be431..52b3cac6db 100644 --- a/Mage/src/main/java/mage/cards/repository/CardRepository.java +++ b/Mage/src/main/java/mage/cards/repository/CardRepository.java @@ -442,7 +44...
['Mage/src/main/java/mage/cards/repository/CardRepository.java']
{'.java': 1}
1
1
0
0
1
68,881,883
15,538,402
1,907,039
26,758
2,489
536
41
1
390
60
105
11
0
0
1970-01-01T00:27:23
1,605
Java
{'Java': 83753240, 'Perl': 96893, 'Batchfile': 17988, 'Python': 5771, 'Shell': 858}
MIT License
146
magefree/mage/8658/4198
magefree
mage
https://github.com/magefree/mage/issues/4198
https://github.com/magefree/mage/pull/8658
https://github.com/magefree/mage/pull/8658
1
fixes
Orcish Spy's ability reveals cards in incorrect order
The point of using Orcish Spy is to have an inferior but repeatable effect for anticipating your draws, however there is no way to tell which card is on which library spot from the revealed cards. The order appears to be random.
149c79992629a292450f720a72a79cf6ddb27632
2996b0f76f7d4b65a1fe9aeb6935cfdcd2977209
https://github.com/magefree/mage/compare/149c79992629a292450f720a72a79cf6ddb27632...2996b0f76f7d4b65a1fe9aeb6935cfdcd2977209
diff --git a/Mage/src/main/java/mage/players/Library.java b/Mage/src/main/java/mage/players/Library.java index e08aab6741..01c6e90f06 100644 --- a/Mage/src/main/java/mage/players/Library.java +++ b/Mage/src/main/java/mage/players/Library.java @@ -168,7 +168,7 @@ public class Library implements Serializable { } ...
['Mage/src/main/java/mage/players/Library.java']
{'.java': 1}
1
1
0
0
1
69,403,227
15,657,789
1,921,773
26,987
93
19
2
1
228
42
47
1
0
0
1970-01-01T00:27:24
1,605
Java
{'Java': 83753240, 'Perl': 96893, 'Batchfile': 17988, 'Python': 5771, 'Shell': 858}
MIT License
1,336
jooby-project/jooby/2524/2523
jooby-project
jooby
https://github.com/jooby-project/jooby/issues/2523
https://github.com/jooby-project/jooby/pull/2524
https://github.com/jooby-project/jooby/pull/2524
1
fixes
jooby-jackson 2.13.0 contains a breaking change when requiring ObjectMapper
```java package com.premiumminds.test; import com.fasterxml.jackson.databind.ObjectMapper; import io.jooby.Jooby; import io.jooby.json.JacksonModule; import org.slf4j.Logger; import org.slf4j.LoggerFactory; public class App extends Jooby { private static final Logger LOGGER = LoggerFactory.getLogger(Ap...
1a0252d5dac7d3730f3e7017008c65a9ae4e5dd3
5ec36e8d925e9a45db002e8a63675ee7e56e1264
https://github.com/jooby-project/jooby/compare/1a0252d5dac7d3730f3e7017008c65a9ae4e5dd3...5ec36e8d925e9a45db002e8a63675ee7e56e1264
diff --git a/modules/jooby-jackson/src/main/java/io/jooby/json/JacksonModule.java b/modules/jooby-jackson/src/main/java/io/jooby/json/JacksonModule.java index 42534163b..0a471050a 100644 --- a/modules/jooby-jackson/src/main/java/io/jooby/json/JacksonModule.java +++ b/modules/jooby-jackson/src/main/java/io/jooby/json/Ja...
['modules/jooby-jackson/src/main/java/io/jooby/json/JacksonModule.java']
{'.java': 1}
1
1
0
0
1
1,936,645
447,233
65,015
482
46
9
1
1
2,244
203
613
78
3
3
1970-01-01T00:27:24
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
1,337
jooby-project/jooby/2370/2252
jooby-project
jooby
https://github.com/jooby-project/jooby/issues/2252
https://github.com/jooby-project/jooby/pull/2370
https://github.com/jooby-project/jooby/pull/2370
1
fixes
CWE-113 in 1.x?
At first I thought Jooby 1.x wasn't affected by [CWE-113](https://github.com/jooby-project/jooby/security/advisories/GHSA-gv3v-92v6-m48j). The `NettyHandler` instantiates `DefaultHttpHeaders` using their default constructor (i.e. `validate = true`). https://github.com/jooby-project/jooby/blob/246903dec03bd08fcbeac8bb36...
246903dec03bd08fcbeac8bb369a8f342eb2901f
5cc23f38fb3f0a7313eb12705a5be0e95aab759f
https://github.com/jooby-project/jooby/compare/246903dec03bd08fcbeac8bb369a8f342eb2901f...5cc23f38fb3f0a7313eb12705a5be0e95aab759f
diff --git a/modules/jooby-netty/src/main/java/org/jooby/internal/netty/NettyPush.java b/modules/jooby-netty/src/main/java/org/jooby/internal/netty/NettyPush.java index cf331ed7d..157f184a2 100644 --- a/modules/jooby-netty/src/main/java/org/jooby/internal/netty/NettyPush.java +++ b/modules/jooby-netty/src/main/java/org...
['modules/jooby-netty/src/main/java/org/jooby/internal/netty/NettyPush.java']
{'.java': 1}
1
1
0
0
1
8,079,522
1,746,747
180,044
495
146
31
2
1
625
29
201
3
3
0
1970-01-01T00:27:04
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
1,339
jooby-project/jooby/2171/2167
jooby-project
jooby
https://github.com/jooby-project/jooby/issues/2167
https://github.com/jooby-project/jooby/pull/2171
https://github.com/jooby-project/jooby/pull/2171
1
fixes
Memory leak in the jooby-netty implementation
In our project we use Jooby, and have more recently upgraded to version 2, currently running on the latest version 2.9.4. I've spent a couple of days hunting down a memory leak within our application and have found out that the class: `io.netty.handler.codec.DefaultHeaders$HeaderEntry` is causing some issue. **H...
e761210942bc24d810e383820d1e577fed15c1fb
870cc1cb947d07c19f37d520c87ceb83b046a810
https://github.com/jooby-project/jooby/compare/e761210942bc24d810e383820d1e577fed15c1fb...870cc1cb947d07c19f37d520c87ceb83b046a810
diff --git a/modules/jooby-netty/src/main/java/io/jooby/internal/netty/HttpRawPostRequestDecoder.java b/modules/jooby-netty/src/main/java/io/jooby/internal/netty/HttpRawPostRequestDecoder.java index 0834c7396..3df896914 100644 --- a/modules/jooby-netty/src/main/java/io/jooby/internal/netty/HttpRawPostRequestDecoder.jav...
['modules/jooby-netty/src/main/java/io/jooby/internal/netty/HttpRawPostRequestDecoder.java', 'modules/jooby-netty/src/main/java/io/jooby/internal/netty/NettyHandler.java']
{'.java': 2}
2
2
0
0
2
1,885,506
435,818
63,375
467
755
149
17
2
1,094
188
244
17
0
0
1970-01-01T00:26:47
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
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
1,000
zalando/logbook/654/653
zalando
logbook
https://github.com/zalando/logbook/issues/653
https://github.com/zalando/logbook/pull/654
https://github.com/zalando/logbook/pull/654
2
fixes
All null JSON fields get masked
If some field is `null`, it gets replaced by `XXX` by default. I couldn't find any way to change it other than copy-pasting and tweaking `JsonBodyFilters`. ``` public static void main(String[] args) { val result = BodyFilters.defaultValue().filter(MediaType.APPLICATION_JSON_UTF8_VALUE, "{\\n" + " ...
25a52ee8ff71e1bbeeafcef9d12ad8626e842c96
1943c06b122ee0fce09bb27ef8daba6366c5be79
https://github.com/zalando/logbook/compare/25a52ee8ff71e1bbeeafcef9d12ad8626e842c96...1943c06b122ee0fce09bb27ef8daba6366c5be79
diff --git a/logbook-json/src/main/java/org/zalando/logbook/json/JsonBodyFilters.java b/logbook-json/src/main/java/org/zalando/logbook/json/JsonBodyFilters.java index a9f32ad0..0e951e14 100644 --- a/logbook-json/src/main/java/org/zalando/logbook/json/JsonBodyFilters.java +++ b/logbook-json/src/main/java/org/zalando/log...
['logbook-json/src/test/java/org/zalando/logbook/json/JsonBodyFiltersTest.java', 'logbook-json/src/main/java/org/zalando/logbook/json/JsonBodyFilters.java']
{'.java': 2}
2
2
0
0
2
254,442
50,270
8,729
139
185
46
3
1
449
50
108
12
0
1
1970-01-01T00:26:15
1,553
Java
{'Java': 1005854, 'Kotlin': 36603, 'Shell': 1136}
MIT License
997
zalando/logbook/798/797
zalando
logbook
https://github.com/zalando/logbook/issues/797
https://github.com/zalando/logbook/pull/798
https://github.com/zalando/logbook/pull/798
1
fixes
Missing setter for FormRequestMode in compiled/released JAR
## Description I upgraded the dependency logbook-spring-boot-starter to the latest version (2.1.2). When I wanted to set the formRequestMode via `logbook.filter.form-request-mode`, I was greeted with the following message on startup: ``` *************************** APPLICATION FAILED TO START *******************...
97310e4f4b91a3481e49c15693d6e6ae1f131765
d0b995689f01a5efccb04d91f985311964e341aa
https://github.com/zalando/logbook/compare/97310e4f4b91a3481e49c15693d6e6ae1f131765...d0b995689f01a5efccb04d91f985311964e341aa
diff --git a/logbook-spring-boot-autoconfigure/src/main/java/org/zalando/logbook/autoconfigure/LogbookProperties.java b/logbook-spring-boot-autoconfigure/src/main/java/org/zalando/logbook/autoconfigure/LogbookProperties.java index 4afb650f..0ec93e0b 100644 --- a/logbook-spring-boot-autoconfigure/src/main/java/org/zalan...
['logbook-spring-boot-autoconfigure/src/main/java/org/zalando/logbook/autoconfigure/LogbookProperties.java']
{'.java': 1}
1
1
0
0
1
293,350
57,691
10,170
163
175
31
2
1
1,747
197
358
61
0
2
1970-01-01T00:26:36
1,553
Java
{'Java': 1005854, 'Kotlin': 36603, 'Shell': 1136}
MIT License
996
zalando/logbook/846/842
zalando
logbook
https://github.com/zalando/logbook/issues/842
https://github.com/zalando/logbook/pull/846
https://github.com/zalando/logbook/pull/846
1
fixes
ChunkingSink does not write Requests/Responses without body
## Detailed Description ChunkingSink should write requests/responses without a body. It should use the delegate sink directly as it only chunks the bodies. ## Your Environment * Version used: 2.1.0 ## Reproducing ```java // create a sink which prints to console var sink = new ChunkingSink(new Default...
7b871333107b09b5262172a94d97810a6ccd36d1
71e4be571f388dfee86deac463339a50e8877efe
https://github.com/zalando/logbook/compare/7b871333107b09b5262172a94d97810a6ccd36d1...71e4be571f388dfee86deac463339a50e8877efe
diff --git a/logbook-core/src/main/java/org/zalando/logbook/ChunkingSink.java b/logbook-core/src/main/java/org/zalando/logbook/ChunkingSink.java index b5676309..617786f2 100644 --- a/logbook-core/src/main/java/org/zalando/logbook/ChunkingSink.java +++ b/logbook-core/src/main/java/org/zalando/logbook/ChunkingSink.java @...
['logbook-core/src/test/java/org/zalando/logbook/ChunkingSinkTest.java', 'logbook-core/src/main/java/org/zalando/logbook/ChunkingSink.java']
{'.java': 2}
2
2
0
0
2
293,514
57,725
10,176
163
99
17
4
1
1,457
146
306
60
0
1
1970-01-01T00:26:41
1,553
Java
{'Java': 1005854, 'Kotlin': 36603, 'Shell': 1136}
MIT License
1,002
zalando/logbook/617/603
zalando
logbook
https://github.com/zalando/logbook/issues/603
https://github.com/zalando/logbook/pull/617
https://github.com/zalando/logbook/pull/617
2
fixes
Logbook removes body from response
I encountered an issue in combination with CXF and Spring Security where the body of an response vanishes (=is null) when using Logbook. ## Description In Logbook version 1.13.0 the body of the response vanishes when the Writer Level is set to something that would lead to requests not getting logged (=INFO). Usi...
0c209bdf33c0399919b8d896845fc565d7f5d291
7a2150fa596525b9dfc5fc85fbfd78dea5d9a8a1
https://github.com/zalando/logbook/compare/0c209bdf33c0399919b8d896845fc565d7f5d291...7a2150fa596525b9dfc5fc85fbfd78dea5d9a8a1
diff --git a/logbook-servlet/src/main/java/org/zalando/logbook/servlet/LocalResponse.java b/logbook-servlet/src/main/java/org/zalando/logbook/servlet/LocalResponse.java index 6e02255e..fe6ce083 100644 --- a/logbook-servlet/src/main/java/org/zalando/logbook/servlet/LocalResponse.java +++ b/logbook-servlet/src/main/java/...
['logbook-servlet/src/main/java/org/zalando/logbook/servlet/LocalResponse.java', 'logbook-servlet/src/main/java/org/zalando/logbook/servlet/LogbookFilter.java', 'logbook-servlet/src/test/java/org/zalando/logbook/servlet/ExampleController.java', 'logbook-servlet/src/test/java/org/zalando/logbook/servlet/LocalResponseTes...
{'.java': 4}
4
4
0
0
4
231,247
46,285
7,674
139
1,187
200
28
2
2,317
358
576
53
4
0
1970-01-01T00:26:10
1,553
Java
{'Java': 1005854, 'Kotlin': 36603, 'Shell': 1136}
MIT License
304
j-easy/easy-random/95/84
j-easy
easy-random
https://github.com/j-easy/easy-random/issues/84
https://github.com/j-easy/easy-random/pull/95
https://github.com/j-easy/easy-random/pull/95
1
fixes
"Pre-initialized" Bean Fields are nulled
When writing a dto, I often initialize collections to ensure they are never null. It appears that objenesis's approach to instantiation ends up producing an instance will null fields.Here's some code to show it. The first assert will pass, and the second will fail. Perhaps there is a perspective where this is desired b...
df17980c6dd3c6bdc3ba1d1e51aad9c69725f29c
863d4c75856fef0b743b53370e1258ba15b18d47
https://github.com/j-easy/easy-random/compare/df17980c6dd3c6bdc3ba1d1e51aad9c69725f29c...863d4c75856fef0b743b53370e1258ba15b18d47
diff --git a/random-beans/src/main/java/io/github/benas/randombeans/ObjectFactory.java b/random-beans/src/main/java/io/github/benas/randombeans/ObjectFactory.java index 28c0b2fd..546bda9f 100644 --- a/random-beans/src/main/java/io/github/benas/randombeans/ObjectFactory.java +++ b/random-beans/src/main/java/io/github/be...
['random-beans/src/test/java/io/github/benas/randombeans/FieldExclusionTest.java', 'random-beans/src/main/java/io/github/benas/randombeans/ObjectFactory.java']
{'.java': 2}
2
2
0
0
2
370,684
81,733
10,412
132
509
96
14
1
1,015
133
226
28
0
1
1970-01-01T00:24:19
1,478
Java
{'Java': 1051325}
MIT License
303
j-easy/easy-random/138/135
j-easy
easy-random
https://github.com/j-easy/easy-random/issues/135
https://github.com/j-easy/easy-random/pull/138
https://github.com/j-easy/easy-random/pull/138
2
fixes
Unable to exclude java.time.Instant from being randomized
Given a configuration like: ``` EnhancedRandomBuilder.aNewEnhancedRandomBuilder() .exclude(FieldDefinitionBuilder.field().named("createdAt").ofType(Instant.class).inClass(Foo.class).get()) .build(); ``` The `createdAt` field is still populated. Reason is that `TimeRandomizeRegistry` has higher pri...
e534c0009e55585083e3379d995faf1afb0221a5
193854a1215c2cecf8a8b771a411eb48bcab9a57
https://github.com/j-easy/easy-random/compare/e534c0009e55585083e3379d995faf1afb0221a5...193854a1215c2cecf8a8b771a411eb48bcab9a57
diff --git a/random-beans/src/main/java/io/github/benas/randombeans/randomizers/registry/TimeRandomizerRegistry.java b/random-beans/src/main/java/io/github/benas/randombeans/randomizers/registry/TimeRandomizerRegistry.java index 81e494a6..8011492f 100644 --- a/random-beans/src/main/java/io/github/benas/randombeans/rand...
['random-beans/src/main/java/io/github/benas/randombeans/randomizers/registry/TimeRandomizerRegistry.java', 'random-beans/src/test/java/io/github/benas/randombeans/randomizers/time/TimeSupportTest.java']
{'.java': 2}
2
2
0
0
2
410,288
90,298
11,648
141
73
15
2
1
359
24
78
12
0
1
1970-01-01T00:24:24
1,478
Java
{'Java': 1051325}
MIT License
302
j-easy/easy-random/139/131
j-easy
easy-random
https://github.com/j-easy/easy-random/issues/131
https://github.com/j-easy/easy-random/pull/139
https://github.com/j-easy/easy-random/pull/139
1
fixes
InstantiationException when providing a randomizer without default constructor in @Randomizer
The `@Randomizer` annotation requires a randomizer with a default constructor. If no such a constructor is defined, random beans throws a `InstantiationException`. Instead, the library should throw a `ObjectGenerationException` (as declared in the API) with the `InstantiationException` as root cause
e534c0009e55585083e3379d995faf1afb0221a5
04a4f4ea4eb630b215bba34c741f82e90e11c12d
https://github.com/j-easy/easy-random/compare/e534c0009e55585083e3379d995faf1afb0221a5...04a4f4ea4eb630b215bba34c741f82e90e11c12d
diff --git a/random-beans/src/main/java/io/github/benas/randombeans/randomizers/registry/AnnotationRandomizerRegistry.java b/random-beans/src/main/java/io/github/benas/randombeans/randomizers/registry/AnnotationRandomizerRegistry.java index e5c05fac..2ea8f6aa 100644 --- a/random-beans/src/main/java/io/github/benas/rand...
['random-beans/src/main/java/io/github/benas/randombeans/randomizers/registry/AnnotationRandomizerRegistry.java', 'random-beans/src/main/java/io/github/benas/randombeans/util/ReflectionUtils.java', 'random-beans/src/test/java/io/github/benas/randombeans/RandomizerAnnotationTest.java']
{'.java': 3}
3
3
0
0
3
410,288
90,298
11,648
141
3,394
592
57
2
301
40
59
2
0
0
1970-01-01T00:24:24
1,478
Java
{'Java': 1051325}
MIT License
301
j-easy/easy-random/205/204
j-easy
easy-random
https://github.com/j-easy/easy-random/issues/204
https://github.com/j-easy/easy-random/pull/205
https://github.com/j-easy/easy-random/pull/205
1
fixes
Instantiate Abstract Class
when i want to instantiate abstract class, instance of EnhancedRandom will create an object of concrete type but only fill properties of child class. if i put this abstract class in another class instance of container class will have object of concrete type of abstract class and all of properties is filled. i don't kno...
a84f2d08db9a15906f1335372020c911889234e0
9b7cc49a733e7bc544f30be7131f0c21e7c9eed3
https://github.com/j-easy/easy-random/compare/a84f2d08db9a15906f1335372020c911889234e0...9b7cc49a733e7bc544f30be7131f0c21e7c9eed3
diff --git a/random-beans/src/main/java/io/github/benas/randombeans/EnhancedRandomImpl.java b/random-beans/src/main/java/io/github/benas/randombeans/EnhancedRandomImpl.java index 972a947c..793003ed 100644 --- a/random-beans/src/main/java/io/github/benas/randombeans/EnhancedRandomImpl.java +++ b/random-beans/src/main/ja...
['random-beans/src/test/java/io/github/benas/randombeans/EnhancedRandomImplTest.java', 'random-beans/src/main/java/io/github/benas/randombeans/EnhancedRandomImpl.java', 'random-beans/src/test/java/io/github/benas/randombeans/beans/Bar.java']
{'.java': 3}
3
3
0
0
3
507,255
111,478
13,905
170
230
41
3
1
1,494
190
304
52
0
1
1970-01-01T00:24:35
1,478
Java
{'Java': 1051325}
MIT License
300
j-easy/easy-random/209/208
j-easy
easy-random
https://github.com/j-easy/easy-random/issues/208
https://github.com/j-easy/easy-random/pull/209
https://github.com/j-easy/easy-random/pull/209
1
fixes
ClassCastException on wildcard generics in collections
Hello, Trying to figure out the best way around this. I want to populate some JAX-B beans. They have fields like this: `@XmlElementRef(name = "reportedLocation", namespace = "http://api.foo.com/v3", type = JAXBElement.class) protected List<JAXBElement<? extends ReportedLocation>> reportedLocations;` I get a Class...
17d70a0d3c1d4915e866b4c5de23345a3ee300de
270e39ff9c6ac91f977aaf4a9c8c0f0d3f99af2b
https://github.com/j-easy/easy-random/compare/17d70a0d3c1d4915e866b4c5de23345a3ee300de...270e39ff9c6ac91f977aaf4a9c8c0f0d3f99af2b
diff --git a/random-beans/src/main/java/io/github/benas/randombeans/util/ReflectionUtils.java b/random-beans/src/main/java/io/github/benas/randombeans/util/ReflectionUtils.java index 4666f7b4..c2b4d263 100644 --- a/random-beans/src/main/java/io/github/benas/randombeans/util/ReflectionUtils.java +++ b/random-beans/src/m...
['random-beans/src/main/java/io/github/benas/randombeans/util/ReflectionUtils.java', 'random-beans/src/test/java/io/github/benas/randombeans/beans/WildCardCollectionBean.java']
{'.java': 2}
2
2
0
0
2
507,377
111,501
13,906
170
211
52
2
1
1,451
134
324
22
1
0
1970-01-01T00:24:35
1,478
Java
{'Java': 1051325}
MIT License
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,996
apache/eventmesh/2850/2849
apache
eventmesh
https://github.com/apache/eventmesh/issues/2849
https://github.com/apache/eventmesh/pull/2850
https://github.com/apache/eventmesh/pull/2850
1
fixes
[Bug] org.apache.eventmesh.runtime.util.WebhookUtilTest > testObtainDeliveryAgreement FAILED
### 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 Mac ### EventMesh version master ### What happened > Task :eventmesh-runtime:test FAILED org.apache.eventmesh.runtime.util.WebhookUtilTest > test...
decf21bffbbe36663228880a312e82f3392a6d00
3bda8fbe10e0710c2ab8ae720cfa6cbaebeac249
https://github.com/apache/eventmesh/compare/decf21bffbbe36663228880a312e82f3392a6d00...3bda8fbe10e0710c2ab8ae720cfa6cbaebeac249
diff --git a/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/util/WebhookUtil.java b/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/util/WebhookUtil.java index aa885b2a3..2cc760b83 100644 --- a/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/util/WebhookUtil.java +++ b/eventmesh-...
['eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/util/WebhookUtil.java', 'eventmesh-runtime/src/test/java/org/apache/eventmesh/runtime/util/WebhookUtilTest.java']
{'.java': 2}
2
2
0
0
2
3,453,721
669,929
89,961
671
852
165
16
1
690
81
168
36
1
0
1970-01-01T00:27:53
1,415
Java
{'Java': 3911514, 'Go': 272517, 'Shell': 65032, 'Rust': 49060, 'Makefile': 3761, 'Dockerfile': 1322}
Apache License 2.0
9,987
apache/eventmesh/3459/3458
apache
eventmesh
https://github.com/apache/eventmesh/issues/3458
https://github.com/apache/eventmesh/pull/3459
https://github.com/apache/eventmesh/pull/3459
1
fixes
[Bug] EventMeshHttpProducer publish Read timed out
### 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 use EventMeshHttpProducer to publish message. throw java.net.SocketTimeoutException: R...
13f0a32e47b4ef888ae508349b1f55165f5ff582
abd1cfec7e202092a7a54976828be41f35286796
https://github.com/apache/eventmesh/compare/13f0a32e47b4ef888ae508349b1f55165f5ff582...abd1cfec7e202092a7a54976828be41f35286796
diff --git a/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/protocol/http/producer/EventMeshProducer.java b/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/protocol/http/producer/EventMeshProducer.java index 7e4c47d1a..f58f20ea6 100644 --- a/eventmesh-runtime/src/main/java/org/apach...
['eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/protocol/http/producer/EventMeshProducer.java']
{'.java': 1}
1
1
0
0
1
3,785,651
741,732
101,181
811
295
52
6
1
12,399
613
3,215
172
3
3
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,997
apache/eventmesh/2837/2836
apache
eventmesh
https://github.com/apache/eventmesh/issues/2836
https://github.com/apache/eventmesh/pull/2837
https://github.com/apache/eventmesh/pull/2837
1
fixes
[Bug] Http demo connection refused
### 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 Http test will occur with a connection reset error report. ### How to reproduce Run the htt...
03e088e189ca85f98f88e9efbf30c34d89744b01
ee73d5d8d4fee6534be79f49bfdcdbf43a2ae49c
https://github.com/apache/eventmesh/compare/03e088e189ca85f98f88e9efbf30c34d89744b01...ee73d5d8d4fee6534be79f49bfdcdbf43a2ae49c
diff --git a/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/util/WebhookUtil.java b/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/util/WebhookUtil.java index f7a2e7da5..aa885b2a3 100644 --- a/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/util/WebhookUtil.java +++ b/eventmesh-...
['eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/util/WebhookUtil.java']
{'.java': 1}
1
1
0
0
1
3,452,096
669,686
89,915
671
265
51
5
1
3,822
173
1,078
58
1
0
1970-01-01T00:27:52
1,415
Java
{'Java': 3911514, 'Go': 272517, 'Shell': 65032, 'Rust': 49060, 'Makefile': 3761, 'Dockerfile': 1322}
Apache License 2.0
9,994
apache/eventmesh/3046/998
apache
eventmesh
https://github.com/apache/eventmesh/issues/998
https://github.com/apache/eventmesh/pull/3046
https://github.com/apache/eventmesh/pull/3046
1
fixes
[Bug] Forget to override hashcode()
### 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 Mac ### EventMesh version master ### What happened This class overrides equals(Object), but does not override hashCode(). It just inherits the imple...
e62b600e10ff6b08e96ecd3dc17fb6b746ffeffc
41e37b9cf97b75cca8d6b5c74aa0f822779779b2
https://github.com/apache/eventmesh/compare/e62b600e10ff6b08e96ecd3dc17fb6b746ffeffc...41e37b9cf97b75cca8d6b5c74aa0f822779779b2
diff --git a/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/protocol/tcp/client/session/Session.java b/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/protocol/tcp/client/session/Session.java index 52b8d751b..5d2424988 100644 --- a/eventmesh-runtime/src/main/java/org/apache/eventmes...
['eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/protocol/tcp/client/session/Session.java']
{'.java': 1}
1
1
0
0
1
3,424,565
664,296
90,020
686
449
99
17
1
720
84
156
31
1
0
1970-01-01T00:27:55
1,415
Java
{'Java': 3911514, 'Go': 272517, 'Shell': 65032, 'Rust': 49060, 'Makefile': 3761, 'Dockerfile': 1322}
Apache License 2.0
9,993
apache/eventmesh/3112/3077
apache
eventmesh
https://github.com/apache/eventmesh/issues/3077
https://github.com/apache/eventmesh/pull/3112
https://github.com/apache/eventmesh/pull/3112
1
fixes
[Bug] v1.7.0 KafkaConsumerRunner.java Use break to break out of the while
### 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 Mac ### EventMesh version Other ### What happened Use break to break out of the while Cause the consumer thread to stop ### How to reproduce . ...
27f61f1559c3a2643cca539efa7c4e78172bfb61
2dc558bc4eccb0df450b9093fcde6e5a6bc1c156
https://github.com/apache/eventmesh/compare/27f61f1559c3a2643cca539efa7c4e78172bfb61...2dc558bc4eccb0df450b9093fcde6e5a6bc1c156
diff --git a/eventmesh-connector-plugin/eventmesh-connector-kafka/src/main/java/org/apache/eventmesh/connector/kafka/consumer/KafkaConsumerRunner.java b/eventmesh-connector-plugin/eventmesh-connector-kafka/src/main/java/org/apache/eventmesh/connector/kafka/consumer/KafkaConsumerRunner.java index 26b86e525..300289254 10...
['eventmesh-connector-plugin/eventmesh-connector-kafka/src/main/java/org/apache/eventmesh/connector/kafka/consumer/KafkaConsumerRunner.java']
{'.java': 1}
1
1
0
0
1
3,420,711
663,873
89,939
686
947
147
23
1
424
69
103
29
1
0
1970-01-01T00:27:56
1,415
Java
{'Java': 3911514, 'Go': 272517, 'Shell': 65032, 'Rust': 49060, 'Makefile': 3761, 'Dockerfile': 1322}
Apache License 2.0
9,992
apache/eventmesh/3274/3273
apache
eventmesh
https://github.com/apache/eventmesh/issues/3273
https://github.com/apache/eventmesh/pull/3274
https://github.com/apache/eventmesh/pull/3274
1
fixes
[Bug] Incorrect validation may cause the batch send of events to fail
### 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 path is `org/apache/eventmesh/runtime/core/protocol/http/processor/BatchSendMessageProcessor....
8a014d4d2d003d58f612cea0d086ede7208b6f4a
8917ab622add5d258127ad0281c175f0fad313ae
https://github.com/apache/eventmesh/compare/8a014d4d2d003d58f612cea0d086ede7208b6f4a...8917ab622add5d258127ad0281c175f0fad313ae
diff --git a/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/protocol/http/processor/BatchSendMessageProcessor.java b/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/protocol/http/processor/BatchSendMessageProcessor.java index 8ae17b524..434be4c59 100644 --- a/eventmesh-runtime/src/m...
['eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/protocol/http/processor/BatchSendMessageProcessor.java']
{'.java': 1}
1
1
0
0
1
3,395,895
664,247
90,218
688
133
26
2
1
1,320
116
259
43
1
1
1970-01-01T00:27:57
1,415
Java
{'Java': 3911514, 'Go': 272517, 'Shell': 65032, 'Rust': 49060, 'Makefile': 3761, 'Dockerfile': 1322}
Apache License 2.0
9,991
apache/eventmesh/3287/3284
apache
eventmesh
https://github.com/apache/eventmesh/issues/3284
https://github.com/apache/eventmesh/pull/3287
https://github.com/apache/eventmesh/pull/3287
1
fixes
[Bug] HTTP server HttpRequest release bug
### 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 Mac ### EventMesh version master ### What happened HttpRequest reference exception occurs in handlerService.handler ``` private cla...
ba4ebe61af548f0814000341ae8dc0452f68f89e
da8e1644f448ea51083373b6d8b91505d7d1d3a0
https://github.com/apache/eventmesh/compare/ba4ebe61af548f0814000341ae8dc0452f68f89e...da8e1644f448ea51083373b6d8b91505d7d1d3a0
diff --git a/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/boot/AbstractHTTPServer.java b/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/boot/AbstractHTTPServer.java index 078eaf9cb..aadfb90f6 100644 --- a/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/boot/AbstractHTTPServer....
['eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/boot/AbstractHTTPServer.java', 'eventmesh-sdk-java/src/main/java/org/apache/eventmesh/client/http/producer/EventMeshMessageProducer.java']
{'.java': 2}
2
2
0
0
2
3,395,757
664,229
90,213
688
1,443
266
21
2
1,066
105
205
46
1
1
1970-01-01T00:27:57
1,415
Java
{'Java': 3911514, 'Go': 272517, 'Shell': 65032, 'Rust': 49060, 'Makefile': 3761, 'Dockerfile': 1322}
Apache License 2.0
9,990
apache/eventmesh/3302/3306
apache
eventmesh
https://github.com/apache/eventmesh/issues/3306
https://github.com/apache/eventmesh/pull/3302
https://github.com/apache/eventmesh/pull/3302
1
fixes
[Bug] KafkaConsumerRunner Thread Closes Unexceptedly
### 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 Mac ### EventMesh version master ### What happened See below for the `how to reproduce` section ### How to reproduce 0. Start y...
8a014d4d2d003d58f612cea0d086ede7208b6f4a
0b0786cc67da51e58125ed623153a04d9a3f0bd4
https://github.com/apache/eventmesh/compare/8a014d4d2d003d58f612cea0d086ede7208b6f4a...0b0786cc67da51e58125ed623153a04d9a3f0bd4
diff --git a/eventmesh-connector-plugin/eventmesh-connector-kafka/src/main/java/org/apache/eventmesh/connector/kafka/consumer/ConsumerImpl.java b/eventmesh-connector-plugin/eventmesh-connector-kafka/src/main/java/org/apache/eventmesh/connector/kafka/consumer/ConsumerImpl.java index eb370c459..6906474c5 100644 --- a/eve...
['eventmesh-connector-plugin/eventmesh-connector-kafka/src/main/java/org/apache/eventmesh/connector/kafka/consumer/KafkaConsumerRunner.java', 'eventmesh-connector-plugin/eventmesh-connector-kafka/src/main/java/org/apache/eventmesh/connector/kafka/consumer/ConsumerImpl.java']
{'.java': 2}
2
2
0
0
2
3,395,895
664,247
90,218
688
1,024
163
22
2
689
102
167
33
1
0
1970-01-01T00:27:57
1,415
Java
{'Java': 3911514, 'Go': 272517, 'Shell': 65032, 'Rust': 49060, 'Makefile': 3761, 'Dockerfile': 1322}
Apache License 2.0
9,989
apache/eventmesh/3308/3307
apache
eventmesh
https://github.com/apache/eventmesh/issues/3307
https://github.com/apache/eventmesh/pull/3308
https://github.com/apache/eventmesh/pull/3308
1
fixes
[Bug] Kafka Consumer Closing Twice
### 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 Mac ### EventMesh version master ### What happened It is possible that the Kafka consumer will be closed twice. It will raise an `IllegalStateExcept...
6636e3af2ef130a47ecd3276e14aa34f0232b583
7d37d232e15c9fffc986f33acb6ef3961a3d108d
https://github.com/apache/eventmesh/compare/6636e3af2ef130a47ecd3276e14aa34f0232b583...7d37d232e15c9fffc986f33acb6ef3961a3d108d
diff --git a/eventmesh-connector-plugin/eventmesh-connector-kafka/src/main/java/org/apache/eventmesh/connector/kafka/consumer/ConsumerImpl.java b/eventmesh-connector-plugin/eventmesh-connector-kafka/src/main/java/org/apache/eventmesh/connector/kafka/consumer/ConsumerImpl.java index eb370c459..99c492d06 100644 --- a/eve...
['eventmesh-connector-plugin/eventmesh-connector-kafka/src/main/java/org/apache/eventmesh/connector/kafka/consumer/ConsumerImpl.java']
{'.java': 1}
1
1
0
0
1
3,395,895
664,247
90,218
688
196
28
4
1
589
90
138
31
1
0
1970-01-01T00:27:57
1,415
Java
{'Java': 3911514, 'Go': 272517, 'Shell': 65032, 'Rust': 49060, 'Makefile': 3761, 'Dockerfile': 1322}
Apache License 2.0
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
10,002
apache/eventmesh/2164/2163
apache
eventmesh
https://github.com/apache/eventmesh/issues/2163
https://github.com/apache/eventmesh/pull/2164
https://github.com/apache/eventmesh/pull/2164
1
fix
[Bug] This method needlessly uses a String literal as a Charset encoding [SendSyncMessageProcessor]
### 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 Linux ### EventMesh version master ### What happened This method needlessly uses a String literal as a Charset encoding [SendSyncMessageProcessor] ...
b82146640db357b9fc65c528aa983f5b53adae33
136a1fbe02ef2bff3d8cf66a8f36c111f42dbda9
https://github.com/apache/eventmesh/compare/b82146640db357b9fc65c528aa983f5b53adae33...136a1fbe02ef2bff3d8cf66a8f36c111f42dbda9
diff --git a/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/protocol/http/processor/SendSyncMessageProcessor.java b/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/protocol/http/processor/SendSyncMessageProcessor.java index dfd79556a..436006976 100644 --- a/eventmesh-runtime/src/mai...
['eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/protocol/http/processor/SendSyncMessageProcessor.java']
{'.java': 1}
1
1
0
0
1
3,309,979
650,909
86,927
639
127
14
2
1
516
66
131
28
1
0
1970-01-01T00:27:48
1,415
Java
{'Java': 3911514, 'Go': 272517, 'Shell': 65032, 'Rust': 49060, 'Makefile': 3761, 'Dockerfile': 1322}
Apache License 2.0
9,985
apache/eventmesh/4255/4236
apache
eventmesh
https://github.com/apache/eventmesh/issues/4236
https://github.com/apache/eventmesh/pull/4255
https://github.com/apache/eventmesh/pull/4255
1
fix
[Bug] TCP reconnection failed
### 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 TCP reconnection failed ### How to reproduce - run class org.apache.eventmesh.tcp.demo.sub....
8ad08ba1e8d7b773d77b27f83a9ea4cbabb920bb
1ba925bdd48a57b91a77a66b5a89e501209f48fd
https://github.com/apache/eventmesh/compare/8ad08ba1e8d7b773d77b27f83a9ea4cbabb920bb...1ba925bdd48a57b91a77a66b5a89e501209f48fd
diff --git a/eventmesh-sdks/eventmesh-sdk-java/src/main/java/org/apache/eventmesh/client/tcp/impl/cloudevent/CloudEventTCPPubClient.java b/eventmesh-sdks/eventmesh-sdk-java/src/main/java/org/apache/eventmesh/client/tcp/impl/cloudevent/CloudEventTCPPubClient.java index ed98bbce4..35f2186b3 100644 --- a/eventmesh-sdks/ev...
['eventmesh-sdks/eventmesh-sdk-java/src/main/java/org/apache/eventmesh/client/tcp/impl/cloudevent/CloudEventTCPSubClient.java', 'eventmesh-sdks/eventmesh-sdk-java/src/main/java/org/apache/eventmesh/client/tcp/impl/cloudevent/CloudEventTCPPubClient.java']
{'.java': 2}
2
2
0
0
2
3,352,761
662,665
88,093
768
128
30
4
2
848
95
220
35
2
1
1970-01-01T00:28:09
1,415
Java
{'Java': 3911514, 'Go': 272517, 'Shell': 65032, 'Rust': 49060, 'Makefile': 3761, 'Dockerfile': 1322}
Apache License 2.0
10,000
apache/eventmesh/2626/981
apache
eventmesh
https://github.com/apache/eventmesh/issues/981
https://github.com/apache/eventmesh/pull/2626
https://github.com/apache/eventmesh/pull/2626
1
fixes
[Bug] Possible null pointer dereference
### 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 Mac ### EventMesh version master ### What happened The return value from a method is dereferenced without a null check, and the return value of that...
26288e67dc6aac34cc0b0ee4de8db80ce63f8d46
9befcad3417c38b4dece0375f21944011e2b3f2d
https://github.com/apache/eventmesh/compare/26288e67dc6aac34cc0b0ee4de8db80ce63f8d46...9befcad3417c38b4dece0375f21944011e2b3f2d
diff --git a/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/protocol/http/processor/BatchSendMessageV2Processor.java b/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/protocol/http/processor/BatchSendMessageV2Processor.java index a9935323b..482a4afc5 100644 --- a/eventmesh-runtime/s...
['eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/protocol/http/processor/HandlerService.java', 'eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/protocol/http/processor/RemoteUnSubscribeEventProcessor.java', 'eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/protocol/...
{'.java': 9}
9
9
0
0
9
3,329,516
648,163
86,603
642
11,032
1,980
171
9
721
110
159
30
1
0
1970-01-01T00:27:51
1,415
Java
{'Java': 3911514, 'Go': 272517, 'Shell': 65032, 'Rust': 49060, 'Makefile': 3761, 'Dockerfile': 1322}
Apache License 2.0
10,001
apache/eventmesh/2330/2329
apache
eventmesh
https://github.com/apache/eventmesh/issues/2329
https://github.com/apache/eventmesh/pull/2330
https://github.com/apache/eventmesh/pull/2330
1
fixes
[Bug] usage "in.array()" in Codec.java will cause exception
### 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 exception happen while Decoder is decoding inbound stream, code org/apache/eventmesh/com...
3c954d838a3c23527444622018bf8882610328e8
45dff0e01c97b148fa2b5578523e0de8305e4d09
https://github.com/apache/eventmesh/compare/3c954d838a3c23527444622018bf8882610328e8...45dff0e01c97b148fa2b5578523e0de8305e4d09
diff --git a/eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/tcp/codec/Codec.java b/eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/tcp/codec/Codec.java index 296d6c50a..16cc962eb 100644 --- a/eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/tcp/codec/Codec.jav...
['eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/tcp/codec/Codec.java']
{'.java': 1}
1
1
0
0
1
3,308,414
650,537
86,948
640
175
34
3
1
904
127
193
29
1
0
1970-01-01T00:27:49
1,415
Java
{'Java': 3911514, 'Go': 272517, 'Shell': 65032, 'Rust': 49060, 'Makefile': 3761, 'Dockerfile': 1322}
Apache License 2.0
10,003
apache/eventmesh/1819/1818
apache
eventmesh
https://github.com/apache/eventmesh/issues/1818
https://github.com/apache/eventmesh/pull/1819
https://github.com/apache/eventmesh/pull/1819
1
fixes
[Bug] Fix IOException in SSLContextFactory
### 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 Mac ### EventMesh version master ### What happened Unreported exception IOException must be caught or declared to be thrown. ### How to reproduce...
fcac8f39fef729b239a6c0c3a269cd4d0fe35da8
689bc06c38cf5a583765b42c8ae45e59f943ea24
https://github.com/apache/eventmesh/compare/fcac8f39fef729b239a6c0c3a269cd4d0fe35da8...689bc06c38cf5a583765b42c8ae45e59f943ea24
diff --git a/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/boot/SSLContextFactory.java b/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/boot/SSLContextFactory.java index 446155a1b..f90c1521b 100644 --- a/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/boot/SSLContextFactory.jav...
['eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/boot/SSLContextFactory.java']
{'.java': 1}
1
1
0
0
1
3,214,206
632,154
84,506
613
548
71
14
1
509
75
119
29
1
0
1970-01-01T00:27:46
1,415
Java
{'Java': 3911514, 'Go': 272517, 'Shell': 65032, 'Rust': 49060, 'Makefile': 3761, 'Dockerfile': 1322}
Apache License 2.0
10,004
apache/eventmesh/1631/1627
apache
eventmesh
https://github.com/apache/eventmesh/issues/1627
https://github.com/apache/eventmesh/pull/1631
https://github.com/apache/eventmesh/pull/1631
1
fixes
[Bug] ConsumerGroup subscribes multiple topics, only first topic can invoke url
### 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 one consumer group subscribes multiple topics, only first subscription can invoke the ur...
ec733b797712ade73b97f11c25fd0bbd797afb43
5c691da1d161570e316bd9d94f90e42fcc71bac6
https://github.com/apache/eventmesh/compare/ec733b797712ade73b97f11c25fd0bbd797afb43...5c691da1d161570e316bd9d94f90e42fcc71bac6
diff --git a/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/protocol/http/consumer/ConsumerGroupManager.java b/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/protocol/http/consumer/ConsumerGroupManager.java index 7d4ddab9b..640ed86ac 100644 --- a/eventmesh-runtime/src/main/java/org...
['eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/protocol/http/consumer/EventMeshConsumer.java', 'eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/protocol/http/consumer/ConsumerGroupManager.java']
{'.java': 2}
2
2
0
0
2
3,177,138
625,166
83,690
609
212
42
5
2
625
96
137
28
1
0
1970-01-01T00:27:46
1,415
Java
{'Java': 3911514, 'Go': 272517, 'Shell': 65032, 'Rust': 49060, 'Makefile': 3761, 'Dockerfile': 1322}
Apache License 2.0
10,006
apache/eventmesh/1348/1347
apache
eventmesh
https://github.com/apache/eventmesh/issues/1347
https://github.com/apache/eventmesh/pull/1348
https://github.com/apache/eventmesh/pull/1348
1
fixed
[Bug] Pravega connector writer doesn't close when unsubscribing
### 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 Pravega connector writer doesn't close when unsubscribing. ### How to reproduce Read pravea...
12ed1ac376bd916e9e5de39ea6f7914e81c0ad70
49afbf237800705fb42daaff337a8724b1c1e203
https://github.com/apache/eventmesh/compare/12ed1ac376bd916e9e5de39ea6f7914e81c0ad70...49afbf237800705fb42daaff337a8724b1c1e203
diff --git a/eventmesh-connector-plugin/eventmesh-connector-pravega/src/main/java/org/apache/eventmesh/connector/pravega/client/PravegaClient.java b/eventmesh-connector-plugin/eventmesh-connector-pravega/src/main/java/org/apache/eventmesh/connector/pravega/client/PravegaClient.java index 2b7721a60..25ebb53eb 100644 ---...
['eventmesh-connector-plugin/eventmesh-connector-pravega/src/main/java/org/apache/eventmesh/connector/pravega/client/PravegaEvent.java', 'eventmesh-connector-plugin/eventmesh-connector-pravega/src/main/java/org/apache/eventmesh/connector/pravega/SubscribeTask.java', 'eventmesh-connector-plugin/eventmesh-connector-prave...
{'.java': 3}
3
3
0
0
3
3,103,109
612,544
81,870
591
680
149
15
3
456
67
110
28
1
0
1970-01-01T00:27:43
1,415
Java
{'Java': 3911514, 'Go': 272517, 'Shell': 65032, 'Rust': 49060, 'Makefile': 3761, 'Dockerfile': 1322}
Apache License 2.0
10,005
apache/eventmesh/1414/1058
apache
eventmesh
https://github.com/apache/eventmesh/issues/1058
https://github.com/apache/eventmesh/pull/1414
https://github.com/apache/eventmesh/pull/1414
1
fixes
[Bug] Fix json parse exception in RemoteUnsubscribeEventProcessor
### 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 1.5.0 ### What happened call `/eventmesh/unsubscribe/remote` ### How to reproduce call `/eventmesh/unsubscribe/remot...
b560c2a3a36307bb8ee2a4a0d3f90621f825d50f
7fb780a465965ce0df213d4d7b25978b182ffe76
https://github.com/apache/eventmesh/compare/b560c2a3a36307bb8ee2a4a0d3f90621f825d50f...7fb780a465965ce0df213d4d7b25978b182ffe76
diff --git a/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/protocol/http/processor/RemoteUnSubscribeEventProcessor.java b/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/protocol/http/processor/RemoteUnSubscribeEventProcessor.java index d54bad565..b3ec56102 100644 --- a/eventmesh-r...
['eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/protocol/http/processor/RemoteUnSubscribeEventProcessor.java']
{'.java': 1}
1
1
0
0
1
3,109,243
613,736
82,006
593
606
113
15
1
658
67
179
36
3
1
1970-01-01T00:27:44
1,415
Java
{'Java': 3911514, 'Go': 272517, 'Shell': 65032, 'Rust': 49060, 'Makefile': 3761, 'Dockerfile': 1322}
Apache License 2.0
241
ebean-orm/ebean/2904/2903
ebean-orm
ebean
https://github.com/ebean-orm/ebean/issues/2903
https://github.com/ebean-orm/ebean/pull/2904
https://github.com/ebean-orm/ebean/pull/2904
1
fixes
LimitOffsetSqlLimiter applies 'LIMIT 0' if firstRow is set only.
When `Query::setFirstRow` is used, it's expected to produce the OFFSET only. However, it produces LIMIT clause also. ## Example: ```java someQuery.setFirstRow(5); ``` ### Expected behavior The generated query contains `OFFSET 5` and no `LIMIT` at all ### Actual behavior The generated query contains `LIMIT...
6c6ec3663a7f450ec281304b19714e281a334772
3277fe81a17e91a8c8902ba331fe608992d54a10
https://github.com/ebean-orm/ebean/compare/6c6ec3663a7f450ec281304b19714e281a334772...3277fe81a17e91a8c8902ba331fe608992d54a10
diff --git a/ebean-api/src/main/java/io/ebean/config/dbplatform/LimitOffsetSqlLimiter.java b/ebean-api/src/main/java/io/ebean/config/dbplatform/LimitOffsetSqlLimiter.java index 63534a27f..846ee8056 100644 --- a/ebean-api/src/main/java/io/ebean/config/dbplatform/LimitOffsetSqlLimiter.java +++ b/ebean-api/src/main/java/i...
['ebean-api/src/main/java/io/ebean/config/dbplatform/LimitOffsetSqlLimiter.java', 'ebean-test/src/test/java/org/tests/basic/TestLimitQuery.java']
{'.java': 2}
2
2
0
0
2
5,347,927
1,253,596
195,162
1,699
291
88
10
1
421
55
108
14
1
1
1970-01-01T00:27:49
1,397
Java
{'Java': 8708302, 'PLpgSQL': 281708, 'TSQL': 265741, 'SQLPL': 66211, 'Kotlin': 10173, 'HTML': 7848, 'ANTLR': 4477, 'Shell': 4054, 'CSS': 1446}
Apache License 2.0
242
ebean-orm/ebean/1981/1980
ebean-orm
ebean
https://github.com/ebean-orm/ebean/issues/1980
https://github.com/ebean-orm/ebean/pull/1981
https://github.com/ebean-orm/ebean/pull/1981
1
resolves
NullPointerException in EntityBeanIntercept
## Expected behavior Clean execution. ## Actual behavior Works more than 99.9% of the times, *rarely* a stacktrace with NPE. Approx once every >1'000 execution fails. I don't think I've seen it more than one time for any unique test case. We have not upgraded production yet, so this is only in tests. ### Steps...
2b0f572f4ddc638b126f1ea7f7ae5430d2ed59f1
ecdd027b3e4691948d4a0e55f23fde5fde3b666d
https://github.com/ebean-orm/ebean/compare/2b0f572f4ddc638b126f1ea7f7ae5430d2ed59f1...ecdd027b3e4691948d4a0e55f23fde5fde3b666d
diff --git a/src/main/java/io/ebean/bean/EntityBeanIntercept.java b/src/main/java/io/ebean/bean/EntityBeanIntercept.java index 1b03b47be..837d3db29 100644 --- a/src/main/java/io/ebean/bean/EntityBeanIntercept.java +++ b/src/main/java/io/ebean/bean/EntityBeanIntercept.java @@ -913,6 +913,7 @@ public final class EntityBe...
['src/main/java/io/ebean/bean/EntityBeanIntercept.java']
{'.java': 1}
1
1
0
0
1
4,881,197
1,141,011
181,662
1,394
66
13
1
1
2,000
175
449
38
0
2
1970-01-01T00:26:25
1,397
Java
{'Java': 8708302, 'PLpgSQL': 281708, 'TSQL': 265741, 'SQLPL': 66211, 'Kotlin': 10173, 'HTML': 7848, 'ANTLR': 4477, 'Shell': 4054, 'CSS': 1446}
Apache License 2.0
240
ebean-orm/ebean/1745/1743
ebean-orm
ebean
https://github.com/ebean-orm/ebean/issues/1743
https://github.com/ebean-orm/ebean/pull/1745
https://github.com/ebean-orm/ebean/issues/1743#issuecomment-507031699
2
solves
When using @PrimaryKeyJoinColumn, FK constraint generation cannot be disabled
I have a O2O relation that maps on ID column, so @PrimaryKeyJoinColumn() should be perfect for this ```java public class Entity1 { ... @OneToOne @PrimaryKeyJoinColumn() private Entity2 entity2 = new Entity2(); } ``` In my case, both entities may exist as their own, so I have to create & save an enti...
d49a7c415f01d44a054f7927c811666ec528bb8d
7f2e4f54ff6cb65cf20f400cc1561db26cbe5abd
https://github.com/ebean-orm/ebean/compare/d49a7c415f01d44a054f7927c811666ec528bb8d...7f2e4f54ff6cb65cf20f400cc1561db26cbe5abd
diff --git a/src/main/java/io/ebeaninternal/dbmigration/model/build/ModelBuildIntersectionTable.java b/src/main/java/io/ebeaninternal/dbmigration/model/build/ModelBuildIntersectionTable.java index 9c2cf29ec..e117c3ead 100644 --- a/src/main/java/io/ebeaninternal/dbmigration/model/build/ModelBuildIntersectionTable.java +...
['src/test/java/org/tests/model/onetoone/OtoUPrime.java', 'src/main/java/io/ebeaninternal/server/deploy/TableJoin.java', 'src/main/java/io/ebeaninternal/server/deploy/BeanPropertyAssocOne.java', 'src/main/java/io/ebeaninternal/dbmigration/model/build/ModelBuildPropertyVisitor.java', 'src/main/java/io/ebeaninternal/serv...
{'.java': 7}
7
7
0
0
7
4,788,774
1,118,178
178,448
1,349
2,811
583
74
6
2,007
231
464
37
0
2
1970-01-01T00:26:01
1,397
Java
{'Java': 8708302, 'PLpgSQL': 281708, 'TSQL': 265741, 'SQLPL': 66211, 'Kotlin': 10173, 'HTML': 7848, 'ANTLR': 4477, 'Shell': 4054, 'CSS': 1446}
Apache License 2.0
995
knowm/xchart/396/389
knowm
xchart
https://github.com/knowm/XChart/issues/389
https://github.com/knowm/XChart/pull/396
https://github.com/knowm/XChart/pull/396
1
resolves
Zoom function improvement: Don't redraw when no points are selected.
When selection an area on the chart between data points the chart should not be redrawn.
933494a62bc07d31115632ae4da8c6203cb865d0
756e2f0c3e1b89f9fc8bd555dc4accba76106813
https://github.com/knowm/xchart/compare/933494a62bc07d31115632ae4da8c6203cb865d0...756e2f0c3e1b89f9fc8bd555dc4accba76106813
diff --git a/xchart/src/main/java/org/knowm/xchart/XYChart.java b/xchart/src/main/java/org/knowm/xchart/XYChart.java index 30951e3a..64fd98d3 100644 --- a/xchart/src/main/java/org/knowm/xchart/XYChart.java +++ b/xchart/src/main/java/org/knowm/xchart/XYChart.java @@ -465,9 +465,15 @@ public class XYChart extends Chart<X...
['xchart/src/main/java/org/knowm/xchart/XYChart.java', 'xchart/src/main/java/org/knowm/xchart/internal/series/AxesChartSeriesNumericalNoErrorBars.java']
{'.java': 2}
2
2
0
0
2
913,333
229,343
32,423
272
1,546
392
62
2
88
16
18
1
0
0
1970-01-01T00:26:18
1,384
Java
{'Java': 1050156}
Apache License 2.0
993
knowm/xchart/717/601
knowm
xchart
https://github.com/knowm/XChart/issues/601
https://github.com/knowm/XChart/pull/717
https://github.com/knowm/XChart/pull/717
1
fixes
IndexOutOfBoundsException introduced in 3.7.0 or 3.8.0
Hi, attached date+value series can be plotted in 3.6.6 without any errors. Yet in 3.8.0 (cannot use 3.7.0 as this release doesn't contain some of the class that 3.6.6 and 3.8.0 have) I got: `java.lang.IndexOutOfBoundsException: Index 46 out of bounds for length 46 at java.base/jdk.internal.util.Preconditions.outOf...
a93e6e81db19361ea18492d3a6697979f2c5631b
5794e4656d7d8004465429e3e3acc6a44837157f
https://github.com/knowm/xchart/compare/a93e6e81db19361ea18492d3a6697979f2c5631b...5794e4656d7d8004465429e3e3acc6a44837157f
diff --git a/xchart/src/main/java/org/knowm/xchart/internal/chartpart/AxisTickCalculator_Date.java b/xchart/src/main/java/org/knowm/xchart/internal/chartpart/AxisTickCalculator_Date.java index 226c2350..f19ead80 100644 --- a/xchart/src/main/java/org/knowm/xchart/internal/chartpart/AxisTickCalculator_Date.java +++ b/xch...
['xchart/src/main/java/org/knowm/xchart/internal/chartpart/AxisTickCalculator_Date.java']
{'.java': 1}
1
1
0
0
1
1,020,593
258,657
36,409
303
190
43
3
1
1,916
120
481
35
2
0
1970-01-01T00:27:52
1,384
Java
{'Java': 1050156}
Apache License 2.0
994
knowm/xchart/495/494
knowm
xchart
https://github.com/knowm/XChart/issues/494
https://github.com/knowm/XChart/pull/495
https://github.com/knowm/XChart/pull/495
1
resolves
Impossible to save jpg images
After resolving issue 488 adding alpha channels, it is no longer possible to save jpg files. This (implementation of this) format doesn't support alpha channels.
bc1df5dd6e05a1bc5bbc872e5b4306ee89bd2523
196ef5a62bfb599a768be936973267b8ef445a6b
https://github.com/knowm/xchart/compare/bc1df5dd6e05a1bc5bbc872e5b4306ee89bd2523...196ef5a62bfb599a768be936973267b8ef445a6b
diff --git a/xchart-demo/src/main/java/org/knowm/xchart/standalone/issues/TestForIssue488.java b/xchart-demo/src/main/java/org/knowm/xchart/standalone/issues/TestForIssue488.java index 144ac4a2..9c5d160d 100644 --- a/xchart-demo/src/main/java/org/knowm/xchart/standalone/issues/TestForIssue488.java +++ b/xchart-demo/src...
['xchart/src/main/java/org/knowm/xchart/BitmapEncoder.java', 'xchart-demo/src/main/java/org/knowm/xchart/standalone/issues/TestForIssue488.java']
{'.java': 2}
2
2
0
0
2
1,022,804
258,076
36,666
302
642
167
8
2
161
25
32
1
0
0
1970-01-01T00:26:37
1,384
Java
{'Java': 1050156}
Apache License 2.0
154
mit-cml/appinventor-sources/2010/2009
mit-cml
appinventor-sources
https://github.com/mit-cml/appinventor-sources/issues/2009
https://github.com/mit-cml/appinventor-sources/pull/2010
https://github.com/mit-cml/appinventor-sources/pull/2010
2
fixes
Build error when compiling official Look and PersonalImageClassifier extensions
**Describe the bug** Compilation of official Look and PersonalImageClassifier extensions consistently fails. **Affects** Look and PersonalImageClassifier extensions cannot be compiled for use with the latest AppInventor source code. - [ ] Designer - [ ] Blocks editor - [ ] Companion - [ ] Compiled apps ...
d2357d1b0111e3559e6cd0f85e336d4a19511fd4
7609a45a2fdd49f5f4bd29ecff1899fd01cd00e4
https://github.com/mit-cml/appinventor-sources/compare/d2357d1b0111e3559e6cd0f85e336d4a19511fd4...7609a45a2fdd49f5f4bd29ecff1899fd01cd00e4
diff --git a/appinventor/components/src/com/google/appinventor/components/scripts/ExternalComponentGenerator.java b/appinventor/components/src/com/google/appinventor/components/scripts/ExternalComponentGenerator.java index 7cee62565..041f90d03 100644 --- a/appinventor/components/src/com/google/appinventor/components/sc...
['appinventor/components/src/com/google/appinventor/components/scripts/ExternalComponentGenerator.java']
{'.java': 1}
1
1
0
0
1
6,300,226
1,397,686
175,902
859
126
27
3
1
6,490
356
1,540
95
0
0
1970-01-01T00:26:20
1,331
Java
{'Java': 8910424, 'HTML': 1461396, 'Swift': 1035926, 'Objective-C': 647084, 'JavaScript': 637622, 'Scheme': 277513, 'Python': 205314, 'CSS': 170862, 'Shell': 16219, 'SCSS': 12605, 'Batchfile': 4359, 'C': 3930, 'AMPL': 3281, 'Ruby': 3174, 'Lex': 1316, 'Yacc': 1103, 'Dockerfile': 535, 'Makefile': 96}
Apache License 2.0
151
mit-cml/appinventor-sources/2427/2423
mit-cml
appinventor-sources
https://github.com/mit-cml/appinventor-sources/issues/2423
https://github.com/mit-cml/appinventor-sources/pull/2427
https://github.com/mit-cml/appinventor-sources/pull/2427#issuecomment-791674320
1
fixes
Need to Re-write the POP_FIRST_SCRIPT (LUA Script) used by CloudDB
<a id="org7d01aab"></a> # TL;DR We broke (slightly) CloudDB when we introduced dictionaries. Read on for the nitty gritty details. <a id="org632c49e"></a> # Background We use Redis software to implement CloudDB storage. The CloudDB server itself provides a front end that enforces confidentiality (a...
92dc8d5419087ad3a5a981e54466a043041aedb3
3153792bdf0929e117a94260cdb8839dcefb14b1
https://github.com/mit-cml/appinventor-sources/compare/92dc8d5419087ad3a5a981e54466a043041aedb3...3153792bdf0929e117a94260cdb8839dcefb14b1
diff --git a/appinventor/components/src/com/google/appinventor/components/runtime/CloudDB.java b/appinventor/components/src/com/google/appinventor/components/runtime/CloudDB.java index 033263e88..70a224f1d 100644 --- a/appinventor/components/src/com/google/appinventor/components/runtime/CloudDB.java +++ b/appinventor/c...
['appinventor/components/src/com/google/appinventor/components/runtime/CloudDB.java']
{'.java': 1}
1
1
0
0
1
6,545,275
1,452,431
182,250
880
292
104
5
1
3,137
532
721
75
0
0
1970-01-01T00:26:54
1,331
Java
{'Java': 8910424, 'HTML': 1461396, 'Swift': 1035926, 'Objective-C': 647084, 'JavaScript': 637622, 'Scheme': 277513, 'Python': 205314, 'CSS': 170862, 'Shell': 16219, 'SCSS': 12605, 'Batchfile': 4359, 'C': 3930, 'AMPL': 3281, 'Ruby': 3174, 'Lex': 1316, 'Yacc': 1103, 'Dockerfile': 535, 'Makefile': 96}
Apache License 2.0
153
mit-cml/appinventor-sources/2707/2704
mit-cml
appinventor-sources
https://github.com/mit-cml/appinventor-sources/issues/2704
https://github.com/mit-cml/appinventor-sources/pull/2707
https://github.com/mit-cml/appinventor-sources/pull/2707
1
fixes
Update phone call to work on latest Android OS
**Describe the bug** the make phone call method does nothing. One possible approach is to use activity starter? Is there anything we can do for iOS
a899dd5f575621f44f325c10bc776cbcc0770333
7904aff7315131bb69c01b9b83caf7cacfdf2e30
https://github.com/mit-cml/appinventor-sources/compare/a899dd5f575621f44f325c10bc776cbcc0770333...7904aff7315131bb69c01b9b83caf7cacfdf2e30
diff --git a/appinventor/components/src/com/google/appinventor/components/runtime/PhoneCall.java b/appinventor/components/src/com/google/appinventor/components/runtime/PhoneCall.java index 238106d00..c82603167 100644 --- a/appinventor/components/src/com/google/appinventor/components/runtime/PhoneCall.java +++ b/appinve...
['appinventor/components/src/com/google/appinventor/components/runtime/PhoneCall.java']
{'.java': 1}
1
1
0
0
1
7,187,316
1,600,734
200,416
928
467
87
10
1
158
26
32
8
0
0
1970-01-01T00:27:38
1,331
Java
{'Java': 8910424, 'HTML': 1461396, 'Swift': 1035926, 'Objective-C': 647084, 'JavaScript': 637622, 'Scheme': 277513, 'Python': 205314, 'CSS': 170862, 'Shell': 16219, 'SCSS': 12605, 'Batchfile': 4359, 'C': 3930, 'AMPL': 3281, 'Ruby': 3174, 'Lex': 1316, 'Yacc': 1103, 'Dockerfile': 535, 'Makefile': 96}
Apache License 2.0
152
mit-cml/appinventor-sources/2643/2642
mit-cml
appinventor-sources
https://github.com/mit-cml/appinventor-sources/issues/2642
https://github.com/mit-cml/appinventor-sources/pull/2643
https://github.com/mit-cml/appinventor-sources/pull/2643#issuecomment-1047273775
2
fixes
Reading images out of CloudDB is broken as of nb188
**Describe the bug** As the title says, reading images is broken. Attempting to do so results in a CloudDB Error. **Affects** <!-- Please check off the part of the system that is affected by the bug. --> - [ ] Designer - [ ] Blocks editor - [x] Companion - [x] Compiled apps - [ ] Buildserver - [ ] De...
224a5928763cc43f04a912c0b546c7f37f13084d
d6560ded38e55cb7ce9d4ffadd4290b3715c4052
https://github.com/mit-cml/appinventor-sources/compare/224a5928763cc43f04a912c0b546c7f37f13084d...d6560ded38e55cb7ce9d4ffadd4290b3715c4052
diff --git a/appinventor/components/src/com/google/appinventor/components/runtime/util/JsonUtil.java b/appinventor/components/src/com/google/appinventor/components/runtime/util/JsonUtil.java index 8f2e2f4c0..51b269d6a 100644 --- a/appinventor/components/src/com/google/appinventor/components/runtime/util/JsonUtil.java +...
['appinventor/components/src/com/google/appinventor/components/runtime/util/JsonUtil.java']
{'.java': 1}
1
1
0
0
1
6,671,124
1,480,109
185,527
913
1,724
308
31
1
506
89
129
26
0
0
1970-01-01T00:27:25
1,331
Java
{'Java': 8910424, 'HTML': 1461396, 'Swift': 1035926, 'Objective-C': 647084, 'JavaScript': 637622, 'Scheme': 277513, 'Python': 205314, 'CSS': 170862, 'Shell': 16219, 'SCSS': 12605, 'Batchfile': 4359, 'C': 3930, 'AMPL': 3281, 'Ruby': 3174, 'Lex': 1316, 'Yacc': 1103, 'Dockerfile': 535, 'Makefile': 96}
Apache License 2.0
1,094
sqlancer/sqlancer/13/12
sqlancer
sqlancer
https://github.com/sqlancer/sqlancer/issues/12
https://github.com/sqlancer/sqlancer/pull/13
https://github.com/sqlancer/sqlancer/pull/13
1
fixes
sqlancer/mysql/gen/MySQLInsertGenerator.java
Query generateInto() for (int row = 0; row < nrRows; row++) { if (row != 0) { sb.append(", "); } sb.append("("); for (int c = 0; c < columns.size(); c++) { if (c++ != 0) { <---- typo, should be c sb.append(",...
6d986e909d1316b1b89f25f717e59ccb92972720
974fae8b55ee916e0d1b341f016639fe685fcc1e
https://github.com/sqlancer/sqlancer/compare/6d986e909d1316b1b89f25f717e59ccb92972720...974fae8b55ee916e0d1b341f016639fe685fcc1e
diff --git a/src/sqlancer/mysql/gen/MySQLInsertGenerator.java b/src/sqlancer/mysql/gen/MySQLInsertGenerator.java index 563997da..b29c6aa4 100644 --- a/src/sqlancer/mysql/gen/MySQLInsertGenerator.java +++ b/src/sqlancer/mysql/gen/MySQLInsertGenerator.java @@ -81,7 +81,7 @@ public class MySQLInsertGenerator { ...
['src/sqlancer/mysql/gen/MySQLInsertGenerator.java']
{'.java': 1}
1
1
0
0
1
1,414,899
275,732
38,693
361
63
19
2
1
477
48
107
17
0
0
1970-01-01T00:26:31
1,293
Java
{'Java': 3648769, 'Python': 3131, 'Dockerfile': 313}
MIT License
1,093
sqlancer/sqlancer/87/86
sqlancer
sqlancer
https://github.com/sqlancer/sqlancer/issues/86
https://github.com/sqlancer/sqlancer/pull/87
https://github.com/sqlancer/sqlancer/pull/87
1
fixes
Value generated by SQLancer for jit_inline_above_cost is outside the correct range
The command `SET SESSION jit_inline_above_cost=-134588496167444481;` was produced by SQLancer, which raises the error: `org.postgresql.util.PSQLException: ERROR: -1.34588e+17 is outside the valid range for parameter "jit_inline_above_cost" (-1 .. 1.79769e+308)`.
21e15906905b0b6e112b9738a399f31631278e1c
3600196eea66b51e5a0b36707676714dbe4c8352
https://github.com/sqlancer/sqlancer/compare/21e15906905b0b6e112b9738a399f31631278e1c...3600196eea66b51e5a0b36707676714dbe4c8352
diff --git a/src/sqlancer/Randomly.java b/src/sqlancer/Randomly.java index 99a26792..1488ed43 100644 --- a/src/sqlancer/Randomly.java +++ b/src/sqlancer/Randomly.java @@ -410,7 +410,10 @@ public final class Randomly { if (lower > upper) { throw new IllegalArgumentException(lower + " " + upper); ...
['src/sqlancer/Randomly.java', 'src/sqlancer/mariadb/gen/MariaDBSetGenerator.java', 'test/sqlancer/TestRandomly.java']
{'.java': 3}
3
3
0
0
3
1,553,498
311,779
43,474
396
319
73
6
2
262
27
73
1
0
0
1970-01-01T00:26:34
1,293
Java
{'Java': 3648769, 'Python': 3131, 'Dockerfile': 313}
MIT License
328
ff4j/ff4j/410/399
ff4j
ff4j
https://github.com/ff4j/ff4j/issues/399
https://github.com/ff4j/ff4j/pull/410
https://github.com/ff4j/ff4j/pull/410
1
fix
EventRepositoryRedis uses different keys for storing and retrieving audit data
Hi, i am trying to use the `EventRespositoryRedis` to store monitoring data. Unfortunately the web ui always stays empty. Switching to a `JdbcEventRepository` immediately solves the problem, so i guess my basic setup is okay. Here is a snippet of my ff4j configuration: ``` ... val ff4j = new FF4j(); ...
e596cdbc6c89462415a4ef471eadd19a5d87f7df
a8b5769720fd5912538a065119b0e3751ba76e98
https://github.com/ff4j/ff4j/compare/e596cdbc6c89462415a4ef471eadd19a5d87f7df...a8b5769720fd5912538a065119b0e3751ba76e98
diff --git a/ff4j-store-redis/src/main/java/org/ff4j/store/EventRepositoryRedis.java b/ff4j-store-redis/src/main/java/org/ff4j/store/EventRepositoryRedis.java index 1eea1257..86e4db7b 100644 --- a/ff4j-store-redis/src/main/java/org/ff4j/store/EventRepositoryRedis.java +++ b/ff4j-store-redis/src/main/java/org/ff4j/store...
['ff4j-store-redis/src/main/java/org/ff4j/store/EventRepositoryRedis.java']
{'.java': 1}
1
1
0
0
1
1,845,630
405,454
59,694
405
1,047
221
19
1
924
117
222
16
0
1
1970-01-01T00:26:28
1,285
Java
{'Java': 2711080, 'CSS': 224698, 'HTML': 191359, 'JavaScript': 19189, 'Batchfile': 3140, 'FreeMarker': 196}
Apache License 2.0