Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
1694131114abc9fac23d326b6e149f4e1bc756d5
/
fileinstall
1694131
FELIX-1776: problem when using relative dirs
by Guillaume Nodet
· 15 years ago
a57340a
FELIX-2302: Fileinstall should add entries for directories when creating JARs
by Guillaume Nodet
· 15 years ago
26fb436
FELIX-2201: [FileInstall] Make Scanner process artifacts in 'oldest-file-modification-time first' order
by Guillaume Nodet
· 15 years ago
588b1f9
Applied patch (FELIX-2069) to not create monitored directories if they do not exist.
by Richard S. Hall
· 15 years ago
852e58e
FELIX-2248: fileinstall does not restart bundles when the underlying file is modified
by Guillaume Nodet
· 15 years ago
43d2a16
Applied patch (FELIX-2249) to change the log level of some messages.
by Richard S. Hall
· 15 years ago
7a606e2
[maven-release-plugin] prepare for next development iteration
by Chris Custine
· 15 years ago
9b31d8a
[maven-release-plugin] prepare release org.apache.felix.fileinstall-2.0.8
by Chris Custine
· 15 years ago
bbeae7f
Update changelog for 2.0.8 release
by Chris Custine
· 15 years ago
d85f971
[maven-release-plugin] prepare for next development iteration
by Guillaume Nodet
· 15 years ago
d91a3d9
[maven-release-plugin] prepare release org.apache.felix.fileinstall-2.0.6
by Guillaume Nodet
· 15 years ago
ae1a576
Update changelog for 2.0.6 release
by Guillaume Nodet
· 15 years ago
018639a
FELIX-1862: fileinstall thread name as printed in log messages need to be less verbose
by Guillaume Nodet
· 15 years ago
a08ba48
FELIX-1861: FileInstall created temp directories are never deleted
by Guillaume Nodet
· 15 years ago
f29e348
FELIX-1851: FileInstall watched bundles are restarted twice upon update
by Guillaume Nodet
· 15 years ago
8c2a5fe
FELIX-1775: fileinstall release archives contains an empty 'load' folder with should be removed
by Guillaume Nodet
· 15 years ago
fb35af1
FELIX-1811: fileinstall should depend on the official osgi artifacts
by Guillaume Nodet
· 15 years ago
e29c65e
Improve logging control. (FELIX-1789)
by Richard S. Hall
· 15 years ago
65febd3
FELIX-1928 - File installer starts bundles too early on restart
by Chris Custine
· 15 years ago
f2dadcc
Update notice and changelog
by Guillaume Nodet
· 15 years ago
b94ece1
[maven-release-plugin] prepare for next development iteration
by Guillaume Nodet
· 15 years ago
a40ea5f
[maven-release-plugin] prepare release org.apache.felix.fileinstall-2.0.4
by Guillaume Nodet
· 15 years ago
14ebe4a
Remove debug statement
by Guillaume Nodet
· 15 years ago
05989b1
FELIX-1790: fileinstall tmp dir needs to be different for each watched directory
by Guillaume Nodet
· 15 years ago
b0e5a8c
FELIX-1788: Set felix.fileinstall.tmpdir to ${java.io.tmpdir} by default
by Guillaume Nodet
· 15 years ago
bef7323
FELIX-1787: fileinstall relies on location to be a valid URL for update to be successful
by Guillaume Nodet
· 15 years ago
87c2046
FELIX-1776: the Util.getBundleKey method should just use the bundle id
by Guillaume Nodet
· 15 years ago
2628e63
[maven-release-plugin] prepare for next development iteration
by Guillaume Nodet
· 15 years ago
fd8e15b
[maven-release-plugin] prepare release org.apache.felix.fileinstall-2.0.2
by Guillaume Nodet
· 15 years ago
77d6ed6
FELIX-1572: fileinstall runs into an infinite loop while watching multiple directories, one of which is itself
by Guillaume Nodet
· 15 years ago
72af87a
FELIX-1756: allow fileinstall to override (i.e. update) bundles that have not been deployed by fileinstall initially
by Guillaume Nodet
· 15 years ago
88e8d57
FELIX-1591: fix last refactoring for cm being optional
by Guillaume Nodet
· 15 years ago
7be2496
FELIX-1716: Fileinstall does not properly handle bundles uninstalled through the OSGi API
by Guillaume Nodet
· 15 years ago
6a2683c
FELIX-1593: Got an exception when restarting FileInstall bundle
by Guillaume Nodet
· 15 years ago
d567a24
FELIX-1591: fileinstall should have an optional import on org.osgi.service.cm package
by Guillaume Nodet
· 15 years ago
78ff334
[fileinstall] fix code format
by Guillaume Nodet
· 15 years ago
e4500c9
[fileinstall] remove the Jar class which is not used anymore
by Guillaume Nodet
· 15 years ago
ea7c63a
FELIX-1715: osgi:update can not be used on transformed artifacts
by Guillaume Nodet
· 15 years ago
2604833
FELIX-1578: remove commented code
by Guillaume Nodet
· 15 years ago
da48615
FELIX-1578: fileinstall issue when updating already installed bundles at startup time
by Guillaume Nodet
· 15 years ago
c3a2c3a
FELIX-1537: fileinstall should support xml syntax for properties file
by Guillaume Nodet
· 15 years ago
9aaf577
FELIX-1750: fileinstall does not work on jdk 1.4
by Guillaume Nodet
· 15 years ago
8dfcb80
FELIX-1628: fileinstall should load configurations as soon as config admin is available
by Guillaume Nodet
· 15 years ago
636a158
FELIX-1736: after a restart, fileinstall does not always properly uninstall bundles
by Guillaume Nodet
· 15 years ago
418c40d
[maven-release-plugin] prepare for next development iteration
by Guillaume Nodet
· 15 years ago
a05e154
[maven-release-plugin] prepare release org.apache.felix.fileinstall-2.0.0
by Guillaume Nodet
· 15 years ago
fe976d2
[fileinstall] make sure the LogService is available before using it
by Guillaume Nodet
· 15 years ago
f3af589
For some reason the CI build is using the 1.4.0 bundleplugin for everything, so put explicit private package instruction in to pull in the internal packages (v2.0.0 automatically adds them)
by Stuart McCulloch
· 15 years ago
32a2324
FELIX-1554: fileinstall should not export org.apache.felix.fileinstall and org.apache.felix.fileinstall.utils packages
by Guillaume Nodet
· 15 years ago
a4afb79
FELIX-1553: fileinstall bundle should have an optional import on org.osgi.service.log instead of exporting it
by Guillaume Nodet
· 15 years ago
b5f9dd1
FELIX-1540: [FileInstall] When removing/re-adding a bundle, all the dependent bundles don't start anymore
by Guillaume Nodet
· 15 years ago
8f12df2
[fileinstall] clean up imports
by Guillaume Nodet
· 15 years ago
1a53d41
Fix possible NPE
by Guillaume Nodet
· 15 years ago
15eab9e
set the maven-bundle-plugin version 1.4.3 to support obr deployment
by Clement Escoffier
· 15 years ago
2c30d37
FELIX-922, FELIX-1483 and FELIX-1377: support for new artifact types, support for exploded artifacts, wait until copy is finished before processing an artifact
by Guillaume Nodet
· 15 years ago
c5e77a4
FELIX-938: fileinstall try to start too many bundles
by Guillaume Nodet
· 15 years ago
7a7b429
FELIX-1475: Add a file filter for a given watched directory
by Guillaume Nodet
· 15 years ago
394aff2
FELIX-1476: Allow system property substitution while loading configurations from files
by Guillaume Nodet
· 15 years ago
b885cbf
FELIX-1481: When performing variable substitution, fileinstall throws an exception if there is a start or stop delimiter without the other one
by Guillaume Nodet
· 15 years ago
6c8b9c6
FELIX-1475: Add a file filter for a given watched directory
by Guillaume Nodet
· 15 years ago
f4f0937
Replaced some @author tags with the Felix project...plenty more still need it.
by Richard S. Hall
· 15 years ago
632280d
FELIX-1269 FELIX-1387 cumulative patch submitted by Sahoo
by Filippo Diotalevi
· 15 years ago
c2f6b39
FELIX-1382. FileInstall attempts to uninstall SystemBundle. Patch provided by Sahoo
by Filippo Diotalevi
· 15 years ago
90c8793
FELIX-1301 Limit FileInstall configuration information to one line in the output. Patch submitted by Sahoo
by Filippo Diotalevi
· 15 years ago
b959c72
Update change log for version 1.2.0.
by Richard S. Hall
· 15 years ago
283b83c
[maven-release-plugin] prepare for next development iteration
by Karl Pauls
· 15 years ago
2b55707
[maven-release-plugin] prepare release org.apache.felix.fileinstall-1.2.0
by Karl Pauls
· 15 years ago
cd099af
Applied patch (FELIX-1241) to log a message when a bundle is started.
by Richard S. Hall
· 15 years ago
8fb90cd
Applied patch (FELIX-1251) to handle when the watched directory is removed.
by Richard S. Hall
· 15 years ago
a872d4c
Removed extraneous whitespace after/before parenthesis.
by Richard S. Hall
· 15 years ago
e862f7d
Apply patch (FELIX-1235) to handle misconfigured watch directory.
by Richard S. Hall
· 15 years ago
6e65373
Apply patch (FELIX-1228) to allow spaces in file names.
by Richard S. Hall
· 15 years ago
6d73334
Applied patch (FELIX-1203) to check for uninstalled bundle.
by Richard S. Hall
· 15 years ago
91f0c77
Applied patch (FELIX-1216) to avoid class cast exception
by Richard S. Hall
· 15 years ago
585a4bc
Applied patch (FELIX-1179) to have File Install recognize files by content
by Richard S. Hall
· 16 years ago
dcd84e5
Applied patch (FELIX-1174) to print stack trace.
by Richard S. Hall
· 16 years ago
d1e37df
[maven-release-plugin] prepare for next development iteration
by Clement Escoffier
· 16 years ago
b854519
[maven-release-plugin] prepare release org.apache.felix.fileinstall-1.0.0
by Clement Escoffier
· 16 years ago
19ba2f2
Update changelog
by Clement Escoffier
· 16 years ago
bdc3839
Fix issue Felix-1055
by Clement Escoffier
· 16 years ago
d694f0d
Commit the patch attached to the Felix-1036 issue (FileInstaller spawns multiple watchers for same directory)
by Clement Escoffier
· 16 years ago
a3a6204
Update pom files to use the 1.0.4 parent pom (bulk change).
by Clement Escoffier
· 16 years ago
d0b0bfb
[maven-release-plugin] prepare for next development iteration
by Clement Escoffier
· 16 years ago
5c8c80d
[maven-release-plugin] prepare release org.apache.felix.fileinstall-0.9.2
by Clement Escoffier
· 16 years ago
029070e
Remove duplicate file
by Clement Escoffier
· 16 years ago
b838ddc
Add patch (FELIX-998) to add metatype information to File Install.
by Richard S. Hall
· 16 years ago
f5f01e9
Applied patch (FELIX-983) to support variable substitution in config file.
by Richard S. Hall
· 16 years ago
a268ddd
Fix unit tests on Windows
by Stuart McCulloch
· 16 years ago
1a6e23d
Applied patch (FELIX-895) to fix configuration property handling.
by Richard S. Hall
· 16 years ago
c1050fc
Applied patch to add some unit tests to File Install. (FELIX-942)
by Richard S. Hall
· 16 years ago
9606503
Applied patch to improve error handling of managed bundles (FELIX-937), to
by Richard S. Hall
· 16 years ago
7c0d304
Error in manual application of patch. (FELIX-926)
by Richard S. Hall
· 16 years ago
899b7bd
Applied patch (FELIX-926) to have File Install read all its config properties
by Richard S. Hall
· 16 years ago
9e642d9
Applied additional patch (FELIX-920) so that bundles will only be installed.
by Richard S. Hall
· 16 years ago
2999443
Applied patch (FELIX-920) to add a configuration option to only install
by Richard S. Hall
· 16 years ago
6e34fe3
insta/uninstall events were Logged as error instead of info
by Peter Kriens
· 16 years ago
71aaa6b
Updated NOTICE file to include proper copyright years.
by Richard S. Hall
· 16 years ago
78cb989
[maven-release-plugin] prepare for next development iteration
by Carsten Ziegeler
· 16 years ago
9f1b68d
[maven-release-plugin] prepare release org.apache.felix.fileinstall-0.9.0
by Carsten Ziegeler
· 16 years ago
3b74fe9
Add missing licence
by Carsten Ziegeler
· 16 years ago
Next »