blob: 570f20803b91ac3f58a64ae3faa1cf0f9645a574 [file] [log] [blame]
Guillaume Nodet91380a92016-01-14 10:20:24 +00001Version 3.5.2
2-------------
3** Bug
4 * [FELIX-4906] - Changes in symlinked bundles not detected with NIO2 WatcherScanner
5 * [FELIX-4935] - Felix fileinstall project set to incorrect java version
6 * [FELIX-4975] - fileinstall's ConfigInstaller leaks it's permission checks to caller
7 * [FELIX-5135] - Felix Fileinstall does not use all properties
8 * [FELIX-5136] - Felix Fileinstall temp dir generation is inefficient
9 * [FELIX-5137] - Felix Fileinstall: add support for recursing and skipping subdirectories
10
11** Improvement
12 * [FELIX-4714] - Felix should sort bundles by alphabetical name from "deploy" directory
Guillaume Nodet46a6f4f2016-01-14 10:22:40 +000013 * [FELIX-5167] - Upgrade to felix utils 1.8.2
Guillaume Nodet91380a92016-01-14 10:20:24 +000014
Guillaume Nodet03c9e782015-03-05 08:39:45 +000015Version 3.5.0
16-------------
17** New Feature
18 * [FELIX-4759] - Support env:XXX subtitution for environment variables
19 * [FELIX-4760] - Support default/alternate values for variable substitution
20
Guillaume Nodet38d35252014-09-10 07:14:52 +000021Version 3.4.2
22-------------
23** Bug
24 * [FELIX-4532] - ConcurrentModificationException in fileinstall
25 * [FELIX-4635] - Avoid a useless change in the bundle location and a persistence the configuration
26
27Version 3.4.0
28-------------
29** Bug
30 * [FELIX-4436] - DirectoryWatcher should not refresh transformed bundles on every start-up
31 * [FELIX-4472] - Various concurrency issues in fileinstall
32
33** Improvement
34 * [FELIX-2436] - Reduce the number files created by the fileinstall Scanner.
35 * [FELIX-2702] - File Install should be smarter about starting failed bundles
36 * [FELIX-3543] - Upgrade to the new osgi wiring api
37 * [FELIX-4474] - Remove the static fields on FileInstall
38 * [FELIX-4475] - Improve logging in FileInstall
39
40Version 3.2.8
41-------------
42** Bug
43 * [FELIX-3686] - FileInstall bundle contains ConfigurationHandler.java source file
44 * [FELIX-3712] - FileInstall throws Interrupted exception when refreshed
45 * [FELIX-3714] - Error when when fragment bundle is updated
46 * [FELIX-3821] - FileInstall does not support correctly ConfigAdmin being shut down
47 * [FELIX-3822] - FileInstall should unregister its services
48 * [FELIX-4071] - ConcurrentModificationException in DirectoryWatcher.bundleChanged
49 * [FELIX-4225] - compile error on FileInstall.java
50 * [FELIX-4332] - Incorrect evalution of variables
51 * [FELIX-4338] - Incorrect overwriting of properties that have not been changed
52
Guillaume Nodet7ebe2882012-09-25 12:32:46 +000053Version 3.2.6
54-------------
55** Bug
56 * [FELIX-3635] - Unnecessary processing in DirectoryWatcher
57
58** Improvement
59 * [FELIX-3597] - Hard to debug fileinstall because shaded classes lack source in -sources.jar
60
Guillaume Nodeta96b4842012-06-12 07:02:26 +000061Version 3.2.4
62-------------
63** Bug
64 * [FELIX-3414] - BundleException: Unable to acquire global lock for resolve
65 * [FELIX-3416] - ConcurrentModificationException in DirectoryWatcher.findBundlesWithFragmentsToRefresh
66 * [FELIX-3493] - PackageAdminImpl thorws NPE - File Install does not handle a bundle uninstall gracefully
67
68** Improvement
69 * [FELIX-3487] - Variables are not preserved during write-back if they are defined as framework properties
70
Guillaume Nodet0fc82df2012-04-06 08:21:03 +000071Version 3.2.2
72-------------
Guillaume Nodetf6cd56d2012-04-17 16:24:46 +000073** Bug
74 * [FELIX-3467] - Configuration is not flush back to the file
75
Guillaume Nodet0fc82df2012-04-06 08:21:03 +000076** Improvement
77 * [FELIX-3398] - Track new versions of artifact listener and optionally update all bundles when a new version is detected
78 * [FELIX-3448] Small optimization when using file name filters
79
Guillaume Nodetf0c8d362012-03-19 13:57:15 +000080Version 3.2.0
81-------------
82** Bug
83 * [FELIX-2066] - File Install fails to move fragment bundle into RESOLVED state
84 * [FELIX-2763] - [FileInstall] disableConfigSave actually enables configuration save
85 * [FELIX-2794] - noInitialDelay is not correctly implemented
86 * [FELIX-2843] - Parsing PID assumes last 4 chars are file extension
87 * [FELIX-2852] - Infinite reloading of config file ending with .config
88 * [FELIX-2890] - FileInstall starts non-daemon threads
89 * [FELIX-2982] - noInitialDelay option does not work
90 * [FELIX-3047] - Infinite loop in File Install if java.io.tmpdir is non-writable
91 * [FELIX-3109] - FileInstall sorts artifact url handlers in the wrong order so that the ranking does not work correctly
92 * [FELIX-3112] - Default for felix.fileinstall.start.level documented incorrectly
93 * [FELIX-3346] - File Install doesn't scan when the framework start level is lower than felix.fileinstall.start.level setting
94 * [FELIX-3373] - File install logging doesn't notify user of important errors
95 * [FELIX-3396] - Fileinstall is not able to handle configuration file if in a path containing braces
96
97** Improvement
98 * [FELIX-2787] - [File Install] Do not perform management activities while framework is starting/stopping
99 * [FELIX-2848] - Saving config file to original location shouldn't add system properties
100 * [FELIX-3294] - file install dependencies on osgi artifacts should have "provided" scope
101 * [FELIX-3386] - File install tests use deprecated EasyMock API and fail on BundleContext.getProperty
Guillaume Nodetf0c8d362012-03-19 13:57:15 +0000102
Clement Escoffier5ecb7b42011-02-02 09:49:51 +0000103Version 3.1.10
104--------------
105** Bug
Guillaume Nodet2ce35812011-02-02 14:09:30 +0000106 * [FELIX-2818] - File Install does not support empty configuration when no configuration already exists
Guillaume Nodet76acf232011-01-31 08:29:12 +0000107 * [FELIX-2799] - FileInstall creates multiple configurations for factory configurations on windows
108 * [FELIX-2798] - ArtifactListener services are not ordered according to the OSGi ranking
109
Sanjeeb Kumar Sahoo6c10fde2011-01-20 12:00:45 +0000110Version 3.1.6
111-------------
112** Bug
113 * [FELIX-2791] - NPE in getStartLevel due to race condition
114
115Version 3.1.4
116-------------
117** Bug
118 * [FELIX-2756] - NPE when loadiong configurations
119 * [FELIX-2745] - New configurations throw NPE
120
Guillaume Nodet4ab4cef2010-12-20 14:03:33 +0000121Version 3.1.2
122-------------
123** Bug
124 * [FELIX-2699] - Disable writing configuration back to .cfg files
125 * [FELIX-2698] - File Install Circular Configuration Update Loop
126 * [FELIX-2675] - ileinstall always starts bundle eagerly
127
Guillaume Nodetf48b23a2010-10-26 11:43:38 +0000128Version 3.1.0
129-------------
130** Bug
131 * [FELIX-2318] - Possible NPE for jars with null Manifest
132 * [FELIX-2531] - Missing documentation for 'felix.fileinstall.noInitialDelay' configuration property
133 * [FELIX-2556] - FileInstall fails to update fragments as it tries to stop them
134
135** Improvement
136 * [FELIX-2021] - Enable FileInstall to set Bundle Start Level
137 * [FELIX-2571] - Have fileinstall listen for configuration changes and write them back to the config files
138 * [FELIX-2643] - When using the jardir url handler, fileinstall should not compress the zip stream
139 * [FELIX-2663] - Allow ConfigInstaller to perform placeholder substitution from framework properties
140
141** New Feature
142 * [FELIX-2513] - Support richer format for configurations
143 * [FELIX-2514] - felix.fileinstall.dir should support more than one directory
144
Richard S. Hall7bf7a4d2010-08-03 13:25:34 +0000145Version 3.0.2
146-------------
147** Bug
148 * [FELIX-2366] - Avoiding property substitution by escaping does not remove escape character
149
150** Improvement
151 * [FELIX-1657] - Add option in fileinstall to start bundles transiently (START_TRANSIENT)
152
Guillaume Nodetffb0eb62010-05-03 16:10:16 +0000153Version 3.0.0
154-------------
155** Bug
156 * [FELIX-1776] - FileInstall starts already installed bundles twice
157 * [FELIX-2069] - FileInstall creates ./load by default
158 * [FELIX-2248] - fileinstall does not restart bundles when the underlying file is modified
159 * [FELIX-2302] - Fileinstall should add entries for directories when creating JARs
160 * [FELIX-2313] - fileinstall does not recognize jars if it does not have Bundle-SymbolicName and Bundle-Version
161
162** Improvement
163 * [FELIX-2249] - fileinstall should log installation/uninstallation/updation/activation details at INFO level
164 * [FELIX-2307] - There is no way to bypass / escape property substitution
165
166
Chris Custinec326cd42009-12-22 19:41:58 +0000167Version 2.0.8
Guillaume Nodet9d732ce2009-12-17 09:58:25 +0000168-------------
169** Bug
170 * [FELIX-1775] - fileinstall release archives contains an empty "load"
171 folder which should be removed
172 * [FELIX-1789] - FileInstall is too verbose
173 * [FELIX-1851] - FileInstall watched bundles are restarted twice upon update
174 * [FELIX-1861] - FileInstall created temp directories are never deleted
175 * [FELIX-1862] - fileinstall thread name as printed in log messages need
176 to be less verbose
177 * [FELIX-1928] - File installer starts bundles too early on restart
178
179** Task
180 * [FELIX-1811] - fileinstall should depend on the official osgi artifacts
181
182
Guillaume Nodete24cb342009-10-27 07:35:47 +0000183Version 2.0.4
184-------------
185** Bug
Clement Escoffier5ecb7b42011-02-02 09:49:51 +0000186 * [FELIX-1386] - Updating fileinstall bundle in watched directory
Guillaume Nodete24cb342009-10-27 07:35:47 +0000187 causes IllegalsStateException
Clement Escoffier5ecb7b42011-02-02 09:49:51 +0000188 * [FELIX-1572] - File Install running in an infinite loop while watching
Guillaume Nodete24cb342009-10-27 07:35:47 +0000189 multiple directories, once of which is itself
Clement Escoffier5ecb7b42011-02-02 09:49:51 +0000190 * [FELIX-1578] - FileInstall issue when updating already installed bundles
Guillaume Nodete24cb342009-10-27 07:35:47 +0000191 at startup time
Clement Escoffier5ecb7b42011-02-02 09:49:51 +0000192 * [FELIX-1591] - FIleInstall should have an optional / dynamic import on
Guillaume Nodete24cb342009-10-27 07:35:47 +0000193 org.osgi.service.cm instead of exporting it
194 * [FELIX-1593] - Got an exception when restarting FileInstall bundle
Clement Escoffier5ecb7b42011-02-02 09:49:51 +0000195 * [FELIX-1628] - Fileinstall should load configurations as soon as config
Guillaume Nodete24cb342009-10-27 07:35:47 +0000196 admin is available
197 * [FELIX-1715] - osgi:update on xml deployments will cause ZIPExceptions
Clement Escoffier5ecb7b42011-02-02 09:49:51 +0000198 * [FELIX-1716] - Fileinstall does not recognize changes in lastmodification
Guillaume Nodete24cb342009-10-27 07:35:47 +0000199 date of an uninstalled bundle inside deploy folder
Clement Escoffier5ecb7b42011-02-02 09:49:51 +0000200 * [FELIX-1736] - After a restart, fileinstall does not always properly
Guillaume Nodete24cb342009-10-27 07:35:47 +0000201 uninstall bundles
202 * [FELIX-1750] - fileinstall does not work on jdk 1.4
Clement Escoffier5ecb7b42011-02-02 09:49:51 +0000203 * [FELIX-1787] - REGRESSION: FileInstall relies on location to be a valid
Guillaume Nodete24cb342009-10-27 07:35:47 +0000204 URL for update to be successful
205 * [FELIX-1788] - Set felix.fileinstall.tmpdir to ${java.io.tmpdir} by default
Clement Escoffier5ecb7b42011-02-02 09:49:51 +0000206 * [FELIX-1790] - fileinstal tmp dir needs to be different for each
Guillaume Nodete24cb342009-10-27 07:35:47 +0000207 watched directory
208
209** Improvement
Clement Escoffier5ecb7b42011-02-02 09:49:51 +0000210 * [FELIX-1756] - Allow fileinstall to override (i.e. update) bundles that have
Guillaume Nodete24cb342009-10-27 07:35:47 +0000211 not been deployed by fiileinstall initially
212
213** New Feature
214 * [FELIX-1537] - File Install should support XML property files
215
216Version 2.0.0
217-------------
218** Bug
Clement Escoffier5ecb7b42011-02-02 09:49:51 +0000219 * [FELIX-938] - FileInstall starts a stopped bundles even if it is stopped
Guillaume Nodete24cb342009-10-27 07:35:47 +0000220 transiently by user
Clement Escoffier5ecb7b42011-02-02 09:49:51 +0000221 * [FELIX-1269] - MalformedURLException for bundle locations installed
Guillaume Nodete24cb342009-10-27 07:35:47 +0000222 by FileInstall
Clement Escoffier5ecb7b42011-02-02 09:49:51 +0000223 * [FELIX-1377] - fileinstall tries to process files which are not fully
224 copied yet
Guillaume Nodete24cb342009-10-27 07:35:47 +0000225 * [FELIX-1382] - FileInstall attempts to uninstall "System Bundle"
Clement Escoffier5ecb7b42011-02-02 09:49:51 +0000226 * [FELIX-1481] - When performing variable substitution, fileinstall throws an
Guillaume Nodete24cb342009-10-27 07:35:47 +0000227 exception if there is a start or stop delimiter without the other one
Clement Escoffier5ecb7b42011-02-02 09:49:51 +0000228 * [FELIX-1540] - [FileInstall] When removing/re-adding a bundle, all the
Guillaume Nodete24cb342009-10-27 07:35:47 +0000229 dependent bundles don't start anymore
230
231** Improvement
Clement Escoffier5ecb7b42011-02-02 09:49:51 +0000232 * [FELIX-1301] - Limit FileInstall configuration information to one line in
Guillaume Nodete24cb342009-10-27 07:35:47 +0000233 the output
234 * [FELIX-1387] - FileInstall unnenessarily computes length of files
235 * [FELIX-1475] - Add a file filter for a given watched directory
Clement Escoffier5ecb7b42011-02-02 09:49:51 +0000236 * [FELIX-1476] - Allow system property substitution while loading configurations
Guillaume Nodete24cb342009-10-27 07:35:47 +0000237 from files
Clement Escoffier5ecb7b42011-02-02 09:49:51 +0000238 * [FELIX-1553] - fileinstall bundle should have an optional import on
Guillaume Nodete24cb342009-10-27 07:35:47 +0000239 org.osgi.service.log instead of exporting it
Clement Escoffier5ecb7b42011-02-02 09:49:51 +0000240 * [FELIX-1554] - fileinstall should not export org.apache.felix.fileinstall
Guillaume Nodete24cb342009-10-27 07:35:47 +0000241 and org.apache.felix.fileinstall.utils packages
242
243** New Feature
Clement Escoffier5ecb7b42011-02-02 09:49:51 +0000244 * [FELIX-922] - File Install bundle should be extensible to support new
Guillaume Nodete24cb342009-10-27 07:35:47 +0000245 artifact type
246 * [FELIX-1483] - Fileinstall should support exploded artifacts
247
Richard S. Hall6cbf7a42009-06-23 13:21:38 +0000248Version 1.2.0
249-------------
250 * [FELIX-1179] - FileInstall should recognize Jar files by content instead
251 of extension
252 * [FELIX-1216] - ClassCastException when running FileInstall with
253 Knopflerfish
254 * [FELIX-1228] - Felix File Install - Spaces in File Names
255 * [FELIX-1203] - NPE in fileinstall if a watched bundle is uninstalled by
256 some other means
257 * [FELIX-1235] - NullPointerException due to misconfigured watched dir
258 * [FELIX-1174] - FileInstall bundle does not print stack trace of exceptions
259 when log service is not used
260 * [FELIX-1251] - Looping NullPointerException if the polled directory is
261 removed after File Install registration
Clement Escoffier5ecb7b42011-02-02 09:49:51 +0000262 * [FELIX-1241] - Log "Bundle Started"
Richard S. Hall6cbf7a42009-06-23 13:21:38 +0000263
Clement Escoffier81466522009-05-03 08:15:51 +0000264Version 1.0.0
265-------------
266
267** Bug
268 * [FELIX-1036] - FileInstaller spawns multiple watchers for same directory
269
270** Improvement
271 * [FELIX-1055] - Making FileInstall bundle CDC-1.1/Foundation 1.1 compatible
272
Clement Escoffier5ba1dba2009-03-31 07:24:28 +0000273Version 0.9.2
274--------------
275
276** Bug
277 * [FELIX-895] - File Install treats configuration files with identical subnames as the same configuration
278 * [FELIX-926] - FileInstall does not read all values from Configuration properties
279 * [FELIX-937] - FileInstall can't handle autostart bundles that are part of watched directory
280 * [FELIX-938] - FileInstall starts a stopped bundles even if it is stopped transiently by user
281
282** Improvement
Clement Escoffier5ecb7b42011-02-02 09:49:51 +0000283 * [FELIX-920] - Add option to only install or "install and start" newly discovered bundles
Clement Escoffier5ba1dba2009-03-31 07:24:28 +0000284 * [FELIX-939] - Optimize File Install
285 * [FELIX-942] - Fileinstall unit tests
286 * [FELIX-983] - Allow property substitution in config file
287 * [FELIX-998] - Metatype definition for FileInstall
Clement Escoffier5ecb7b42011-02-02 09:49:51 +0000288
Clement Escoffier5ba1dba2009-03-31 07:24:28 +0000289Version 0.9.0
290--------------
291
Richard S. Hall6cbf7a42009-06-23 13:21:38 +0000292 * First public release