-
The dependencies of this project cannot be downloaded correctly following the guide, is this project still open?
-
Currently Axiom is used for streaming XML handling all over the code of deegree. The use of StAX part of the Java SE API is prefered.
tfr42 updated
10 months ago
-
---
# Update app to target the latest supported Android SDK
## Description:
Update the Earthquake Survival app to target the latest supported Android SDK version. This will ensure compatibility wi…
-
### 版本
'org.hibernate:hibernate-core:5.4.18.Final'
'com.aliyun.oss:aliyun-sdk-oss:3.13.2'
### 错误
项目引入OSS的Java SDK后,出现如下报错,目前定位到出错位置在`stax:stax-api:1.0.1`,暂时先通过`exclude`排除间接依赖的方式解决了。这里提个Issue标记下。…
-
When we build the source using `mvn package` and extract `dist/target/openwayback.tar.gz` file, two `lib` directories are created. one is outside the webapp and one inside the webapp under `WEB-INF`. …
-
...and as a result, it's not possible to use the pedantic? :abort option with leiningen 2.3.3.
-
When a string of "First line0x0D0x0ASecond line" is sent from a service implemented in MS .NET 4.0, the Java client created by Metro 2.1 will fail because of a digest verification error.
A bug was fi…
-
Hi, nice work, and thanks for sharing the code. When I was running the code, we encountered the following error.
```shell
jax._src.traceback_util.UnfilteredStackTrace: AttributeError: 'ShapedArra…
-
**Usage**
``` java
private Retrofit mRetrofit = new Retrofit.Builder()
.baseUrl("http://www.w3schools.com")
.addConverterFactory(SimpleXmlConverterFactory.create())
…
-
Hello,
I'm contributing to the Apache Camel project where we use woodstox as the preferred Stax implementation. In particular we rely on XMLStreamReader.getLocation().getCharacterOffset() and the fac…