Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
51e8152e5c82fbc1c023c73d9f83e1ccc1259640
/
sigil
/
common
8fbd5d6
add [revision] to destpattern in sigil.bundle ant task. FELIX-2290
by Derek Baum
· 15 years ago
31c44cf
add ability to disable repository entry by setting disabled=true
by Derek Baum
· 15 years ago
9c0f9b9
Mark load as synchronized to avoid threading issues when accessing hashmap
by David Morgan Spenser Savage
· 15 years ago
3030244
refactored junk main test into junit test
by David Morgan Spenser Savage
· 15 years ago
d1e0cd3
refactored junk main test into junit test
by David Morgan Spenser Savage
· 15 years ago
5c0f5ae
allow version table to parse "" qualifer
by David Morgan Spenser Savage
· 15 years ago
ea99013
Patch to improve IDE performance - avoid recalculating dependencies if no requirements or capabilities have changed (FELIX-2164)
by David Morgan Spenser Savage
· 15 years ago
9e0edaa
update after annotation package change
by David Morgan Spenser Savage
· 15 years ago
05c1eb7
move annotation to own package
by David Morgan Spenser Savage
· 15 years ago
c84a713
Remove unused interfaces
by David Morgan Spenser Savage
· 15 years ago
bc422ef
add license header
by David Morgan Spenser Savage
· 15 years ago
662eb10
Fix for npe found in FELIX-2159 missing ()'s
by David Morgan Spenser Savage
· 15 years ago
69b8b0e
Workspace repository now filters exports that project doesn't actually contain in "compile time" resolution mode (FELIX-1502)
by David Morgan Spenser Savage
· 15 years ago
ac5f0d1
tidy up unused imports
by David Morgan Spenser Savage
· 15 years ago
2e33628
Related fix for FELIX-2152
by David Morgan Spenser Savage
· 15 years ago
1f56a96
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 Spenser Savage
· 15 years ago
cea3484
Implement equals and hashCode methods
by David Morgan Spenser Savage
· 15 years ago
ae6e75f
tidy up unused import
by David Morgan Spenser Savage
· 15 years ago
29bf157
tidy up npe caused by adding system bundle repository to repository set (FELIX-2133)
by David Morgan Spenser Savage
· 15 years ago
21c449c
tidy up npe for project bundles
by David Morgan Spenser Savage
· 15 years ago
f8dcb19
update bundle manifest data after synchronizing from repository (FELIX-1740)
by David Morgan Spenser Savage
· 15 years ago
9501728
further tidy up of use of HashSets to improve memory profile (FELIX-2092)
by David Morgan Spenser Savage
· 15 years ago
6f1516a
Update internal values that use sets etc to use null objects or arrays to improve memory profile FELIX-2092
by David Morgan Spenser Savage
· 15 years ago
54147f3
Open jar file with verify off to improve performance
by David Morgan Spenser Savage
· 15 years ago
5208369
tidy up
by David Morgan Spenser Savage
· 15 years ago
c522e47
fixed qualifier oversite
by David Morgan Spenser Savage
· 15 years ago
617daf8
Use VersionTable to reduce memory foot print and Object creation (FELIX-2085)
by David Morgan Spenser Savage
· 15 years ago
0f1f671
throw parsing exception if top level element is not <repository> (FELIX-1948)
by David Morgan Spenser Savage
· 15 years ago
d3e229a
update to throw full stack trace vs just result of getMessage for debug purposes
by David Morgan Spenser Savage
· 15 years ago
0dcce32
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 Spenser Savage
· 15 years ago
eebc662
Work on FELIX-1324, now able to boot osgi applications using trivial file format:
by David Morgan Spenser Savage
· 15 years ago
184fc84
remove system.out
by David Morgan Spenser Savage
· 15 years ago
a307b62
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 Spenser Savage
· 15 years ago
f399e0f
Tidy up daft double print of Errors
by David Morgan Spenser Savage
· 15 years ago
9eb50f1
Handle null string value
by David Morgan Spenser Savage
· 15 years ago
7bfe9bf
fix -defaults for absoliute patsh (FELIX-1738)
by Derek Baum
· 15 years ago
4c35789
remove unused property method
by David Morgan Spenser Savage
· 15 years ago
174684c
tidy up unused code
by David Morgan Spenser Savage
· 15 years ago
a66a77a
merge bnd lib inside common core bundle to avoid need to install bndlib separately
by David Morgan Spenser Savage
· 15 years ago
b004a65
Search for requirements in resolution context first (FELIX-1665)
by David Morgan Spenser Savage
· 15 years ago
1f31312
refactored BundleResolver to first find all requirements then explicitly sort them before resolving dependencies (FELIX-1664)
by David Morgan Spenser Savage
· 15 years ago
8f8fef2
fix testURL to be same as repositoryURL to support passing filesystem path as repositoryURL
by Derek Baum
· 15 years ago
4821c03
enhance variable substitution (FELIX-1627) to use Ant properties, then System properties, then Environment variables.
by Derek Baum
· 15 years ago
c18e601
allow OBR repository url to be native filesystem path
by Derek Baum
· 15 years ago
beea67c
add test for variables with inheritance
by David Morgan Spenser Savage
· 15 years ago
32397a4
fix imports
by David Morgan Spenser Savage
· 15 years ago
48d4b24
remove explicit versions from leaf projects
by David Morgan Spenser Savage
· 15 years ago
72f3172
FELIX-1627: add support for variable expansion in sigil defaults.
by Derek Baum
· 15 years ago
064a6f8
allow variable expansion in sigil-repos.properties (FELIX-1383)
by Derek Baum
· 15 years ago
76a840d
fix FELIX-611: -resource: @path-to-jar should only resolve path-to-jar if it exists
by Derek Baum
· 15 years ago
de699e7
by Derek Baum
· 15 years ago
a49a159
fix: FELIX-1608: non-existent OBR repository is fatal
by Derek Baum
· 15 years ago
1723ade
changed eclpse projects to use project-specific code formatter.
by Derek Baum
· 15 years ago
0b85fb6
allow pass through of {} parameters to resources to allow bnd to preprocess resources FELIX-1605
by David Morgan Spenser Savage
· 15 years ago
5453736
add synchronized locks to cache methods to avoid potential cpu thrashing (FELIX-1592)
by David Morgan Spenser Savage
· 15 years ago
2a62de4
add javadoc
by David Morgan Spenser Savage
· 15 years ago
5174881
tidy up handling of caching local obr file
by David Morgan Spenser Savage
· 15 years ago
302c2d5
make LDAPParseException a runtime exception vs checked exception plus trivial tidy up in ParseState
by David Morgan Spenser Savage
· 15 years ago
11012e3
tidy up visitor pattern for ldap classes so it actually does what you'd expect
by David Morgan Spenser Savage
· 15 years ago
ef091e2
patch for FELIX-1583 - refactored LDAP and VersionRange classes into own bundle
by David Morgan Spenser Savage
· 15 years ago
92f5927
add interalised commons cli classes (to prevent making "real" impls global classes)
by David Morgan Spenser Savage
· 15 years ago
969af6f
tidy up unused interface methods
by David Morgan Spenser Savage
· 15 years ago
f5a3f00
use DataInputStream vs ObjectInputStream some simple testing via Client.main method
by David Morgan Spenser Savage
· 15 years ago
281da95
add apache header and format
by David Morgan Spenser Savage
· 15 years ago
881c4e3
add trivial socket based control layer for framework launcher
by David Morgan Spenser Savage
· 15 years ago
81764b3
add support for expanding system properties as well as environment properties in bld files FELIX-1499
by David Morgan Spenser Savage
· 15 years ago
d207719
no longer copy file:obr.xml files into cache as these are already up to date on the filesystem FELIX-1491
by David Morgan Spenser Savage
· 15 years ago
4e9b675
add skeleton launcher project FELIX-1324
by David Morgan Spenser Savage
· 15 years ago
9550b21
tidy up cauldron.org references
by David Morgan Spenser Savage
· 15 years ago
09df974
update to use apache sigil resources FELIX-1396
by David Morgan Spenser Savage
· 15 years ago
c63c2ed
tidy up unused import
by David Morgan Spenser Savage
· 15 years ago
8bae92d
remove non osgi concepts, create plugin functions later via extender and service patterns
by David Morgan Spenser Savage
· 15 years ago
5c98e9c
formatting only
by David Morgan Spenser Savage
· 15 years ago
ba5eab6
patch for FELIX-1448 appends "!*" to import package statements if !addMissingImports is set
by David Morgan Spenser Savage
· 15 years ago
adc2cb8
tidy up unused import
by David Morgan Spenser Savage
· 15 years ago
106bbab
delete osgi extensions - dl jars, publish files and composites
by David Morgan Spenser Savage
· 15 years ago
c35b1c0
move private classes to non exported package
by David Morgan Spenser Savage
· 15 years ago
23e9a2e
export core.repository provider package
by David Morgan Spenser Savage
· 15 years ago
d705077
check parent dir exists before calling mkdirs to prevent invalid exception message FELIX-1442
by David Morgan Spenser Savage
· 15 years ago
b32e2c4
export repository provider package
by David Morgan Spenser Savage
· 15 years ago
a6fe1de
minor debug enhancement
by David Morgan Spenser Savage
· 15 years ago
12fcd9f
use workspace default jvm
by David Morgan Spenser Savage
· 15 years ago
28a594a
further progress towards self hosting FELIX-1323
by David Morgan Spenser Savage
· 15 years ago
d845ec9
tidy up classpath file reference to jvm - use workspace default
by David Morgan Spenser Savage
· 15 years ago
f2bb82c
sigil-defaults.properties files to hold project defaults FELIX-1418
by David Morgan Spenser Savage
· 15 years ago
bbcae75
* Allow sigil.properties files to specify -singleton=true to cause bundles created by this project to be marked as singletons FELIX-1351
by David Morgan Spenser Savage
· 15 years ago
3191513
import bnd dependencies vs embedding them
by David Morgan Spenser Savage
· 15 years ago
8771aa0
Tidied up some lingering cauldron.org references
by David Morgan Spenser Savage
· 15 years ago
1afafb6
FELIX-1368 resolve internal library dependencies from ivy cache
by David Morgan Spenser Savage
· 15 years ago
df0b163
apply apache license to xml files
by David Morgan Spenser Savage
· 15 years ago
240338c
FELIX-1322 bulk update of formatting based on eclipse style referenced in http://felix.apache.org/site/coding-standards.html
by David Morgan Spenser Savage
· 15 years ago
c804628
add profiles resources to jar
by David Morgan Spenser Savage
· 15 years ago
49daf7f
apply asf licence to xml files
by David Morgan Spenser Savage
· 15 years ago
4bbac49
apply asf licence to xml files
by David Morgan Spenser Savage
· 15 years ago
f1dd2a9
patch for FELIX-1394
by David Morgan Spenser Savage
· 15 years ago
af418ca
Downgrade version of junit used 4.5.0 no longer seems to be hosted by spring enterprise repository?
by David Morgan Spenser Savage
· 15 years ago
3b1b8c8
progress towards FELIX-1368
by David Morgan Spenser Savage
· 15 years ago
7fe0f4a
tidy up org.cauldron references from project names and sigil properties
by David Morgan Spenser Savage
· 15 years ago
1b78aac
fix for FELIX-1380
by David Morgan Spenser Savage
· 15 years ago
f9aaf5c
final patches for FELIX-1367
by David Morgan Spenser Savage
· 15 years ago
Next »