You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Artur f38da154c1 Make JavaScriptExtension serializable (#9721) 6 vuotta sitten
..
communication Change sendMessage access modifier to protected. (#9622) 6 vuotta sitten
osgi Rename OSGi classes for Java naming conventions (#9320) 7 vuotta sitten
themeutils Use try-with-resources (#8757) 7 vuotta sitten
widgetsetutils Partial javadocs fix for vaadin-server 7 vuotta sitten
AbstractClientConnector.java Fix since tags for 8.0 (#8575) 7 vuotta sitten
AbstractDeploymentConfiguration.java Update copyright year to 2016 7 vuotta sitten
AbstractErrorMessage.java Use final modifier where appropriate 7 vuotta sitten
AbstractExtension.java Remove tracking of unregistered connectors (#8153) 7 vuotta sitten
AbstractJavaScriptExtension.java Introduce dedicated shared states for every core vaadin component/ext. (#98) 7 vuotta sitten
BootstrapFragmentResponse.java Partial javadocs fix for vaadin-server 7 vuotta sitten
BootstrapHandler.java Rename findAndFilterDependencies to findDependencies (#9366) 7 vuotta sitten
BootstrapListener.java Update copyright year to 2016 7 vuotta sitten
BootstrapPageResponse.java Partial javadocs fix for vaadin-server 7 vuotta sitten
BootstrapResponse.java Add missing since tags for 8.1 (#9220) 7 vuotta sitten
BrowserWindowOpener.java Global java code cleanup using Eclipse Neon.1 7 vuotta sitten
ClassResource.java Move LegacyWindow back to com.vaadin.ui 7 vuotta sitten
ClientConnector.java Fix some javadoc errors (#8873) 7 vuotta sitten
ClientMethodInvocation.java Use final modifier where appropriate 7 vuotta sitten
ComponentSizeValidator.java Global java code cleanup using Eclipse Neon.1 7 vuotta sitten
CompositeErrorMessage.java Replace implicit for-loop with foreach 7 vuotta sitten
ConnectorIdGenerationEvent.java Use ClientConnector instead of Connector in id generation event (#9542) 7 vuotta sitten
ConnectorIdGenerator.java Fix initConnectorIdGenerator typo (#9541) 7 vuotta sitten
ConnectorResource.java Update copyright year to 2016 7 vuotta sitten
ConnectorResourceHandler.java Update copyright year to 2016 7 vuotta sitten
Constants.java Update Atmosphere to support latest Jetty versions (#9359) 7 vuotta sitten
CustomizedSystemMessages.java Update copyright year to 2016 7 vuotta sitten
DefaultDeploymentConfiguration.java Update copyright year to 2016 7 vuotta sitten
DefaultErrorHandler.java Update copyright year to 2016 7 vuotta sitten
DefaultSystemMessagesProvider.java Update copyright year to 2016 7 vuotta sitten
DefaultUIProvider.java Update copyright year to 2016 7 vuotta sitten
DependencyFilter.java Add dependency filters through the service init event (#9368) 7 vuotta sitten
DeploymentConfiguration.java Update copyright year to 2016 7 vuotta sitten
DownloadStream.java Pick changes from 7.7.7 (#8577) 7 vuotta sitten
DragAndDropService.java Refactor Html5 DnD feature based on API review (#9306) 7 vuotta sitten
EncodeResult.java Update copyright year to 2016 7 vuotta sitten
ErrorEvent.java Partial javadocs fix for vaadin-server 7 vuotta sitten
ErrorHandler.java Add @FunctionalInterface annotation to interfaces where applicable (#7954) 7 vuotta sitten
ErrorHandlingRunnable.java Update copyright year to 2016 7 vuotta sitten
ErrorMessage.java Update copyright year to 2016 7 vuotta sitten
ErrorMessageProducer.java Fix since tags for 8.0 (#8575) 7 vuotta sitten
Extension.java Update copyright year to 2016 7 vuotta sitten
ExternalResource.java Fix typo in documentation (#9454) 7 vuotta sitten
FileDownloader.java Introduce dedicated shared states for every core vaadin component/ext. (#98) 7 vuotta sitten
FileResource.java Update copyright year to 2016 7 vuotta sitten
FontAwesome.java Replace FontAwesome with Vaadin Icons (#8208) 7 vuotta sitten
FontIcon.java Overload AbstarctComponent.setDescription() with content mode parameter (#8252) 7 vuotta sitten
GenericFontIcon.java Update copyright year to 2016 7 vuotta sitten
GlobalResourceHandler.java Use diamond operator where it can be used 7 vuotta sitten
JavaScriptCallbackHelper.java Make JavaScriptExtension serializable (#9721) 6 vuotta sitten
JsonCodec.java Partial javadocs fix for vaadin-server 7 vuotta sitten
JsonPaintTarget.java Global java code cleanup using Eclipse Neon.1 7 vuotta sitten
KeyMapper.java Fix keymapper reverse mapping (#9535) 7 vuotta sitten
LegacyApplication.java Partial javadocs fix for vaadin-server 7 vuotta sitten
LegacyApplicationUIProvider.java Move LegacyWindow back to com.vaadin.ui 7 vuotta sitten
LegacyCommunicationManager.java Partial javadocs fix for vaadin-server 7 vuotta sitten
LegacyPaint.java Partial javadocs fix for vaadin-server 7 vuotta sitten
LegacyVaadinPortlet.java Global java code cleanup using Eclipse Neon.1 7 vuotta sitten
LegacyVaadinServlet.java Global java code cleanup using Eclipse Neon.1 7 vuotta sitten
LocaleService.java Picked all changes from 7.7 7 vuotta sitten
NoInputStreamException.java Update copyright year to 2016 7 vuotta sitten
NoOutputStreamException.java Update copyright year to 2016 7 vuotta sitten
Page.java Add mobile html5 dnd support using polyfill (#9282) 7 vuotta sitten
PaintException.java Update copyright year to 2016 7 vuotta sitten
PaintTarget.java Update copyright year to 2016 7 vuotta sitten
RequestHandler.java Add @FunctionalInterface annotation to interfaces where applicable (#7954) 7 vuotta sitten
Resource.java Update copyright year to 2016 7 vuotta sitten
ResourceReference.java Update copyright year to 2016 7 vuotta sitten
Responsive.java Fix some faulty javaDoc names 7 vuotta sitten
RestrictedRenderResponse.java Use final modifier where appropriate 7 vuotta sitten
Scrollable.java Update copyright year to 2016 7 vuotta sitten
SerializableBiFunction.java Add a data provider wrapper with a configurable filter (#8280) 7 vuotta sitten
SerializableBiPredicate.java Fix comments in serializable functional interfaces (#8246) 7 vuotta sitten
SerializableComparator.java Add javadoc explanation about how to create serializable comparators (#8505) 7 vuotta sitten
SerializableConsumer.java Global java code cleanup using Eclipse Neon.1 7 vuotta sitten
SerializableFunction.java Correct serializable issues and test that components can be serialized 7 vuotta sitten
SerializablePredicate.java Fix comments in serializable functional interfaces (#8246) 7 vuotta sitten
SerializableSupplier.java Global java code cleanup using Eclipse Neon.1 7 vuotta sitten
SerializableToIntFunction.java Fix comments in serializable functional interfaces (#8246) 7 vuotta sitten
ServerRpcManager.java Make it easy to invoke ServerRpc methods as part of unit tests (#8346) 7 vuotta sitten
ServerRpcMethodInvocation.java Use diamond operator where it can be used 7 vuotta sitten
ServiceDestroyEvent.java Update copyright year to 2016 7 vuotta sitten
ServiceDestroyListener.java Add @FunctionalInterface annotation to interfaces where applicable (#7954) 7 vuotta sitten
ServiceException.java Update copyright year to 2016 7 vuotta sitten
ServiceInitEvent.java Add pluggable connector id generator support 7 vuotta sitten
ServletPortletHelper.java Replace with multi-catch 7 vuotta sitten
SessionDestroyEvent.java Update copyright year to 2016 7 vuotta sitten
SessionDestroyListener.java Add @FunctionalInterface annotation to interfaces where applicable (#7954) 7 vuotta sitten
SessionExpiredException.java Update copyright year to 2016 7 vuotta sitten
SessionExpiredHandler.java Update copyright year to 2016 7 vuotta sitten
SessionInitEvent.java Update copyright year to 2016 7 vuotta sitten
SessionInitListener.java Add @FunctionalInterface annotation to interfaces where applicable (#7954) 7 vuotta sitten
Setter.java Global java code cleanup using Eclipse Neon.1 7 vuotta sitten
SizeWithUnit.java Use final modifier where appropriate 7 vuotta sitten
Sizeable.java Use final modifier where appropriate 7 vuotta sitten
StreamResource.java Add @FunctionalInterface annotation to interfaces where applicable (#7954) 7 vuotta sitten
StreamVariable.java Update copyright year to 2016 7 vuotta sitten
SynchronizedRequestHandler.java Update copyright year to 2016 7 vuotta sitten
SystemError.java Update copyright year to 2016 7 vuotta sitten
SystemMessageException.java Update copyright year to 2016 7 vuotta sitten
SystemMessages.java Update copyright year to 2016 7 vuotta sitten
SystemMessagesInfo.java Update copyright year to 2016 7 vuotta sitten
SystemMessagesProvider.java Add @FunctionalInterface annotation to interfaces where applicable (#7954) 7 vuotta sitten
ThemeResource.java Remove redundant invocations of .toString() 7 vuotta sitten
UIClassSelectionEvent.java Update copyright year to 2016 7 vuotta sitten
UICreateEvent.java Update copyright year to 2016 7 vuotta sitten
UIProvider.java Migrating 7.7.1, 7.7.2, 7.7.3 to V8. 7 vuotta sitten
UIProviderEvent.java Update copyright year to 2016 7 vuotta sitten
UnsupportedBrowserHandler.java Add styling to the unsupported browser page (#570) (#8354) 7 vuotta sitten
UploadException.java Update copyright year to 2016 7 vuotta sitten
UserError.java Update copyright year to 2016 7 vuotta sitten
VaadinPortlet.java Fix some faulty javaDoc names 7 vuotta sitten
VaadinPortletRequest.java Update copyright year to 2016 7 vuotta sitten
VaadinPortletResponse.java Use final modifier where appropriate 7 vuotta sitten
VaadinPortletService.java Update copyright year to 2016 7 vuotta sitten
VaadinPortletSession.java Fix since tags for 8.0 (#8575) 7 vuotta sitten
VaadinRequest.java Provide current request/response through VaadinRequest/VaadinResponse (#9642) 6 vuotta sitten
VaadinResponse.java Provide current request/response through VaadinRequest/VaadinResponse (#9642) 6 vuotta sitten
VaadinService.java Do full connector tracker cleanup when the session lock is released (#9707) 6 vuotta sitten
VaadinServiceClassLoaderUtil.java Load declarative classes using thread context class loader (#8532) 7 vuotta sitten
VaadinServiceInitListener.java @since tag is set (#8021) 7 vuotta sitten
VaadinServlet.java Open VaadinServlet and BootstrapHandler classes for external use (#9164) 7 vuotta sitten
VaadinServletRequest.java Provide current request/response through VaadinRequest/VaadinResponse (#9642) 6 vuotta sitten
VaadinServletResponse.java Provide current request/response through VaadinRequest/VaadinResponse (#9642) 6 vuotta sitten
VaadinServletService.java Provide current request/response through VaadinRequest/VaadinResponse (#9642) 6 vuotta sitten
VaadinSession.java Do full connector tracker cleanup when the session lock is released (#9707) 6 vuotta sitten
VariableOwner.java Remove AbstractComponent.immediate 7 vuotta sitten
ViewportGenerator.java Add @FunctionalInterface annotation to interfaces where applicable (#7954) 7 vuotta sitten
WebBrowser.java Add since tags for 8.1 7 vuotta sitten
WidgetsetInfo.java Update copyright year to 2016 7 vuotta sitten
WidgetsetInfoImpl.java Update copyright year to 2016 7 vuotta sitten
WrappedHttpSession.java Use diamond operator where it can be used 7 vuotta sitten
WrappedPortletSession.java Update copyright year to 2016 7 vuotta sitten
WrappedSession.java Update copyright year to 2016 7 vuotta sitten