Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
7841ffef6a22f087a8ef2bd1be09c147d2288c84
/
sigil
/
common
4212867
update properties file form of jvm packages to use BldUtil.expand to reduce redundant information
by David Morgan Spencer Savage
· 14 years ago
bf3189e
use shared util method to read Manifest from ZipFiles (FELIX-2527)
by David Morgan Spencer Savage
· 14 years ago
e5169d9
remove dangling references go eclipse.common.runtime
by David Morgan Spencer Savage
· 14 years ago
8d015c5
fix for FELIX-2517 - read correct existing entries
by David Morgan Spencer Savage
· 14 years ago
b69c980
fix for zip exception on missing local jar (FELIX-2515)
by David Morgan Spencer Savage
· 14 years ago
2170569
improve resolution of resolve progress reporting
by David Morgan Spencer Savage
· 14 years ago
eeaeaf2
refactor progress reporting from dependency on org.eclipse.core.runtime.IProgressMonitor (FELIX-1509)
by David Morgan Spencer Savage
· 14 years ago
ade7631
tidyup repository config
by David Morgan Spencer Savage
· 14 years ago
a45bedf
further tidyup - imports/unused code etc
by David Morgan Spencer Savage
· 14 years ago
15b5f34
tidyup unused imports
by David Morgan Spencer Savage
· 14 years ago
0143c4c
remove serializable flags from classes - hang over from a previous life
by David Morgan Spencer Savage
· 14 years ago
63bcae6
reformat code using updated code template (FELIX-1613)
by David Morgan Spencer Savage
· 14 years ago
2f6a32f
tidy up common packages to use common prefix (FELIX-2504)
by David Morgan Spencer Savage
· 14 years ago
4c94f1f
FELIX-2495 fix UI saving of multi-bundle peojects.
by Derek Baum
· 14 years ago
95b1a8d
add required internal package
by David Morgan Spencer Savage
· 14 years ago
440cf1e
update bndlib to 0.0.384
by David Morgan Spencer Savage
· 14 years ago
6b0602a
fix hardcoded update period - now checks config props and falls back to default if that fails (FELIX-1610)
by David Morgan Spencer Savage
· 14 years ago
57282ff
use toURI().toURL() to avoid windows file conversion bugs
by David Morgan Spencer Savage
· 14 years ago
8c5a69a
Remove dependency on IPath (FELIX-1509)
by David Morgan Spencer Savage
· 14 years ago
b8e4b39
remove unnecessary comment
by David Morgan Spencer Savage
· 14 years ago
6ec8106
FELIX-2463 - preserve order of -resources
by Derek Baum
· 14 years ago
c23b197
add [revision] to destpattern in sigil.bundle ant task. FELIX-2290
by Derek Baum
· 15 years ago
62d68cb
add ability to disable repository entry by setting disabled=true
by Derek Baum
· 15 years ago
152a835
Mark load as synchronized to avoid threading issues when accessing hashmap
by David Morgan Spencer Savage
· 15 years ago
e7f5ee4
refactored junk main test into junit test
by David Morgan Spencer Savage
· 15 years ago
b59d391
refactored junk main test into junit test
by David Morgan Spencer Savage
· 15 years ago
80ed6d4
allow version table to parse "" qualifer
by David Morgan Spencer Savage
· 15 years ago
f7852b8
Patch to improve IDE performance - avoid recalculating dependencies if no requirements or capabilities have changed (FELIX-2164)
by David Morgan Spencer Savage
· 15 years ago
b130a6d
update after annotation package change
by David Morgan Spencer Savage
· 15 years ago
da0ca2e
move annotation to own package
by David Morgan Spencer Savage
· 15 years ago
30b83fe
Remove unused interfaces
by David Morgan Spencer Savage
· 15 years ago
e03c86e
add license header
by David Morgan Spencer Savage
· 15 years ago
b4f3cd2
Fix for npe found in FELIX-2159 missing ()'s
by David Morgan Spencer Savage
· 15 years ago
83984cc
Workspace repository now filters exports that project doesn't actually contain in "compile time" resolution mode (FELIX-1502)
by David Morgan Spencer Savage
· 15 years ago
a9c3c75
tidy up unused imports
by David Morgan Spencer Savage
· 15 years ago
5b5d8a7
Related fix for FELIX-2152
by David Morgan Spencer Savage
· 15 years ago
3771aec
Override clone method to perform model specific actions (FELIX-2152) also some minor code refactoring to move all overridden methods to one block of code
by David Morgan Spencer Savage
· 15 years ago
52cfc7c
Implement equals and hashCode methods
by David Morgan Spencer Savage
· 15 years ago
099d199
tidy up unused import
by David Morgan Spencer Savage
· 15 years ago
208adf8
tidy up npe caused by adding system bundle repository to repository set (FELIX-2133)
by David Morgan Spencer Savage
· 15 years ago
2c95f24
tidy up npe for project bundles
by David Morgan Spencer Savage
· 15 years ago
5caf369
update bundle manifest data after synchronizing from repository (FELIX-1740)
by David Morgan Spencer Savage
· 15 years ago
bdeead5
further tidy up of use of HashSets to improve memory profile (FELIX-2092)
by David Morgan Spencer Savage
· 15 years ago
d9cd16e
Update internal values that use sets etc to use null objects or arrays to improve memory profile FELIX-2092
by David Morgan Spencer Savage
· 15 years ago
c8fb0ac
Open jar file with verify off to improve performance
by David Morgan Spencer Savage
· 15 years ago
0a3717a
tidy up
by David Morgan Spencer Savage
· 15 years ago
e2ea038
fixed qualifier oversite
by David Morgan Spencer Savage
· 15 years ago
b425286
Use VersionTable to reduce memory foot print and Object creation (FELIX-2085)
by David Morgan Spencer Savage
· 15 years ago
bf70ff8
throw parsing exception if top level element is not <repository> (FELIX-1948)
by David Morgan Spencer Savage
· 15 years ago
9a99508
update to throw full stack trace vs just result of getMessage for debug purposes
by David Morgan Spencer Savage
· 15 years ago
40f5b4f
Further patches related to FELIX-1324 - now abstracts uri scheme behind a resolver that allows for substitution of "real" urls for meta stubs:
by David Morgan Spencer Savage
· 15 years ago
7ecaf66
Work on FELIX-1324, now able to boot osgi applications using trivial file format:
by David Morgan Spencer Savage
· 15 years ago
06b8f91
remove system.out
by David Morgan Spencer Savage
· 15 years ago
2411547
Patches related to FELIX-1324 create BundleForm class to encapsulate a certain bundle configuration - Client.apply(BundleForm) merges the specified form into the currently running framework configuration (i.e. applies delta to currently running bundles)
by David Morgan Spencer Savage
· 15 years ago
6e72ce6
Tidy up daft double print of Errors
by David Morgan Spencer Savage
· 15 years ago
c039f01
Handle null string value
by David Morgan Spencer Savage
· 15 years ago
d9656ac
fix -defaults for absoliute patsh (FELIX-1738)
by Derek Baum
· 15 years ago
376f1c3
remove unused property method
by David Morgan Spencer Savage
· 15 years ago
6417ad4
tidy up unused code
by David Morgan Spencer Savage
· 15 years ago
3c193cc
merge bnd lib inside common core bundle to avoid need to install bndlib separately
by David Morgan Spencer Savage
· 15 years ago
079c9f0
Search for requirements in resolution context first (FELIX-1665)
by David Morgan Spencer Savage
· 15 years ago
388bf6c
refactored BundleResolver to first find all requirements then explicitly sort them before resolving dependencies (FELIX-1664)
by David Morgan Spencer Savage
· 15 years ago
219b9d6
fix testURL to be same as repositoryURL to support passing filesystem path as repositoryURL
by Derek Baum
· 15 years ago
4fe1daa
enhance variable substitution (FELIX-1627) to use Ant properties, then System properties, then Environment variables.
by Derek Baum
· 15 years ago
81b3e6b
allow OBR repository url to be native filesystem path
by Derek Baum
· 15 years ago
0b43633
add test for variables with inheritance
by David Morgan Spencer Savage
· 15 years ago
0830f82
fix imports
by David Morgan Spencer Savage
· 15 years ago
6189a67
remove explicit versions from leaf projects
by David Morgan Spencer Savage
· 15 years ago
e1acc4f
FELIX-1627: add support for variable expansion in sigil defaults.
by Derek Baum
· 15 years ago
228208e
allow variable expansion in sigil-repos.properties (FELIX-1383)
by Derek Baum
· 15 years ago
8dde6b4
fix FELIX-611: -resource: @path-to-jar should only resolve path-to-jar if it exists
by Derek Baum
· 15 years ago
b4f5260
by Derek Baum
· 15 years ago
1588e1b
fix: FELIX-1608: non-existent OBR repository is fatal
by Derek Baum
· 15 years ago
0f977ad
changed eclpse projects to use project-specific code formatter.
by Derek Baum
· 15 years ago
2739098
allow pass through of {} parameters to resources to allow bnd to preprocess resources FELIX-1605
by David Morgan Spencer Savage
· 15 years ago
f7cba51
add synchronized locks to cache methods to avoid potential cpu thrashing (FELIX-1592)
by David Morgan Spencer Savage
· 15 years ago
8c40fb8
add javadoc
by David Morgan Spencer Savage
· 15 years ago
30f0217
tidy up handling of caching local obr file
by David Morgan Spencer Savage
· 15 years ago
76d72ef
make LDAPParseException a runtime exception vs checked exception plus trivial tidy up in ParseState
by David Morgan Spencer Savage
· 15 years ago
c23ec1e
tidy up visitor pattern for ldap classes so it actually does what you'd expect
by David Morgan Spencer Savage
· 15 years ago
c641c64
patch for FELIX-1583 - refactored LDAP and VersionRange classes into own bundle
by David Morgan Spencer Savage
· 15 years ago
3998856
add interalised commons cli classes (to prevent making "real" impls global classes)
by David Morgan Spencer Savage
· 15 years ago
ae7863a
tidy up unused interface methods
by David Morgan Spencer Savage
· 15 years ago
c7c2fb8
use DataInputStream vs ObjectInputStream some simple testing via Client.main method
by David Morgan Spencer Savage
· 15 years ago
9572d60
add apache header and format
by David Morgan Spencer Savage
· 15 years ago
e88a7a3
add trivial socket based control layer for framework launcher
by David Morgan Spencer Savage
· 15 years ago
f1e49b8
add support for expanding system properties as well as environment properties in bld files FELIX-1499
by David Morgan Spencer Savage
· 15 years ago
c6b1224
no longer copy file:obr.xml files into cache as these are already up to date on the filesystem FELIX-1491
by David Morgan Spencer Savage
· 15 years ago
33e90d1
add skeleton launcher project FELIX-1324
by David Morgan Spencer Savage
· 15 years ago
cc3e633
tidy up cauldron.org references
by David Morgan Spencer Savage
· 15 years ago
75aecff
update to use apache sigil resources FELIX-1396
by David Morgan Spencer Savage
· 15 years ago
1a6bd4f
tidy up unused import
by David Morgan Spencer Savage
· 15 years ago
a41a94f
remove non osgi concepts, create plugin functions later via extender and service patterns
by David Morgan Spencer Savage
· 15 years ago
650b5fd
formatting only
by David Morgan Spencer Savage
· 15 years ago
deb8dba
patch for FELIX-1448 appends "!*" to import package statements if !addMissingImports is set
by David Morgan Spencer Savage
· 15 years ago
890aab9
tidy up unused import
by David Morgan Spencer Savage
· 15 years ago
59d46e9
delete osgi extensions - dl jars, publish files and composites
by David Morgan Spencer Savage
· 15 years ago
646ceda
move private classes to non exported package
by David Morgan Spencer Savage
· 15 years ago
0cb12cc
export core.repository provider package
by David Morgan Spencer Savage
· 15 years ago
b8bf26c
check parent dir exists before calling mkdirs to prevent invalid exception message FELIX-1442
by David Morgan Spencer Savage
· 15 years ago
Next »