Commit graph

52 commits

Author SHA1 Message Date
Phil Hagelberg
3e1459a2b2 Warn when hooks or implicit middleware is found.
Fixes #2387.
2018-01-22 14:50:28 -08:00
Phil Hagelberg
26bca986b3 Turns out the no-TLS workaround does actually work. 2018-01-19 14:56:15 -08:00
Phil Hagelberg
039624e4a3 Add FAQ entry for Java 7's lack of TLS 1.2 support.
Refs #2364.
2018-01-09 09:03:58 -08:00
Sumit
db531846bf Update FAQ.md (#2356)
Fixed typos in doc.
2017-11-09 10:03:18 +01:00
Phil Hagelberg
685ba33439 Remove cgroups faq. 2017-10-27 12:08:08 -07:00
Baptiste Fontaine
763372f459 FAQ: fix typo in code sample 2017-10-19 16:42:40 +02: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
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
eaca364caa Mention cgroups jvm options in FAQ.
This should be helpful for people who run into trouble from using too
old of a JVM, to encourage them to upgrade.
2017-09-15 15:11:54 -07:00
Phil Hagelberg
98250defe3 Update some documentation. 2017-08-18 15:16:19 -07:00
Jean Niklas L'orange
b0eeff40fb Document how to read project.clj at runtime 2017-07-29 13:15:05 +02:00
Phil Hagelberg
809c7d33ea Document what causes insecure HTTP repository errors.
Fixes #2277.
2017-05-29 15:55:49 -07:00
Wes Morgan
f1af24d2d7
Add FAQ entry for string dependency names 2017-02-01 21:27:32 -07:00
Phil Hagelberg
4874c7bf0f Add a lot of `s'es. 2017-01-09 13:47:30 -08:00
Florian Anderiasch
523d5eb6f0 Update the FAQ 2016-07-12 23:13:05 +02:00
Tim Visher
9c3bf51d95 Fix file handle leak in pom.properties FAQ
There was a file handle leak in the code as it was. It would never close the open reader against the jar resource. This will eventually cause JVM to be unable to open new files.

Functional Tests
----------------------

I'm using the code as I wrote it in my own project and there is now no file handle leak.
2016-02-16 10:20:41 -05:00
Daniel Compton
1fad7043b6 Add docs for providing :jvm-opts 2016-01-22 09:05:35 +13:00
Jean Niklas L'orange
31021f411d Explain how to read your project map at runtime
Closes #2033 I think?
2016-01-18 23:59:36 +01:00
Jean Niklas L'orange
45b183a3e9 Add info on AOT quirks to the FAQ, re #1858.
[ci skip]
2015-03-21 18:21:20 +01:00
Phil Hagelberg
9750d8e4b2 Document using unquote in :dev profile for OS-specific config.
Addresses #1228.
2014-08-09 11:41:23 -07:00
Phil Hagelberg
a7415d2dbe Document pom.properties.
[ci skip]
2014-06-13 16:23:38 -07:00
Phil Hagelberg
4e5c9112f4 Document how to use bundled clojars.pem in case of CA problems.
Refs #1053.
2014-06-13 15:57:19 -07:00
Phil Hagelberg
a58a51abf0 Document use of the SSH wagon. Fixes #1540. 2014-05-28 22:03:47 -07:00
Phil Hagelberg
088a05f66f Reformat FAQ.md's markdown to be a little more shell-friendly. 2013-11-14 12:06:51 -08:00
Jean Niklas L'orange
c6d937b377 Clarify order-dependent conflict resolutions.
Closes #1337. [ci skip]
2013-11-14 12:06:51 -08:00
Phil Hagelberg
9718597bd4 Update sample.project.clj and NEWS.md. 2013-11-14 11:02:06 -08:00
Phil Hagelberg
1d5f1a0709 Explain profile isolation in FAQ.
[ci skip]
2013-08-20 12:28:28 -07:00
Phil Hagelberg
9a5ce6ac6b News updates. 2013-07-28 12:51:38 -07:00
Jean Niklas L'orange
0f861c8349 Fix garbled sentence and broken formatting. 2013-06-26 13:56:16 +02:00
Jean Niklas L'orange
29d3776f28 Add FAQ entry on background procs. Closes #1173. 2013-06-26 13:53:28 +02:00
Jason Wolfe
8eca6a1c08 Update FAQ to add entry about long-term performance 2013-06-20 00:12:35 -07:00
Phil Hagelberg
577ef23d55 FAQ update.
[ci skip]
2013-05-29 20:38:50 -07:00
Phil Hagelberg
0ddd6ca629 Deploy ad-hoc files. 2013-05-12 14:11:24 -07:00
Phil Hagelberg
a42c5521f4 Move Tiered Compilation to LEIN_JVM_OPTS and document.
Fixes #1111.
2013-03-28 11:04:13 -07:00
Phil Hagelberg
972bf935cc Fix FAQ formatting; link to "Faster" wiki page.
Note that the two spaces after each Q line are intentional; otherwise
we don't get proper line breaks.

[ci skip]
2013-02-21 10:18:54 -08:00
Trevor Wennblom
8aed31b3e6 update links to docs rc->stable 2013-02-11 19:19:20 -06:00
MerelyAPseudonym
f5492b9c2c Update URL to Tim Pope's "vim-foreplay"
Apparently he renamed the project at some point.
2013-01-21 09:44:52 -05:00
Phil Hagelberg
01e6c953c3 News and FAQ about implicit repl deps.
[ci skip]
2013-01-19 15:25:45 -08:00
Phil Hagelberg
9b91dc9dad Add a faq entry about implicit repl deps. 2013-01-18 17:18:31 -08:00
Phil Hagelberg
adab79df77 Todos and news. 2013-01-10 11:35:18 -08:00
Phil Hagelberg
83d23e3a18 FAQ clarification around classpathy things and repos. 2012-12-14 14:45:30 -08:00
Phil Hagelberg
2973d99652 Check Clojars releases repository instead of classic. Fixes #241. 2012-11-14 12:45:34 -08:00
Phil Hagelberg
ecdc783f2d repl task needs to disable pumping *in*. 2012-10-23 10:44:43 -07:00
Michael S. Klishin
12856b5c19 Move checkout deps documentation to the tutorial, expand it with examples, change wording 2012-10-10 22:16:16 +04:00
Phil Hagelberg
65a574d09a Document LEIN_FAST_TRAMPOLINE. 2012-08-17 14:32:29 -07:00
Jon Pither
f1355caa14 sorting out quoting of proxy section in faq 2012-07-27 10:55:20 +01:00
Jon Pither
5b5f769c30 sorting out quoting of proxy section in faq 2012-07-27 10:54:30 +01:00
Jon Pither
dd7232f988 update faq for http_no_proxy 2012-07-27 10:50:33 +01:00
Kevin J. Lynagh
2e7a709066 Clarify "checkouts" feature. 2012-07-16 12:25:53 -07:00
Phil Hagelberg
a6659e15fa Documentation, news, todo updates. 2012-06-27 16:06:48 -07:00