Commit graph

4454 commits

Author SHA1 Message Date
Phil Hagelberg
1a366b2c01
Merge pull request #2354 from sashton/add-maven-timeout-doc
Add description for changing maven read timeout
2017-11-06 11:45:17 -08:00
Steve Ashton
22d14fb6f8 Add description for changing maven read timeout 2017-11-06 12:03:01 -07:00
Anton Fonarev
2a93e282b1 Fixed comments formatting. 2017-11-06 02:44:27 +03:00
Anton Fonarev
fefe94d124 Added support for :exact-lein-version. 2017-11-06 02:42:17 +03:00
Phil Hagelberg
20922b067a Release 1.2.0 of lein-pprint. 2017-11-05 13:15:40 -08:00
Phil Hagelberg
b8cf7a0d49
Merge pull request #2349 from slipset/patch-1
Add `init-ns` to default template, fixes #2350
2017-10-31 13:33:01 -07:00
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