mirror of
				https://github.com/gitbucket/gitbucket.git
				synced 2025-10-31 10:36:05 +01:00 
			
		
		
		
	Upgrade to Scalatra 3.0.0-M3 and drop Java 8 support (#3279)
* Bump to Scalatra 3.0.0-M1 * Bump to Scalatra 3.0.0-M3 * Format build.sbt * Drop Java 8 support * Fix scala-xml related warnings * Bump sbt-scoverage to 2.0.7 --------- Co-authored-by: kenji yoshida <6b656e6a69@gmail.com>
This commit is contained in:
		| @@ -155,7 +155,7 @@ public class JettyLauncher { | ||||
|         } | ||||
|  | ||||
|         if (connectorsSet.contains(Connectors.HTTPS)) { | ||||
|             final SslContextFactory sslContextFactory = new SslContextFactory.Server(); | ||||
|             final SslContextFactory.Server sslContextFactory = new SslContextFactory.Server(); | ||||
|  | ||||
|             sslContextFactory.setKeyStorePath(requireNonNull(keyStorePath, | ||||
|                 "You must specify a path to an SSL keystore via the --key_store_path command line argument" + | ||||
|   | ||||
		Reference in New Issue
	
	Block a user