Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
56cb8205e73f67818fd86d682f5723360bd5b8de
/
sigil
/
common
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
2d37bcf
export repository provider package
by David Morgan Spencer Savage
· 15 years ago
7871468
minor debug enhancement
by David Morgan Spencer Savage
· 15 years ago
d4ee0df
use workspace default jvm
by David Morgan Spencer Savage
· 15 years ago
509902e
further progress towards self hosting FELIX-1323
by David Morgan Spencer Savage
· 15 years ago
d5e3289
tidy up classpath file reference to jvm - use workspace default
by David Morgan Spencer Savage
· 15 years ago
8925489
sigil-defaults.properties files to hold project defaults FELIX-1418
by David Morgan Spencer Savage
· 15 years ago
5d6cb54
* 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 Spencer Savage
· 15 years ago
f5d9935
import bnd dependencies vs embedding them
by David Morgan Spencer Savage
· 15 years ago
deed162
Tidied up some lingering cauldron.org references
by David Morgan Spencer Savage
· 15 years ago
6d79a5a
FELIX-1368 resolve internal library dependencies from ivy cache
by David Morgan Spencer Savage
· 15 years ago
d728ff4
apply apache license to xml files
by David Morgan Spencer Savage
· 15 years ago
43bd705
FELIX-1322 bulk update of formatting based on eclipse style referenced in http://felix.apache.org/site/coding-standards.html
by David Morgan Spencer Savage
· 15 years ago
d2e31cb
add profiles resources to jar
by David Morgan Spencer Savage
· 15 years ago
c154a14
apply asf licence to xml files
by David Morgan Spencer Savage
· 15 years ago
ac2ce996
apply asf licence to xml files
by David Morgan Spencer Savage
· 15 years ago
8f14dbe
patch for FELIX-1394
by David Morgan Spencer Savage
· 15 years ago
968b332
Downgrade version of junit used 4.5.0 no longer seems to be hosted by spring enterprise repository?
by David Morgan Spencer Savage
· 15 years ago
f977a8d
progress towards FELIX-1368
by David Morgan Spencer Savage
· 15 years ago
7d6b1f46
tidy up org.cauldron references from project names and sigil properties
by David Morgan Spencer Savage
· 15 years ago
e9c109a
fix for FELIX-1380
by David Morgan Spencer Savage
· 15 years ago
7a7191e
final patches for FELIX-1367
by David Morgan Spencer Savage
· 15 years ago
877bebb
further progress towards FELIX-1367
by David Morgan Spencer Savage
· 15 years ago
ac0e022
further tidy up of PDE artifacts (FELIX-1367)
by David Morgan Spencer Savage
· 15 years ago
89c7cb9
fix for FELIX-1379
by David Morgan Spencer Savage
· 15 years ago
0929a66
convert pde projects to sigil projects (FELIX-1367)
by David Morgan Spencer Savage
· 15 years ago
87bf2c7
directory structure tidy up (FELIX-1357)
by David Morgan Spencer Savage
· 15 years ago
c32abdf
directory structure tidy up (FELIX-1357)
by David Morgan Spencer Savage
· 15 years ago