Gin Static Route throwing error

Hey I am having trouble to implement a full frontend in my backend.I have a directory called public where a index.html i...

Gin Route matching format

Can the route matching of the gin framework support Google's RESTful specification, currently only supports the /:id/upd...

Jackson Databind Support "binary vectors": @JsonFormat(shape = Shape.BINARY) for float[], double[]

The default method of serializing float[] and double[] is as regular JSON Array with floating-point numbers. But as per:...

Jackson Databind Make deserialization throw for null/absent field only if field is not annotated with @Nullable

Describe your IssueHello, Jackson devs! I have been trying to do this with Jackson but have been unable to: I want it to...

Apache Superset Race condition in dashboards makes search results not reflect current filters

Bug descriptionGo to a dashboard, ideally featuring a slow table with lots of rows of dataRun a search with very broad o...

Apache Superset Dashboard table scroll position

ScreenshotDescriptionWhile accessing a dashboard, when I am on first page of table results and if I scroll to middle or ...

Apache Superset Running superset db upgrade results is about a SQLite syntax error.

Bug descriptionI encountered a ‘sqlite3.OperationalError: near “extra”: syntax error’ while performing superset db upgra...

Apache Superset Datetime values are returned as 0NaN-NaN-NaN outside of a certain range

Bug descriptionDatetime values outside of the range '1938-04-24 22:13:20.003' to '2286-11-20 17:46:39.997' are returned ...

Apache Superset Postgres: Charts with INTERVAL metrics fail to render

Bug descriptionWhen using an INTERVAL type in postgres as a metric, both bar charts and pie charts fail to render with n...

Apache Superset With Production docker compose, empty page with the X and Close buttons on login

Bug descriptionBasically the same issue as #24014 and #25171 but I created this new issue as I do not have the permissio...

Apache Superset Sqllab UI regession in 3.0.0 where it's not displaying certain string values

After we upgraded to 3.0.0, we have received user reporting query results not rendering in sqllab results. I have checke...

Apache Superset SQL Lab: Query History: Duration column shows some nonsense durations (expected only duration of run)

Bug descriptionOn the SQL Lab’s “Query History” tab, the “Duration column:expected: it should show only execution durati...

Apache Superset Creating a dashboard with API does not result in a functioning dashboard

When creating a dashboard with the API (POST `/dashboard/), the response indicates success but the resulting dashboard i...

Apache Superset [SIP-181] API Semantic Versioning Policy

MotivationThe motivation behind this proposal is to provide a more stable, reliable, and consistent API for all our user...

Apache Superset Unable to see dashboard widgets

Bug descriptionwerkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entere...

Spring Security Consider warning users if securityMatchers do not match some filter in the chain

Describe the bugHttpSecurity configuration with securityMatcher and oauth2Login(withDefaults()) leads to 404 for some OA...

Spring Security Ability to disable anonymous authentication in RSocketSecurity

Expected BehaviorRSocketSecurity dsl should have ability to disable anonymous auth interceptorCurrent BehaviorRSocketSec...

Spring AI MCP Server using STDIO - Attempting to user JSON RPC from Windows command line with partial success

Bug descriptionCreated an MCP server. Added it to VSCode. The server is recognized and the 3 tools defined appear and wo...

SpringBoot Spring 4.0.0-M1 causes ClassNotFoundException on org.springframework.boot.autoconfigure.web.client.RestClientAutoConfiguration when using opentelemetry-instrumentation-bom and opentelemetry-spring-boot-starter

I tested Spring 3.5 -> 4.0.0-M1 version upgardes on two programs. One of them went well and the other didn't. Investi...

Golang [n]byte to string

Proposal Detailsfunc main() {b1 := [6]byte{'a', 'b', 'c', 'd', 'e', 'f'} s1 := string(b1[:]) b2 := [10]byte{'a', '...
上一页 下一页
.