Skip to content

Commit a099564

Browse files
Merge pull request #92 from webfirmframework/dev-12.x.x
wffweb-12.0.1 release changes
2 parents 50221ed + 46cbfb7 commit a099564

File tree

980 files changed

+3793
-1648
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

980 files changed

+3793
-1648
lines changed

.circleci/config.yml

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 2.1
44

55
jobs:
66
# Below is the definition of your job to build and test your app, you can rename and customize it as you want.
7-
build-and-test-openjdk-17:
7+
build-and-test-openjdk-17:
88
# These next lines define a Docker executor: https://circleci.com/docs/2.0/executor-types/
99
# You can specify an image from Dockerhub or use one of our Convenience Images from CircleCI's Developer Hub.
1010
# Be sure to update the Docker image tag below to openjdk version of your application.
@@ -25,7 +25,7 @@ jobs:
2525
name: Test
2626
command: mvn test
2727

28-
build-and-test-openjdk-18:
28+
build-and-test-openjdk-18:
2929
docker:
3030
- image: cimg/openjdk:18.0
3131
working_directory: ~/wff/wffweb
@@ -42,7 +42,7 @@ jobs:
4242
name: Test
4343
command: mvn test
4444

45-
build-and-test-openjdk-19:
45+
build-and-test-openjdk-19:
4646
docker:
4747
- image: cimg/openjdk:19.0
4848
working_directory: ~/wff/wffweb
@@ -59,7 +59,7 @@ jobs:
5959
name: Test
6060
command: mvn test
6161

62-
build-and-test-openjdk-20:
62+
build-and-test-openjdk-20:
6363
docker:
6464
- image: cimg/openjdk:20.0
6565
working_directory: ~/wff/wffweb
@@ -76,6 +76,23 @@ jobs:
7676
name: Test
7777
command: mvn test
7878

79+
build-and-test-openjdk-21:
80+
docker:
81+
- image: cimg/openjdk:21.0
82+
working_directory: ~/wff/wffweb
83+
steps:
84+
# Checkout the code as the first step.
85+
- checkout:
86+
path: ~/wff
87+
# Use mvn clean and package as the standard maven build phase
88+
- run:
89+
name: Build
90+
command: mvn -B -DskipTests clean package
91+
# Then run your tests!
92+
- run:
93+
name: Test
94+
command: mvn test
95+
7996
workflows:
8097
# Below is the definition of your workflow.
8198
# Inside the workflow, you provide the jobs you want to run, e.g this workflow runs the build-and-test job above.
@@ -87,3 +104,4 @@ workflows:
87104
- build-and-test-openjdk-18
88105
- build-and-test-openjdk-19
89106
- build-and-test-openjdk-20
107+
- build-and-test-openjdk-21

README.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![Build Status](https://img.shields.io/badge/build-passing-greensvg?style=flat)](https://app.circleci.com/pipelines/github/webfirmframework/wff?branch=master&filter=all)
22
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/410601e16dc54b0a973c03845ad790c2)](https://www.codacy.com/app/webfirm-framework/wff?utm_source=github.com&utm_medium=referral&utm_content=webfirmframework/wff&utm_campaign=Badge_Grade)
33
[![Stackoverflow](https://img.shields.io/badge/stackoverflow-wffweb-orange.svg)](https://stackoverflow.com/questions/tagged/wffweb)
4-
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.webfirmframework/wffweb/badge.svg)](https://search.maven.org/#artifactdetails%7Ccom.webfirmframework%7Cwffweb%7C12.0.0%7Cjar)
4+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.webfirmframework/wffweb/badge.svg)](https://search.maven.org/#artifactdetails%7Ccom.webfirmframework%7Cwffweb%7C12.0.1%7Cjar)
55
[![javadoc](https://img.shields.io/:wffweb-javadoc-blue.svg)](https://webfirmframework.github.io/wffweb/wffweb-javadoc)
66
[![GitHub license](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)](https://www.apache.org/licenses/LICENSE-2.0)
77
[![twitter](https://img.shields.io/badge/[email protected])](https://webfirmframework.com/twitter)
@@ -12,20 +12,15 @@
1212
wffweb is one of the modules of webfirmframework. It's an open source java framework for real time application development which can generate html5 and css3 from java code, [read more...](https://webfirmframework.github.io/)
1313

1414

15-
To support us please donate anything you wish to the author of this framework!
16-
17-
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://webfirmframework.com/donate)
18-
19-
20-
#### [Register in wff hub for template reference and more!](http://hub.webfirmframework.com). It's built by wffweb-3.x.x
15+
#### [Register in wff hub for template reference and more!](http://hub.webfirmframework.com). It's built by wffweb-12.x.x
2116
#### [check out main features of wffweb](https://www.youtube.com/watch?v=UWoNliHOy6A)
22-
##### [check out wffweb-3.x.x sample projects](https://github.com/webfirmframework/minimal-production-ready-projects)
17+
##### [check out wffweb sample projects](https://github.com/webfirmframework/minimal-production-ready-projects)
2318

2419

25-
##### check out [this sample project](https://github.com/webfirmframework/wffweb-demo-deployment) deployed at [https://webfirmframework.com/demo/](https://webfirmframework.com/demo/)
20+
##### check out [this sample project](https://github.com/webfirmframework/wffweb-demo-deployment)
2621

2722

28-
(For the survival of this framework, some ads are shown in [webfirmframework.github.io](https://webfirmframework.github.io) and [webfirmframework.com](https://webfirmframework.com) web sites. These are temporary ads and will be removed soon. We are really sorry if it causes any inconvenience to your surfing.)
23+
(For the survival of this framework, some ads are shown in [webfirmframework.github.io](https://webfirmframework.github.io) and [webfirmframework.com](https://webfirmframework.com) web sites. These are temporary ads and will be removed soon. We are really sorry if it causes any inconvenience to your reading.)
2924

3025
Here are some sample codes
3126

wffweb/pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.webfirmframework</groupId>
66
<artifactId>wffweb</artifactId>
7-
<version>12.0.0</version>
7+
<version>12.0.1</version>
88

99
<properties>
1010
<maven.build.timestamp.format>yyyyMMddHHmmss</maven.build.timestamp.format>
@@ -49,7 +49,7 @@
4949
<plugin>
5050
<groupId>org.apache.maven.plugins</groupId>
5151
<artifactId>maven-release-plugin</artifactId>
52-
<version>3.0.1</version>
52+
<version>3.1.1</version>
5353
<configuration>
5454
<arguments>-Dgpg.passphrase=${gpg.passphrase}</arguments>
5555
</configuration>
@@ -58,7 +58,7 @@
5858
<plugin>
5959
<groupId>org.apache.maven.plugins</groupId>
6060
<artifactId>maven-gpg-plugin</artifactId>
61-
<version>3.1.0</version>
61+
<version>3.2.4</version>
6262
<configuration>
6363
<arguments>-Dgpg.passphrase=${gpg.passphrase}</arguments>
6464
</configuration>
@@ -76,19 +76,19 @@
7676
<plugin>
7777
<groupId>org.apache.maven.plugins</groupId>
7878
<artifactId>maven-compiler-plugin</artifactId>
79-
<version>3.11.0</version>
79+
<version>3.13.0</version>
8080
</plugin>
8181

8282
<plugin>
8383
<groupId>org.apache.maven.plugins</groupId>
8484
<artifactId>maven-install-plugin</artifactId>
85-
<version>3.1.1</version>
85+
<version>3.1.2</version>
8686
</plugin>
8787

8888
<plugin>
8989
<groupId>org.apache.maven.plugins</groupId>
9090
<artifactId>maven-source-plugin</artifactId>
91-
<version>3.2.1</version>
91+
<version>3.3.1</version>
9292
<executions>
9393
<execution>
9494
<id>attach-sources</id>
@@ -102,7 +102,7 @@
102102
<plugin>
103103
<groupId>org.apache.maven.plugins</groupId>
104104
<artifactId>maven-javadoc-plugin</artifactId>
105-
<version>3.6.0</version>
105+
<version>3.8.0</version>
106106
<executions>
107107
<execution>
108108
<id>attach-javadocs</id>
@@ -147,13 +147,13 @@
147147
<dependency>
148148
<groupId>com.fasterxml.jackson.core</groupId>
149149
<artifactId>jackson-databind</artifactId>
150-
<version>2.15.2</version>
150+
<version>2.17.2</version>
151151
<scope>test</scope>
152152
</dependency>
153153
<dependency>
154154
<groupId>de.undercouch</groupId>
155155
<artifactId>bson4jackson</artifactId>
156-
<version>2.13.1</version>
156+
<version>2.15.1</version>
157157
<scope>test</scope>
158158
</dependency>
159159
</dependencies>

wffweb/src/main/java/com/webfirmframework/wffweb/BrowserPageNotFoundException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014-2023 Web Firm Framework
2+
* Copyright 2014-2024 Web Firm Framework
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

wffweb/src/main/java/com/webfirmframework/wffweb/DataWffIdOutOfRangeError.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014-2023 Web Firm Framework
2+
* Copyright 2014-2024 Web Firm Framework
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

wffweb/src/main/java/com/webfirmframework/wffweb/InvalidTagException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014-2023 Web Firm Framework
2+
* Copyright 2014-2024 Web Firm Framework
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

wffweb/src/main/java/com/webfirmframework/wffweb/InvalidUsageException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014-2023 Web Firm Framework
2+
* Copyright 2014-2024 Web Firm Framework
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

wffweb/src/main/java/com/webfirmframework/wffweb/InvalidValueException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014-2023 Web Firm Framework
2+
* Copyright 2014-2024 Web Firm Framework
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

wffweb/src/main/java/com/webfirmframework/wffweb/MethodNotImplementedException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014-2023 Web Firm Framework
2+
* Copyright 2014-2024 Web Firm Framework
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

wffweb/src/main/java/com/webfirmframework/wffweb/NoParentException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014-2023 Web Firm Framework
2+
* Copyright 2014-2024 Web Firm Framework
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)