Java 20643 (#13914)
* JAVA-20643: Changes made for updating apache-tapestry module to java 11 * JAVA-20643: Changes made for updating apache-tapestry module to java 11 * JAVA-20643: Changes made for updating apache-tapestry module to java 11 * JAVA-20643: Changes made for updating apache-tapestry module to java 11 * JAVA-20643: Changes made for updating apache-tapestry module to java 11 * JAVA-20643: Changes made for updating apache-tapestry module to java 11 * JAVA-20643: Changes made for updating apache-tapestry module to java 11 * JAVA-20643: Changes made for updating apache-tapestry module to java 11 * JAVA-20643: Changes made for updating apache-tapestry module to java 11 * JAVA-20643: Changes made for updating apache-tapestry module to java 11 * JAVA-20643: Changes made for updating apache-tapestry module to java 11 * JAVA-20643: Changes made for updating apache-tapestry module to java 11 * JAVA-20643: changes made for removing web-modules from default
This commit is contained in:
+6
-6
@@ -3,17 +3,17 @@ package com.baeldung.tapestry.services;
|
||||
import java.io.IOException;
|
||||
|
||||
import org.apache.tapestry5.SymbolConstants;
|
||||
import org.apache.tapestry5.ioc.MappedConfiguration;
|
||||
import org.apache.tapestry5.ioc.OrderedConfiguration;
|
||||
import org.apache.tapestry5.commons.MappedConfiguration;
|
||||
import org.apache.tapestry5.commons.OrderedConfiguration;
|
||||
import org.apache.tapestry5.http.services.Request;
|
||||
import org.apache.tapestry5.http.services.RequestFilter;
|
||||
import org.apache.tapestry5.http.services.RequestHandler;
|
||||
import org.apache.tapestry5.http.services.Response;
|
||||
import org.apache.tapestry5.ioc.ServiceBinder;
|
||||
import org.apache.tapestry5.ioc.annotations.Contribute;
|
||||
import org.apache.tapestry5.ioc.annotations.Local;
|
||||
import org.apache.tapestry5.ioc.services.ApplicationDefaults;
|
||||
import org.apache.tapestry5.ioc.services.SymbolProvider;
|
||||
import org.apache.tapestry5.services.Request;
|
||||
import org.apache.tapestry5.services.RequestFilter;
|
||||
import org.apache.tapestry5.services.RequestHandler;
|
||||
import org.apache.tapestry5.services.Response;
|
||||
import org.slf4j.Logger;
|
||||
|
||||
/**
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
package com.baeldung.tapestry.services;
|
||||
|
||||
import org.apache.tapestry5.SymbolConstants;
|
||||
import org.apache.tapestry5.ioc.MappedConfiguration;
|
||||
import org.apache.tapestry5.commons.MappedConfiguration;
|
||||
|
||||
/**
|
||||
* This module is automatically included as part of the Tapestry IoC Registry if <em>tapestry.execution-mode</em>
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
package com.baeldung.tapestry.services;
|
||||
|
||||
import org.apache.tapestry5.SymbolConstants;
|
||||
import org.apache.tapestry5.ioc.MappedConfiguration;
|
||||
import org.apache.tapestry5.commons.MappedConfiguration;
|
||||
import org.apache.tapestry5.ioc.ServiceBinder;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user