Skip to content
This repository has been archived by the owner on Mar 3, 2024. It is now read-only.

Commit

Permalink
1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Hummel committed Sep 16, 2019
1 parent 56487ab commit 55e0b7a
Show file tree
Hide file tree
Showing 11 changed files with 284 additions and 5 deletions.
13 changes: 13 additions & 0 deletions LICENSE_HEADER
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Copyright 2018 Mike Hummel

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
16 changes: 16 additions & 0 deletions mhu-vaadin-osgi/readme.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
====
Copyright 2018 Mike Hummel

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
====


feature:install http-whiteboard

Expand Down
15 changes: 15 additions & 0 deletions mhu-vaadin-osgi/src/main/java/de/mhus/vaadin/osgi/MainView.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/**
* Copyright 2018 Mike Hummel
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package de.mhus.vaadin.osgi;

import com.vaadin.flow.component.button.Button;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/**
* Copyright 2018 Mike Hummel
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package de.mhus.vaadin.osgi;

import javax.servlet.Servlet;
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.mhus.lib</groupId>
<version>3.6.3-SNAPSHOT</version>
<version>3.6.3</version>
<artifactId>mhus-karaf</artifactId>
</parent>
<groupId>de.mhus.vaadin</groupId>
<artifactId>mhus-vaadin</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
<packaging>pom</packaging>
<name>MHUS Vaadin Tools</name>
<description>A set of tools to improve Vaadin framework</description>
Expand Down
116 changes: 116 additions & 0 deletions pom.xml.versionsBackup
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2018 Mike Hummel
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.mhus.lib</groupId>
<version>3.6.3</version>
<artifactId>mhus-karaf</artifactId>
</parent>
<groupId>de.mhus.vaadin</groupId>
<artifactId>mhus-vaadin</artifactId>
<version>1.6.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>MHUS Vaadin Tools</name>
<description>A set of tools to improve Vaadin framework</description>
<url>http://www.mhus.de</url>

<properties>
<!--
<vaadin.version>14.0.1</vaadin.version>
<flow.version>2.0.5</flow.version>
<vaadin.accordion.version>1.0.3</vaadin.accordion.version>
<vaadin.button.version>1.3.2</vaadin.button.version>
<vaadin.checkbox.version>1.3.2</vaadin.checkbox.version>
<vaadin.combo.box.version>2.1.3</vaadin.combo.box.version>
<vaadin.context.menu.version>2.0.1</vaadin.context.menu.version>
<vaadin.date.picker.version>1.3.0</vaadin.date.picker.version>
<vaadin.time.picker.version>1.1.2</vaadin.time.picker.version>
<vaadin.details.version>1.0.1</vaadin.details.version>
<vaadin.dialog.version>1.3.0</vaadin.dialog.version>
<vaadin.select.version>1.0.0</vaadin.select.version>
<vaadin.form.layout.version>1.3.1</vaadin.form.layout.version>
<vaadin.grid.version>3.0.4</vaadin.grid.version>
<vaadin.icons.version>1.3.1</vaadin.icons.version>
<iron.list.version>1.3.0</iron.list.version>
<vaadin.list.box.version>1.3.0</vaadin.list.box.version>
<vaadin.notification.version>1.3.0</vaadin.notification.version>
<vaadin.ordered.layout.version>1.3.0</vaadin.ordered.layout.version>
<vaadin.progress.bar.version>1.3.0</vaadin.progress.bar.version>
<vaadin.radio.button.version>1.3.1</vaadin.radio.button.version>
<vaadin.split.layout.version>1.3.1</vaadin.split.layout.version>
<vaadin.tabs.version>1.3.0</vaadin.tabs.version>
<vaadin.text.field.version>1.3.0</vaadin.text.field.version>
<vaadin.upload.version>1.3.0</vaadin.upload.version>
<vaadin.custom.field.version>2.0.2</vaadin.custom.field.version>
<vaadin.app.layout.version>1.1.1</vaadin.app.layout.version>
<vaadin.login.version>1.0.0</vaadin.login.version>
<mpr.v7.version>1.2.1</mpr.v7.version>
<mpr.v8.version>1.2.1</mpr.v8.version>
<vaadin.board.version>2.2.1</vaadin.board.version>
<vaadin.charts.version>6.3.0</vaadin.charts.version>
<vaadin.confirm.dialog.version>1.2.1</vaadin.confirm.dialog.version>
<vaadin.cookie.consent.version>1.2.1</vaadin.cookie.consent.version>
<vaadin.crud.version>1.1.1</vaadin.crud.version>
<vaadin.grid.pro.version>1.0.0</vaadin.grid.pro.version>
<vaadin.rich.text.editor.version>1.0.1</vaadin.rich.text.editor.version>
<vaadin.testbench.version>6.0.1</vaadin.testbench.version>
<vaadin.testbench.components.version>2.0.3</vaadin.testbench.components.version>
-->
</properties>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/mhus/mhus-sop</url>
<connection>scm:git:https://github.com/mhus/mhus-sop</connection>
</scm>
<developers>
<developer>
<id>mhu</id>
<name>Mike Hummel</name>
<email>mh@mhus.de</email>
<url>http://www.mhus.de</url>
</developer>
</developers>

<modules>
<!--
<module>mhu-vaadin-shared</module>
-->
<module>vaadin-core</module>
<module>vaadin-osgi-bridge</module>
<module>vaadin-karaf-bridge</module>
</modules>

<repositories>
<repository>
<id>vaadin-prereleases</id>
<name>vaadin-prereleases</name>
<url>https://maven.vaadin.com/vaadin-prereleases/</url>
<releases></releases>
</repository>
</repositories>
</project>
2 changes: 1 addition & 1 deletion vaadin-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>mhus-vaadin</artifactId>
<groupId>de.mhus.vaadin</groupId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>

<build>
Expand Down
88 changes: 88 additions & 0 deletions vaadin-core/pom.xml.versionsBackup
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2018 Mike Hummel
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>vaadin-core</artifactId>
<packaging>bundle</packaging>
<description>Tools to develop applications with vaadin UI</description>
<parent>
<artifactId>mhus-vaadin</artifactId>
<groupId>de.mhus.vaadin</groupId>
<version>1.6.2-SNAPSHOT</version>
</parent>

<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<instructions>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Bundle-Version>${project.version}</Bundle-Version>
<Export-Package>de.mhus.lib.vaadin*;version=${project.version}</Export-Package>
<Import-Package>*</Import-Package>
</instructions>
</configuration>
</plugin>
</plugins>
</build>

<dependencies>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
</dependency>
<!--
<dependency>
<groupId>org.vaadin.addons</groupId>
<artifactId>popupbutton</artifactId>
<version>1.2.1</version>
</dependency>
<dependency>
<groupId>org.vaadin.addons</groupId>
<artifactId>number-field</artifactId>
<version>1.0.1</version>
</dependency>
-->
<dependency>
<groupId>de.mhus.lib</groupId>
<artifactId>mhu-lib-core</artifactId>
</dependency>
<dependency>
<groupId>de.mhus.lib</groupId>
<artifactId>mhu-lib-annotations</artifactId>
</dependency>
<dependency>
<groupId>de.mhus.lib</groupId>
<artifactId>mhu-lib-j2ee</artifactId>
</dependency>

<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-compatibility-shared</artifactId>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-compatibility-client</artifactId>
</dependency>
</dependencies>

</project>
16 changes: 16 additions & 0 deletions vaadin-core/readme.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
====
Copyright 2018 Mike Hummel

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
====


docker run -it --name vaadin8 \
-h vaadin \
Expand Down
2 changes: 1 addition & 1 deletion vaadin-karaf-bridge/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<artifactId>mhus-vaadin</artifactId>
<groupId>de.mhus.vaadin</groupId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion vaadin-osgi-bridge/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<artifactId>mhus-vaadin</artifactId>
<groupId>de.mhus.vaadin</groupId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>

<build>
Expand Down

0 comments on commit 55e0b7a

Please sign in to comment.