You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+42-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ It was split off from the bw-util project to avoid some circular dependency issu
7
7
8
8
## Requirements
9
9
10
-
1. JDK 8
10
+
1. JDK 17
11
11
2. Maven 3
12
12
13
13
## Building Locally
@@ -81,3 +81,44 @@ For full details, see [Sonatype's documentation for using Maven to publish relea
81
81
* Add a concept entity with a couple of methods and use it.
82
82
* Add a do not use flag to locations
83
83
* Add more information to message to identify property.
84
+
85
+
#### 5.0.2
86
+
* Next stage in removing the bw-xml module.
87
+
* icalendar schema moved into its own module
88
+
* Many modules updated to refer to it
89
+
* calws schema moved into caldav
90
+
* feature pack update to deploy calws wsdls into bedework-content
91
+
* Fix handling of UNTIL element in recurrences when converting to/from xml
92
+
* Cosmetic and use instanceof patterns
93
+
*
94
+
#### 5.0.3
95
+
* Update library versions
96
+
97
+
#### 5.0.4
98
+
* Update library versions
99
+
* Update for new ical4j version
100
+
101
+
#### 5.0.5
102
+
* Update library versions
103
+
* Add processing for exdate and fix exrule
104
+
105
+
#### 5.0.6
106
+
* Update library versions
107
+
* New class to handle event participants.
108
+
109
+
#### 5.0.7
110
+
* Update library versions
111
+
112
+
#### 5.0.8
113
+
* Update library versions
114
+
* Missing endCalendar call so no result.
115
+
* New index value
116
+
117
+
#### 5.0.9
118
+
* Update library versions
119
+
* Normalize the property list when converting from ical to xml. Unable to handle multivalued exdate and rdate so split them into a number of single valued properties.
120
+
121
+
#### 5.0.10
122
+
* Update library versions
123
+
* Move response classes and ToString into bw-base module.
0 commit comments