-
Imagine a compiler plugin that has library dependencies other than the native scala ones.
When such a compiler plugin has been added to a project via `addCompilerPlugin`, then in order to have it ex…
-
I'm running the following
```sh
clj -A:depstar -m hf.depstar.uberjar myproject.jar
```
Which results in a Stream closed exception. It seems to be stumbling on `data_readers.clj` from a dependency,…
-
I'm running ES 2.0.0-beta2 (via their apt repo), and the latest version of elasticsearch-jdbc, 2.0.0.1. I upgraded to this today, because I wanted to test the new stuff, was running 1.5 previously whe…
-
Hi,
when using another impl than javax.mail, greenmail fails because it finds the wrong stores.
Is it possible to deliver an uber jar relocating config+classes in 1.6 to ensure it becomes compat…
-
`(read-line)` will not wait for input when running with `java -jar standalone.jar`
Will need to fix the main function
ogrim updated
9 years ago
-
Hi,
I was working on upgrading our current setup which uses jdbc river with Elasticsearch 0.90.9 to the recent most versions of the products (Elasticsearch 1.7.2 and jdbc importer 1.7.2.1). I am runn…
-
If `deps.edn` has a `:git/url` or `:local/root` such as the following then there is an exception thrown by `ZipFile.open` while generating the uberjar.
```clj
{:paths ["src" "resources"]
:deps
…
-
[22:26:12,603][WARN ][org.elasticsearch.client.transport][pool-3-thread-1] [importer] node {#transport#-1}{127.0.0.1}{127.0.0.1:9300} not part of the cluster Cluster [elasticsearch], ignoring...
[22:2…
-
My Current Installation of
Elasticsearch: _1.7.2_
JDBC River: _elasticsearch-jdbc-1.7.1.0-dist_
MySQL JDBC Driver: _mysql-connector-java-5.1.33.jar_
MySQL JDBC Connection from the ES host: _Success_…
-
Currently my sources are tagged but would like to add my uberjar in the release as well similar to `release-it`