Juergen Zimmermann

Results 7 issues of Juergen Zimmermann

I'm getting a SAXParseException in the context of com.sun.mail:javax.mail:1.5.3. This is the output when addin --stacktrace and --info to the command line: ``` Processing artifact: [ResolvedArtifact dependency:org.gradle.api.internal.artifacts.ivyservice.dynamicversions.DefaultResolvedModuleVersion@1958524b name:javax.mail classifier:null extension:jar...

It would be nice to disconnect from a connected server to free up the client connection.

enhancement

**Describe the bug** js-graphql-intellij-plugin submits the POST requests with the header `Accept: application/json`. However, according to the GraphQL spec the header should use `application/graphql+json`. Using `application/json` is considered as legacy....

feature
area:spec

OpenJDK _12.0.1_ with even Kotlin _1.3.40-eap-67_ works fine. However, using OpenJDK _13 build 23_ I get the following exception: ``` Exception in thread "main" java.lang.RuntimeException: java.lang.UnsupportedOperationException: class redefinition failed: attempted...

help wanted
area/java-agent
status/has-workaround

#### I'm submitting a ... - [x] bug report - [ ] feature request - [ ] support request => Please do not submit support request here, see note at...

The latest commit was on Feb. 25. I wondering if we should switch to another dashboard solution. Any hint is appreciated.

_python-keycloak_ is using _async-property_ in [pyproject.toml](https://github.com/marcospereirampj/python-keycloak/blob/master/pyproject.toml#L40). However, [async-property](https://github.com/ryananguiano/async_property) is using `asyncio.iscoroutinefunction` in its [base.py](https://github.com/ryananguiano/async_property/blob/master/async_property/base.py#L6) which became deprecated in [Python 3.14](https://docs.python.org/3/deprecations/index.html#pending-removal-in-python-3-16).