Commit graph

4502 commits

Author SHA1 Message Date
Erik Assum
28994c34b2
Don't use :main, use :repl-options 2017-10-31 21:23:56 +01:00
Erik Assum
e3dd45d76f
Add main to default template 2017-10-31 10:26:40 +01:00
Phil Hagelberg
4169f26ca8 Bump dev version up to 2.8.2-SNAPSHOT. 2017-10-27 14:46:11 -07:00
Phil Hagelberg
2261906d9d Release 2.8.1 2017-10-27 14:35:27 -07:00
Phil Hagelberg
91afe60b11 Reintroduce cleanup of trampoline files after we've used them. 2017-10-27 14:32:14 -07:00
Phil Hagelberg
4c7f037b9d Hard-code built-in tasks.
Fixes #2345
2017-10-27 14:12:20 -07:00
Phil Hagelberg
1c6d3ea266 Changelog. 2017-10-27 14:12:06 -07:00
Phil Hagelberg
c837391260 Handle the existence of TRAMPOLINE_FILE consistently.
We can't assume having that set means we're trampolining.

Fixes #2342.
2017-10-27 12:21:04 -07:00
Phil Hagelberg
b06e85ba5e Bump dynapath dependency.
Fixes #2331.
2017-10-27 12:08:45 -07:00
Phil Hagelberg
685ba33439 Remove cgroups faq. 2017-10-27 12:08:08 -07:00
Phil Hagelberg
5cae701d1c
Merge pull request #2344 from winks/cgroups-gone
Get rid of cgroups special handling in core
2017-10-27 12:06:12 -07:00
Florian Anderiasch
933f668cd0 Get rid of cgroups special handling in core 2017-10-26 11:26:20 +02:00
Phil Hagelberg
cb8abd7e3c Merge pull request #2337 from tsachev/master
Upgrade to pomegranate 0.4.0
2017-10-25 11:19:06 -07:00
Phil Hagelberg
d031120a6b Ensure dynamic classloader even when no plugins are specified.
Fixes #2340.
2017-10-25 10:30:22 -07:00
Vladimir Tsanev
ea6288d3a2 Upgrade to pomegranate 0.4.0 2017-10-25 17:38:08 +03:00
Phil Hagelberg
b0c4d09cf2 Consistently wrap a DynamicClassLoader even when not in 1.9+ 2017-10-24 11:09:04 -07:00
Phil Hagelberg
a0beae8d8a Don't trust modifiable-classloader? on Java 1.9+.
Might fix #2331?
2017-10-24 10:49:43 -07:00
Phil Hagelberg
0bb57fa038 Merge pull request #2338 from winks/bug-2336
Fix #2336 - cgroups detection, again
2017-10-23 15:50:46 -07:00
Florian Anderiasch
6e84fd270b Fix #2336 - cgroups detection, again 2017-10-24 00:47:01 +02:00
Phil Hagelberg
fe55544c9e Merge pull request #2334 from paasar/fix/could-typo
Fix typo: coundn't -> couldn't
2017-10-23 08:25:24 -07:00
Ari Paasonen
a58ce34653 Fix typo: coundn't -> couldn't 2017-10-23 14:56:18 +03:00
Phil Hagelberg
f67584e2e3 Changelog update. 2017-10-21 15:21:12 -07:00
Phil Hagelberg
2e78e82bc2 Revert "Type-hint and print metadata of form used by run task"
This reverts commit 28ef899fb1.

This fixes #2328.
2017-10-21 15:15:06 -07:00
Florian Anderiasch
50b827e92c Update NEWS.md 2017-10-21 13:47:01 +02:00
Florian Anderiasch
a425277291 Make UseCGroupMemoryLimitForHeap apply only on Linux 2017-10-21 13:41:03 +02:00
Phil Hagelberg
3af03daec2 Merge pull request #2324 from acron0/fix/cgroups-jvm-opts-boolean-logic-2
Fix boolean logic in Java version check for cgroups memory limit JVM option
2017-10-19 07:59:59 -07:00
Phil Hagelberg
482b968309 Merge pull request #2327 from bfontaine/patch-1
FAQ: fix typo in code sample
2017-10-19 07:59:23 -07:00
Baptiste Fontaine
763372f459 FAQ: fix typo in code sample 2017-10-19 16:42:40 +02:00
Antony Woods
c447b43cd4 Adjustments per comments from @technomancy
Changed version check to string comparison
2017-10-18 19:40:40 +01:00
Phil Hagelberg
3630e83d0f We shouldn't recommend use of outdated JDKs.
[skip ci]
2017-10-18 10:19:57 -07:00
Phil Hagelberg
5074a903e9 Merge pull request #2322 from cap10morgan/patch-1
Replace 2.7.2 with 2.8.0 in FAQ on string deps
2017-10-18 09:27:56 -07:00
Antony Woods
393205ea83 Fix test for Java > 1.8.0 2017-10-18 16:46:03 +01:00
Antony Woods
06b26bf1d9 Fix boolean logic in Java version check for cgroups memory limit JVM option 2017-10-18 16:28:44 +01:00
Wes Morgan
63602f2247 Replace 2.7.2 with 2.8.0 in FAQ on string deps
2.7.2 was never released.
2017-10-18 09:11:48 -06:00
Phil Hagelberg
d42f947f09 Bump up to the next snapshot.
[skip ci]
2017-10-17 17:41:41 -07:00
Phil Hagelberg
04b88e57c4 Release 2.8.0 2017-10-17 17:33:25 -07:00
Phil Hagelberg
bc7b456017 Add changelog date. 2017-10-17 17:31:25 -07:00
Phil Hagelberg
f24c4e1068 Port bootclasspath/verify changes to lein-pkg and lein-sdkman.
[skip ci]
2017-10-17 17:29:48 -07:00
Phil Hagelberg
f50add4f90 Add LEIN_USE_BOOTCLASSPATH.
Telling people to use LEIN_JVM_OPTS for this is not great, because a
given setting would only work with a single version of Leiningen.

[skip ci]
2017-10-17 10:14:23 -07:00
Phil Hagelberg
48f0b89e41 Only warn for plugin conflicts when :pedantic? is :warn or :abort. 2017-10-13 16:59:22 -07:00
Phil Hagelberg
e12dd047c8 Add a few changelog entries.
[skip ci]
2017-10-12 16:54:16 -07:00
Phil Hagelberg
ff0fdd14ba Merge pull request #2319 from ghadishayban/java9-2149
Replace bootclasspath with -Xverify:none
2017-10-12 16:21:02 -07:00
Phil Hagelberg
b30832ab47 Add explanation to plugin guide of how to not create a plugin.
[skip ci]
2017-10-12 12:10:12 -07:00
Phil Hagelberg
6e8cb46bba Merge pull request #2315 from nberger/fix-scm-git-tag-node
Infer default values from .git/config when :scm :git is used
2017-10-04 14:08:55 -07:00
Ghadi Shayban
7acd34a3a1 disable bytecode verification
This makes explicit what the effects of the bootclasspath was.
The main speed benefit of the bootclasspath was that it removed the
requirement to verify bytecode, which improves startup.

This should be a net-zero startup performance change.
2017-10-04 13:33:29 -04:00
Ghadi Shayban
175001b57a remove bootclasspath options 2017-10-04 13:33:08 -04:00
Ghadi Shayban
3b49b51677 Revert "Support skipping bootclasspath."
This reverts commit 151fbb256d.
2017-10-04 13:26:21 -04:00
Phil Hagelberg
b0e87331d9 A few stray news items.
[skip ci]
2017-09-19 15:33:48 -07:00
Phil Hagelberg
d5bf55df1c Go back to version 2.8.0-SNAPSHOT.
[skip ci]
2017-09-19 15:33:40 -07:00
Nicolas Berger
726c1a4081 Add test showing that empty values can be set under :scm :git 2017-09-19 00:44:29 -03:00