WalkerWatch
2c0f695386
Documentation formatting corrections
2017-12-19 12:29:44 -05:00
Simone Bordet
19dbab7971
Fixes #2069 - Update the PushCacheFilter documentation. ( #2070 )
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2017-12-19 10:03:30 -05:00
WalkerWatch
48a4db637f
Issue #2039 - Added link to related documentation
2017-12-14 13:38:02 -05:00
WalkerWatch
ce819b5430
Issue #2039 - Updated documentation examples.
2017-12-13 11:37:00 -05:00
Simone Bordet
1466aa1f75
Fixes #2017 - Documentation on ALPN needs updating. ( #2045 )
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2017-12-12 12:17:51 -05:00
WalkerWatch
6b93a8ec9d
Issue #2039 - Additional documentation. Resolves #2039 .
2017-12-12 10:39:33 -05:00
WalkerWatch
3abbcbde65
Documentation - added note about DIGEST and MD5
2017-12-07 14:47:11 -05:00
WalkerWatch
e82649bf9d
Issue #1993 - Updated maven doc. Resolves #1993 .
2017-12-06 08:56:07 -05:00
Joakim Erdfelt
70fe268bde
Merge branch 'release-9.4.8' into jetty-9.4.x
2017-11-29 10:52:02 -07:00
Joakim Erdfelt
aeb1a1d6cd
Merge tag 'jetty-9.4.8.v20171121' into jetty-9.4.x
...
Tag for release: jetty-9.4.8-SNAPSHOT
+ 212 HttpClient should support pluggable AuthenticationStore
+ 215 Add Conscrypt for native ALPN/TLS/SSL
+ 272 WebSocket hangs in blockingWrite
+ 487 JDK 9 build compatibility
+ 901 Overriding SSL context KeyStoreType requires explicit override of
TrustStoreType
+ 922 Implements methods Connection.getBytes[In|Out]()
+ 1209 IllegalStateException when HTTP/2 push is disabled
+ 1213 Upgrade to ASM Version 6.0 for JDK9
+ 1509 Improve GZIPContentDecoder buffer pooling sizing
+ 1550 Resolve inconsistent Shutdown configuration with Jetty Runner
+ 1640 Introduce :run-distro goal for local jetty distribution deployment
+ 1692 Annotation scanning should ignore `module-info.class` files
+ 1696 Missing stacktraces on debug of WriteFlusher onFail
+ 1705 Rejected executions in QueuedThreadPool can lead to memory leaks
+ 1760 Update to apache jasper 8.5.20
+ 1768 Allow jetty properties to be set for the jetty:run-forked goal
+ 1782 Using assembly.tarLongFileMode=posix for jetty-home and
jetty-distribution assembly
+ 1797 JEP 238 - Multi-Release JAR files break bytecode scanning
+ 1806 Improved ReservedThreads idle timeout
+ 1807 Add new HttpChannel listener and events for metrics libraries
+ 1814 Move JavaVersion to jetty-util for future Java 9 support requirements
+ 1818 Improve Infinispan support on JDK 9
+ 1819 Race condition during annotation parsing
+ 1823 ResourceHandler with ranged requests does not return Content-Type
response header
+ 1829 OSGi webbundle classes scanned twice
+ 1833 Request.startAsync requires context path
+ 1835 Locker is not reentrant on ServerConnector#setConnectionFactories
+ 1836 Migrate Locker implementation to JVM ReentrantLock implementation
+ 1841 Reduce contention on ServletHolder
+ 1845 Allow null User-Agent in HttpClient
+ 1849 Refactoring of SelectorManager.defaultSchedulers()
+ 1851 Improve insufficient thread warnings/errors
+ 1854 Consistent IOException and timeout handling when extracting form
parameters
+ 1856 ResourceHandler without ServletContext throws NPE for welcome files if
used directly
+ 1857 GZIPContentTransformer fails to send entire message if used with
BufferedContentTransformer
+ 1865 Improve Exception on invalid redirect usage
+ 1867 Improve Exception thrown during Expect 100 Continue
+ 1868 Need a way to randomly select ports for tests
+ 1871 JMXify SslContextFactory
+ 1878 Handle 100 Continue response without Expect header
+ 1879 'Bad tld url' seen during :jetty-run when running integration tests
+ 1881 Improve support of WebSocket over Unix Domain Socket
+ 1885 SessionHandler get/set maxInactiveInterval is not symmetric with
negative values
+ 1888 Implement cookie matching on Path attribute per RFC 6265
+ 1891 Make HTTP/2 async error notifications configurable
+ 1892 NPE resulting from bad JEP 238 MultiReleaseJarFile structure
+ 1893 Add ability to set HttpClient Connection TTL
+ 1897 Introduce a round-robin connection pool for HttpClient
+ 1900 Update to CDI 2.0 for cdi module
+ 1901 Reimplement PathWatcher as scanner
+ 1909 Update to Apache Jasper 8.5.23
+ 1910 Remove unused jetty-jsp module
+ 1912 AbstractConnector EndPoint leak for failed SSL connections
+ 1914 HttpClient fails to parse Content-Type response header with RFC 2045
charset="utf-8" syntax
+ 1919 Review LowResourceMonitor
+ 1920 Connect Timeouts with NonBlocking CreateEndPoint
+ 1924 ManagedSelector can livelock under high load
+ 1931 Expose RolloverOutputStream for pluggable behaviour
+ 1933 Use CLASSPATH for scanning java9 system classes
+ 1956 Store and report build information of Jetty
+ 1958 Blocking Timeout has different behavior in HttpInput vs HttpOutput
+ 1970 ManagedSelector can lose selector thread under high concurrent load
+ 1980 PushCacheFilter does not push TLS offloaded HTTP/2 requests
+ 1981 Loading resource content failed
+ 1984 Remove jetty-client dependency in jetty-rewrite
2017-11-29 10:51:22 -07:00
Simone Bordet
4ca0a63e58
Issue 1830 - Document Conscrypt SSL. ( #2001 )
...
Updated references to Conscrypt 1.0.0.RC11.
Used "default" rather than "native" for the JSSE docs.
Changed "two-way authentication" to "client certificate authentication".
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2017-11-28 17:23:18 -05:00
WalkerWatch
00d977d5d5
Merge branch 'jetty-9.3.x' into jetty-9.4.x
2017-11-28 14:08:50 -05:00
WalkerWatch
aecf4b389b
Remove NPN documentation. Resolves #1999
2017-11-28 14:08:21 -05:00
WalkerWatch
9e891a4ceb
Cleaned up examples for #1830 .
2017-11-22 13:39:23 -05:00
WalkerWatch
b02f225470
Additional documentation for Conscrypt. Resolves #1830
2017-11-21 17:13:14 -05:00
Joakim Erdfelt
ff53002fac
Updating to version 9.4.9-SNAPSHOT
2017-11-21 13:11:31 -07:00
Joakim Erdfelt
82b8fb23f7
Updating to version 9.4.8.v20171121
2017-11-21 12:33:52 -07:00
WalkerWatch
81ec56b7c3
Added docoumentation for Conscrypt SSL.
...
Consolidated exisitng SSL documentation and move non-root-port80 doc. Resolves #1830 .
2017-11-16 16:18:28 -05:00
WalkerWatch
7ba4428e9f
Cleaned up cross reference syntax, leaving only xref and link anchors. Resolves #716 .
2017-11-09 13:45:29 -05:00
WalkerWatch
89c5332187
Updating module documentation. Resolves #1887
2017-11-09 13:33:33 -05:00
WalkerWatch
64858a5f56
Documentation update. Resolves #1549
2017-11-09 13:19:29 -05:00
WalkerWatch
1fb8b2e4ad
Updated documentation for Jetty Runner. Resolves #1550
2017-11-09 13:01:24 -05:00
WalkerWatch
c58ad44f4b
Fixed incorrect usages of {SRCDIR} in documentation links.
2017-11-07 08:27:37 -05:00
WalkerWatch
ff4590e5df
Added documentation for Session XML config. Resolves #1716 .
2017-11-06 13:57:23 -05:00
WalkerWatch
99e63fea83
Added Spring Boot note to Quickstart. Resolves #1552
2017-11-06 10:29:18 -05:00
Jesse McConnell
0f34179b2b
Merge branch 'release-9.3.22' into jetty-9.3.x
2017-11-03 09:45:47 -05:00
WalkerWatch
5458e41fbb
Merge branch 'jetty-9.3.x' into jetty-9.4.x
2017-11-02 13:57:18 -04:00
WalkerWatch
482a643781
Resolves #1935 - Documentation anchors unable to start with numeric characters.
2017-11-02 13:56:44 -04:00
WalkerWatch
6d0e6a80b7
Merge branch 'jetty-9.3.x' into jetty-9.4.x
2017-11-02 13:36:36 -04:00
WalkerWatch
21aa425cbc
Fixing broken link and typo.
2017-11-02 13:36:02 -04:00
WalkerWatch
7743a8cb32
Fixing Javadoc adoc formatting
2017-10-31 12:58:19 -04:00
Jesse McConnell
a72eb0001d
Updating to version 9.3.23-SNAPSHOT
2017-10-30 15:39:57 -05:00
Jesse McConnell
705048cc49
Updating to version 9.3.22.v20171030
2017-10-30 15:16:29 -05:00
WalkerWatch
4a0c47770f
Updating Hot Deploy doc with module instructions.
2017-10-23 13:24:39 -04:00
Simone Bordet
260149ea99
Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'.
2017-10-23 15:32:19 +02:00
sebastian haas
af557ca398
Update ALPN documentation for JDK 8u151 and 8u152 ( #1916 )
...
Signed-off-by: Sebastian Haas <sehaas@deebas.com>
2017-10-23 15:30:14 +02:00
WalkerWatch
9947a497a6
Fixed war name
2017-10-18 16:38:20 -04:00
WalkerWatch
9356bd557b
Fixing link discrepancy
2017-10-18 16:28:17 -04:00
WalkerWatch
1146ed9ca1
Adding auth documentation. Resolves #1850
2017-10-10 14:04:52 -04:00
WalkerWatch
f29ed835a4
Updating EOL info. Resolves #1883
2017-10-10 09:40:18 -04:00
WalkerWatch
49e85101da
Minor link fix
2017-10-03 15:45:08 -04:00
Jan Bartel
8f64ae2a93
Issue #1640
...
Update jetty maven plugin doc.
2017-10-03 12:28:13 +11:00
Jan Bartel
be931ee237
Merge remote-tracking branch 'origin/jetty-9.4.x' into issue-1640
2017-10-03 11:40:16 +11:00
WalkerWatch
d5b55705bf
Added javadoc.version value to assis with snapshot javadoc links in #1858
2017-09-29 14:43:29 -04:00
WalkerWatch
55b0f102b0
Adding authorization examples for #1850 .
2017-09-27 14:37:39 -04:00
Jan Bartel
29ee1c26d3
Issue #1640
...
Doco.
2017-09-27 16:29:08 +10:00
Jan Bartel
ee4fd24cb1
Merge remote-tracking branch 'origin/jetty-9.4.x' into issue-1640
2017-09-27 15:44:55 +10:00
Jan Bartel
4a70e84f24
Issue #1847
2017-09-26 10:28:40 +10:00
WalkerWatch
b889d2d300
Fixing JXURL usage and updating proxy webapp as in #1747 . Resolves #1844 .
2017-09-25 14:54:19 -04:00
WalkerWatch
5764afc6e0
Fixing link issue
2017-09-25 10:14:08 -04:00
Simone Bordet
b7bd1b25aa
Updated HTTP/2 documentation.
...
Fixed flow control windows default values.
2017-09-25 11:49:00 +02:00
deridex
6a52b63602
correct default max streams per http2 connection ( #1842 )
...
Signed-off-by: David Ha <davidha@1493.net>
2017-09-25 11:40:49 +02:00
Jan Bartel
2f5f01a160
Issue #1640
...
Documentation.
2017-09-21 16:08:33 +10:00
WalkerWatch
aa1e56c8c6
Resolving warnings present during doc generation.
2017-09-20 17:41:23 -04:00
WalkerWatch
d77ba8203a
Making note of Infinispan 9.1.0 modules
2017-09-20 17:16:28 -04:00
WalkerWatch
edb168f782
Fixed version and formatting issues.
2017-09-20 16:55:59 -04:00
WalkerWatch
8d3d109f8f
Cleaning up hazelcast doc
2017-09-20 16:37:56 -04:00
WalkerWatch
5d1efcf1c2
Merge branch 'jetty-9.4.x' of github.com:eclipse/jetty.project into jetty-9.4.x
2017-09-20 16:35:15 -04:00
WalkerWatch
c256f622dd
Cleaning up naming
2017-09-20 16:35:05 -04:00
Joakim Erdfelt
eee41174f2
Merge branch 'release-9.4.7' into jetty-9.4.x
2017-09-18 14:06:44 -07:00
Joakim Erdfelt
d9865a02ba
Updating to version 9.4.8-SNAPSHOT
2017-09-14 08:44:27 -07:00
WalkerWatch
6176f67049
Additional updates for #1813 .
2017-09-14 11:13:02 -04:00
Joakim Erdfelt
80fb788d0c
Updating to version 9.4.7.v20170914
2017-09-14 07:35:18 -07:00
Simone Bordet
12220c2a66
Fixes #1813 - Update Garbage Collection documentation to reflect JDK9 changes.
2017-09-14 13:46:10 +02:00
WalkerWatch
b9b284b3f6
Updated documentation for symlinks. Resolves #1812
2017-09-12 15:31:41 -04:00
WalkerWatch
804cabfbe6
Documentation formatting fix. Resolves #1744 .
2017-09-06 17:25:05 -04:00
WalkerWatch
1a89dff8db
Documentation updates for #1793 .
2017-09-06 17:11:39 -04:00
Jan Bartel
df0e6d7f43
Issue #1793
2017-09-06 18:00:31 +10:00
WalkerWatch
3a4d3592bd
Updating connectory documentation. Resolves #1784
2017-08-31 10:49:58 -04:00
Jan Bartel
de9ac99fb2
Document 'env' config param for jetty-maven-plugin.
2017-08-24 17:00:19 +10:00
WalkerWatch
3ee7f9fe4a
Removed usages of JXURL in documentation. Also updated proxy webapp. Resolves #1747 .
2017-08-16 17:05:37 -04:00
Joakim Erdfelt
1311052b15
Cleaning up state of branch to match the original jetty-9.4.x
...
+ Does not include changes to /jetty-cdi/
+ Does not include changes to /jetty-websocket/ for javax.websocket-1.1
2017-08-08 09:47:04 -07:00
Joakim Erdfelt
585f126b48
Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x-clean
2017-08-08 09:24:41 -07:00
WalkerWatch
dfd9e43b2d
Updated web-default.xml documentation. Resolves #1462 .
2017-08-08 09:15:32 -07:00
Simone Bordet
95bf957b4f
Updated ALPN documentation for JDK 8u141.
2017-08-08 09:15:18 -07:00
WalkerWatch
b8168f2bb0
Updates to SSL documentation. Resolves #1667
2017-08-08 09:14:37 -07:00
WalkerWatch
15cc8f1d40
Documentation update for Connectors. Resolves #1663
2017-08-08 09:14:24 -07:00
WalkerWatch
47b72399a5
Resolves #1408
2017-08-08 09:14:12 -07:00
WalkerWatch
4d2f66a252
Script doco update
2017-08-08 09:13:48 -07:00
S K
a7e4f92054
Issue #1622 - HeaderFilter does not work if response has been committed ( #1628 )
...
Signed-off-by: S K (xz64) <xz64.xyz@gmail.com>
2017-08-08 09:13:46 -07:00
WalkerWatch
b81115dfbc
Updating SSL documentation for clarity.
2017-08-08 09:13:42 -07:00
S K (xz64)
b93f9b319d
add general purpose header filters
...
Signed-off-by: S K (xz64) <xz64.xyz@gmail.com>
2017-08-08 09:13:37 -07:00
olivier lamy
82581d25af
modify module names after Jan review
...
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-08-08 09:13:36 -07:00
olivier lamy
2fed68a700
add documentation page for hazelcast session manager module
...
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-08-08 09:13:31 -07:00
olivier lamy
82dfd8fd74
apply changes after review #1571
...
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-08-08 09:13:22 -07:00
olivier lamy
4e62d682ad
revert change for session-configuration-infinispan.adoc. will be part of an other pr
...
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-08-08 09:13:22 -07:00
olivier lamy
a66c35d68c
add entry in chapter.adoc for hazelcast session management #1571
...
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-08-08 09:13:21 -07:00
olivier lamy
6da26c6fa9
add documentation page for Hazelcast session management #1571
...
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-08-08 09:13:20 -07:00
WalkerWatch
48c7d5c7eb
Updating 9.4.x for #1598
2017-08-08 09:13:10 -07:00
WalkerWatch
2eaacf46ea
Updating documentation. Resolves #1598
2017-08-08 09:12:58 -07:00
WalkerWatch
b4ddcb7e4d
Updating 9.4.x for #1598
2017-08-08 09:12:56 -07:00
olivier lamy
61dbd9c48e
fix typo in session-configuration-infinispan documentation #1583
...
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-08-08 09:10:13 -07:00
Joakim Erdfelt
a7bcac6d75
Updating to version 9.3.20.v20170531
2017-08-08 09:07:35 -07:00
Joakim Erdfelt
11a544d6ac
Updating to version 9.3.22-SNAPSHOT
2017-08-01 11:26:37 -07:00
Joakim Erdfelt
bb1d69ca52
Updating to version 9.3.21.M0
2017-08-01 10:47:04 -07:00
Simone Bordet
b616249603
Merged branch 'jetty-9.2.x' into 'jetty-9.3.x'.
2017-08-01 11:14:28 +02:00
Simone Bordet
8568fe18d8
Updated ALPN documentation for JDK 8u141.
2017-07-24 11:22:49 +02:00
WalkerWatch
9063b359d4
Restoring SSL dump info
2017-07-14 12:16:00 -04:00
WalkerWatch
629e41526e
Updates to SSL documentation. Resolves #1667
2017-07-14 11:17:51 -04:00
olivier lamy
53eee555c5
modify module names after Jan review
...
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-06-14 14:52:08 +10:00
olivier lamy
dae0b7fde3
add documentation page for hazelcast session manager module
...
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-06-13 18:34:55 +10:00
Joakim Erdfelt
828afa0020
Merge branch 'release-9.3.20' into jetty-9.3.x
2017-06-07 09:58:56 -07:00
WalkerWatch
8a07b46949
Updating 9.3.x for #1598
2017-06-06 15:37:00 -04:00
WalkerWatch
5819fcd13b
Updating documentation. Resolves #1598
2017-06-06 15:09:35 -04:00
Joakim Erdfelt
6a3c40e935
Updating to version 9.4.7-SNAPSHOT
2017-05-31 17:26:34 -07:00
Joakim Erdfelt
8ba0f2d95d
Updating to version 9.4.6.v20170531
2017-05-31 16:22:52 -07:00
Joakim Erdfelt
429380d36a
Updating to version 9.3.21-SNAPSHOT
2017-05-31 16:10:04 -07:00
Joakim Erdfelt
0f3b1cbe36
Updating to version 9.3.20.v20170531
2017-05-31 15:24:57 -07:00
WalkerWatch
c9c284f432
Sessions doco update
2017-05-30 10:14:27 -04:00
WalkerWatch
b5ab099ac7
Fixing typo
2017-05-22 13:12:21 -04:00
WalkerWatch
08b96c3765
Correcting and cleaning up quickstart documentation. Resolves #1565
2017-05-22 13:02:17 -04:00
WalkerWatch
82c909acdc
Documentation updates
2017-05-18 12:12:32 -04:00
Joakim Erdfelt
cf56168f7d
Updating to version 9.3.20-SNAPSHOT
2017-05-02 15:26:56 -07:00
Joakim Erdfelt
d36d57d5c7
Updating to version 9.3.19.v20170502
2017-05-02 14:31:51 -07:00
Joakim Erdfelt
782f36f157
Updating to version 9.4.6-SNAPSHOT
2017-05-02 14:29:09 -07:00
Joakim Erdfelt
9d8ad7489c
Updating to version 9.4.5.v20170502
2017-05-02 13:22:18 -07:00
Simone Bordet
861372c70d
Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'.
2017-05-02 22:16:45 +02:00
Simone Bordet
c955fb609e
Merged branch 'jetty-9.2.x' into 'jetty-9.3.x'.
2017-05-02 22:12:29 +02:00
Simone Bordet
0ca19bf99a
Issue #1517 - Review JMX's ConnectorServer.
...
Changed the semantic of null or empty address to refer to the local host.
Any address is specified with 0.0.0.0.
Commented out JmxIT tests as they are broken.
2017-05-02 11:26:25 +02:00
Simone Bordet
f0d2e2b764
Fixes #1517 - Review JMX's ConnectorServer.
...
Introduced possibility to connect via TLS.
Updated the documentation.
2017-05-02 10:03:06 +02:00
WalkerWatch
10bab0f1c2
Small documentation update
2017-04-26 13:09:53 -04:00
WalkerWatch
417e6d32c2
Pom fix
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2017-04-24 14:59:37 -04:00
WalkerWatch
f12a765f10
Documentation cleanup and session additions. Resolves #1501
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2017-04-24 14:58:02 -04:00
WalkerWatch
64fc778f30
Updating documentation pom.xml for Javadoc
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2017-04-19 15:40:31 -04:00
WalkerWatch
a69a532b09
Updating for new Javadoc repository.
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2017-04-19 14:05:51 -04:00
Joakim Erdfelt
92ea5bda21
Updating to version 9.4.5-SNAPSHOT
2017-04-14 14:43:36 -07:00
Joakim Erdfelt
3dc8f557c6
Updating to version 9.4.4.v20170414
2017-04-14 13:20:17 -07:00
WalkerWatch
eeb1ad5b7f
Updated documentation. Resolves #1447
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2017-04-06 13:40:40 -04:00
Joakim Erdfelt
9e2aeda052
Updating to version 9.3.19-SNAPSHOT
2017-04-06 07:47:53 -07:00
Joakim Erdfelt
63273aa40b
Updating to version 9.3.18.v20170406
2017-04-06 06:31:02 -07:00
WalkerWatch
fce8ec33fc
Resolves #1453
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2017-04-05 16:16:46 -04:00
WalkerWatch
f90976f635
Version reminder and misc cleanup.
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2017-04-04 16:25:03 -04:00
WalkerWatch
d841dba997
Documentation updates for #1437
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2017-04-03 11:04:11 -04:00
Joakim Erdfelt
1360b863dc
Updating to version 9.4.4-SNAPSHOT
2017-03-17 10:53:54 -07:00
Joakim Erdfelt
95e94b49d8
Updating to version 9.4.3.v20170317
2017-03-17 09:54:58 -07:00
Joakim Erdfelt
a6a0ab991f
Updating to version 9.3.18-SNAPSHOT
2017-03-17 09:48:19 -07:00
Joakim Erdfelt
307d23975e
Updating to version 9.3.17.v20170317
2017-03-17 09:07:39 -07:00
Joakim Erdfelt
08f351b0fd
Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x
2017-03-16 11:55:29 -07:00
WalkerWatch
dcfbdf3d33
Minor formatting updates.
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2017-03-15 15:21:39 -04:00
WalkerWatch
c2887d0b14
Updating commit instructions.
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2017-03-09 15:35:00 -05:00
WalkerWatch
e7de3ee662
Resolves #856 and updates exisitng doco.
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2017-03-09 11:26:59 -05:00
Greg Wilkins
0a2da4822d
Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x
2017-03-06 14:20:23 +11:00
WalkerWatch
18d036c244
Start.jar doco update for 9.3
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2017-03-02 12:09:05 -05:00
WalkerWatch
c705c3fd98
Fixed link and some general clean up.
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2017-02-27 12:40:56 -05:00
WalkerWatch
08f67ca434
Merge branch 'jetty-9.4.x' of github.com:eclipse/jetty.project into jetty-9.4.x
2017-02-24 16:41:02 -05:00
WalkerWatch
5950514f87
resolves #1339
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2017-02-24 16:39:41 -05:00
Joakim Erdfelt
8f41d89a02
Merge pull request #1347 from WalkerWatch/issues/1319
...
Issue #1319 - Documentation
2017-02-24 14:35:44 -07:00
WalkerWatch
ee352d0d19
Issue #1319 - Documentation
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2017-02-22 09:37:51 -05:00
Joakim Erdfelt
523fab30bd
Updating to version 9.4.3-SNAPSHOT
2017-02-20 08:13:31 -07:00
Joakim Erdfelt
4a674b9cc9
Updating to version 9.4.2.v20170220
2017-02-20 06:22:45 -07:00
Joakim Erdfelt
83397d1ecf
Merge pull request #1312 from WalkerWatch/doco/uber
...
Further clarification for jetty-all
2017-02-07 14:21:48 -07:00
WalkerWatch
dcc79a5ecf
Further clarification for jetty-all
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2017-02-07 16:12:42 -05:00
WalkerWatch
9479c386e8
Some updates to start doco.
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2017-02-02 15:27:56 -05:00
Jesse McConnell
d0c33ebe8b
Updating to version 9.4.2-SNAPSHOT
2017-01-20 10:49:06 -06:00
Jesse McConnell
556ecbcdcf
Updating to version 9.4.1.v20170120
2017-01-20 09:47:53 -06:00
Jesse McConnell
66b43ecda8
Updating to version 9.3.17-SNAPSHOT
2017-01-20 09:33:43 -06:00
Jesse McConnell
df03355d00
Updating to version 9.3.16.v20170120
2017-01-20 09:06:48 -06:00
Simone Bordet
0c8273f2ca
Happy New Year 2017.
2017-01-19 19:26:41 +01:00
Simone Bordet
07838b057f
Happy New Year 2017.
2017-01-19 18:54:03 +01:00
Simone Bordet
347c48d657
Revert "resolve merge and update license headers"
...
This reverts commit 53b31b03dd
, reversing
changes made to 4565c186d7
.
2017-01-19 18:26:43 +01:00
Jesse McConnell
53b31b03dd
resolve merge and update license headers
2017-01-19 09:33:16 -06:00
Simone Bordet
a7938910b7
Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'.
2017-01-18 18:54:47 +01:00
Simone Bordet
53281d3202
Merged branch 'jetty-9.2.x' into 'jetty-9.3.x'.
2017-01-18 18:52:20 +01:00
Simone Bordet
6222ccba14
Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'.
2017-01-18 17:28:18 +01:00
Simone Bordet
d8aafea4b4
Fixes #1272 - Update ALPN versions for 8u111.
...
Updated ALPN table for 8u111 and 8u112.
2017-01-18 17:14:23 +01:00
Simone Bordet
a684c028b5
Issue #1073 - JDK9 support in Jetty 9.3.x.
...
Specified Maven Assembly Plugin version only in root POM.
2017-01-13 22:50:08 +01:00
WalkerWatch
192c0b3069
Issue #1231 - Updating examples.
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2017-01-10 10:53:56 -05:00
WalkerWatch
0ee5f18ed9
Issue #1230 - Updated dtd reference.
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2017-01-10 10:39:46 -05:00
WalkerWatch
eeec6bfd9a
Doc fix for download links.
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2017-01-09 08:59:10 -05:00
WalkerWatch
7f7a85b5c9
Clarfying Jetty Home v Base
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2017-01-03 08:52:57 -05:00
Joakim Erdfelt
bfc21f23e0
Merge branch 'jetty-9.3.x' into jetty-9.4.x
2016-12-27 13:33:41 -07:00
WalkerWatch
3b04817fe9
Update for Log Latency
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-12-27 13:25:47 -05:00
Joakim Erdfelt
7494914ff6
Updating to version 9.3.16-SNAPSHOT
2016-12-20 13:09:32 -07:00
Joakim Erdfelt
680ecd646b
Updating to version 9.3.15.v20161220
2016-12-20 12:31:58 -07:00
Simone Bordet
df986acaeb
Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'.
2016-12-20 11:55:15 +01:00
Joakim Erdfelt
4669cc70c8
Merge pull request #1180 from WalkerWatch/issues/1061
...
Issue #1061 Documentation
2016-12-19 12:59:45 -07:00
Joakim Erdfelt
b53e8cb832
Merge pull request #1176 from WalkerWatch/jetty-9.3.x
...
Version updates.
2016-12-19 12:59:10 -07:00
WalkerWatch
8aacd26e75
Documentation changes for WatchService.
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-12-19 13:20:35 -05:00
WalkerWatch
8874179f55
Corrected versions
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-12-19 12:58:52 -05:00
Simone Bordet
02ccbefb8a
Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'.
2016-12-17 18:38:16 +01:00
Simone Bordet
f3a4ab1ae7
Fixes #1186 - Where can i find SocketConnector.java and BlockingChannelConnector.java etc?
2016-12-17 18:37:17 +01:00
WalkerWatch
d6c7f99d85
Issue #1061 Documentation
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-12-15 13:53:17 -05:00
WalkerWatch
54cdac49fe
Resolves #981
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-12-15 12:01:14 -05:00
Joakim Erdfelt
b2162cb347
Merge pull request #1159 from WalkerWatch/issues/1139
...
Issue #1139 - Documented new features and misc cleanup.
2016-12-14 13:10:28 -07:00
WalkerWatch
569eaa20b5
Version updates.
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-12-14 12:22:43 -05:00
WalkerWatch
ff804b6445
Issue #1139 - Documented new features and misc cleanup.
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-12-09 15:15:39 -05:00
Jesse McConnell
6a7e5dd4f5
Updating to version 9.4.1-SNAPSHOT
2016-12-08 09:41:50 -06:00
Jesse McConnell
c54efb5929
Updating to version 9.4.0.v20161208
2016-12-08 08:56:45 -06:00
Jesse McConnell
19333b8b3b
Merge branch 'jetty-9.4.x' into release-9.4.0
2016-12-08 08:50:15 -06:00
WalkerWatch
4ff441a8b1
Issue #1112 - Doc update. ( #1147 )
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-12-08 18:11:07 +11:00
Jesse McConnell
f8338b3f59
Updating to version 9.4.1-SNAPSHOT
2016-12-07 10:32:41 -06:00
Jesse McConnell
dac1d17a2d
Updating to version 9.4.0.v20161207
2016-12-07 09:47:30 -06:00
Jesse McConnell
df6a46e380
Merge pull request #1126 from WalkerWatch/docupdates/moresessions
...
Misc doc updates/fixes.
2016-12-02 15:50:21 -06:00
WalkerWatch
3e43ffe641
Issue #1138 - Doc updates and cleanup.
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-11-30 13:38:17 -05:00
Jan Bartel
76b7686bc7
Issue #1117
2016-11-25 14:48:55 +11:00
WalkerWatch
3fe173232f
Misc doc updates/fixes.
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-11-23 15:43:11 -05:00
Jan Bartel
b839f40721
Add more session doc
2016-11-23 14:56:30 +11:00
WalkerWatch
51ac6dd469
Issue #1092 Documentation updates.
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-11-18 14:14:54 -05:00
Jan Bartel
0ff1cf885e
Merge pull request #1089 from WalkerWatch/upgrading/sessions
...
Updates for sessions upgrade, misc doc cleanup.
2016-11-16 10:56:41 +11:00
WalkerWatch
0c16cdaaf5
Updates for GCloud sessions.
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-11-15 14:09:43 -05:00