andilem

Results 9 issues of andilem

When installing the feature group in 2020-12, everything seems to work, but the plugins cannot start. The Eclipse error log shows: ``` FrameworkEvent ERROR org.osgi.framework.BundleException: Could not resolve module: com.reprezen.swagedit...

Currently, it's impossible to change `tipLabel`, `collapseTipLabel` (and probably `label` and `collapseLabel` and all other options too) after construction with `layerSwitcher.set('key', 'value')`, because they are read once (in the constructor)...

When sending a message to a queue which doesn't exist anymore, an error is logged as expected. But when sending another message in the same session to another destination, that...

Please fill out the form below before submitting, thank you! - [ ] Bug exists Release Version 1.2.0 ( Master Branch) - [ ] Bug exists in MQTTv3 Client on...

Gradle version: 8.0.2 We have some projects where we need a sourceCompatibility of 1.8 (because it needs to run on Android), but require the bundle to run on Java 17....

a:bug :beetle:

EclipseLink version 4.0.2 When selecting a non-root entity (e.g. `query.select(root.get(child))`) and child has a `@ManyToOne` reference with `@BatchFetch(value=IN)`, the references of the children are not fetched. They are just `null`,...

EclipseLink version 4.0.2 When loading more referenced entities by `@BatchFetch(value = BatchFetchType.IN)` than the BatchFetch size (seems to be fixed 500, the annotation value is not used), multiple queries are...

For large multi-project builds, a Gradle Refresh operation takes a significant amount of time when there are many files in the project directories. Most of the time is not spent...

a:new-feature

Your `HOTPGenerator#getURI` method is mighty wrong. 1. Special characters in the components (label, issuer) must be URI-encoded, i.e. replace `" "` by `"%20"` (and not by `"+"`) and so on....