Commit graph

4440 commits

Author SHA1 Message Date
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
Nicolas Berger
5f6a08533f Infer default values from .git/config for :scm :git
Previous when :scm :git was used only the values defined in the :scm
map of the project were used so values not defined there were left blank.
This way it was common to end having an scm node in the pom.xml without
a <tag> node, resulting in the dreaded "with this commit" in clojars
pointing to HEAD instead of pointing to the commit that originated the
release.

Now when :scm :git is used, default values for the :scm node are inferred
from .git/config as if "auto" was used, with the difference that any
value defined under :scm in the project takes precedence over those
inferred defaults. This applies to :url, :connection, :developerConnection
and :tag
2017-09-19 00:38:17 -03:00
Nicolas Berger
1937e561d2 Pom: refactor write-scm-tag and make-git-scm
Makes it to return plain maps for all values of :scm to use xmlify and
xml-tags in all cases. Apart from easier to read code, it will make it
easy to implement merging values from git and from project map when
(= "git" scm)
2017-09-19 00:33:06 -03:00
Phil Hagelberg
b2c4c5a782 Release 2.8.0-RC1 2017-09-18 15:45:42 -07:00
Phil Hagelberg
267e16ab1f Prepare for 2.8.0-RC1. 2017-09-18 15:43:27 -07:00
Phil Hagelberg
1cebb9a93b Add a comment explaining that the test task is a legacy monkeypatch.
[skip ci]
2017-09-18 10:19:49 -07:00
Phil Hagelberg
b939b3a5ca Merge pull request #2313 from irinarenteria/static_help_fix
Remove doctoc comments from static help text
2017-09-17 11:57:57 -07:00
irinarenteria
319d907a61 Check presence of substring using includes 2017-09-17 09:54:54 -05:00
irinarenteria
7929c38285 Add private function that removes doctoc comments 2017-09-15 21:25:40 -05:00