ThorodanBrom
ThorodanBrom
The malware analysis course by TML is down right now. I was able to get the link from Internet Archive. However, I just wanted to ask whether you could replace...
### Version v4.0.3 ### Context The RoutingContext object is not accessible in Thymeleaf templates, which is contrary to the [vertx-web documentation](https://vertx.io/docs/4.0.3/vertx-web/java/#_thymeleaf_template_engine). Using something like `context.normalizedPath()` in a template results in...
### Version 4.3.2 ### Context Some of the methods of the `OAuth2Options` class have been deprecated, like [`setFlow`](https://vertx.io/docs/apidocs/io/vertx/ext/auth/oauth2/OAuth2Options.html#setFlow-io.vertx.ext.auth.oauth2.OAuth2FlowType-), [`setClientId`](https://vertx.io/docs/apidocs/io/vertx/ext/auth/oauth2/OAuth2Options.html#setClientID-java.lang.String-). The documentation specifies to use [`Oauth2Credentials`](https://vertx.io/docs/apidocs/io/vertx/ext/auth/oauth2/Oauth2Credentials.html) instead. However I'm not sure...
**Affects PMD Version:** 6.53.0, 6.55.0 **Rule: GuardLogStatement** - https://docs.pmd-code.org/pmd-doc-6.53.0/pmd_rules_java_bestpractices.html#guardlogstatement - https://docs.pmd-code.org/pmd-doc-6.55.0/pmd_rules_java_bestpractices.html#guardlogstatement **Description:** PMD reports a violation when [Log4j parameterized logs](https://logging.apache.org/log4j/2.x/javadoc/log4j-api/org/apache/logging/log4j/Logger.html#info-java.lang.String-java.lang.Object-java.lang.Object-java.lang.Object-java.lang.Object-java.lang.Object-java.lang.Object-java.lang.Object-java.lang.Object-java.lang.Object-java.lang.Object-) are used. We are in the process of converting all...
### Version Since [`originRequestProvider`](https://vertx.io/docs/apidocs/io/vertx/httpproxy/HttpProxy.html#originRequestProvider-java.util.function.BiFunction-) runs after pre-request interceptors, there is no way to pass the `ProxyContext` to perform routing on the based on the modified request. `originRequestProvider` only has context...
Hello, this PR adds the extension `.gpkg` for GeoPackage files MIME type `application/geopackage+sqlite3`. The extension is defined by IANA here - https://www.iana.org/assignments/media-types/application/geopackage+sqlite3 The commit is more or less similar to...
#### Describe the feature - Since Vert.x 5.0 is deprecating the callback model, I was wondering **if the callbacks used in methods like `succeeding` and `failing` would stop working in...
- Change to `/{z}/{y}/{x}` which is OGC Tiles spec conformant Related to issue #192 and https://github.com/geopython/pygeoapi/pull/1989
Hello, I would like to ask if bulk creation of features using the POST method is being/was considered. STAC Item Transactions has support for this for STAC Items. In the...