pm47
0b3ba78c7f
set version to 0.4.9-android-phoenix-SNAPSHOT
2021-02-01 15:10:07 +01:00
dpad85
4fa66bbafa
Release v0.4.8-android-phoenix
2021-01-25 16:53:33 +01:00
pm47
cf37cb12c9
set version to 0.4.8-android-phoenix-SNAPSHOT
2021-01-25 15:29:35 +01:00
dpad85
5c98d08849
Release v0.4.7-android-phoenix
2021-01-13 12:24:58 +01:00
dpad85
addc7a4ab4
Release v0.4.6-android-phoenix
2020-11-30 14:11:15 +01:00
dpad85
74e6576f87
Back to development
2020-11-13 18:37:10 +01:00
dpad85
285f33267a
Release v0.4.5-android-phoenix
2020-11-13 17:32:43 +01:00
dpad85
13ff55b68b
Back to development
2020-11-12 15:40:20 +01:00
dpad85
ddd9b2ad5a
Release v0.4.4-android-phoenix
2020-11-12 11:56:08 +01:00
dpad85
71f0afcdc0
Release v0.4.3-android-phoenix
2020-11-10 18:26:01 +01:00
dpad85
bef94ed9c2
Back to development
2020-10-15 11:39:22 +02:00
dpad85
34599aebc7
Release v0.4.2-android-phoenix
2020-10-14 17:34:03 +02:00
pm47
96cd0e8ac2
Merge branch 'android' into android-phoenix
2020-10-09 13:36:55 +02:00
pm47
d051fa76c7
Merge commit 'ea57bb266' into android
2020-10-09 13:17:00 +02:00
dpad85
4280e28595
Back to development
2020-08-13 15:23:42 +02:00
dpad85
4a54e004ee
Update version to 0.4.0-android-SNAPSHOT
2020-07-20 14:24:29 +02:00
Fabrice Drouin
ea57bb266c
Release 0.4.1 ( #1481 )
...
* Set version to 0.4.1
* Set version to 0.4.2-SNAPSHOT
2020-07-20 12:00:01 +02:00
dpad85
210cf2ab46
Release v0.3.10-android-phoenix
2020-07-16 18:10:14 +02:00
dpad85
114ba2940d
Back to development
2020-07-16 17:46:22 +02:00
dpad85
cad7b559e0
Release v0.3.9-android-phoenix
2020-06-24 16:52:21 +02:00
dpad85
2b950d47fe
Bump version for consistency with phoenix branch
2020-06-02 13:51:57 +02:00
sstone
c8b9925ee5
Merge branch 'android' into android-phoenix-merge
2020-05-22 18:33:16 +02:00
sstone
a3333c22e3
Merge branch 'master' into android-merge
2020-05-20 13:27:46 +02:00
Fabrice Drouin
273a3f0966
Release 0.4 ( #1409 )
...
* Release 0.4
* Set version to 0.4.1-SNAPSHOT
2020-05-05 14:55:09 +02:00
Pierre-Marie Padiou
19975d3d81
Update to scala 2.13 and akka 2.6 (incremental) ( #1390 )
...
This is almost a drop-in replacement. I had to relaxed compiler
parameters to allow deprecated features though.
Main changes:
- relaxed compiler parameters to minimize impact (e.g. allow
deprecated features)
- `scala.collection.JavaConverters` -> `scala.jdk.CollectionConverters`
- `MultiMap` -> `MultiDict`
Compilation is 25% faster on my machine, compiler is a bit more strict
(it found an "invalid comparison" bug).
2020-04-27 13:11:55 +02:00
Pierre-Marie Padiou
f4b56407b4
Prepare upgrade to scala 2.13 and akka 2.6 ( #1389 )
...
Do all the changes that will be required and are already possible to
minimize the diff:
- update dependencies
- `'something` -> `Symbol("something")`
- `BigDecimal.xValue()` -> `BigDecimal.xValue`
- `Map.filterKeys` -> `Map.filterKeys.toMap` (same for `Map.mapValues`)
- `def myMethod(...)` -> `def myMethod(...): Unit`
2020-04-24 15:31:25 +02:00
dpad85
e20245a450
Merge branch 'android' into android-phoenix
2020-04-23 18:01:33 +02:00
dpad85
e7ac433af8
Bump version for consistency with phoenix branch
2020-04-21 15:24:48 +02:00
sstone
c39825e10a
Merge branch 'master' into android
2020-04-12 23:08:53 +02:00
Fabrice Drouin
d5951aa819
Release 0.3.4 ( #1368 )
...
* Release 0.3.4
* Set version to 0.3.5-SNAPSHOT
2020-04-06 13:41:17 +02:00
Pierre-Marie Padiou
21daafe8ac
Update kanela-agent 1.0.1->1.0.5 ( #1341 )
...
NB: using `addJava "-javaagent:$lib_dir/kanela-agent-*.jar"` in scripts
to make them update proof doesn't work unfortunately.
2020-03-05 14:19:25 +01:00
dpad85
aa24a8e90e
Back to development
2020-03-05 11:38:33 +01:00
araspitzu
f978cfb75d
Avoid illegal reflective operation during startup ( #1313 )
...
* Rework plugin loading:
We now require the plugin to supply a manifest entry for the "Main-Class" attribute, this is used to load the plugin without doing illegal reflection operations. We also get rid of the dependency org.clapper.classutil
2020-02-28 18:29:54 +01:00
araspitzu
a0286458c6
Rework packaging ( #1307 )
...
* Replace maven-capsule-plugin with maven-assembly-plugin in eclair-node and eclair-node-gui:
The new packaging produces a zip file containing a launcher script and all the artifacts and dependencies in lib/.
* Add bash launcher scripts for eclair-node and eclair-node-gui, inspired by https://github.com/sbt/sbt-native-packager/blob/master/src/main/resources/com/typesafe/sbt/packager/archetypes/scripts/bash-template
* Add windows launcher scripts, inspired by https://github.com/sbt/sbt-native-packager/blob/master/src/main/resources/com/typesafe/sbt/packager/archetypes/scripts/bat-template
* Add option to start kanela agent with eclair-node launcher scripts
* Force unix file ending in launcher scripts
* Add eclair-cli in the bin folder of packaged eclair-node and eclair-node-gui
2020-02-24 15:42:26 +01:00
dpad85
bd76fd1b26
Release v0.3.8-android-phoenix
2020-02-19 16:08:41 +01:00
dpad85
c5e3336cf9
Back to development
2020-02-04 11:02:28 +01:00
dpad85
fa90ab3787
Release 0.3.7-android-phoenix
2020-02-03 15:10:33 +01:00
Fabrice Drouin
66e04265b3
Release 0.3.3 ( #1300 )
...
* Release 0.3.3
* Set version to 0.3.4-SNAPSHOT
2020-02-03 11:07:26 +01:00
dpad85
bf0b44bdc5
Back to development
2020-01-27 14:44:10 +01:00
dpad85
babac19d84
Back to development
2020-01-27 14:36:38 +01:00
dpad85
30359d1250
Release 0.3.6-android-phoenix
...
Merge branch 'android' into android-phoenix
2020-01-24 15:42:31 +01:00
dpad85
39a838f58d
Release v0.3.6-android
2020-01-24 11:56:08 +01:00
dpad85
6aae73ac2a
Release v0.3.6-android-RC2
2020-01-23 16:16:17 +01:00
dpad85
185e9edfbe
Back to development version
2020-01-23 15:40:28 +01:00
dpad85
7df9b79819
Merge branch 'android' into android-phoenix
...
Release 0.3.6-android-phoenix-RC1
2020-01-23 11:28:56 +01:00
dpad85
c42251aa0d
Release 0.3.6-android RC1
2020-01-22 18:59:56 +01:00
dpad85
b6a4fe6b12
Back to development version
2020-01-22 14:27:54 +01:00
dpad85
1a8f225d76
Back to development version
2020-01-22 14:26:13 +01:00
dpad85
d016847253
Release v0.3.5-android-phoenix
2020-01-21 10:37:58 +01:00
dpad85
25b9505529
Release v0.3.5-android
...
Note that this release jumps straight from 0.3.3 to 0.3.5 so that
the android and android-phoenix branches have similar versions tags,
which makes it easier to track.
As such there is no 0.3.4-android version.
2020-01-21 10:21:05 +01:00